Book picks similar to
Audel Mechanical Trades Pocket Manual by Thomas B. Davis
reference
do-it-yourself
engineering-technology
science-and-engineering
Big Data: A Revolution That Will Transform How We Live, Work, and Think
Viktor Mayer-Schönberger - 2013
“Big data” refers to our burgeoning ability to crunch vast collections of information, analyze it instantly, and draw sometimes profoundly surprising conclusions from it. This emerging science can translate myriad phenomena—from the price of airline tickets to the text of millions of books—into searchable form, and uses our increasing computing power to unearth epiphanies that we never could have seen before. A revolution on par with the Internet or perhaps even the printing press, big data will change the way we think about business, health, politics, education, and innovation in the years to come. It also poses fresh threats, from the inevitable end of privacy as we know it to the prospect of being penalized for things we haven’t even done yet, based on big data’s ability to predict our future behavior.In this brilliantly clear, often surprising work, two leading experts explain what big data is, how it will change our lives, and what we can do to protect ourselves from its hazards. Big Data is the first big book about the next big thing.www.big-data-book.com
The ARRL General Class License Manual
American Radio Relay League - 2010
To upgrade to General Class, you must already hold a Technician Class license (or have recently passed the Technician license exam). Upgrading to a General license--which conveys extensive HF privileges—only requires passing a written examination. Once you do, the entire range of operating modes and the majority of the amateur spectrum below 30 MHz become available to you.Use this book to study for your General Class license exam. Every page presents information you will need to pass the exam and become an effective operator. You'll cover small sections at a time:Procedures and PracticesRules and RegulationsComponents and CircuitsRadio Signals and EquipmentDigital ModesAntennasPropagationElectrical and RF SafetyAt the end of the book, you'll find the entire General Question Pool.NEW FEATURE: Online Review and Practice Exams. As you complete each chapter of this book, use ARRL's online Exam Review for Ham Radio to help prepare you for exam day. This web-based service uses the question pool to construct chapter-by-chapter reviews. Once you've finished this book, use the online service to take practice exams with the same number and variety of questions that you'll encounter on exam day. You won't have any surprises on exam day!About ARRL: Founded in 1914 by Hiram Percy Maxim, ARRL (American Radio Relay League) is the national association for Amateur Radio in the US. Today, with more than 161,000 members, ARRL is the largest organization of radio amateurs in the world. ARRL's mission is based on five pillars: Public Service, Advocacy, Education, Technology, and Membership.
Git Pocket Guide
Richard E. Silverman - 2013
It provides a compact, readable introduction to Git for new users, as well as a reference to common commands and procedures for those of you with Git experience.Written for Git version 1.8.2, this handy task-oriented guide is organized around the basic version control functions you need, such as making commits, fixing mistakes, merging, and searching history.Examine the state of your project at earlier points in timeLearn the basics of creating and making changes to a repositoryCreate branches so many people can work on a project simultaneouslyMerge branches and reconcile the changes among themClone an existing repository and share changes with push/pull commandsExamine and change your repository’s commit historyAccess remote repositories, using different network protocolsGet recipes for accomplishing a variety of common tasks
Neural Networks, Fuzzy Logic And Genetic Algorithms: Synthesis And Applications
S. Rajasekaran - 2004
The constituent technologies discussed comprise neural networks, fuzzy logic, genetic algorithms, and a number of hybrid systems which include classes such as neuro-fuzzy, fuzzy-genetic, and neuro-genetic systems. The hybridization of the technologies is demonstrated on architectures such as Fuzzy-Back-propagation Networks (NN-FL), Simplified Fuzzy ARTMAP (NN-FL), and Fuzzy Associative Memories. The book also gives an exhaustive discussion of FL-GA hybridization. This book with a wealth of information that is clearly presented and illustrated by many examples and applications is designed for use as a text for courses in soft computing at both the senior undergraduate and first-year postgraduate engineering levels.
Engineering Long-Lasting Software
Armando Fox - 2012
NOTE: this Alpha Edition is missing some chapters and may contain errors. See http://saasbook.info for details.
The Bicycle Wheel
Jobst Brandt - 1993
This volume answers questions such as: Should I use low- or high-flanged hubs for touring * Should I spoke crossed-four or crossed-three? Are radially spoked wheels stiffer than crossed-four? * How can I build a 32-spoke crossed-two wheel? * Should I use butted or straight sookes? * Does tying and soldering give a rough ride?Based on years of experience, the author has divided the book into three parts. Part One, Theory, explains how wheels respond to loads. It discusses the merits of various designs and components, and explains what causes failures. Part Two, Practice, gives a step-by-step guide for building front and rear wheels and wheels with different patterns and numbers of spokes. Part Three, Data, contains test results and formulas for computing spoke lengths and other wheel dimensions.
Two Scoops of Django: Best Practices for Django 1.5
Daniel Roy Greenfeld - 2013
We'll introduce you to various tips, tricks, patterns, code snippets, and techniques that we've picked up over the years.This book is great for:Beginners who have just finished the Django tutorial.Developers with intermediate knowledge of Django who want to improve their Django projects.
The New Uxbridge English Dictionary
Jon Naismith - 2005
This crafty revision of English vocabulary posits that Platypus should signify “to give your cat pigtails;” that Flemish should mean “rather like snot;” and that Celtic is in fact a prison for fleas. With nearly 600 new definitions, this side-splitting resource pushes the boundaries of the English language to riotous new limits.
Top 10 Iceland
David Leffman - 2003
Dozens of Top 10 lists provide vital information on each destination, as well as insider tips, from avoiding the crowds to finding out the freebies, The DK Top 10 Guides take the work out of planning any trip.
PostgreSQL: Up and Running
Regina O. Obe - 2012
Not only will you learn about the enterprise class features in the 9.2 release, you’ll also discover that PostgeSQL is more than just a database system—it’s also an impressive application platform.With numerous examples throughout this book, you’ll learn how to achieve tasks that are difficult or impossible in other databases. If you’re an existing PostgreSQL user, you’ll pick up gems you may have missed along the way.Learn basic administration tasks, such as role management, database creation, backup, and restoreApply the psql command-line utility and the pgAdmin graphical administration toolExplore PostgreSQL tables, constraints, and indexesLearn powerful SQL constructs not generally found in other databasesUse several different languages to write database functionsTune your queries to run as fast as your hardware will allowQuery external and variegated data sources with Foreign Data WrappersLearn how to replicate data, using built-in replication features