Book picks similar to
The Computer by David Carey
ladybird-books
computing
non-fiction
computers
MTHFR Basics
Benjamin Lynch - 2013
In this MTHFR booklet, learn why Dr Lynch has dedicated himself to expanding awareness of the MTHFR gene defect - and more importantly, how you can be proactive in optimizing your health.
Python Pocket Reference
Mark Lutz - 1998
Hundreds of thousands of Python developers around the world rely on Python for general-purpose tasks, Internet scripting, systems programming, user interfaces, and product customization. Available on all major computing platforms, including commercial versions of Unix, Linux, Windows, and Mac OS X, Python is portable, powerful and remarkable easy to use.With its convenient, quick-reference format, "Python Pocket Reference," 3rd Edition is the perfect on-the-job reference. More importantly, it's now been refreshed to cover the language's latest release, Python 2.4. For experienced Python developers, this book is a compact toolbox that delivers need-to-know information at the flip of a page. This third edition also includes an easy-lookup index to help developers find answers fast!Python 2.4 is more than just optimization and library enhancements; it's also chock full of bug fixes and upgrades. And these changes are addressed in the "Python Pocket Reference," 3rd Edition. New language features, new and upgraded built-ins, and new and upgraded modules and packages--they're all clarified in detail.The "Python Pocket Reference," 3rd Edition serves as the perfect companion to "Learning Python" and "Programming Python."
Cloud Computing for Dummies
Judith Hurwitz - 2009
If you've been put in charge of implementing cloud computing, this straightforward, plain-English guide clears up the confusion and helps you get your plan in place.You'll learn how cloud computing enables you to run a more green IT infrastructure, and access technology-enabled services from the Internet ("in the cloud") without having to understand, manage, or invest in the technology infrastructure that supports them. You'll also find out what you need to consider when implementing a plan, how to handle security issues, and more.Cloud computing is a way for businesses to take advantage of storage and virtual services through the Internet, saving money on infrastructure and support This book provides a clear definition of cloud computing from the utility computing standpoint and also addresses security concerns Offers practical guidance on delivering and managing cloud computing services effectively and efficiently Presents a proactive and pragmatic approach to implementing cloud computing in any organization Helps IT managers and staff understand the benefits and challenges of cloud computing, how to select a service, and what's involved in getting it up and running Highly experienced author team consults and gives presentations on emerging technologies Cloud Computing For Dummies gets straight to the point, providing the practical information you need to know.
Complete Guide to Carb Counting: How to Take the Mystery Out of Carb Counting and Improve Your Blood Glucose Control
Hope S. Warshaw - 2004
New chapters cover how to build a personal carb count database, carb counting for insulin pump users, a whole week of meal plans, and much more.
1,000 Random Facts Everyone Should Know: A collection of random facts useful for the bar trivia night, get-together or as conversation starter.
Tyler Backhause - 2017
Haven’t we all? It’s for this reason that I decided to write this book. What better way to break that silence than to throw out some of these facts: Wolves have a serious appetite! They can eat up to twenty pounds of meat in one sitting! The first high heeled shoes were worn by Egyptian butchers to help them walk above the bloodied bodies of animal carcasses. The vintage date on a bottle of wine indicates the year the grapes were harvested, not the year of bottling Your mouth produces about one liter of saliva each day. Greece has more archaeological museums than any other country in the world. Whatever your motivation may be, there’s a really good chance you’ll find these facts and tidbits useful. So if you’re ready, here are 1,000 random facts that everyone should know !
Async in C# 5.0
Alex Davies - 2012
Along with a clear introduction to asynchronous programming, you get an in-depth look at how the async feature works and why you might want to use it in your application.Written for experienced C# programmers—yet approachable for beginners—this book is packed with code examples that you can extend for your own projects.Write your own asynchronous code, and learn how async saves you from this messy choreDiscover new performance possibilities in ASP.NET web server codeExplore how async and WinRT work together in Windows 8 applicationsLearn the importance of the await keyword in async methodsUnderstand which .NET thread is running your code—and at what points in the programUse the Task-based Asynchronous Pattern (TAP) to write asynchronous APIs in .NETTake advantage of parallel computing in modern machinesMeasure async code performance by comparing it with alternatives
Large-Scale C++ Software Design
John S. Lakos - 1996
It is the first C++ book that actually demonstrates how to design large systems, and one of the few books on object-oriented design specifically geared to practical aspects of the C++ programming language. In this book, Lakos explains the process of decomposing large systems into physical (not inheritance) hierarchies of smaller, more manageable components. Such systems with their acyclic physical dependencies are fundamentally easier and more economical to maintain, test, and reuse than tightly interdependent systems. In addition to explaining the motivation for following good physical as well as logical design practices, Lakos provides you with a catalog of specific techniques designed to eliminate cyclic, compile-time, and link-time (physical) dependencies. He then extends these concepts from large to very large systems. The book concludes with a comprehensive top-down approach to the logical design of individual components. Appendices include a valuable design pattern Protocol Hierarchy designed to avoid fat inte
Baseball Prospectus 2016: The Essential Guide to the 2016 Season
Sam Miller - 2016
Instead, "Baseball Prospectus 2016" contains significant improvements along with the usual key stat categories, player predictions and insider-level commentary that readers expect from Baseball Prospectus annual guide."Baseball Prospectus 2016" once again provides fantasy players and insiders alike with prescient PECOTA projections, which "Sports Illustrated" has called perhaps the game s most accurate projection model. Still, stats are just numbers if you don t see the larger context, and Baseball Prospectus brings together an elite team of analysts to provide the definitive look at all thirty teams their players, their prospects and their managers to explain away flukes, hot streaks, injury-tainted numbers and park effects.Nearly every major-league team has sought the advice of current or former Prospectus analysts, and readers of "Baseball Prospectus" 2016 will understand what all those insiders have been raving about.In a book that sports personality Ken Tremendous calls The tip of the nerd spear, the team at Baseball Prospectus is proud to bring the following improvements to the 2016 Annual:Two full years of projections PECOTA lines for 2016 and 2017Historical Peak MPH added for major-league pitchersDeserved Run Average (DRA) added for major-league pitcherscFIP added for major-league and minor-league pitchersPitcher WARP redesigned, utilizing DRA and cFIP for all pitchersRevised cFIP-driven PECOTA pitching projectionsCatcher-specific defensive stats for all catchers Double-A and aboveOutfield assists and catcher defense integrated in FRAA and WARPBallpark schematic and wall height study for every stadiumHit List, finance, and farm system ranking graphs for each teamEvery organization s key front office personnel and Baseball Prospectus alumni identified"
Common LISP: A Gentle Introduction to Symbolic Computation
David S. Touretzky - 1989
A LISP "toolkit" in each chapter explains how to use Common LISP programming and debugging tools such as DESCRIBE, INSPECT, TRACE and STEP.
Python Cookbook
David Beazley - 2002
Packed with practical recipes written and tested with Python 3.3, this unique cookbook is for experienced Python programmers who want to focus on modern tools and idioms.Inside, you’ll find complete recipes for more than a dozen topics, covering the core Python language as well as tasks common to a wide variety of application domains. Each recipe contains code samples you can use in your projects right away, along with a discussion about how and why the solution works.Topics include:Data Structures and AlgorithmsStrings and TextNumbers, Dates, and TimesIterators and GeneratorsFiles and I/OData Encoding and ProcessingFunctionsClasses and ObjectsMetaprogrammingModules and PackagesNetwork and Web ProgrammingConcurrencyUtility Scripting and System AdministrationTesting, Debugging, and ExceptionsC Extensions
Running: The Complete Guide to Building Your Running Program
John Stanton - 2010
It starts with those basic steps and soon becomes the adventure of a lifetime. Now, in the Running Room's Book on Running, veteran runner/author John Stanton offers expert advice to help you get the most from your running. This wonderfully illustrated book answers all your questions about running, including:- Getting started and keeping it fun- Building a program that works with your lifestyle- Picking the right gear- Running form, posture and breathing- Heart rate training made clear- Types of running—what to do and how to do it- Nutrition for the runner- Strength and cross-training—easy to manage exercise routines- Women's issues related to running and running during pregnancy- Avoiding and dealing with injuries- Mental preperation and the psychology of running- Tips for race day
Roman History, Books I-III
Livy - 2004
The title of his most famous work, Ab Urbe Condita ("From the Founding of the City"), expresses the scope and magnitude of Livy's undertaking. He wrote in a mixture of annual chronology and narrative. Livy claims that lack of historical data prior to the sacking of Rome in 387 BC by the Gauls made his task more difficult. He wrote the majority of his works during the reign of Augustus. However, he is often identified with an attachment to the Roman Republic and a desire for its restoration. His writing style was poetic and archaic in contrast to Caesar's and Cicero's styles. Also, he often wrote from the Romans' opponent's point of view in order to accent the Romans' virtues in their conquest of Italy and the Mediterranean.
Toy Wars: The Epic Struggle Between G.I. Joe, Barbie, and the Companies That Make Them
G. Wayne Miller - 1998
Joe, the collapse of a $45 million virtual-reality game, and a takeover attempt by arch rival Mattel. 448 pp. Author tour. National ads. 30,000 print.
The Node Beginner Book
Manuel Kiessling - 2011
The aim of The Node Beginner Book is to get you started with developing applications for Node.js, teaching you everything you need to know about advanced JavaScript along the way on 59 pages.