An Incomplete Education: 3,684 Things You Should Have Learned But Probably Didn't


Judy Jones - 1987
    Now this instant classic has been completely updated, outfitted with a whole new arsenal of indispensable knowledge on global affairs, popular culture, economic trends, scientific principles, and modern arts. Here's your chance to brush up on all those subjects you slept through in school, reacquaint yourself with all the facts you once knew (then promptly forgot), catch up on major developments in the world today, and become the Renaissance man or woman you always knew you could be! How do you tell the Balkans from the Caucasus? What's the difference between fission and fusion? Whigs and Tories? Shiites and Sunnis? Deduction and induction? Why aren't all Shakespearean comedies necessarily thigh-slappers? What are transcendental numbers and what are they good for? What really happened in Plato's cave? Is postmodernism dead or just having a bad hair day? And for extra credit, when should you use the adjective continual and when should you use continuous? An Incomplete Education answers these and thousands of other questions with incomparable wit, style, and clarity. American Studies, Art History, Economics, Film, Literature, Music, Philosophy, Political Science, Psychology, Religion, Science, and World History: Here's the bottom line on each of these major disciplines, distilled to its essence and served up with consummate flair.

Clojure for the Brave and True


Daniel Higginbotham - 2015
    At long last you'll be united with the programming language you've been longing for: Clojure!As a Lisp-style functional programming language, Clojure lets you write robust and elegant code, and because it runs on the Java Virtual Machine, you can take advantage of the vast Java ecosystem. Clojure for the Brave and True offers a "dessert-first" approach: you'll start playing with real programs immediately, as you steadily acclimate to the abstract but powerful features of Lisp and functional programming. Inside you'll find an offbeat, practical guide to Clojure, filled with quirky sample programs that catch cheese thieves and track glittery vampires.Learn how to: Wield Clojure's core functions Use Emacs for Clojure development Write macros to modify Clojure itself Use Clojure's tools to simplify concurrency and parallel programmingClojure for the Brave and True assumes no prior experience with Clojure, the Java Virtual Machine, or functional programming. Are you ready, brave reader, to meet your true destiny? Grab your best pair of parentheses—you're about to embark on an epic journey into the world of Clojure!

Unauthorised Access: Physical Penetration Testing for IT Security Teams


Wil Allsopp - 2009
    IT teams are now increasingly requesting physical penetration tests, but there is little available in terms of training. The goal of the test is to demonstrate any deficiencies in operating procedures concerning physical security.Featuring a Foreword written by world-renowned hacker Kevin D. Mitnick and lead author of The Art of Intrusion and The Art of Deception, this book is the first guide to planning and performing a physical penetration test. Inside, IT security expert Wil Allsopp guides you through the entire process from gathering intelligence, getting inside, dealing with threats, staying hidden (often in plain sight), and getting access to networks and data.Teaches IT security teams how to break into their own facility in order to defend against such attacks, which is often overlooked by IT security teams but is of critical importance Deals with intelligence gathering, such as getting access building blueprints and satellite imagery, hacking security cameras, planting bugs, and eavesdropping on security channels Includes safeguards for consultants paid to probe facilities unbeknown to staff Covers preparing the report and presenting it to management In order to defend data, you need to think like a thief-let Unauthorised Access show you how to get inside.

Keys to Drawing


Bert Dodson - 1985
    Anyone who can hold a pencil can learn to draw.In this book, Bert Dodson shares his complete drawing system--fifty-five "keys" that you can use to render any subject with confidence, even if you're a beginner.These keys, along with dozens of practice exercises, will help you draw like an artist in no time.You'll learn how to:Restore, focus, map, and intensifyFree your hand action, then learn to control itConvey the illusions of light, depth, and textureStimulate your imagination through "creative play"

The Worst-Case Scenario Survival Handbook


Joshua Piven - 1999
    Volcanoes. Sharks. Quicksand. Terrorists. The pilot of the plane blacks out and it's up to you to land the jet. What do you do? The Worst-Case Scenario Survival Handbook is here to help: jam-packed with how-to, hands-on, step-by-step, illustrated instructions on everything you need to know FAST-from defusing a bomb to delivering a baby in the back of a cab. Providing frightening and funny real information in the best-selling tradition of the Paranoid's Pocket Guide and Hypochondriac's Handbook, this indispensable, indestructible pocket-sized guide is the definitive handbook for those times when life takes a sudden turn for the worse. The essential companion for a perilous age. Because you never know...

Windows PowerShell Cookbook: The Complete Guide to Scripting Microsoft's Command Shell


Lee Holmes - 2007
    Intermediate to advanced system administrators will find more than 100 tried-and-tested scripts they can copy and use immediately.Updated for PowerShell 3.0, this comprehensive cookbook includes hands-on recipes for common tasks and administrative jobs that you can apply whether you’re on the client or server version of Windows. You also get quick references to technologies used in conjunction with PowerShell, including format specifiers and frequently referenced registry keys to selected .NET, COM, and WMI classes.Learn how to use PowerShell on Windows 8 and Windows Server 2012Tour PowerShell’s core features, including the command model, object-based pipeline, and ubiquitous scriptingMaster fundamentals such as the interactive shell, pipeline, and object conceptsPerform common tasks that involve working with files, Internet-connected scripts, user interaction, and moreSolve tasks in systems and enterprise management, such as working with Active Directory and the filesystem

The Sociology Book: Big Ideas Simply Explained


Sam Atkinson - 2015
    The Sociology Book takes on some of humankind's biggest questions: What is society? What makes it tick? Why do we interact in the way that we do with our friends, coworkers, and rivals? The Sociology Book profiles the world's most renowned sociologists and more than 100 of their biggest ideas, including issues of equality, diversity, identity, and human rights; the effects of globalization; the role of institutions; and the rise of urban living in modern societyEasy to navigate and chock-full of key concepts, profiles of major sociological thinkers, and conversation starters galore, this is a must-have, in-a-nutshell guide to some of the most fascinating questions on earth.The Sociology Book is part of the award-winning Big Ideas Simply Explained series, designed to distill big ideas and elusive theories into graspable, memorable concepts, using an approachable graphic treatment and creative typography.

Learning Python


Mark Lutz - 2003
    Python is considered easy to learn, but there's no quicker way to mastery of the language than learning from an expert teacher. This edition of "Learning Python" puts you in the hands of two expert teachers, Mark Lutz and David Ascher, whose friendly, well-structured prose has guided many a programmer to proficiency with the language. "Learning Python," Second Edition, offers programmers a comprehensive learning tool for Python and object-oriented programming. Thoroughly updated for the numerous language and class presentation changes that have taken place since the release of the first edition in 1999, this guide introduces the basic elements of the latest release of Python 2.3 and covers new features, such as list comprehensions, nested scopes, and iterators/generators. Beyond language features, this edition of "Learning Python" also includes new context for less-experienced programmers, including fresh overviews of object-oriented programming and dynamic typing, new discussions of program launch and configuration options, new coverage of documentation sources, and more. There are also new use cases throughout to make the application of language features more concrete. The first part of "Learning Python" gives programmers all the information they'll need to understand and construct programs in the Python language, including types, operators, statements, classes, functions, modules and exceptions. The authors then present more advanced material, showing how Python performs common tasks by offering real applications and the libraries available for those applications. Each chapter ends with a series of exercises that will test your Python skills and measure your understanding."Learning Python," Second Edition is a self-paced book that allows readers to focus on the core Python language in depth. As you work through the book, you'll gain a deep and complete understanding of the Python language that will help you to understand the larger application-level examples that you'll encounter on your own. If you're interested in learning Python--and want to do so quickly and efficiently--then "Learning Python," Second Edition is your best choice.

Probability For Dummies


Deborah J. Rumsey - 2006
    This book helps you even the odds. Using easy-to-understand explanations and examples, it demystifies probability -- and even offers savvy tips to boost your chances of gambling success Discover how to* Conquer combinations and permutations* Understand probability models from binomial to exponential* Make good decisions using probability* Play the odds in poker, roulette, and other games

Complete Chess Course


Fred Reinfeld - 1953
    From opening gambit to endgame, this home-study chess course is the classic in the field.Illustrated throughout, the book is written using the English descriptive notation for moves.

Running a Bar For Dummies


Ray Foley - 2007
    This hands-on guide shows you how to maintain a successful bar, manage the business aspect of it, and stake your place in your town's nightlife. It provides informative tips on:Understanding the business and laws of owning a bar Developing a business plan Creating a menu, choosing decor, and establishing a theme Stocking up on equipment Choosing and dealing with employees Handling tough customers Controlling expenses, managing inventory, and controlling cash flow Getting the word out about your place Preparing for your grand opening, step-by-step This guide cues you in on how to keep your bar safe and clean, making sure everyone is having fun. It warns you about the pitfalls and no-nos that every owner should avoid. There are also helpful resources, such as contact information for State Alcohol Control Boards and Web sites with valuable information.

Container Gardening for Dummies


Bill Marken - 1998
    Millions have discovered the immense satisfaction to be found in growing something beautiful, in creating interesting combinations of plants, experimenting with new plants, and getting to know plants more intimately than they ever could with plants in the ground.Written by leading gardening journalist Bill Marken and the experts of the National Gardening Association, Container Gardening For Dummies is the ultimate guide to cultivating charming gardens in everything from a redwood window box to a hanging basket to an old pair of cowboy boots. It fills you in on how to:Grow almost anything in a container Make greens flourish on roofs, balconies, and windowsills Create a one-of-a-kind garden using classic and offbeat containers Use the best fertilizing and watering techniques for your climate Grow exotic and low-maintenance cacti and succulents Prevent insects, pests, and diseases from invading your containers Featuring clear, concise, step-by-step instructions and sixteen pages of stunning color photos, Container Gardening For Dummies covers all the bases, including:Opportunities and limitations of different climates Ready-made versus homemade soil mixes, starting plants from seeds, and other fundamentals Choosing, planting and caring for flowers, ferns, succulents, fruits, and vegetables Expressing your sense of style with color, form, texture, proportion, and other design elements Adding special effects to your container garden Container Gardening For Dummies is a fun, informative guide for inexperienced city slickers and savvy country cousins alike.

The Hitchhiker's Guide to Python: Best Practices for Development


Kenneth Reitz - 2016
    More than any other language, Python was created with the philosophy of simplicity and parsimony. Now 25 years old, Python has become the primary or secondary language (after SQL) for many business users. With popularity comes diversity--and possibly dilution.This guide, collaboratively written by over a hundred members of the Python community, describes best practices currently used by package and application developers. Unlike other books for this audience, The Hitchhiker's Guide is light on reusable code and heavier on design philosophy, directing the reader to excellent sources that already exist.

CK-12 Basic Physics


CK-12 Foundation - 2012
    Objects in harmonic motion have the ability to transfer some of their energy over large distances. Light Nature: This chapter covers the nature of light, polarization, and color.

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.