Book picks similar to
F E Reference Handbook by National Council of Examiners for Engineering and Surveying
physical
engineering
paper-library
Backroom Boys: The Secret Return of the British Boffin
Francis Spufford - 2003
Starting with this forgotten episode, 'Backroom Boys' tells the bittersweet story of how one country lost its industrial tradition and got back something else. Sad, inspiring, funny and ultimately triumphant, it follows the technologists whose work kept Concorde flying, created the computer game, conquered the mobile-phone business, saved the human genome for the human race - and who now are sending the Beagle 2 probe to burrow in the cinnamon sands of Mars. 'Backroom Boys' is a vivid love-letter to quiet men in pullovers, to those whose imaginings take shape not in words but in mild steel and carbon fibre and lines of code. Above all, it is a celebration of big dreams achieved with slender means.
Why Buildings Fall Down: Why Structures Fail
Matthys Levy - 1992
The stories that make up Why Buildings Fall Down are in the end very human ones, tales of the interaction of people and nature, of architects, engineers, builders, materials, and natural forces all coming together in sometimes dramatic (and always instructive) ways.
Where’s Your Caravan?: My Life on Football’s B-Roads
Chris Hargreaves - 2011
This is what football is really about. One man’s story of a career in the lower leagues.Chris Hargreaves has been a professional footballer for twenty years. Having started out as a youth team player at Everton he made his debut for Grimsby Town in 1989 and was earmarked as their first million pound sale.It never happened.Instead he went on to play for Scarborough, Hull City, West Brom, Hereford United, Plymouth Argyle, Northampton Town, Brentford, Oxford United and Torquay United.Where's Your Caravan? is the sort of football memoir we don't see enough of these days - an account of life in the lower leagues. It takes us from his wild youth - lots of sex and drugs and drink - through to domesticated family man - school runs and flatpack furniture with plenty of football in between.
Downpour: He Will Come To You Like The Rain
James MacDonald - 2006
. . let us press on to know the LORD . . . And He will come to us like the rain.” This verse is the essence of Downpour, a revival-ready book by Pastor James MacDonald. MacDonald writes with the desire to witness an absolute soaking of God's Spirit on the church in North America. He is grieved by statistics showing little or no difference between the lifestyles of professing Christians and their nonbelieving neighbors, and he counters that with a five-point outline that charts the pathway to personal revival.
Programming Pearls
Jon L. Bentley - 1986
Jon has done a wonderful job of updating the material. I am very impressed at how fresh the new examples seem." - Steve McConnell, author, Code CompleteWhen programmers list their favorite books, Jon Bentley's collection of programming pearls is commonly included among the classics. Just as natural pearls grow from grains of sand that irritate oysters, programming pearls have grown from real problems that have irritated real programmers. With origins beyond solid engineering, in the realm of insight and creativity, Bentley's pearls offer unique and clever solutions to those nagging problems. Illustrated by programs designed as much for fun as for instruction, the book is filled with lucid and witty descriptions of practical programming techniques and fundamental design principles. It is not at all surprising that
Programming Pearls
has been so highly valued by programmers at every level of experience. In this revision, the first in 14 years, Bentley has substantially updated his essays to reflect current programming methods and environments. In addition, there are three new essays on (1) testing, debugging, and timing; (2) set representations; and (3) string problems. All the original programs have been rewritten, and an equal amount of new code has been generated. Implementations of all the programs, in C or C++, are now available on the Web.What remains the same in this new edition is Bentley's focus on the hard core of programming problems and his delivery of workable solutions to those problems. Whether you are new to Bentley's classic or are revisiting his work for some fresh insight, this book is sure to make your own list of favorites.
Getting Started with Arduino
Massimo Banzi - 2008
Getting Started with Arduino gives you lots of ideas for Arduino projects and helps you get going on them right away. From getting organized to putting the final touches on your prototype, all the information you need is right in the book. Inside, you'll learn about:Interaction design and physical computing The Arduino hardware and software development environment Basics of electricity and electronics Prototyping on a solderless breadboard Drawing a schematic diagram And more. With inexpensive hardware and open-source software components that you can download free, getting started with Arduino is a snap. To use the introductory examples in this book, all you need is a USB Arduino, USB A-B cable, and an LED. Join the tens of thousands of hobbyists who have discovered this incredible (and educational) platform. Written by the co-founder of the Arduino project, with illustrations by Elisa Canducci, Getting Started with Arduino gets you in on the fun! This 128-page book is a greatly expanded follow-up to the author's original short PDF that's available on the Arduino website.
Refactoring to Patterns
Joshua Kerievsky - 2004
In 1999, "Refactoring" revolutionized design by introducing an effective process for improving code. With the highly anticipated " Refactoring to Patterns ," Joshua Kerievsky has changed our approach to design by forever uniting patterns with the evolutionary process of refactoring.This book introduces the theory and practice of pattern-directed refactorings: sequences of low-level refactorings that allow designers to safely move designs to, towards, or away from pattern implementations. Using code from real-world projects, Kerievsky documents the thinking and steps underlying over two dozen pattern-based design transformations. Along the way he offers insights into pattern differences and how to implement patterns in the simplest possible ways.Coverage includes: A catalog of twenty-seven pattern-directed refactorings, featuring real-world code examples Descriptions of twelve design smells that indicate the need for this book s refactorings General information and new insights about patterns and refactoringDetailed implementation mechanics: how low-level refactorings are combined to implement high-level patterns Multiple ways to implement the same pattern and when to use each Practical ways to get started even if you have little experience with patterns or refactoring"Refactoring to Patterns" reflects three years of refinement and the insights of more than sixty software engineering thought leaders in the global patterns, refactoring, and agile development communities. Whether you re focused on legacy or greenfield development, this book will make you a better software designer by helping you learn how to make important design changes safely and effectively. "
Slack: Getting Past Burnout, Busywork, and the Myth of Total Efficiency
Tom DeMarco - 2001
That principle is the value of slack, the degree of freedom in a company that allows it to change. Implementing slack could be as simple as adding an assistant to a department and letting high-priced talent spend less time at the photocopier and more time making key decisions, or it could mean designing workloads that allow people room to think, innovate, and reinvent themselves. It means embracing risk, eliminating fear, and knowing when to go slow. Slack allows for change, fosters creativity, promotes quality, and, above all, produces growth. With an approach that works for new- and old-economy companies alike, this revolutionary handbook debunks commonly held assumptions about real-world management, and gives you and your company a brand-new model for achieving and maintaining true effectiveness.
Growing Object-Oriented Software, Guided by Tests
Steve Freeman - 2009
This one's a keeper." --Robert C. Martin "If you want to be an expert in the state of the art in TDD, you need to understand the ideas in this book."--Michael Feathers Test-Driven Development (TDD) is now an established technique for delivering better software faster. TDD is based on a simple idea: Write tests for your code before you write the code itself. However, this simple idea takes skill and judgment to do well. Now there's a practical guide to TDD that takes you beyond the basic concepts. Drawing on a decade of experience building real-world systems, two TDD pioneers show how to let tests guide your development and "grow" software that is coherent, reliable, and maintainable. Steve Freeman and Nat Pryce describe the processes they use, the design principles they strive to achieve, and some of the tools that help them get the job done. Through an extended worked example, you'll learn how TDD works at multiple levels, using tests to drive the features and the object-oriented structure of the code, and using Mock Objects to discover and then describe relationships between objects. Along the way, the book systematically addresses challenges that development teams encounter with TDD--from integrating TDD into your processes to testing your most difficult features. Coverage includes - Implementing TDD effectively: getting started, and maintaining your momentum throughout the project - Creating cleaner, more expressive, more sustainable code - Using tests to stay relentlessly focused on sustaining quality - Understanding how TDD, Mock Objects, and Object-Oriented Design come together in the context of a real software development project - Using Mock Objects to guide object-oriented designs - Succeeding where TDD is difficult: managing complex test data, and testing persistence and concurrency
The Science Book: Big Ideas Simply Explained
Rob Scott Colson - 2014
The Science Book
covers every area of science--astronomy, biology, chemistry, geology, math, and physics, and brings the greatest scientific ideas to life with fascinating text, quirky graphics, and pithy quotes.
I Know You Got Soul: Machines with That Certain Something
Jeremy Clarkson - 2004
It will come as no surprise to anyone that Jeremy Clarkson loves machines. But it's not just any old bucket of blots, cogs and bearings that rings his bell. In fact, he's scoured the length and breadth of the land, plunged into the oceans and taken to the skies in search of machines with that elusive certain something.And along the way he's discovered:* The safest place to be in the event of nuclear war* Who would win if Superman, James Bond and The Terminator had a fight* The stupidest person he's ever met* What an old Cornish institution called Arthur has to do with 0898chat lines* And how Jean Claude Van Damme might get eaten by a lion . . .In I Know You Got Soul, Jeremy Clarkson tells stories of the geniuses, innovators and crackpots who put the ghost in the machine. From Brunel's SS Great Britain to the awesome Blackbird spy-plane and from the woeful - but inspiring - Graf Zeppelin to Han Solo's Millennium Falcon, they can't help but love them in return.Praise for Jeremy Clarkson:'Brilliant . . . laugh-out-loud' Daily Telegraph'Outrageously funny . . . will have you in stitches' Time Out'Very funny . . . I cracked up laughing on the tube' Evening Standard
Songbird (Daniel Trokic, #3)
Inger Wolf - 2018
From an international best-selling and award winning author. On an early morning in May, the police find the heavily beaten body of Maja Nielsen in a public park in central Aarhus in Denmark.She has fallen from a great height and her right arm has been cut repeatedly. Everything points to a suicide, and as the police dig deeper into the world of Maja, they discover a young woman plagued by paranoia and violent nightmares. Something was tormenting her. The investigation leads Daniel Trokic and his team to a distinct blood profile with traces of an unknown drug, a tattooed Colombian, and a particularly uncompromising animal rights activist who has been run over in a hit-and-run accident.
SONGBIRD is the third book in the bestselling Scandinavian mystery series about Police Inspector Daniel Trokic, his colleague Lisa Kornelius, and the rest of the investigative unit at Århus Police station. If you like Stieg Larsson and Scandinavian mysteries, then you’ll love Inger Wolf’s spine-chilling who-done-it.
Buy SONGBIRD to guess the chilling plot today!
Modern Electronic Instrumentation and Measurement Techniques
Albert D. Helfrick - 1989
C: The Complete Reference
Herbert Schildt - 1987
You'll get in-depth coverage of the C language and function libraries as well as all the newest C features, including restricted pointers, inline functions, variable-length arrays, and complex math. This jam-packed resource includes hundreds of examples and sample applications.