Book picks similar to
Carroll Smith's Nuts, Bolts, Fasteners and Plumbing Handbook: Technical Guide for Racer, Restorer and Builder by Carroll Smith
mechanical-engineering
engineering
automotive
cars
The Essential Guide to Telecommunications
Annabel Z. Dodd - 1998
It aims to give readers a fundamental overview of the technologies that make up the telecommunications infrastructure.
Designing the Doll
Susanna Oroyan - 1999
This book is printed individually on uncoated (non-glossy) paper with the best quality printers available. The printing quality of this copy will vary from the original offset printing edition and may look more saturated. The information presented in this version is the same as the latest edition. Any pattern pullouts have been separated and presented as single pages. If the pullout patterns are missing, please contact c&t publishing.
Heat and Mass Transfer: Fundamentals and Applications
Yunus A. Cengel - 2006
The text provides a highly intuitive and practical understanding of the material by emphasizing the physics and the underlying physical phenomena involved. Using a reader-friendly approach and a conversational writing style, the book is self-instructive and entertains while it teaches. It shows that highly technical matter can be communicated effectively in a simple yet precise language.
The Complete Guide to Home Wiring: Includes Information on Home Electronics & Wireless Technology
Black & Decker - 1998
The book now meets the requirements of the 2005 National Electrical Code, including important changes for bathroom, kitchen and utility area wiring. No book is more complete when it comes to traditional wiring, but this is only the beginning. One of the biggest challenges facing homeowners today is hooking up the many electronic components they own-computers and printers, home theaters and surround-sound systems, CD and DVD and DVR units, to name a few. Getting electronics to operate together correctly has its own dedicated chapter on how to solve this common source of frustration. You'll learn everything you need to know about home media connections, including how to create a high-definition home theater with surround-sound. And the newest wave in home wiring is to lose the wires altogether. Technologies with names such as "Bluetooth" and "wi-fi" are creating homes with fewer and fewer wires and greater and greater freedom of movement and communication. The final chapter in this book covers this exciting technology, and will show you how to integrate computers, printers, telephones, audio and video equipment, and more-all with no wires attached.
Surviving Your Adolescents: How to Manage-and Let Go of-Your 13-18 Year Olds
Thomas W. Phelan - 1993
There are times when parents must bite their tongue as their teens push towards independence. Or -- if they sense there is trouble -- there are times when they must take charge. Dr. Phelan gives a step-by-step approach that will help end the hassles and offer concrete solutions.
The Adobe Photoshop Lightroom 5 Book for Digital Photographers (Voices That Matter)
Peachpit Press - 2013
Scott doesn’t just show you which sliders do what (every Lightroom book will do that). Instead, by using the following three simple, yet brilliant, techniques that make it just an incredible learning tool, this book shows you how to create your own photography workflow using Lightroom: Throughout the book, Scott shares his own personal settings and studiotested techniques. Each year he trains thousands of Lightroom users at his live seminars and through that he’s learned what really works, what doesn’t, and he tells you flat out which techniques work best, which to avoid, and why. The entire book is laid out in a real workflow order with everything step by step, so you can begin using Lightroom like a pro from the start. What really sets this book apart is the last chapter. This is where Scott dramatically answers his #1 most-asked Lightroom question, which is: “Exactly what order am I supposed to do things in, and where does Photoshop fit in?” You’ll see Scott’s entire start-to-finish Lightroom 5 workflow and learn how to incorporate it into your own workflow. Plus, this book includes a downloadable collection of some of the hottest Lightroom Develop module presets to give you a bunch of amazing effects with just one click! Scott knows first-hand the challenges today’s digital photographers are facing, and what they want to learn next to make their workflow faster, easier, and more fun. He has incorporated all of that into this major update for Lightroom 5. It’s the first and only book to bring the whole process together in such a clear, concise, and visual way. Plus, the book includes a special chapter on integrating Adobe Photoshop seamlessly right into your workflow, and you’ll also learn some of Scott’s latest Photoshop portrait retouching techniques and special effects, which take this book to a whole new level. There is no faster, more straight-to-the-point, or more fun way to learn Lightroom than with this groundbreaking book.
How To Read A Book A Day: The Ultimate Guide To Quickly Retain And Absorb Information
Thomas Dev Brown - 2015
Instead you'll be able to absorb the most important content and begin applying it immediately after just one day!
Why We Make Things and Why It Matters: The Education of a Craftsman
Peter Korn - 2013
This is not a "how-to" book in any sense. Korn wants to get at the why of craft, in particular, and at the satisfactions of creative work, in general to understand their essential nature. How does the making of objects both reflect and refine our own identities? What is it about craft and creative work that makes them so rewarding? What is the nature of those rewards? How do the products of creative work inform society?
Transport Phenomena
R. Byron Bird - 1960
* Enhanced sections throughout text provide much firmer foundation than the first edition. * Literature citations are given throughout for reference to additional material.
The Mythical Man-Month: Essays on Software Engineering
Frederick P. Brooks Jr. - 1975
With a blend of software engineering facts and thought-provoking opinions, Fred Brooks offers insight for anyone managing complex projects. These essays draw from his experience as project manager for the IBM System/360 computer family and then for OS/360, its massive software system. Now, 45 years after the initial publication of his book, Brooks has revisited his original ideas and added new thoughts and advice, both for readers already familiar with his work and for readers discovering it for the first time.The added chapters contain (1) a crisp condensation of all the propositions asserted in the original book, including Brooks' central argument in The Mythical Man-Month: that large programming projects suffer management problems different from small ones due to the division of labor; that the conceptual integrity of the product is therefore critical; and that it is difficult but possible to achieve this unity; (2) Brooks' view of these propositions a generation later; (3) a reprint of his classic 1986 paper "No Silver Bullet"; and (4) today's thoughts on the 1986 assertion, "There will be no silver bullet within ten years."
The Algorithm Design Manual
Steven S. Skiena - 1997
Drawing heavily on the author's own real-world experiences, the book stresses design and analysis. Coverage is divided into two parts, the first being a general guide to techniques for the design and analysis of computer algorithms. The second is a reference section, which includes a catalog of the 75 most important algorithmic problems. By browsing this catalog, readers can quickly identify what the problem they have encountered is called, what is known about it, and how they should proceed if they need to solve it. This book is ideal for the working professional who uses algorithms on a daily basis and has need for a handy reference. This work can also readily be used in an upper-division course or as a student reference guide. THE ALGORITHM DESIGN MANUAL comes with a CD-ROM that contains: * a complete hypertext version of the full printed book. * the source code and URLs for all cited implementations. * over 30 hours of audio lectures on the design and analysis of algorithms are provided, all keyed to on-line lecture notes.
Fluent Python: Clear, Concise, and Effective Programming
Luciano Ramalho - 2015
With this hands-on guide, you'll learn how to write effective, idiomatic Python code by leveraging its best and possibly most neglected features. Author Luciano Ramalho takes you through Python's core language features and libraries, and shows you how to make your code shorter, faster, and more readable at the same time.Many experienced programmers try to bend Python to fit patterns they learned from other languages, and never discover Python features outside of their experience. With this book, those Python programmers will thoroughly learn how to become proficient in Python 3.This book covers:Python data model: understand how special methods are the key to the consistent behavior of objectsData structures: take full advantage of built-in types, and understand the text vs bytes duality in the Unicode ageFunctions as objects: view Python functions as first-class objects, and understand how this affects popular design patternsObject-oriented idioms: build classes by learning about references, mutability, interfaces, operator overloading, and multiple inheritanceControl flow: leverage context managers, generators, coroutines, and concurrency with the concurrent.futures and asyncio packagesMetaprogramming: understand how properties, attribute descriptors, class decorators, and metaclasses work"
The Psychology of Computer Programming
Gerald M. Weinberg - 1971
Weinberg adds new insights and highlights the similarities and differences between now and then. Using a conversational style that invites the reader to join him, Weinberg reunites with some of his most insightful writings on the human side of software engineering.Topics include egoless programming, intelligence, psychological measurement, personality factors, motivation, training, social problems on large projects, problem-solving ability, programming language design, team formation, the programming environment, and much more.Dorset House Publishing is proud to make this important text available to new generations of programmers -- and to encourage readers of the first edition to return to its valuable lessons.