Book picks similar to
Embedded Hardware (Newnes Know It All) (Newnes Know It All) by Jack G. Ganssle
waiting
electrical-engineering
free
programming
Building Machine Learning Systems with Python
Willi Richert - 2013
Bulletproof Ajax
Jeremy Keith - 2003
Uses progressive enhancement techniques to ensure graceful degradation (which makes sites usable in all browsers). Shows readers how to write their own Ajax scripts instead of relying on third-party libraries. Web site designers love the idea of Ajax--of creating Web pages in which information can be updated without refreshing the entire page. But for those who aren't hard-core programmers, enhancing pages using Ajax can be a challenge. Even more of a challenge is making sure those pages work for all users. In Bulletproof Ajax, author Jeremy Keith demonstrates how developers comfortable with CSS and (X)HTML can build Ajax functionality without frameworks, using the ideas of graceful degradation and progressive enhancement to ensure that the pages work for all users. Throughout this step-by-step guide, his emphasis is on best practices with an approach to building Ajax pages called Hijax, which improves flexibility and avoids worst-case scenarios.
Compilers: Principles, Techniques, and Tools
Alfred V. Aho - 1986
The authors present updated coverage of compilers based on research and techniques that have been developed in the field over the past few years. The book provides a thorough introduction to compiler design and covers topics such as context-free grammars, fine state machines, and syntax-directed translation.
Robot Building for Beginners
David Cook - 2002
Not only does author David Cook assist you in understanding the component parts of robot development, but he also presents valuable techniques that prepare you to make new discoveries on your own.Cook begins with the anatomy of a homemade robot and gives you the best advice on how to proceed successfully. General sources for tools and parts are provided in a consolidated list, and specific parts are recommended throughout the book. Also, basic safety precautions and essential measuring and numbering systems are promoted throughout.Specific tools and parts covered include digital multimeters, motors, wheels, resistors, LEDs, photoresistors, transistors, chips, gears, nut drivers, batteries, and more. "Robot Building for Beginners" is an inspiring book that provides an essential base of practical knowledge for anyone getting started in amateur robotics.
The Rules of Chess
Bruce Pandolfini - 2010
It has a history that goes back over a thousand years, and there is some evidence that perhaps it is even older than that. The Rules of Chess is a free book, in electronic format, that will teach young and old how to play the “Royal Game." Written by one of the great instructors of the modern era, Bruce Pandolfini, it is in fact a small excerpt from his extremely popular book Let’s Play Chess (2nd edition). After the material is presented, there is a section listing and describing the chess books published by Russell Enterprises, Inc. which are also available in electronic format. In the meantime, we hope you enjoy The Rules of Chess by Bruce Pandolfini...
One Handler's Journey
Sharolyn L. Sievert - 2011
Deceased. The first words out of the Operations Officer's mouth, after saying Sam was found, were "You are going to kick yourself."A volunteer search and rescue dog handler, Rebekkah has always put duty and responsibility first. She lives by the rules, believing that success means having a plan and not deviating from it. Dreams are things that happen at night and don't ever seem to come true for her. Things in Rebekkah's life are about to change, and she’s not really sure she’s ready for it. With her K-9 partners Ariel and Gus, Rebekkah faces decisions that could jeopardize their lives every time they deploy. As she responds to missing person searches through treacherous terrain, emotional battles and bitter disappointment, she finds that there is a fine line between success and failure; but that the search for life is definitely worth the risk.Sharolyn Sievert, a seasoned K-9 handler herself, takes the reader with her on fictional missions in K-9 SEARCH—One Handler’s Journey, weaving the laughter, fears, faith and tears of a life that isn’t sensational or sexy, and definitely not glamorous, but a heartwarming and genuine reflection of a SAR dog handler and her dogs.
Grimoire Bound
Jeff Sproul - 2017
His memories are clouded, except for images of glass and metal. He quickly finds that he’s not alone in this new realm. There are others who all arrived just as he did. In this strange world, people are driven by survival against forces that have little interest in continued human existence. But through the use of special tomes known as 'grimoires,' people are able to enhance themselves to increase their abilities and 'life properties,' giving them a fighting chance against the monsters that surround them. Without a chance to acclimate himself, Chaxin is thrown into a bloody confrontation with monsters born of nightmares. He soon realizes that one false step could mean his death. But death isn’t the worst that the Graymos has to offer. Can he survive in such an unforgiving world? If not, more than just his life could be at stake. Grimoire Bound is a LitRPG-Lite novel, inspired by Dark Souls, Lovecraft and Grimgar of Fantasy and Ash.
MAKE: Electronics: Learning Through Discovery
Charles Platt - 2008
I also love the sense of humor. It's very good at disarming the fear. And it's gorgeous. I'll be recommending this book highly." --Tom Igoe, author of Physical Computing and Making Things TalkWant to learn the fundamentals of electronics in a fun, hands-on way? With Make: Electronics, you'll start working on real projects as soon as you crack open the book. Explore all of the key components and essential principles through a series of fascinating experiments. You'll build the circuits first, then learn the theory behind them!Build working devices, from simple to complex You'll start with the basics and then move on to more complicated projects. Go from switching circuits to integrated circuits, and from simple alarms to programmable microcontrollers. Step-by-step instructions and more than 500 full-color photographs and illustrations will help you use -- and understand -- electronics concepts and techniques.Discover by breaking things: experiment with components and learn from failureSet up a tricked-out project space: make a work area at home, equipped with the tools and parts you'll needLearn about key electronic components and their functions within a circuitCreate an intrusion alarm, holiday lights, wearable electronic jewelry, audio processors, a reflex tester, and a combination lockBuild an autonomous robot cart that can sense its environment and avoid obstaclesGet clear, easy-to-understand explanations of what you're doing and why
Introduction to Love and Self
Joan Vassar - 2006
Their interaction had a profound effect on them both. When Lisa is sent to live with relatives, the two are sure they will never see each other again. Eighteen years later, Seven often wonders what happened to the girl who lived down the hall. He never forgot her or the objectionable circumstances under which they lived. Lisa, now twenty-six, realizes that she has lived in a cocoon for years, putting her life on hold to care for her grandmother. Upon her grandmother’s death, she has no regrets, only an eagerness to begin anew. Lisa throws herself back into life, but after years of abuse, she shies away from romantic connections. Fate steps in at the Plaza Hotel in Manhattan, bringing Seven and Lisa face to face with the past—and possibly their future. Seven is still scarred by his childhood—his father’s absence and his mother’s prostitution—and Lisa has never experienced true intimacy. Will they be able to take their lives in a new direction? Introduction to Love and Self tells the passionate tale of a man and woman who share an indelible connection. Follow them as they embark upon a tantalizing sexual journey, seeking the trust and love that each desperately craves.
Pro ASP.NET MVC 4
Adam Freeman - 2012
It provides a high-productivity programming model that promotes cleaner code architecture, test-driven development, and powerful extensibility, combined with all the benefits of ASP.NET.ASP.NET MVC 4 contains a number of significant advances over previous versions. New mobile and desktop templates (employing adaptive rendering) are included together with support for jQuery Mobile for the first time. New display modes allow your application to select views based on the browser that's making the request while Code Generation Recipes for Visual Studio help you auto-generate project-specific code for a wide variety of situtations including NuGet support.In this fourth edition, the core model-view-controller (MVC) architectural concepts are not simply explained or discussed in isolation, but are demonstrated in action. You'll work through an extended tutorial to create a working e-commerce web application that combines ASP.NET MVC with the latest C# language features and unit-testing best practices. By gaining this invaluable, practical experience, you'll discover MVC's strengths and weaknesses for yourself--and put your best-learned theory into practice.The book's authors, Steve Sanderson and Adam Freeman, have both watched the growth of ASP.NET MVC since its first release. Steve is a well-known blogger on the MVC Framework and a member of the Microsoft Web Platform and Tools team. Adam started designing and building web applications 15 years ago and has been responsible for some of the world's largest and most ambitious projects. You can be sure you are in safe hands.
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."
Architects Of Poverty
Moeletsi Mbeki - 2009
Along with his candid expose of the problems, he poses some suggestions about what needs to be done to break the stranglehold of the African elites on political power and to set sub-Saharan Africa once more on the road to development.
The Art of Computer Programming: Volume 3: Sorting and Searching
Donald Ervin Knuth - 1973
-Byte, September 1995 I can't begin to tell you how many pleasurable hours of study and recreation they have afforded me! I have pored over them in cars, restaurants, at work, at home... and even at a Little League game when my son wasn't in the line-up. -Charles Long If you think you're a really good programmer... read [Knuth's] Art of Computer Programming... You should definitely send me a resume if you can read the whole thing. -Bill Gates It's always a pleasure when a problem is hard enough that you have to get the Knuths off the shelf. I find that merely opening one has a very useful terrorizing effect on computers. -Jonathan Laventhol The first revision of this third volume is the most comprehensive survey of classical computer techniques for sorting and searching. It extends the treatment of data structures in Volume 1 to consider both large and small databases and internal and external memories. The book contains a selection of carefully checked computer methods, with a quantitative analysis of their efficiency. Outstanding features of the second edition include a revised section on optimum sorting and new discussions of the theory of permutations and of universal hashing. Ebook (PDF version) produced by Mathematical Sciences Publishers (MSP), http: //msp.org
Microsoft Azure Essentials - Fundamentals of Azure
Michael S. Collier - 2015
The first ebook in the series, Microsoft Azure Essentials: Fundamentals of Azure, introduces developers and IT professionals to the wide range of capabilities in Azure. The authors - both Microsoft MVPs in Azure - present both conceptual and how-to content for key areas, including: Azure Websites and Azure Cloud Services Azure Virtual Machines Azure Storage Azure Virtual Networks Databases Azure Active Directory Management tools Business scenarios Watch Microsoft Press’s blog and Twitter (@MicrosoftPress) to learn about other free ebooks in the “Microsoft Azure Essentials” series.
Pines (Digital Sample) (The Wayward Pines #1)
Blake Crouch - 2015
Night Shyamalan, starring Matt Dillon and premiering May 14th on FOX. Secret service agent Ethan Burke arrives in Wayward Pines, Idaho, with a clear mission: locate and recover two federal agents who went missing in the bucolic town one month earlier. But within minutes of his arrival, Ethan is involved in a violent accident. He comes to in a hospital, with no ID, no cell phone, and no briefcase. The medical staff seems friendly enough, but something feels…off. As the days pass, Ethan’s investigation into the disappearance of his colleagues turns up more questions than answers. Why can’t he get any phone calls through to his wife and son in the outside world? Why doesn’t anyone believe he is who he says he is? And what is the purpose of the electrified fences surrounding the town? Are they meant to keep the residents in? Or something else out? Each step closer to the truth takes Ethan further from the world he thought he knew, from the man he thought he was, until he must face a horrifying fact—he may never get out of Wayward Pines alive.
2013 International Thriller Award Nominee