Book picks similar to
Fluid Mechanics by Frank M. White


engineering
textbooks
science
mechanical-engineering

Kingpin: How One Hacker Took Over the Billion-Dollar Cybercrime Underground


Kevin Poulsen - 2011
    Max 'Vision' Butler was a white-hat hacker and a celebrity throughout the programming world, even serving as a consultant to the FBI. But there was another side to Max. As the black-hat 'Iceman', he'd seen the fraudsters around him squabble, their ranks riddled with infiltrators, their methods inefficient, and in their dysfunction was the ultimate challenge: he would stage a coup and steal their ill-gotten gains from right under their noses.Through the story of Max Butler's remarkable rise, KINGPIN lays bare the workings of a silent crime wave affecting millions worldwide. It exposes vast online-fraud supermarkets stocked with credit card numbers, counterfeit cheques, hacked bank accounts and fake passports. Thanks to Kevin Poulsen's remarkable access to both cops and criminals, we step inside the quiet,desperate battle that law enforcement fights against these scammers. And learn that the boy next door may not be all he seems.

Docker: Up & Running: Shipping Reliable Containers in Production


Karl Matthias - 2015
    But understanding how Linux containers fit into your workflow--and getting the integration details right--are not trivial tasks. With this practical guide, you'll learn how to use Docker to package your applications with all of their dependencies, and then test, ship, scale, and support your containers in production.Two Lead Site Reliability Engineers at New Relic share much of what they have learned from using Docker in production since shortly after its initial release. Their goal is to help you reap the benefits of this technology while avoiding the many setbacks they experienced.Learn how Docker simplifies dependency management and deployment workflow for your applicationsStart working with Docker images, containers, and command line toolsUse practical techniques to deploy and test Docker-based Linux containers in productionDebug containers by understanding their composition and internal processesDeploy production containers at scale inside your data center or cloud environmentExplore advanced Docker topics, including deployment tools, networking, orchestration, security, and configuration

The Handy Physics Answer Book


P. Erik Gundersen - 1998
    What, really, does E=MC2 mean? More fun than a slide rule, Handy Physics tackles the big issues: Gravity. Magnetism. Matter. Sound. Light. And the smaller topics, like why do cats always land on their feet? Why don't birds or squirrels on power lines get electrocuted? Only Handy Physics combines elementary theory with heartwarming tales of small animals. For everyone who ever wondered how a light bulb works, The Handy Physics Answer Book examines more than 825 basic questions about physics and physicists, ranging from everyday life applications to the latest explorations in subatomic physics. The Handy Physics Answer Book disposes with the mathematical explanations and deep coma often associated with physics and instead takes a more conceptual approach – written in everyday English by yet another teacher. Other great stuff includes a list of the Nobel Prize winners in physics and suggestions for further reading. Ideal for students, science readers, theatergoers, and anyone reckoning with the essential questions about the universe we dwell within, Handy Physics is a friendly guide to the most significant scientific theories and discoveries of our time. And, we promise, no chalkboards.

Contemporary Linguistics: An Introduction


William D. O'Grady - 1987
    Meticulously prepared, it is one of the most comprehensive, authoritative, up-to-date introductory resources on the market. The book’s extensive examples and exercises help students master the course material, and its lucid writing style makes complex concepts easy to understand.

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.

Theory of machines


S.S. Rattan - 2009
    

The Non-Designer's Design Book


Robin P. Williams - 2003
    Not to worry: This book is the one place you can turn to find quick, non-intimidating, excellent design help. In The Non-Designer's Design Book, 2nd Edition, best-selling author Robin Williams turns her attention to the basic principles of good design and typography. All you have to do is follow her clearly explained concepts, and you'll begin producing more sophisticated, professional, and interesting pages immediately. Humor-infused, jargon-free prose interspersed with design exercises, quizzes, illustrations, and dozens of examples make learning a snap—which is just what audiences have come to expect from this best-selling author.

The Copyeditor's Handbook: A Guide for Book Publishing and Corporate Communications, with Exercises and Answer Keys


Amy Einsohn - 2000
    Addressed to copyeditors in book publishing and corporate communications, this thoughtful handbook explains what copyeditors do, what they look for when they edit a manuscript, and how they develop the editorial judgment needed to make sound decisions.This revised edition reflects the most recent editions of The Chicago Manual of Style (15th ed.), the Publication Manual of the American Psychological Association (5th ed.), and Merriam-Webster's Collegiate Dictionary (11th ed.).

A History of π


Petr Beckmann - 1970
    Petr Beckmann holds up this mirror, giving the background of the times when pi made progress -- and also when it did not, because science was being stifled by militarism or religious fanaticism.

Prescotts Microbiology


Joanne Willey - 2007
    Because of this balance, "Microbiology" is appropriate for microbiology majors and mixed majors courses. The new authors have focused on readability, artwork, and the integration of several key themes (including evolution, ecology and diversity) throughout the text, making an already superior text even better.

Gender: Ideas, Interactions, Institutions


Lisa Wade - 2014
    Probing questions, the same ones that students often bring to the course, frame readable chapters that are packed with the most up-to-date scholarship available—in language students will understand. The authors use memorable examples mined from pop culture, history, psychology, biology, and everyday life to truly engage students in the study of gender and spark interest in sociological perspectives.

Head First Design Patterns


Eric Freeman - 2004
     At any given moment, somewhere in the world someone struggles with the same software design problems you have. You know you don't want to reinvent the wheel (or worse, a flat tire), so you look to Design Patterns--the lessons learned by those who've faced the same problems. With Design Patterns, you get to take advantage of the best practices and experience of others, so that you can spend your time on...something else. Something more challenging. Something more complex. Something more fun. You want to learn about the patterns that matter--why to use them, when to use them, how to use them (and when NOT to use them). But you don't just want to see how patterns look in a book, you want to know how they look "in the wild". In their native environment. In other words, in real world applications. You also want to learn how patterns are used in the Java API, and how to exploit Java's built-in pattern support in your own code. You want to learn the real OO design principles and why everything your boss told you about inheritance might be wrong (and what to do instead). You want to learn how those principles will help the next time you're up a creek without a design pattern. Most importantly, you want to learn the "secret language" of Design Patterns so that you can hold your own with your co-worker (and impress cocktail party guests) when he casually mentions his stunningly clever use of Command, Facade, Proxy, and Factory in between sips of a martini. You'll easily counter with your deep understanding of why Singleton isn't as simple as it sounds, how the Factory is so often misunderstood, or on the real relationship between Decorator, Facade and Adapter. With Head First Design Patterns, you'll avoid the embarrassment of thinking Decorator is something from the "Trading Spaces" show. Best of all, in a way that won't put you to sleep! We think your time is too important (and too short) to spend it struggling with academic texts. If you've read a Head First book, you know what to expect--a visually rich format designed for the way your brain works. Using the latest research in neurobiology, cognitive science, and learning theory, Head First Design Patterns will load patterns into your brain in a way that sticks. In a way that lets you put them to work immediately. In a way that makes you better at solving software design problems, and better at speaking the language of patterns with others on your team.

Time Management for System Administrators: Stop Working Late and Start Working Smart


Thomas A. Limoncelli - 2005
    No other job pulls people in so many directions at once. Users interrupt you constantly with requests, preventing you from getting anything done. Your managers want you to get long-term projects done but flood you with reques ... Available here:readmeaway.com/download?i=0596007833Time Management for System Administrators: Stop Working Late and Start Working Smart PDF by Thomas A. LimoncelliRead Time Management for System Administrators: Stop Working Late and Start Working Smart PDF from O'Reilly Media,Thomas A. LimoncelliDownload Thomas A. Limoncelli’s PDF E-book Time Management for System Administrators: Stop Working Late and Start Working Smart

Feynman's Lost Lecture: The Motion of Planets Around the Sun


David Goodstein - 1996
    Most know Richard Feynman for the hilarious anecdotes and exploits in his best-selling books Surely You're Joking, Mr. Feynman! and What DoYou Care What Other People Think? But not always obvious in those stories was his brilliance as a pure scientist—one of the century's greatest physicists. With this book and CD, we hear the voice of the great Feynman in all his ingenuity, insight, and acumen for argument. This breathtaking lecture—"The Motion of the Planets Around the Sun"—uses nothing more advanced than high-school geometry to explain why the planets orbit the sun elliptically rather than in perfect circles, and conclusively demonstrates the astonishing fact that has mystified and intrigued thinkers since Newton: Nature obeys mathematics. David and Judith Goodstein give us a beautifully written short memoir of life with Feynman, provide meticulous commentary on the lecture itself, and relate the exciting story of their effort to chase down one of Feynman's most original and scintillating lectures.

Abnormal Psychology: Clinical Perspectives on Psychological Disorders


Richard P. Halgin - 1998
    In Richard Halgin and Susan Krauss Whitbourne’s Abnormal Psychology: Clinical Perspectives on Psychological Disorders, students are shown the human side of Abnormal Psychology. Through the wide