Book picks similar to
The Unofficial LEGO MINDSTORMS NXT Inventor's Guide by David J. Perdue
lego
robots
reference
computer-science
Brew Ware: How to Find, Adapt Build Homebrewing Equipment
Karl F. Lutzen - 1996
Karl E. Lutzen and Mark Stevens guide you through the best tools for all your brewing needs, from DIY homemade versions of commercial brewery equipment to simple devices that make brewing easier and safer. Learn which gadgets and gizmos work best for measuring, mashing, bottling, kegging, and more. With the proper tools close at hand you’ll save both time and money, leaving you free to focus on enjoying your homebrewed beers.
Grace For The Moment Daily Bible, NCV: Spend 365 Days reading the Bible with Max Lucado
Max Lucado - 2006
Spend a year reading the Bible with Max Lucado! In this Bible, Max Lucado will guide you through the Scripture day-by-day, with daily readings from the Old and New Testaments, Psalms, and Proverbs, plus a devotional insight.
HTML, XHTML, and CSS (Visual Quickstart Guide)
Elizabeth Castro - 2002
In this completely updated edition of our best-selling guide to HTML, Web expert and best-selling author Elizabeth Castro uses crystal-clear instructions and friendly prose to introduce you to all of today's HTML and XHTML essentials. Yoursquo;ll learn how to design, structure, and format your Web site. You'll create and use images, links, styles, lists, tables, frames, and forms, and you'll add sound and movies to your site. Finally, you will test and debug your site, and publish it to the Web. Along the way, you'll find extensive coverage of CSS techniques, current browsers (Opera, Safari, Firefox), creating pages for the mobile Web, and more. Visual QuickStart Guide--the quick and easy way to learn! Easy visual approach uses pictures to guide you through HTML and show you what to do. Concise steps and explanations get you up and running in no time. Page for page, the best content and value around. Companion Web site at www.cookwood.com/html offers examples, a lively question-and-answer area, updates, and more. Need to learn HTML fast? This best-selling reference's visual format and step-by-step, task-based instructions will have you up and running with HTML in no time.
Programming Perl
Tom Christiansen - 1991
The first edition of this book, Programming Perl, hit the shelves in 1990, and was quickly adopted as the undisputed bible of the language. Since then, Perl has grown with the times, and so has this book.Programming Perl is not just a book about Perl. It is also a unique introduction to the language and its culture, as one might expect only from its authors. Larry Wall is the inventor of Perl, and provides a unique perspective on the evolution of Perl and its future direction. Tom Christiansen was one of the first champions of the language, and lives and breathes the complexities of Perl internals as few other mortals do. Jon Orwant is the editor of The Perl Journal, which has brought together the Perl community as a common forum for new developments in Perl.Any Perl book can show the syntax of Perl's functions, but only this one is a comprehensive guide to all the nooks and crannies of the language. Any Perl book can explain typeglobs, pseudohashes, and closures, but only this one shows how they really work. Any Perl book can say that my is faster than local, but only this one explains why. Any Perl book can have a title, but only this book is affectionately known by all Perl programmers as "The Camel."This third edition of Programming Perl has been expanded to cover version 5.6 of this maturing language. New topics include threading, the compiler, Unicode, and other new features that have been added since the previous edition.
A Whirlwind Tour of Python
Jake Vanderplas - 2016
This report provides a brief yet comprehensive introduction to Python for engineers, researchers, and data scientists who are already familiar with another programming language.Author Jake VanderPlas, an interdisciplinary research director at the University of Washington, explains Python’s essential syntax and semantics, built-in data types and structures, function definitions, control flow statements, and more, using Python 3 syntax.You’ll explore:- Python syntax basics and running Python codeBasic semantics of Python variables, objects, and operators- Built-in simple types and data structures- Control flow statements for executing code blocks conditionally- Methods for creating and using reusable functionsIterators, list comprehensions, and generators- String manipulation and regular expressions- Python’s standard library and third-party modules- Python’s core data science tools- Recommended resources to help you learn more
How to Drive a Tank and Other Everyday Tips for the Modern Gentleman
Frank Coles - 2009
But does he know how to hide a dead body? Or cry with diginity? If not, this book's for him' COSMOPOLITAN, Book of the MonthA TOP GEAR magazine Book of the MonthPRODUCT DESCRIPTIONCall yourself a man? You do? Do you even know what a real man is? Are you a six-foot-one Adonis who wears all the latest fashions, moisturises regularly, visits spas for pleasure and never does anything wrong? Or do you drink twenty pints every Friday night, guzzle a kebab on the way home and then fart yourself to sleep? It's time to stop being the man everyone expects you to be and be the one you want to be.Learn how to:- Pick locks, safes and chastity belts- Disappear without a trace in 24 hours- Win a gun fight- Survive the wild- Ride a wall of death- Work a 4-hour week- Survive any crisis- Make things go boom- Drive cars sideways- Be a great dad…and, of course, drive a tank. Fast-paced and funny, this is the ultimate bible for the modern man.* A 'dangerous book for men' - how to embrace life to the full and how to be your own man * Top Gear meets 101 Things To Do Before You Die (Richard Horne)
Programming Ruby: The Pragmatic Programmers' Guide
Dave Thomas - 2000
When Ruby first burst onto the scene in the Western world, the Pragmatic Programmers were there with the definitive reference manual, Programming Ruby: The Pragmatic Programmer's Guide.Now in its second edition, author Dave Thomas has expanded the famous Pickaxe book with over 200 pages of new content, covering all the improved language features of Ruby 1.8 and standard library modules. The Pickaxe contains four major sections:An acclaimed tutorial on using Ruby.The definitive reference to the language.Complete documentation on all built-in classes, modules, and methodsComplete descriptions of all 98 standard libraries.If you enjoyed the First Edition, you'll appreciate the expanded content, including enhanced coverage of installation, packaging, documenting Ruby source code, threading and synchronization, and enhancing Ruby's capabilities using C-language extensions. Programming for the World Wide Web is easy in Ruby, with new chapters on XML/RPC, SOAP, distributed Ruby, templating systems, and other web services. There's even a new chapter on unit testing.This is the definitive reference manual for Ruby, including a description of all the standard library modules, a complete reference to all built-in classes and modules (including more than 250 significant changes since the First Edition). Coverage of other features has grown tremendously, including details on how to harness the sophisticated capabilities of irb, so you can dynamically examine and experiment with your running code. Ruby is a wonderfully powerful and useful language, and whenever I'm working with it this book is at my side --Martin Fowler, Chief Scientist, ThoughtWorks
Web Database Applications with PHP and MySQL
Hugh E. Williams - 2002
Anyone with a modest knowledge of HTML and web site management can learn to create dynamic content through the PHP programming language and the MySQL database. This book gives you the background and tools to do the job safely and reliably.Web Database Applications with PHP and MySQL, Second Edition thoroughly reflects the needs of real-world applications. It goes into detail on such practical issues as validating input (do you know what a proper credit card number looks like?), logging in users, and using templates to give your dynamic web pages a standard look.But this book goes even further. It shows how JavaScript and PHP can be used in tandem to make a user's experience faster and more pleasant. It shows the correct way to handle errors in user input so that a site looks professional. It introduces the vast collection of powerful tools available in the PEAR repository and shows how to use some of the most popular tools.Even while it serves as an introduction to new programmers, the book does not omit critical tasks that web sites require. For instance, every site that allows updates must handle the possibility of multiple users accessing data at the same time. This book explains how to solve the problem in detail with locking.Through a sophisticated sample application--Hugh and Dave's Wine Store--all the important techniques of dynamic content are introduced. Good design is emphasized, such as dividing logic from presentation. The book introduces PHP 5 and MySQL 4.1 features, while providing techniques that can be used on older versions of the software that are still in widespread use.This new edition has been redesigned around the rich offerings of PEAR. Several of these, including the Template package and the database-independent query API, are fully integrated into examples and thoroughly described in the text. Topics include:Installation and configuration of Apache, MySQL, and PHP on Unix®, Windows®, and Mac OS® X systems Introductions to PHP, SQL, and MySQL administration Session management, including the use of a custom database for improved efficiency User input validation, security, and authentication The PEAR repository, plus details on the use of PEAR DB and Template classes Production of PDF reports
Artisan Bread in Five Minutes a Day: The Discovery That Revolutionizes Home Baking
Jeff Hertzberg - 2007
With more than half a million copies of their books in print, Jeff Hertzberg and Zoe Francois have proven that people want to bake their own bread, so long as they can do it easily and quickly.Crusty baguettes, mouth-watering pizzas, hearty sandwich loaves, and even buttery pastries can easily become part of your own personal menu, Artisan Bread in Five Minutes a Day will teach you everything you need to know, opening the eyes of any potential baker."
The Impact Zone
Bobby Clampett - 2007
Ryder Cup team captainImpact has long been called golf's "moment of truth," and great golfers have spent countless hours working on their swings trying to upgrade their impact dynamics as the golf club approaches, contacts, then swings through the ball. For the first time, with The Impact Zone, golfers will have a book that focuses their attention on the very same region of the swing on which professional golfers have always concentrated. The Impact Zone is a unique instructional guide in that everything in it either focuses on or applies to improving a golfer's understanding and execution of impact. Here, acclaimed professional golfer Bobby Clampett concludes that the overwhelming bias and convention of today's contemporary teaching environment is to value swing styles over swing dynamics, and in so doing, the overwhelming majority of golf teachers miss the boat in terms of teaching the game effectively. Ultimately this emphasis on swing style comes at the expense of helping golfers to develop sound swing dynamics, which are the real keys to consistent ball striking and better golf. With the help of CBS's Swing Vision high-speed camera—using images from many of the game's greatest contemporary players (including Tiger Woods, Phil Mickelson, John Daly, Vijay Singh, Sergio Garcia, and more)—The Impact Zone takes an unprecedented look at the most important six inches in golf, those that immediately precede, contain, and follow impact. To further demonstrate these principles, Clampett presents photos and drills that convey the five essential dynamics golfers need to produce and reproduce solid impact Throughout these instructional pages, Bobby Clampett—teamed with veteran golf writer Andy Brumer—relays his own personal story of straying from swing dynamics and how he found his way back. He recalls memorable stories from the Tour, blending innovative instruction with his colorful, engaging anecdotes. Clampett and Brumer create an essential instructional guide with clear, concise advice—on creating great swing dynamics through the impact zone—the universally acknowledged key to more consistent and better golf.
Computer Organization
V. Carl Hamacher - 1978
*A comprehensive overview of hardware and software issues make this a "must-have" for electrical and computer engineers*Contains new material on RISC processors, performance analysis, multiprocessors and memory systems*New two-color design and illustrations illuminate the text
Computational Geometry: Algorithms and Applications
Mark de Berg - 1997
The focus is on algorithms and hence the book is well suited for students in computer science and engineering. Motivation is provided from the application areas: all solutions and techniques from computational geometry are related to particular applications in robotics, graphics, CAD/CAM, and geographic information systems. For students this motivation will be especially welcome. Modern insights in computational geometry are used to provide solutions that are both efficient and easy to understand and implement. All the basic techniques and topics from computational geometry, as well as several more advanced topics, are covered. The book is largely self-contained and can be used for self-study by anyone with a basic background in algorithms. In the second edition, besides revisions to the first edition, a number of new exercises have been added.
Pro Tools 101: An Introduction to Pro Tools 10
Frank D. Cook - 2009
Now updated for Pro Tools 10 software, this new edition from the definitive authority on Pro Tools covers everything you need to know to complete a Pro Tools project. Learn to build sessions that include multitrack recordings of live instruments, MIDI sequences, and virtual instruments. Through hands-on tutorials, develop essential techniques for recording, editing, and mixing. The included DVD-ROM offers tutorial files and videos, additional documentation, and Pro Tools sessions to accompany the projects in the text.
A Little Bit of Everything For Dummies
John Wiley & Sons - 2011
From that first printing of that first book came a series unlike anything in the publishing world, one that is global in both geography - we have been published worldwide in some 30 languages - and in coverage. No single volume can hope to summarize what thousands of titles have meant to millions of readers over the years, and we don't claim to do that in this e-book. Rather, this e-book celebrates the breadth and depth of the For Dummies series, offering 20 chapters - in honor of our 20 years - from a list of books compiled by our global colleagues. We are confident the chapters we've included give you a representative glimpse at why - no matter what the topic - our products have meant so much to so many by Making Everything Easier. We've grouped our chapters into five main parts:Part I: Dummies Classics, offers four chapters from some of our best-loved books. There's a chapter from DOS For Dummies, the book that started it all, and chapters from two of our best-sellers: Windows 7 For Dummies and Sex For Dummies. And just for a bit of spice, we've included a chapter from French For Dummies.Part II: Daily Dose of Dummies, offers the kind of lifestyle, self-help, and business skills that our readers have come to treasure. There's one of our famous Part of Tens chapters from Cognititive Behavioural Therapy for Dummies and a chapter from Meditation For Dummies to help you get your center. Chapters from Leadership For Dummies and Marketing For Dummies help you develop new skills for the marketplace.Part III, Fun with Dummies, celebrates life and all it has to offer. We've got chapters here from The Royal Wedding For Dummies, Guitar For Dummies, Digital Photography SLR All-in-One For Dummies, Puppies for Dummies, Knitting For Dummies, and Wine For Dummies.Part IV, Get Social, highlights how we help you grow and develop new skills. Chapters here come from Facebook For Dummies, Social Media Marketing For Dummies, and Dating For Dummies.Part V, Going Global, shares the worldwide appeal of the For Dummies series. These chapters from British History For Dummies, Canadian History For Dummies, and Rugby Union For Dummies were created by our global colleagues and authors and show how the For Dummies approach applies not only to whatever the subject is at hand, but also wherever the discussion is taking place.Download and enjoy!
Cayenne Pepper Cures (Miracle Healers from the Kitchen)
Sharon Daniels - 2012
It is more powerful than any other." - Dr. Richard Schulze, Medical Herbalist from herbdoc.com.Hats off to you! You've just plunged into a wealth of information that hardly any professional doctors have a clue about. Get ready to relish in the brilliance of the kitchen miracle that surgeons shun and doctors disgrace.A sea of unknown, unrevealed information awaits you. This book will act as your guide, so that you will soon be able to harness the full power of cayenne - the herb I once took for granted, and the herb that I now owe my health.Everyone out there seems to be promoting good health. Well, that's great. Good health is something that needs to be promoted. You need herbs, not drugs. You need nature, not synthetics. You need to use the proven, natural, side-affect-free healers that the earth is full of, not the clear, cold liquids that scientists processed through a test tube.If I had the time, I'd drive from house to house, shaking people out of their beds and telling them to wake up to the miracles of cayenne. But I can't, so I've got the next best thing.This report, which I've been compiling for a while, is brimming with the fiery brilliance of cayenne and all that I've found out about it.For example, cayenne has been known to cure 17 big diseases. It has been known to stop a heart attack in a matter of minutes. It can sharpen your vision better than the most powerful contact lenses available. It can expand your arteries like anything, giving the blood room to really flow and travel everywhere, from your arms (giving you strength) to your brain (giving you better brainpower). It can cure arthritis and much, much more.If your heart can't pump enough blood to a certain area, take cayenne pepper.Because if you're on prescription medications, you could take up to a year (or more!) to heal. But if you take cayenne, you could cut it down to a month or two.Did you know that if you take garlic in the right proportions, you can bring your blood pressure back to normal in three months?Well, if you add cayenne, you could cut that down to three days.Cayenne can unclog your kidneys and your sinuses, allow you to breathe freely and restore broken, bleeding gums to normal. Cayenne, in short, is a kitchen miracle.I owe my health to cayenne. I hope that by reading this report, you soon will too.To your health,Sharon Daniels