Book picks similar to
Planes, Gliders and Paper Rockets: Simple Flying Things Anyone Can Make--Kites and Copters, Too! by Rick Schertle
non-fiction
ebook
stem
inventory-digital
Electricity and Magnetism
Elisha Gray - 2010
You may find it for free on the web. Purchase of the Kindle edition includes wireless delivery.
Real World Haskell: Code You Can Believe In
Bryan O'Sullivan - 2008
You'll learn how to use Haskell in a variety of practical ways, from short scripts to large and demanding applications. Real World Haskell takes you through the basics of functional programming at a brisk pace, and then helps you increase your understanding of Haskell in real-world issues like I/O, performance, dealing with data, concurrency, and more as you move through each chapter. With this book, you will:Understand the differences between procedural and functional programming Learn the features of Haskell, and how to use it to develop useful programs Interact with filesystems, databases, and network services Write solid code with automated tests, code coverage, and error handling Harness the power of multicore systems via concurrent and parallel programming You'll find plenty of hands-on exercises, along with examples of real Haskell programs that you can modify, compile, and run. Whether or not you've used a functional language before, if you want to understand why Haskell is coming into its own as a practical language in so many major organizations, Real World Haskell is the best place to start.
Tesla: Inventor of the Electrical Age
W. Bernard Carlson - 2013
His inventions, patents, and theoretical work formed the basis of modern AC electricity, and contributed to the development of radio and television. Like his competitor Thomas Edison, Tesla was one of America's first celebrity scientists, enjoying the company of New York high society and dazzling the likes of Mark Twain with his electrical demonstrations. An astute self-promoter and gifted showman, he cultivated a public image of the eccentric genius. Even at the end of his life when he was living in poverty, Tesla still attracted reporters to his annual birthday interview, regaling them with claims that he had invented a particle-beam weapon capable of bringing down enemy aircraft.Plenty of biographies glamorize Tesla and his eccentricities, but until now none has carefully examined what, how, and why he invented. In this groundbreaking book, W. Bernard Carlson demystifies the legendary inventor, placing him within the cultural and technological context of his time, and focusing on his inventions themselves as well as the creation and maintenance of his celebrity. Drawing on original documents from Tesla's private and public life, Carlson shows how he was an idealist inventor who sought the perfect experimental realization of a great idea or principle, and who skillfully sold his inventions to the public through mythmaking and illusion.This major biography sheds new light on Tesla's visionary approach to invention and the business strategies behind his most important technological breakthroughs.
The ARRL Extra Class License Manual for Ham Radio
H. Ward Silver - 2002
Whenyou upgrade to Extra Class, you gain access to the entire Amateur Radio frequency spectrum. Ues this book to ace the top-level ham radio licensing exam. Our expert instruction will lead you through all of the knowledge you need to pass the exam: rules, specific operating skills and more advanced electronics theory.
The True INTJ (The True Guides to the Personality Types)
Truity - 2014
From Isaac Newton to Mark Zuckerberg, these visionary, determined INTJs have made an impact. But what drives these self-possessed, sometimes mysterious Masterminds? What makes them so uniquely equipped to improve the systems we live with every day?This book is for INTJs and those who live with them, work with them, or just want to know more about them. With an eye toward the INTJ's natural strengths, The True INTJ takes an in-depth look at the talents, motivations, values, and unique qualities of the INTJ. You'll discover what drives the INTJ, and how this innovative, dedicated personality type can use their gifts to change the world.
Mastering Homebrew: The Complete Guide to Brewing Delicious Beer (Beer Brewing Bible, Homebrewing Book)
Randy Mosher - 2013
Featuring plainspeaking, fun-to-read instructions, more than 150 colorful graphics and illustrations of process and technique, and 30 master recipes for classic and popular brews, this handbook covers everything from choosing ingredients and equipment to mashing, bottling, tasting, and serving. With much-lauded expertise, Mosher simplifies the complexities—at once inspiring and teaching today's burgeoning new league of home brewers.
Bike Repair and Maintenance for Dummies
Dennis Bailey - 2009
If you have a little or a lot of experience in using tools on your bike, this book can show you how to keep your bike in top working order, from tires to handlebars, without all the technical jargon.If biking is already a part of your life - or you'd like it to be - this book can help you tackle your own bike maintenance and repair, so you don't have to take it to the shop for routine tune-ups or call for help if you break down in the middle of nowhere. Of course, sometimes you'll need to seek expert help, so the book covers when to attack a problem yourself and when to call in the pros for backup.And although this book is written in easy-to-understand language without a lot of biking jargon, Bike Repair & Maintenance For Dummies is still a comprehensive guide. Seasoned bike riders looking for additional tips and tricks to keep their bikes in top condition won't be disappointed.This book will help you repair - and, if necessary, replace - the parts on your bicycle. You'll discover how to make basic bike repairs, such as:Removing a wheel, tire, or tubePatching a tube or fixing a tireWorking on hubs and spokesInstalling new brakes and pads or addressing other brake issuesAdjusting your saddleUsing suspension seat postsDealing with common chain problemsInspecting, cleaning, and lubricating cassettes and freewheelsAfter you nail the basics, you can dive into advanced repairs and maintenance, including:Knowing how a frame is built and inspecting one for problemsAdjusting and maintaining a bike's suspensionRemoving, installing, and adjusting the rear and front derailleursRemoving and installing shiftersTaping your handlebarsAdjusting and overhauling your headsetGet your copy of Bike Repair & Maintenance For Dummies to learn all of that, plus tips on staying safe, ensuring your bike is always a good fit for you, and improving your bike's performance.
Astronomy
Patrick Moore - 1995
Filled with data about the Earth, Moon, the planets, the stars, our Galaxy, and the myriad galaxies in deep space, it also reveals the latest scientific discoveries about black holes, quasars, and the origins of the Universe. Written by a premier astronomy expert, this book begins with a discussion of the Sun, from sunspots to solar eclipses. It then features over 100 tables on characteristics of the Moon, and the names, positions, sizes, and other key descriptors of all the planets and their satellites. The book tabulates solar and lunar eclipse, comets, close-approach asteroids, and significant meteor showers dates. Twenty-four maps show the surface features of the planets and their moons. The author then looks to the stars, their distances and movements, and their detailed classification and evolution. Forty-eight star charts cover both northern and southern hemispheres, enabling you to track down and name the main stars in all the constellations. The maps are supported by detailed tables of the names, positions, magnitudes, and spectra of the main stars in each constellation, along with key data on galaxies, nebulae, and clusters. There is a useful catalogue of the world's great telescopes and observatories, a history of astronomy and of space research, and biographies of 250 astronomers who have been most influential in developing the current understanding of the subject.
The Rust Programming Language
Steve Klabnik
This is the undisputed go-to guide to Rust, written by two members of the Rust core team, with feedback and contributions from 42 members of the community. The book assumes that you’ve written code in another programming language but makes no assumptions about which one, meaning the material is accessible and useful to developers from a wide variety of programming backgrounds.Known by the Rust community as "The Book," The Rust Programming Language includes concept chapters, where you’ll learn about a particular aspect of Rust, and project chapters, where you’ll apply what you’ve learned so far to build small programs.The Book opens with a quick hands-on project to introduce the basics then explores key concepts in depth, such as ownership, the type system, error handling, and fearless concurrency. Next come detailed explanations of Rust-oriented perspectives on topics like pattern matching, iterators, and smart pointers, with concrete examples and exercises--taking you from theory to practice.The Rust Programming Language will show you how to: Grasp important concepts unique to Rust like ownership, borrowing, and lifetimes Use Cargo, Rust’s built-in package manager, to build and maintain your code, including downloading and building dependencies Effectively use Rust’s zero-cost abstractions and employ your ownYou’ll learn to develop reliable code that’s speed and memory efficient, while avoiding the infamous and arcane programming pitfalls common at the systems level. When you need to dive down into lower-level control, this guide will show you how without taking on the customary risk of crashes or security holes and without requiring you to learn the fine points of a fickle toolchain.You’ll also learn how to create command line programs, build single- and multithreaded web servers, and much more.The Rust Programming Language fully embraces Rust’s potential to empower its users. This friendly and approachable guide will help you build not only your knowledge of Rust but also your ability to program with confidence in a wider variety of domains.
Electric Universe: How Electricity Switched on the Modern World
David Bodanis - 2005
In these pages the virtuoso scientists who plumbed the secrets of electricity come vividly to life, including familiar giants like Thomas Edison; the visionary Michael Faraday, who struggled against the prejudices of the British class system; and Samuel Morse, a painter who, before inventing the telegraph, ran for mayor of New York on a platform of persecuting Catholics. Here too is Alan Turing, whose dream of a marvelous thinking machine—what we know as the computer—was met with indifference, and who ended his life in despair after British authorities forced him to undergo experimental treatments to “cure” his homosexuality. From the frigid waters of the Atlantic to the streets of Hamburg during a World War II firestorm to the interior of the human body, Electric Universe is a mesmerizing journey of discovery by a master science writer.
Available Parent: Expert Advice for Raising Successful and Resilient Teens and Tweens
John Duffy - 2014
Dr. John Duffy's The Available Parent is a revolutionary approach to taking care of teens and tweens. Teenagers are often left feeling unheard and misunderstood, and parents are left feeling bewildered by the changes in their child at adolescence and their sudden lack of effectiveness as parents. The parent has become unavailable, the teen responds in kind, and a negative, often destructive cycle of communication begins. The available parent of a teenager is open to discussion, offering advice and solutions, but not insisting on them. He allows his child to make some mistakes, setting limits, primarily where health and safety are concerned. He never lectures -- he is available but not controlling. He is neither cruel nor dismissive, ever. The available parent is fun and funny, and can bring levity to the most stressful situation. All of that is to say, there are no conditions to his availability -- it is absolute.
Think Like a Programmer: An Introduction to Creative Problem Solving
V. Anton Spraul - 2012
In this one-of-a-kind text, author V. Anton Spraul breaks down the ways that programmers solve problems and teaches you what other introductory books often ignore: how to Think Like a Programmer. Each chapter tackles a single programming concept, like classes, pointers, and recursion, and open-ended exercises throughout challenge you to apply your knowledge. You'll also learn how to:Split problems into discrete components to make them easier to solve Make the most of code reuse with functions, classes, and libraries Pick the perfect data structure for a particular job Master more advanced programming tools like recursion and dynamic memory Organize your thoughts and develop strategies to tackle particular types of problems Although the book's examples are written in C++, the creative problem-solving concepts they illustrate go beyond any particular language; in fact, they often reach outside the realm of computer science. As the most skillful programmers know, writing great code is a creative art—and the first step in creating your masterpiece is learning to Think Like a Programmer.
Hitler's Jet Plane: The Me 262 Story
Mano Ziegler - 2006
Mano Ziegler was involved from its inception and contributed to the design, testing, training and even served in it operationally. Could the ME 262 have broken the Allied supremacy in the air? Why did it take so long to come into service and why were hundreds of German pilots sacrificed in developing it? Why did the ME 262 prove not to be the unparalleled success claimed by Goering and why were German cities left dangerously exposed against Allied bombing campaigns? These are only some the important questions this new book answers. Mano Ziegler, born 7 June 1908, had a lifetime fascination with flight. At the age of eight, he wrote to Manfred Freiherr von Richthofen, the famous "Red Baron", asking to be allowed to fly with him. Richthofen even replied, telling him, "Yes, we'll fly together!". At the age of 21, he took up glider flying. He also pursued his sport of diving and was a core member of Germany's Olympic high-diving team. In 1932 and 1934 he was student world high-diving champion at the world championships in Darmstadt and Turin. When war broke out in 1939 he became a pilot in the Luftwaffe, and from 1943 until the war's end he flew the Me 163 with Erprobungskommando 16 (Operational Test Unit 16) and Jagdgeschwader 400 (Fighter Group 400). After the war he escaped from Russian captivity and - having returned to Berlin - continued to fly and write newspaper articles. In Berlin he guested as a high-wire walker with the Camilla Mayer circus troupe, walking the 24-metre high wire - without any prior training - for a newspaper article. He eventually became editor-in-chief of the Flug-Revue aviation monthly in Stuttgart and, as such, made his first supersonic flight in an English fighter aircraft in the spring of 1960. Hitler's Jet Plane fills an important gap in the history of the Luftwaffe and of aviation in general with new research which dicloses how the first ever military jet plane failed to make its mark on World War II.
George Washington: First Guardian Of American Liberty
Michael Crawley - 2016
But where did he get his military experience? Why was picked to take command of the army? Why was he the only American president ever to be elected unanimously (twice!), and did he really chop down that cherry tree as a kid?In this book entitled George Washington: First Guardian of American Liberty by author Michael Crawley, you'll follow the course of George Washington's life, from his birth at Ferry Farm in Virginia in 1732, to his death at his Mount Vernon estate in 1799. You'll learn how his early fame as a hero of the French and Indian War, and his illustrious marriage to a wealthy widow, led to this farm boy becoming one of the most important men in Virginia, a delegate at the Continental Congress where the Founders of America gathered to decide the nation's fate. The first guardian of American liberty looks serene in his portraits, but he didn't always rise above the fray. Washington fought for what he believed in, and his political convictions shocked contemporaries like Thomas Jefferson. Do you know what kind of country George Washington wanted America to be?
Data Science at the Command Line: Facing the Future with Time-Tested Tools
Jeroen Janssens - 2014
You'll learn how to combine small, yet powerful, command-line tools to quickly obtain, scrub, explore, and model your data.To get you started--whether you're on Windows, OS X, or Linux--author Jeroen Janssens introduces the Data Science Toolbox, an easy-to-install virtual environment packed with over 80 command-line tools.Discover why the command line is an agile, scalable, and extensible technology. Even if you're already comfortable processing data with, say, Python or R, you'll greatly improve your data science workflow by also leveraging the power of the command line.Obtain data from websites, APIs, databases, and spreadsheetsPerform scrub operations on plain text, CSV, HTML/XML, and JSONExplore data, compute descriptive statistics, and create visualizationsManage your data science workflow using DrakeCreate reusable tools from one-liners and existing Python or R codeParallelize and distribute data-intensive pipelines using GNU ParallelModel data with dimensionality reduction, clustering, regression, and classification algorithms