Book picks similar to
Spacelab: Research in Earth Orbit by David Shapland
educational-books
engineering
space-education
stem
HTML and CSS: Design and Build Websites
Jon Duckett - 2011
Joining the professional web designers and programmers are new audiences who need to know a little bit of code at work (update a content management system or e-commerce store) and those who want to make their personal blogs more attractive. Many books teaching HTML and CSS are dry and only written for those who want to become programmers, which is why this book takes an entirely new approach. • Introduces HTML and CSS in a way that makes them accessible to everyone—hobbyists, students, and professionals—and it’s full-color throughout • Utilizes information graphics and lifestyle photography to explain the topics in a simple way that is engaging • Boasts a unique structure that allows you to progress through the chapters from beginning to end or just dip into topics of particular interest at your leisureThis educational book is one that you will enjoy picking up, reading, then referring back to. It will make you wish other technical topics were presented in such a simple, attractive and engaging way!
Hacker's Delight
Henry S. Warren Jr. - 2002
Aiming to tell the dark secrets of computer arithmetic, this title is suitable for library developers, compiler writers, and lovers of elegant hacks.
A Ball, a Dog, and a Monkey: 1957 - The Space Race Begins
Michael D'Antonio - 2007
scrambled to match the Soviets and President Eisenhower intervened to guarantee that the space programme would be run by civilians and not the military.
Alien Hand Syndrome and Other Too-Weird-Not-To-Be-True Stories
Alan Bellows - 2009
This collection of too-weird-not-to-be-true stories gives the freakish details behind odd curiosities, from unusual drug side effects to the Alien Hand Syndrome--a disorder wherein a person's hand develops a will of its own.
Introduction to Mathematical Thinking
Keith Devlin - 2012
This is not the same as “doing math.” The latter usually involves the application of formulas, procedures, and symbolic manipulations; mathematical thinking is a powerful way of thinking about things in the world -- logically, analytically, quantitatively, and with precision. It is not a natural way of thinking, but it can be learned. Mathematicians, scientists, and engineers need to “do math,” and it takes many years of college-level education to learn all that is required. Mathematical thinking is valuable to everyone, and can be mastered in about six weeks by anyone who has completed high school mathematics. Mathematical thinking does not have to be about mathematics at all, but parts of mathematics provide the ideal target domain to learn how to think that way, and that is the approach taken by this short but valuable book. The book is written primarily for first and second year students of science, technology, engineering, and mathematics (STEM) at colleges and universities, and for high school students intending to study a STEM subject at university. Many students encounter difficulty going from high school math to college-level mathematics. Even if they did well at math in school, most are knocked off course for a while by the shift in emphasis, from the K-12 focus on mastering procedures to the “mathematical thinking” characteristic of much university mathematics. Though the majority survive the transition, many do not. To help them make the shift, colleges and universities often have a “transition course.” This book could serve as a textbook or a supplementary source for such a course. Because of the widespread applicability of mathematical thinking, however, the book has been kept short and written in an engaging style, to make it accessible to anyone who seeks to extend and improve their analytic thinking skills. Going beyond a basic grasp of analytic thinking that everyone can benefit from, the STEM student who truly masters mathematical thinking will find that college-level mathematics goes from being confusing, frustrating, and at times seemingly impossible, to making sense and being hard but doable. Dr. Keith Devlin is a professional mathematician at Stanford University and the author of 31 previous books and over 80 research papers. His books have earned him many awards, including the Pythagoras Prize, the Carl Sagan Award, and the Joint Policy Board for Mathematics Communications Award. He is known to millions of NPR listeners as “the Math Guy” on Weekend Edition with Scott Simon. He writes a popular monthly blog “Devlin’s Angle” for the Mathematical Association of America, another blog under the name “profkeithdevlin”, and also blogs on various topics for the Huffington Post.
How to read and do proofs
Daniel Solow - 1982
Shows how any proof can be understood as a sequence of techniques. Covers the full range of techniques used in proofs, such as the contrapositive, induction, and proof by contradiction. Explains how to identify which techniques are used and how they are applied in the specific problem. Illustrates how to read written proofs with many step-by-step examples. Includes new, expanded appendices related to discrete mathematics, linear algebra, modern algebra and real analysis.
The Telephone Gambit: Chasing Alexander Graham Bell's Secret
Seth Shulman - 2008
Delving further, Shulman unearthed the surprising story behind the invention of the telephone: a tale of romance, corruption, and unchecked ambition. Bell furtively—and illegally—copied part of Elisha Gray’s invention in the race to secure what would become the most valuable U.S. patent ever issued. And afterward, as Bell’s device led to the world’s largest monopoly, the American Telephone and Telegraph Company, he hid his invention’s illicit beginnings. In The Telephone Gambit, Shulman challenges the reputation of an icon of invention, rocks the foundation of a corporate behemoth, and offers a probing meditation on how little we know about our own history.
The Mormon Mirage: A Former Member Looks at the Mormon Church Today
Latayne C. Scott - 1979
Scott shared her remarkable journey out of Mormonism as she uncovered shocking inaccuracies, inconsistencies, and contradictions in the faith she had loved and lived. Thirty years later, Mormonism and Mormon scholarship have evolved with the times. In this third, revised and updated edition of her well-known book, Scott keeps pace with changes and advances in Mormonism, and reveals formidable new challenges to its claims and teachings. The Mormon Mirage provides fascinating, carefully documented insights into *DNA research's withering implications for the Book of Mormon *the impact of new 'revelations' on Latter-day Saint (LDS) race relations *new findings about Mormon history *increasing publicity about LDS splinter groups, particularly polygamous ones *recent disavowals of long-held doctrines by church leadership *the rise of Mormon apologetics on the Internet More than a riveting, insider's scrutiny of the Mormon faith, this book is a testimony to the trustworthiness of Scripture and the grace of Jesus Christ.
How the World Was One
Arthur C. Clarke - 1992
From submarine cables to fiber optics to neutrino and tachyon (faster than light) communications, he traces the global changes these innovations left or will leave in their wake.
Free to Make: How the Maker Movement is Changing Our Schools, Our Jobs, and Our Minds
Dale Dougherty - 2016
Dale Dougherty, creator of MAKE: magazine and the Maker Faire, provides a guided tour of the....
Practical Vim: Edit Text at the Speed of Thought
Drew Neil - 2012
It's available on almost every OS--if you master the techniques in this book, you'll never need another text editor. Practical Vim shows you 120 vim recipes so you can quickly learn the editor's core functionality and tackle your trickiest editing and writing tasks. Vim, like its classic ancestor vi, is a serious tool for programmers, web developers, and sysadmins. No other text editor comes close to Vim for speed and efficiency; it runs on almost every system imaginable and supports most coding and markup languages. Learn how to edit text the "Vim way:" complete a series of repetitive changes with The Dot Formula, using one keystroke to strike the target, followed by one keystroke to execute the change. Automate complex tasks by recording your keystrokes as a macro. Run the same command on a selection of lines, or a set of files. Discover the "very magic" switch, which makes Vim's regular expression syntax more like Perl's. Build complex patterns by iterating on your search history. Search inside multiple files, then run Vim's substitute command on the result set for a project-wide search and replace. All without installing a single plugin! You'll learn how to navigate text documents as fast as the eye moves--with only a few keystrokes. Jump from a method call to its definition with a single command. Use Vim's jumplist, so that you can always follow the breadcrumb trail back to the file you were working on before. Discover a multilingual spell-checker that does what it's told.Practical Vim will show you new ways to work with Vim more efficiently, whether you're a beginner or an intermediate Vim user. All this, without having to touch the mouse.What You Need: Vim version 7
The Art of Electronics
Paul Horowitz - 1980
Widely accepted as the authoritative text and reference on electronic circuit design, both analog and digital, this book revolutionized the teaching of electronics by emphasizing the methods actually used by circuit designers -- a combination of some basic laws, rules of thumb, and a large bag of tricks. The result is a largely nonmathematical treatment that encourages circuit intuition, brainstorming, and simplified calculations of circuit values and performance. The new Art of Electronics retains the feeling of informality and easy access that helped make the first edition so successful and popular. It is an ideal first textbook on electronics for scientists and engineers and an indispensable reference for anyone, professional or amateur, who works with electronic circuits.
