Book picks similar to
The Unofficial LEGO Technic Builder's Guide by Paweł "Sariel" Kmieć
lego
non-fiction
nonfiction
reference
R for Data Science: Import, Tidy, Transform, Visualize, and Model Data
Hadley Wickham - 2016
This book introduces you to R, RStudio, and the tidyverse, a collection of R packages designed to work together to make data science fast, fluent, and fun. Suitable for readers with no previous programming experience, R for Data Science is designed to get you doing data science as quickly as possible.
Authors Hadley Wickham and Garrett Grolemund guide you through the steps of importing, wrangling, exploring, and modeling your data and communicating the results. You’ll get a complete, big-picture understanding of the data science cycle, along with basic tools you need to manage the details. Each section of the book is paired with exercises to help you practice what you’ve learned along the way.
You’ll learn how to:
Wrangle—transform your datasets into a form convenient for analysis
Program—learn powerful R tools for solving data problems with greater clarity and ease
Explore—examine your data, generate hypotheses, and quickly test them
Model—provide a low-dimensional summary that captures true "signals" in your dataset
Communicate—learn R Markdown for integrating prose, code, and results
Bash Cookbook: Solutions and Examples for Bash Users
Carl Albing - 2007
Scripting is a way to harness and customize the power of any Unix system, and it's an essential skill for any Unix users, including system administrators and professional OS X developers. But beneath this simple promise lies a treacherous ocean of variations in Unix commands and standards.bash Cookbook teaches shell scripting the way Unix masters practice the craft. It presents a variety of recipes and tricks for all levels of shell programmers so that anyone can become a proficient user of the most common Unix shell -- the bash shell -- and cygwin or other popular Unix emulation packages. Packed full of useful scripts, along with examples that explain how to create better scripts, this new cookbook gives professionals and power users everything they need to automate routine tasks and enable them to truly manage their systems -- rather than have their systems manage them.
Programming in Go: Creating Applications for the 21st Century
Mark Summerfield - 2012
With this guide, pioneering Go programmer Mark Summerfield shows how to write code that takes full advantage of Go's breakthrough features and idioms. Both a tutorial and a language reference, "Programming in Go" brings together all the knowledge you need to evaluate Go, think in Go, and write high-performance software with Go. Summerfield presents multiple idiom comparisons showing exactly how Go improves upon older languages, calling special attention to Go's key innovations. Along the way, he explains everything from the absolute basics through Go's lock-free channel-based concurrency and its flexible and unusual duck-typing type-safe approach to object-orientation. Throughout, Summerfield's approach is thoroughly practical. Each chapter offers multiple live code examples designed to encourage experimentation and help you quickly develop mastery. Wherever possible, complete programs and packages are presented to provide realistic use cases, as well as exercises. Coverage includes:-- Quickly getting and installing Go, and building and running Go programs -- Exploring Go's syntax, features, and extensive standard library -- Programming Boolean values, expressions, and numeric types -- Creating, comparing, indexing, slicing, and formatting strings -- Understanding Go's highly efficient built-in collection types: slices and maps -- Using Go as a procedural programming language -- Discovering Go's unusual and flexible approach to object orientation -- Mastering Go's unique, simple, and natural approach to fine-grained concurrency -- Reading and writing binary, text, JSON, and XML files -- Importing and using standard library packages, custom packages, and third-party packages -- Creating, documenting, unit testing, and benchmarking custom packages
Raising Your Spirited Child: A Guide for Parents Whose Child is More Intense, Sensitive, Perceptive, Persistent, and Energetic
Mary Sheedy Kurcinka - 1991
Research shows that spirited kids are wired to be "more"—by temperament, they are more intense, sensitive, perceptive, persistent, and uncomfortable with change than the average child. In this revised edition of the award-winning classic, voted one of the top twenty books for parents, Kurcinka provides vivid examples and a refreshingly positive viewpoint. Raising Your Spirited Child will help you:understand your child's—and your own—temperamental traitsdiscover the power of positive—rather than negative—labelscope with the tantrums and power struggles when they do occurplan for success with a simple four-step programdevelop strategies for handling mealtimes, sibling rivalry, bedtimes, holidays, and school, among other situations
The Singularity is Near: When Humans Transcend Biology
Ray Kurzweil - 2005
In his classic The Age of Spiritual Machines, he argued that computers would soon rival the full range of human intelligence at its best. Now he examines the next step in this inexorable evolutionary process: the union of human and machine, in which the knowledge and skills embedded in our brains will be combined with the vastly greater capacity, speed, and knowledge-sharing ability of our creations.
Learning the bash Shell
Cameron Newham - 1995
This book will teach you how to use bash's advanced command-line features, such as command history, command-line editing, and command completion.This book also introduces shell programming,a skill no UNIX or Linus user should be without. The book demonstrates what you can do with bash's programming features. You'll learn about flow control, signal handling, and command-line processing and I/O. There is also a chapter on debugging your bash programs.Finally, Learning the bash Shell, Third Edition, shows you how to acquire, install, configure, and customize bash, and gives advice to system administrators managing bash for their user communities.This Third Edition covers all of the features of bash Version 3.0, while still applying to Versions 1.x and 2.x. It includes a debugger for the bash shell, both as an extended example and as a useful piece of working code. Since shell scripts are a significant part of many software projects, the book also discusses how to write maintainable shell scripts. And, of course, it discusses the many features that have been introduced to bash over the years: one-dimensional arrays, parameter expansion, pattern-matching operations, new commands, and security improvements.Unfailingly practical and packed with examples and questions for future study, Learning the bash Shell Third Edition is a valuable asset for Linux and other UNIX users.--back cover
Fundamentals of Physics
David Halliday - 2004
A unique combination of authoritative content and stimulating applications. * Numerous improvements in the text, based on feedback from the many users of the sixth edition (both instructors and students) * Several thousand end-of-chapter problems have been rewritten to streamline both the presentations and answers * 'Chapter Puzzlers' open each chapter with an intriguing application or question that is explained or answered in the chapter * Problem-solving tactics are provided to help beginning Physics students solve problems and avoid common error * The first section in every chapter introduces the subject of the chapter by asking and answering, "What is Physics?" as the question pertains to the chapter * Numerous supplements available to aid teachers and students The extended edition provides coverage of developments in Physics in the last 100 years, including: Einstein and Relativity, Bohr and others and Quantum Theory, and the more recent theoretical developments like String Theory.
The Ultimate Unofficial Encyclopedia for Minecrafters: An A - Z Book of Tips and Tricks the Official Guides Don't Teach You
Megan Miller - 2015
evil, magical academies like Hogwarts in the Harry Potter saga and games like Terraria and Pokemon GO, ideal for both the young newcomer and the seasoned player. From abandoned mineshafts to mini-games, mods, and zombie sieges, The Ultimate Unofficial Encyclopedia for Minecrafters reveals expert tricks of the trade for gamers. This exciting book will cover everything players need to know about mining, farming, building, villagers, the Nether, and more!A big book of players’ hacks for Minecrafters organized in an easy-to-reference encyclopedia format, this book will show readers the ins and outs of the game, how to survive and thrive, and various mods that can improve play. The book is illustrated with screenshots throughout, making it easy for new and experienced Minecrafters to build, fight, protect, and survive in their creative worlds.
Eloquent JavaScript: A Modern Introduction to Programming
Marijn Haverbeke - 2010
I loved the tutorial-style game-like program development. This book rekindled my earliest joys of programming. Plus, JavaScript!" —Brendan Eich, creator of JavaScriptJavaScript is the language of the Web, and it's at the heart of every modern website from the lowliest personal blog to the mighty Google Apps. Though it's simple for beginners to pick up and play with, JavaScript is not a toy—it's a flexible and complex language, capable of much more than the showy tricks most programmers use it for.Eloquent JavaScript goes beyond the cut-and-paste scripts of the recipe books and teaches you to write code that's elegant and effective. You'll start with the basics of programming, and learn to use variables, control structures, functions, and data structures. Then you'll dive into the real JavaScript artistry: higher-order functions, closures, and object-oriented programming.Along the way you'll learn to:Master basic programming techniques and best practices Harness the power of functional and object-oriented programming Use regular expressions to quickly parse and manipulate strings Gracefully deal with errors and browser incompatibilities Handle browser events and alter the DOM structure Most importantly, Eloquent JavaScript will teach you to express yourself in code with precision and beauty. After all, great programming is an art, not a science—so why settle for a killer app when you can create a masterpiece?
Simplicity Parenting: Using the Extraordinary Power of Less to Raise Calmer, Happier, and More Secure Kids
Kim John Payne - 2009
. . on childhood. As the pace of life accelerates to hyperspeed–with too much stuff, too many choices, and too little time–children feel the pressure. They can become anxious, have trouble with friends and school, or even be diagnosed with behavioral problems. Now, in defense of the extraordinary power of less, internationally renowned family consultant Kim John Payne helps parents reclaim for their children the space and freedom that all kids need, allowing their children’s attention to focus and their individuality to flourish.Based on Payne’s twenty year’s experience successfully counseling busy families, Simplicity Parenting teaches parents how to worry and hover less–and how to enjoy more. For those who want to slow their children’s lives down but don’t know where to start, Payne offers both inspiration and a blueprint for change.• Streamline your home environment. The average child has more than 150 toys. Here are tips for reducing the amount of toys, books, and clutter–as well as the lights, sounds, and general sensory overload that crowd the space young imaginations need in order to grow.• Establish rhythms and rituals. Predictability (routines) and transparency (knowing the day’s plan) are soothing pressure valves for children. Here are ways to ease daily tensions, create battle-free mealtimes and bedtimes, and tell if your child is overwhelmed.• Schedule a break in the schedule. Too many activities may limit children’s ability to motivate and direct themselves. Learn how to establish intervals of calm in your child’s daily torrent of constant doing–and familiarize yourself with the pros and cons of organized sports and other “enrichment” activities.• Scale back on media and parental involvement. Back out of hyperparenting by managing your children’s “screen time” to limit the endless and sometimes scary deluge of information and stimulation. Parental hovering is really about anxiety; by doing less and trusting more, parents can create a sanctuary that nurtures children’s identity, well-being, and resiliency as they grow–slowly–into themselves. A manifesto for protecting the grace of childhood, Simplicity Parenting is an eloquent guide to bringing new rhythms to bear on the lifelong art of parenting.
JavaScript for Kids: A Playful Introduction to Programming
Nick Morgan - 2014
With the help of kid-friendly examples, author Nick Morgan teaches the essentials of JavaScript. Morgan starts with the basics of strings, arrays, and loops, then moves on to show readers how to modify elements with jQuery and draw graphics with canvas. By the end of the book, you'll be ready to create your own fun animations and games and you'll have a solid understanding of the fundamentals of JavaScript.
97 Things Every Programmer Should Know: Collective Wisdom from the Experts
Kevlin Henney - 2010
With the 97 short and extremely useful tips for programmers in this book, you'll expand your skills by adopting new approaches to old problems, learning appropriate best practices, and honing your craft through sound advice.With contributions from some of the most experienced and respected practitioners in the industry--including Michael Feathers, Pete Goodliffe, Diomidis Spinellis, Cay Horstmann, Verity Stob, and many more--this book contains practical knowledge and principles that you can apply to all kinds of projects.A few of the 97 things you should know:"Code in the Language of the Domain" by Dan North"Write Tests for People" by Gerard Meszaros"Convenience Is Not an -ility" by Gregor Hohpe"Know Your IDE" by Heinz Kabutz"A Message to the Future" by Linda Rising"The Boy Scout Rule" by Robert C. Martin (Uncle Bob)"Beware the Share" by Udi Dahan
Algorithms
Sanjoy Dasgupta - 2006
Emphasis is placed on understanding the crisp mathematical idea behind each algorithm, in a manner that is intuitive and rigorous without being unduly formal. Features include: The use of boxes to strengthen the narrative: pieces that provide historical context, descriptions of how the algorithms are used in practice, and excursions for the mathematically sophisticated.Carefully chosen advanced topics that can be skipped in a standard one-semester course, but can be covered in an advanced algorithms course or in a more leisurely two-semester sequence.An accessible treatment of linear programming introduces students to one of the greatest achievements in algorithms. An optional chapter on the quantum algorithm for factoring provides a unique peephole into this exciting topic. In addition to the text, DasGupta also offers a Solutions Manual, which is available on the Online Learning Center.Algorithms is an outstanding undergraduate text, equally informed by the historical roots and contemporary applications of its subject. Like a captivating novel, it is a joy to read. Tim Roughgarden Stanford University
Denialism: How Irrational Thinking Hinders Scientific Progress, Harms the Planet, and Threatens Our Lives
Michael Specter - 2009
In Denialism, New Yorker staff writer Michael Specter reveals that Americans have come to mistrust institutions and especially the institution of science more today than ever before. For centuries, the general view had been that science is neither good nor bad—that it merely supplies information and that new information is always beneficial. Now, science is viewed as a political constituency that isn’t always in our best interest. We live in a world where the leaders of African nations prefer to let their citizens starve to death rather than import genetically modified grains. Childhood vaccines have proven to be the most effective public health measure in history, yet people march on Washington to protest their use. In the United States a growing series of studies show that dietary supplements and “natural” cures have almost no value, and often cause harm. We still spend billions of dollars on them. In hundreds of the best universities in the world, laboratories are anonymous, unmarked, and surrounded by platoons of security guards—such is the opposition to any research that includes experiments with animals. And pharmaceutical companies that just forty years ago were perhaps the most visible symbol of our remarkable advance against disease have increasingly been seen as callous corporations propelled solely by avarice and greed. As Michael Specter sees it, this amounts to a war against progress. The issues may be complex but the choices are not: Are we going to continue to embrace new technologies, along with acknowledging their limitations and threats, or are we ready to slink back into an era of magical thinking? In Denialism, Specter makes an argument for a new Enlightenment, the revival of an approach to the physical world that was stunningly effective for hundreds of years: What can be understood and reliably repeated by experiment is what nature regarded as true. Now, at the time of mankind’s greatest scientific advances—and our greatest need for them—that deal must be renewed.
Apprenticeship Patterns: Guidance for the Aspiring Software Craftsman
Dave Hoover - 2009
To grow professionally, you also need soft skills and effective learning techniques. Honing those skills is what this book is all about. Authors Dave Hoover and Adewale Oshineye have cataloged dozens of behavior patterns to help you perfect essential aspects of your craft. Compiled from years of research, many interviews, and feedback from O'Reilly's online forum, these patterns address difficult situations that programmers, administrators, and DBAs face every day. And it's not just about financial success. Apprenticeship Patterns also approaches software development as a means to personal fulfillment. Discover how this book can help you make the best of both your life and your career. Solutions to some common obstacles that this book explores in-depth include:Burned out at work? "Nurture Your Passion" by finding a pet project to rediscover the joy of problem solving.Feeling overwhelmed by new information? Re-explore familiar territory by building something you've built before, then use "Retreat into Competence" to move forward again.Stuck in your learning? Seek a team of experienced and talented developers with whom you can "Be the Worst" for a while. "Brilliant stuff! Reading this book was like being in a time machine that pulled me back to those key learning moments in my career as a professional software developer and, instead of having to learn best practices the hard way, I had a guru sitting on my shoulder guiding me every step towards master craftsmanship. I'll certainly be recommending this book to clients. I wish I had this book 14 years ago!" -Russ Miles, CEO, OpenCredo