The Calculus Direct


John Weiss - 2009
    The calculus is not a hard subject and I prove this through an easy to read and obvious approach spanning only 100 pages. I have written this book with the following type of student in mind; the non-traditional student returning to college after a long break, a notoriously weak student in math who just needs to get past calculus to obtain a degree, and the garage tinkerer who wishes to understand a little more about the technical subjects. This book is meant to address the many fundamental thought-blocks that keep the average 'mathaphobe' (or just an interested person who doesn't have the time to enroll in a course) from excelling in mathematics in a clear and concise manner. It is my sincerest hope that this book helps you with your needs.Show more Show less

Running My Life: The Autobiography


Sebastian Coe - 2012
    The autobiography of Seb Coe.

Fall in Love for Life: Inspiration from a 73-Year Marriage


Barbara "Cutie" Cooper - 2012
    Against all odds, Cutie and Harry Cooper persevered through seven decades of marriage, enjoying triumphant milestones and enduring devastating losses, all while keeping their sense of humor and connection intact. Here, Cutie chronicles their story and extracts time-tested advice on how to know if you've met "the one," the art of fighting fair, and everything else that goes into staying blissfully bonded. With vintage photos charting their relationship from newlyweds to nonagenarians, this nostalgic and romantic gift book is a practical resource for anyone who dreams of falling in love for life.

Thing Explainer: Complicated Stuff in Simple Words


Randall Munroe - 2015
    Explore computer buildings (datacenters), the flat rocks we live on (tectonic plates), the things you use to steer a plane (airliner cockpit controls), and the little bags of water you're made of (cells).

Lonely Planet Pocket Rome


Duncan Garwood - 2010
    Even on a short break, you’ll be smitten by its artistic masterpieces and iconic monuments, operatic piazzas and haunting ruins. Life is lived to the full here, and the city teems with trattorias and designer restaurants, street-side bars and glam fashion boutiques. Visit once and you’ll be hooked for life.Lonely Planet's new-look Pocket guides give you all the top sights and local's view of the city too – you get the best of both worlds! Walking tours and day planners Maps for every neighbourhood Packed with expert travel tips 100% independent adviceCoverage Includes: QuickStart guide, Ancient Rome, Centro Storico, Tridente, Trevi, the Quirinale, Monti, Esquilino, Celio, Lateran, Aventino, Testaccio, Trastevere, Gianicolo, Vatican City, Prati, Villa Borghese, The Best of Rome and Survival Guide.

Spark: The Definitive Guide: Big Data Processing Made Simple


Bill Chambers - 2018
    With an emphasis on improvements and new features in Spark 2.0, authors Bill Chambers and Matei Zaharia break down Spark topics into distinct sections, each with unique goals. You’ll explore the basic operations and common functions of Spark’s structured APIs, as well as Structured Streaming, a new high-level API for building end-to-end streaming applications. Developers and system administrators will learn the fundamentals of monitoring, tuning, and debugging Spark, and explore machine learning techniques and scenarios for employing MLlib, Spark’s scalable machine-learning library. Get a gentle overview of big data and Spark Learn about DataFrames, SQL, and Datasets—Spark’s core APIs—through worked examples Dive into Spark’s low-level APIs, RDDs, and execution of SQL and DataFrames Understand how Spark runs on a cluster Debug, monitor, and tune Spark clusters and applications Learn the power of Structured Streaming, Spark’s stream-processing engine Learn how you can apply MLlib to a variety of problems, including classification or recommendation

Through Apache Eyes: Verbal History of Apache Struggle (Annotated and Illustrated)


Geronimo Chiricahua - 2011
    Yet, the one constant in the history of the Apache People is their constant struggle to survive in a world where they are surrounded by various enemies, including other Indian tribes, the Mexicans and finally their brutal nemesis the United States Army. Attacked, tricked, lied to and double crossed by all of those who surround and outnumber them, the Apache people continued their struggle until they were for all intent and purposes almost totally wiped out. One Apache’s name stands out in their brave yet woeful history and it is Geronimo, who at age 30 witnessed the massacre of his mother, wife and two young children.I’ve taken his recollections or accounts of the struggle of the Apache people and intertwined them with some archeological facts about this extraordinary tribe. In addition, I have searched and included some of the best photos of Apaches from that era, which I collected from Library of Congress Archives. What impressed me most about Geronimo was his brevity of words, yet his ability to take a knife to the heart of anyone who reads his verbal history. Like most Apaches, Geronimo said little, but what he did say was profound and truthful. But most powerful is what Geronimo didn’t say in his recollections. It is between this silence one can feel the pain, sorrow, pride and bravery of the Apache People. Chet DembeckPublisher of One

A Man on the Moon


Andrew Chaikin - 1994
    Now the greatest event of the twentieth century

The Soul of a New Machine


Tracy Kidder - 1981
    Tracy Kidder got a preview of this world in the late 1970s when he observed the engineers of Data General design and build a new 32-bit minicomputer in just one year. His thoughtful, prescient book, The Soul of a New Machine, tells stories of 35-year-old "veteran" engineers hiring recent college graduates and encouraging them to work harder and faster on complex and difficult projects, exploiting the youngsters' ignorance of normal scheduling processes while engendering a new kind of work ethic.These days, we are used to the "total commitment" philosophy of managing technical creation, but Kidder was surprised and even a little alarmed at the obsessions and compulsions he found. From in-house political struggles to workers being permitted to tease management to marathon 24-hour work sessions, The Soul of a New Machine explores concepts that already seem familiar, even old-hat, less than 20 years later. Kidder plainly admires his subjects; while he admits to hopeless confusion about their work, he finds their dedication heroic. The reader wonders, though, what will become of it all, now and in the future. —Rob Lightner

Raspberry Pi Cookbook


Simon Monk - 2013
    In this cookbook, prolific hacker and author Simon Monk provides more than 200 practical recipes for running this tiny low-cost computer with Linux, programming it with Python, and hooking up sensors, motors, and other hardware—including Arduino.You’ll also learn basic principles to help you use new technologies with Raspberry Pi as its ecosystem develops. Python and other code examples from the book are available on GitHub. This cookbook is ideal for programmers and hobbyists familiar with the Pi through resources such as Getting Started with Raspberry Pi (O’Reilly).Set up and manage your Raspberry PiConnect the Pi to a networkWork with its Linux-based operating systemUse the Pi’s ready-made softwareProgram Raspberry Pi with PythonControl hardware through the GPIO connectorUse Raspberry Pi to run different types of motorsWork with switches, keypads, and other digital inputsHook up sensors for taking various measurementsAttach different displays, such as an LED matrixCreate dynamic projects with Raspberry Pi and Arduino Make sure to check out 10 of the over 60 video recipes for this book at: http://razzpisampler.oreilly.com/ You can purchase all recipes at:

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.

Pale Blue Dot: A Vision of the Human Future in Space


Carl Sagan - 1994
    This stirring book reveals how scientific discovery has altered our perception of who we are and where we stand, and challenges us to weigh what we will do with that knowledge. Photos, many in color.

The Making of the Atomic Bomb


Richard Rhodes - 1986
    From the theoretical discussions of nuclear energy to the bright glare of Trinity there was a span of hardly more than twenty-five years. What began as merely an interesting speculative problem in physics grew into the Manhattan Project, and then into the Bomb with frightening rapidity, while scientists known only to their peers -- Szilard, Teller, Oppenheimer, Bohr, Meitner, Fermi, Lawrence, and yon Neumann -- stepped from their ivory towers into the limelight.Richard Rhodes takes us on that journey step by step, minute by minute, and gives us the definitive story of man's most awesome discovery and invention.

Essays in Science


Albert Einstein - 1934
    That unfortunate situation began to change when Einstein published several of the papers and speeches contained in this book which explain the central core of the theory in clear and often beautiful language accessible to any interested reader.In addition to lucid explications of both the Special and General theories, Einstein holds forth on the principles of research, the nature of scientific truth, and the method of theoretical physics. He also offers acute analyses and appreciation of the work of such giants as Johannes Kepler, Isaac Newton, Clerk Maxwell, and Niels Bohr.

How to Make It: 25 Makers Share the Secrets to Building a Creative Business (Art Books, Graphic Design Books, Books About Artists)


Erin Austen Abbott - 2017
    Featuring 25 profiles of illustrators, jewelry designers, ceramicists, painters, clothing designers, and printmakers, How to Make It provides a behind-the-scenes look at the daily rituals and best practices that keep these creative entrepreneurs on track. With Q & As, insider tips, and DIYs from each maker, these pages offer guidance and encouragement to artists just starting their careers and to professionals looking to take their creative business to the next level. Brimming with practical advice and inspiration, this book is a perfect gift for anyone interested in making it as a maker.