Book picks similar to
C# Network Programming by Richard Blum
programming
networking
compsci-books
computers
Head First C#
Andrew Stellman - 2007
Built for your brain, this book covers C# 3.0 and Visual Studio 2008, and teaches everything from language fundamentals to advanced topics including garbage collection, extension methods, and double-buffered animation. You'll also master C#'s hottest and newest syntax, LINQ, for querying SQL databases, .NET collections, and XML documents. By the time you're through, you'll be a proficient C# programmer, designing and coding large-scale applications. Every few chapters you will come across a lab that lets you apply what you've learned up to that point. Each lab is designed to simulate a professional programming task, increasing in complexity until-at last-you build a working Invaders game, complete with shooting ships, aliens descending while firing, and an animated death sequence for unlucky starfighters. This remarkably engaging book will have you going from zero to 60 with C# in no time flat.
Linux Bible
Christopher Negus - 2005
Whether you're new to Linux or need a reliable update and reference, this is an excellent resource. Veteran bestselling author Christopher Negus provides a complete tutorial packed with major updates, revisions, and hands-on exercises so that you can confidently start using Linux today. Offers a complete restructure, complete with exercises, to make the book a better learning tool Places a strong focus on the Linux command line tools and can be used with all distributions and versions of Linux Features in-depth coverage of the tools that a power user and a Linux administrator need to get startedThis practical learning tool is ideal for anyone eager to set up a new Linux desktop system at home or curious to learn how to manage Linux server systems at work.
Advanced Swift
Chris Eidhof - 2016
If you have read the Swift Programming Guide, and want to explore more, this book is for you.Swift is a great language for systems programming, but also lends itself for very high-level programming. We'll explore both high-level topics (for example, programming with generics and protocols), as well as low-level topics (for example, wrapping a C library and string internals).
You Are What You Think: 365 Meditations for Extraordinary Living
Wayne W. Dyer - 2018
Wayne W. Dyer.Spend a year contemplating some of the best inspiring stories and observations of beloved best-selling author Dr. Wayne W. Dyer.
Intermediate Perl
Randal L. Schwartz - 2003
One slogan of Perl is that it makes easy things easy and hard things possible. "Intermediate Perl" is about making the leap from the easy things to the hard ones.Originally released in 2003 as "Learning Perl Objects, References, and Modules" and revised and updated for Perl 5.8, this book offers a gentle but thorough introduction to intermediate programming in Perl. Written by the authors of the best-selling "Learning Perl," it picks up where that book left off. Topics include: Packages and namespacesReferences and scopingManipulating complex data structuresObject-oriented programmingWriting and using modulesTesting Perl codeContributing to CPANFollowing the successful format of "Learning Perl," we designed each chapter in the book to be small enough to be read in just an hour or two, ending with a series of exercises to help you practice what you've learned. To use the book, you just need to be familiar with the material in "Learning Perl" and have ambition to go further.Perl is a different language to different people. It is a quick scripting tool for some, and a fully-featured object-oriented language for others. It is used for everything from performing quick global replacements on text files, to crunching huge, complex sets of scientific data that take weeks to process. Perl is what you make of it. But regardless of what you use Perl for, this book helps you do it more effectively, efficiently, and elegantly."Intermediate Perl" is about learning to use Perl as a programming language, and not just a scripting language. This is the book that turns the Perl dabbler into the Perl programmer.
Geronimo Stilton: #17-21
Geronimo Stilton - 2006
Includes:- Watch Your Whiskers, Stilton!- Shipwreck on the Pirate Islands- My Name Is Stilton, Geronimo Stilton!- Surf's Up, Geronimo!- The Wild, Wild West
Bandit Algorithms for Website Optimization
John Myles White - 2012
Author John Myles White shows you how this powerful class of algorithms can help you boost website traffic, convert visitors to customers, and increase many other measures of success.This is the first developer-focused book on bandit algorithms, which were previously described only in research papers. You’ll quickly learn the benefits of several simple algorithms—including the epsilon-Greedy, Softmax, and Upper Confidence Bound (UCB) algorithms—by working through code examples written in Python, which you can easily adapt for deployment on your own website.Learn the basics of A/B testing—and recognize when it’s better to use bandit algorithmsDevelop a unit testing framework for debugging bandit algorithmsGet additional code examples written in Julia, Ruby, and JavaScript with supplemental online materials
UNIX and Linux System Administration Handbook
Evi Nemeth - 2010
This is one of those cases. The UNIX System Administration Handbook is one of the few books we ever measured ourselves against." -From the Foreword by Tim O'Reilly, founder of O'Reilly Media "This book is fun and functional as a desktop reference. If you use UNIX and Linux systems, you need this book in your short-reach library. It covers a bit of the systems' history but doesn't bloviate. It's just straightfoward information delivered in colorful and memorable fashion." -Jason A. Nunnelley"This is a comprehensive guide to the care and feeding of UNIX and Linux systems. The authors present the facts along with seasoned advice and real-world examples. Their perspective on the variations among systems is valuable for anyone who runs a heterogeneous computing facility." -Pat Parseghian The twentieth anniversary edition of the world's best-selling UNIX system administration book has been made even better by adding coverage of the leading Linux distributions: Ubuntu, openSUSE, and RHEL. This book approaches system administration in a practical way and is an invaluable reference for both new administrators and experienced professionals. It details best practices for every facet of system administration, including storage management, network design and administration, email, web hosting, scripting, software configuration management, performance analysis, Windows interoperability, virtualization, DNS, security, management of IT service organizations, and much more. UNIX(R) and Linux(R) System Administration Handbook, Fourth Edition, reflects the current versions of these operating systems: Ubuntu(R) LinuxopenSUSE(R) LinuxRed Hat(R) Enterprise Linux(R)Oracle America(R) Solaris(TM) (formerly Sun Solaris)HP HP-UX(R)IBM AIX(R)
CSS3: The Missing Manual
David Sawyer McFarland - 2012
This Missing Manual shows you how to take your HTML and CSS skills to the next level, with valuable tips, tricks, and step-by-step instructions. You’ll quickly learn how to build web pages that look great and run fast on devices and screens of all sizes.The important stuff you need to know:Start with the basics. Write CSS3-friendly HTML, including the HTML5 tags recognized by today’s browsers.Apply real-world design. Format text, create navigation tools, and enhance pages with graphics.Make your pages lively. Create eye-catching animations and give your visitors attractive tables and forms.Take control of page layouts. Use professional design techniques such as floats and positioning.Look great on any device. Craft websites that adapt to desktop, tablet, and mobile browsers.Get advanced techniques. Use CSS3 more effectively and efficiently, and ensure that your web pages look good when printed.
Think Stats
Allen B. Downey - 2011
This concise introduction shows you how to perform statistical analysis computationally, rather than mathematically, with programs written in Python.You'll work with a case study throughout the book to help you learn the entire data analysis process—from collecting data and generating statistics to identifying patterns and testing hypotheses. Along the way, you'll become familiar with distributions, the rules of probability, visualization, and many other tools and concepts.Develop your understanding of probability and statistics by writing and testing codeRun experiments to test statistical behavior, such as generating samples from several distributionsUse simulations to understand concepts that are hard to grasp mathematicallyLearn topics not usually covered in an introductory course, such as Bayesian estimationImport data from almost any source using Python, rather than be limited to data that has been cleaned and formatted for statistics toolsUse statistical inference to answer questions about real-world data
Programming Collective Intelligence: Building Smart Web 2.0 Applications
Toby Segaran - 2002
With the sophisticated algorithms in this book, you can write smart programs to access interesting datasets from other web sites, collect data from users of your own applications, and analyze and understand the data once you've found it.Programming Collective Intelligence takes you into the world of machine learning and statistics, and explains how to draw conclusions about user experience, marketing, personal tastes, and human behavior in general -- all from information that you and others collect every day. Each algorithm is described clearly and concisely with code that can immediately be used on your web site, blog, Wiki, or specialized application. This book explains:Collaborative filtering techniques that enable online retailers to recommend products or media Methods of clustering to detect groups of similar items in a large dataset Search engine features -- crawlers, indexers, query engines, and the PageRank algorithm Optimization algorithms that search millions of possible solutions to a problem and choose the best one Bayesian filtering, used in spam filters for classifying documents based on word types and other features Using decision trees not only to make predictions, but to model the way decisions are made Predicting numerical values rather than classifications to build price models Support vector machines to match people in online dating sites Non-negative matrix factorization to find the independent features in a dataset Evolving intelligence for problem solving -- how a computer develops its skill by improving its own code the more it plays a game Each chapter includes exercises for extending the algorithms to make them more powerful. Go beyond simple database-backed applications and put the wealth of Internet data to work for you. "Bravo! I cannot think of a better way for a developer to first learn these algorithms and methods, nor can I think of a better way for me (an old AI dog) to reinvigorate my knowledge of the details."-- Dan Russell, Google "Toby's book does a great job of breaking down the complex subject matter of machine-learning algorithms into practical, easy-to-understand examples that can be directly applied to analysis of social interaction across the Web today. If I had this book two years ago, it would have saved precious time going down some fruitless paths."-- Tim Wolters, CTO, Collective Intellect
To Kill a Mocking Bird (A BookCaps Study Guide)
BookCaps - 2011
The perfect companion to Harper Lee's "To Kill a Mockingbird," this study guide contains a chapter by chapter analysis of the book, a summary of the plot, and a guide to major characters and themes.BookCap Study Guides do not contain text from the actual book, and are not meant to be purchased as alternatives to reading the book.
Limitless, In the Wind, Ruthless
Robert J. Crane - 2016
(Approx. 250,000 words total.) Books included: 1. Limitless 2. In the Wind 3. Ruthless Limitless Two years after the explosive Girl in the Box Series ends, Sienna Nealon is called to London, England, where she is drawn into a murder investigation involving an old friend. Paired up with a young, handsome Detective Inspector, she finds herself in a race against time to unravel the mystery surrounding the murder as victim after victim falls to the careful, clever killer. Soon, Sienna is in a race against time to find the culprit before he sets loose a plan that will show Sienna the limits of her abilities in the most brutal way imaginable. Her death. In the Wind Reed Treston is a man without purpose. His war is over, his friends have left and now he runs a lonely watch with his sister, policing people with powers beyond those of normal humans. When the government intercepts a message that has links to his past, Reed finds himself stirred into action. His path leads him across continents and through countless lies, to a city he has not seen in years – Rome, Italy – and a confrontation with a threat that could destroy a nation. Ruthless When a mission in New York City goes terribly wrong, Sienna Nealon finds herself replaced as head of the government agency in charge of policing people with powers beyond those of a normal human. Marginalized, humiliated, she ponders her place in the world now that her war is over. But it isn't long before another threat rears its ugly head, and Sienna finds herself outmatched and outgunned – against former prisoners bent on executing a scheme which will push Sienna past limits of ruthlessness even she could not imagine. Additional books not included in the set: 4. Grounded 5. Tormented 6. Vengeful 7. Sea Change 8. Painkiller 9. Masks 10. Prisoners (Coming October 11, 2016!)
Savannah Martin Mysteries Boxed Set 4-6
Jenna Bennett - 2014
But when her perfect husband turns out to be a lying, cheating slimeball - and bad in bed to boot - Savannah kicks the jerk to the curb and embarks on life on her own terms. With a new apartment, a new career, and a brand new outlook on life, she's all set to take the world by storm. If only the world would stop throwing her curveballs... CLOSE TO HOME - book #4 Savannah's late. The kind of late that comes with midnight feedings and the pitter-patter of little feet. And while it's a circumstance that should make everyone happy - now she can finally settle down and marry Todd Satterfield, the way everyone's been hoping and praying! - it isn't Todd's baby. And Rafe, whose baby it is, didn't sign on for fatherhood. Add in the murder of Savannah's sister-in-law Sheila, the trial of Sheila's friend Marley, and the disappearance of Rafe's twelve year old son David - the kid he never knew he had! - and things get complicated fast. And there is worse to come: When Rafe comes back to Nashville to help look for David, and learns that Savannah's pregnant, things do not work out the way Savannah had hoped. In the end, she's left with nothing she wanted and a whole lot of trouble she didn't, and for once, Rafe's not there to save the day. A DONE DEAL - book #5 Silver bells, silver bells... It's Christmas time in Nashville, and all Savannah wants to unwrap on Christmas morning is Rafe Collier. Unfortunately, things don't look so good. He's back in town, but not alone: on his arm is a stunning brunette, just the kind of woman Savannah always suspected was his type. When Alexandra Puckett asks her help in figuring out a way to stop Maybelle Driscoll from marrying Alex's father Steven, Savannah jumps on the chance. It'll give her something to think about other than Rafe and the mysterious Carmen, and anyway, she doesn't like Maybelle much herself. Between investigating Maybelle's past, helping her clients Aislynn and Kylie buy a house, and stalking Carmen and Rafe, Savannah soon has her hands full. And that's before someone starts gunning for her. Suddenly it's not a question of unwrapping anything on Christmas morning anymore; it's a question of whether she'll even survive to see another Christmas. CHANGE OF HEART - book #6 It’s late February, just two months after Savannah Martin and Rafael Collier finally worked things out between them, and Rafe is already sneaking out of bed in the wee hours. Catching fellow realtor Tim Briggs rinsing blood from his hands in the office sink makes for a welcome distraction, and when Tim disappears just as one of his clients is found dead in a nearby park, Savannah throws herself into the investigation with abandon. But even the murder mystery taking place right under her nose can’t completely distract her from worrying about personal problems. Has Rafe changed his mind about their relationship, or is something else going on? And what are the chances of Savannah coming out of this latest debacle with her life – and her heart – intact? *** Contains an excerpt of Savannah Martin Mystery #7, Kickout Clause ***
Even Faster Web Sites
Steve Souders - 2009
In this book, Steve Souders, web performance evangelist at Google and former Chief Performance Yahoo!, provides valuable techniques to help you optimize your site's performance.Souders' previous book, the bestselling High Performance Web Sites, shocked the web development world by revealing that 80% of the time it takes for a web page to load is on the client side. In Even Faster Web Sites, Souders and eight expert contributors provide best practices and pragmatic advice for improving your site's performance in three critical categories:JavaScript-Get advice for understanding Ajax performance, writing efficient JavaScript, creating responsive applications, loading scripts without blocking other components, and more.Network-Learn to share resources across multiple domains, reduce image size without loss of quality, and use chunked encoding to render pages faster.Browser-Discover alternatives to iframes, how to simplify CSS selectors, and other techniques. Speed is essential for today's rich media web sites and Web 2.0 applications. With this book, you'll learn how to shave precious seconds off your sites' load times and make them respond even faster.This book contains six guest chapters contributed by Dion Almaer, Doug Crockford, Ben Galbraith, Tony Gentilcore, Dylan Schiemann, Stoyan Stefanov, Nicole Sullivan, and Nicholas C. Zakas.