Book picks similar to
Electronics for Dummies by Gordon McComb
electronics
science
for-dummies
reference
Music Theory for Dummies
Michael Pilhofer - 2007
Written for the nearly 30,000
A Little Bit of Everything For Dummies
John Wiley & Sons - 2011
From that first printing of that first book came a series unlike anything in the publishing world, one that is global in both geography - we have been published worldwide in some 30 languages - and in coverage. No single volume can hope to summarize what thousands of titles have meant to millions of readers over the years, and we don't claim to do that in this e-book. Rather, this e-book celebrates the breadth and depth of the For Dummies series, offering 20 chapters - in honor of our 20 years - from a list of books compiled by our global colleagues. We are confident the chapters we've included give you a representative glimpse at why - no matter what the topic - our products have meant so much to so many by Making Everything Easier. We've grouped our chapters into five main parts:Part I: Dummies Classics, offers four chapters from some of our best-loved books. There's a chapter from DOS For Dummies, the book that started it all, and chapters from two of our best-sellers: Windows 7 For Dummies and Sex For Dummies. And just for a bit of spice, we've included a chapter from French For Dummies.Part II: Daily Dose of Dummies, offers the kind of lifestyle, self-help, and business skills that our readers have come to treasure. There's one of our famous Part of Tens chapters from Cognititive Behavioural Therapy for Dummies and a chapter from Meditation For Dummies to help you get your center. Chapters from Leadership For Dummies and Marketing For Dummies help you develop new skills for the marketplace.Part III, Fun with Dummies, celebrates life and all it has to offer. We've got chapters here from The Royal Wedding For Dummies, Guitar For Dummies, Digital Photography SLR All-in-One For Dummies, Puppies for Dummies, Knitting For Dummies, and Wine For Dummies.Part IV, Get Social, highlights how we help you grow and develop new skills. Chapters here come from Facebook For Dummies, Social Media Marketing For Dummies, and Dating For Dummies.Part V, Going Global, shares the worldwide appeal of the For Dummies series. These chapters from British History For Dummies, Canadian History For Dummies, and Rugby Union For Dummies were created by our global colleagues and authors and show how the For Dummies approach applies not only to whatever the subject is at hand, but also wherever the discussion is taking place.Download and enjoy!
Exploring the World of Lucid Dreaming
Stephen LaBerge - 1989
Based on Dr. Stephen LaBerge's extensive laboratory work at Stanford University mapping mind/body relationships during the dream state, as well as the teachings of Tibetan dream yogis and the work of other scientists, including German psycholgist Paul Tholey, this practical workbook will show you how to use your dreams to: Solve problems; Gain greater confidence; improve creativity, and more.
Restful Java with Jax-RS
Bill Burke - 2009
With this hands-on reference, you'll focus on implementation rather than theory, and discover why the RESTful method is far better than technologies like CORBA and SOAP. It's easy to get started with services based on the REST architecture. RESTful Java with JAX-RS includes a technical guide that explains REST and JAX-RS, how they work, and when to use them. With the RESTEasy workbook that follows, you get step-by-step instructions for installing, configuring, and running several working JAX-RS examples using the JBoss RESTEasy implementation of JAX-RS.Work on the design of a distributed RESTful interface, and develop it in Java as a JAX-RS serviceDispatch HTTP requests in JAX-RS, and learn how to extract information from themDeploy your web services within Java Enterprise Edition using the Application class, Default Component Model, EJB Integration, Spring Integration, and JPADiscover several options for securing your web servicesLearn how to implement RESTful design patterns using JAX-RSWrite RESTful clients in Java using libraries and frameworks such as java.net.URL, Apache HTTP Client, and RESTEasy Proxy
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.
Beginning Python: From Novice to Professional
Magnus Lie Hetland - 2005
Based on "Practical Python," this newly-revised book is both an introduction and practical reference for a swath of Python-related programming topics, including addressing language internals, database integration, network programming, and web services. Advanced topics, such as extending Python and packaging/distributing Python applications, are also covered.Ten different projects illustrate the concepts introduced in the book. You will learn how to create a P2P file-sharing application and a web-based bulletin board, and how to remotely edit web-based documents and create games. Author Magnus Lie Hetland is an authority on Python and previously authored "Practical Python." He also authored the popular online guide, Instant Python Hacking, on which both books are based.
Essential System Administration: Tools and Techniques for Linux and Unix Administration
Æleen Frisch - 2002
Essential System Administration provides a clear, concise, practical guide to the real-world issues that anyone responsible for a Unix system faces daily.The new edition of this indispensable reference has been fully updated for all the latest operating systems. Even more importantly, it has been extensively revised and expanded to consider the current system administrative topics that administrators need most. Essential System Administration,3rd Edition covers: DHCP, USB devices, the latest automation tools, SNMP and network management, LDAP, PAM, and recent security tools and techniques.Essential System Administration is comprehensive. But what has made this book the guide system administrators turn to over and over again is not just the sheer volume of valuable information it provides, but the clear, useful way the information is presented. It discusses the underlying higher-level concepts, but it also provides the details of the procedures needed to carry them out. It is not organized around the features of the Unix operating system, but around the various facets of a system administrator's job. It describes all the usual administrative tools that Unix provides, but it also shows how to use them intelligently and efficiently.Whether you use a standalone Unix system, routinely provide administrative support for a larger shared system, or just want an understanding of basic administrative functions, Essential System Administration is for you. This comprehensive and invaluable book combines the author's years of practical experience with technical expertise to help you manage Unix systems as productively and painlessly as possible.
Doing Math with Python
Amit Saha - 2015
Python is easy to learn, and it's perfect for exploring topics like statistics, geometry, probability, and calculus. You’ll learn to write programs to find derivatives, solve equations graphically, manipulate algebraic expressions, even examine projectile motion.Rather than crank through tedious calculations by hand, you'll learn how to use Python functions and modules to handle the number crunching while you focus on the principles behind the math. Exercises throughout teach fundamental programming concepts, like using functions, handling user input, and reading and manipulating data. As you learn to think computationally, you'll discover new ways to explore and think about math, and gain valuable programming skills that you can use to continue your study of math and computer science.If you’re interested in math but have yet to dip into programming, you’ll find that Python makes it easy to go deeper into the subject—let Python handle the tedious work while you spend more time on the math.
sed & awk
Dale Dougherty - 1990
The most common operation done with sed is substitution, replacing one block of text with another.
awk is a complete programming language. Unlike many conventional languages, awk is "data driven" -- you specify what kind of data you are interested in and the operations to be performed when that data is found. awk does many things for you, including automatically opening and closing data files, reading records, breaking the records up into fields, and counting the records. While awk provides the features of most conventional programming languages, it also includes some unconventional features, such as extended regular expression matching and associative arrays. sed & awk describes both programs in detail and includes a chapter of example sed and awk scripts.
This edition covers features of sed and awk that are mandated by the POSIX standard. This most notably affects awk, where POSIX standardized a new variable, CONVFMT, and new functions, toupper() and tolower(). The CONVFMT variable specifies the conversion format to use when converting numbers to strings (awk used to use OFMT for this purpose). The toupper() and tolower() functions each take a (presumably mixed case) string argument and return a new version of the string with all letters translated to the corresponding case.
In addition, this edition covers GNU sed, newly available since the first edition. It also updates the first edition coverage of Bell Labs nawk and GNU awk (gawk), covers mawk, an additional freely available implementation of awk, and briefly discusses three commercial versions of awk, MKS awk, Thompson Automation awk (tawk), and Videosoft (VSAwk).
Architecture 101: From Frank Gehry to Ziggurats, an Essential Guide to Building Styles and Materials
Nicole Bridge - 2015
Architecture 101 cuts out the boring explanations, and instead provides a hands-on lesson that keeps you engaged as you explore the world's greatest structures.Featuring only the most important facts, building styles, and architects, you'll enjoy uncovering the remarkable world of architecture with this book. Inside, you'll also find fascinating elements like:Illustrations of popular building styles, such as Georgian and Greek RevivalDrawings of the essential parts of different buildingsUnique profiles of the most inspirational figures in architectureFrom Norman Foster and Frank Lloyd Wright to the Beauvais Cathedral and the Empire State Building, Architecture 101 is packed with hundreds of entertaining architecture tidbits that you can't get anywhere else!
How to Win Every Argument: The Use and Abuse of Logic
Madsen Pirie - 2006
Each entry deals with one fallacy, explaining what the fallacy is, giving and analysing an example, outlining when/where/why the particular fallacy tends to occur and finally showing how you can perpetrate the fallacy on other people in order to win an argument. Originally published to great acclaim in 1985 as "The Book of Fallacy", this is a classic brought up-to-date for a whole new generation.
The Charcoal Foundry
David J. Gingery - 1980
It really is cheap and easy with a simple solid fuel furnace. Here are plans to build the melting furnace and instructions for basic pattern making and molding to get your shop project under way. Charcoal is the fuel and aluminum and zinc alloys are the metals to cast. None of the pulsation or roar associated with gas fired furnaces. Build your own molding bench and flasks. Make your own melting pots and most of the simple tools required. Discover how cheap and easy it is. Even if you already have a lathe and other equipment this simple foundry setup will greatly expand the capacity of your shop by providing you with a supply of cheap castings for your projects. Discover why so many shop hands say "Metal Casting has opened a whole new world of shop experience". Heavily illustrated with many photographs that will show you step - by - step how to build a foundry.
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.
How to Disappear: Erase your Digital Footprint, Leave False Trails, and Vanish without A Trace
Frank M. Ahearn - 2010
How to Disappear is the authoritative and comprehensive guide for people who seek to protect their privacy as well as for anyone who’s ever entertained the fantasy of disappearing—whether actually dropping out of sight or by eliminating the traceable evidence of their existence.
Reversing: Secrets of Reverse Engineering
Eldad Eilam - 2005
The book is broken into two parts, the first deals with security-related reverse engineering and the second explores the more practical aspects of reverse engineering. In addition, the author explains how to reverse engineer a third-party software library to improve interfacing and how to reverse engineer a competitor's software to build a better product. * The first popular book to show how software reverse engineering can help defend against security threats, speed up development, and unlock the secrets of competitive products * Helps developers plug security holes by demonstrating how hackers exploit reverse engineering techniques to crack copy-protection schemes and identify software targets for viruses and other malware * Offers a primer on advanced reverse-engineering, delving into disassembly-code-level reverse engineering-and explaining how to decipher assembly language