The Kaufmann Mercantile Guide: How to Split Wood, Shuck an Oyster, and Master Other Simple Pleasures


Jessica Hundley - 2015
    It often seems to require some know-how our parents didn't pass on, or a special tool. Happily, Kaufmann Mercantile has both, and in this comprehensive field guide, they share their expertise on a huge range of topics, from frying an egg, tying a tie, or brewing coffee to things the inner utilitarian in all of us aspires to do, like splitting wood, building a fire, growing our own food, or making our own soap. Fifty how-tos are organized into five sections: Kitchen, Outdoors, Home, Garden, and Grooming. Written in clear detail and extensively illustrated, The Kaufmann Mercantile Guide teaches us what we ought to know how to do, as well as what we'd like to. Supplemental sidebars feature the best tool for the job, whether a dibber for planting, the best rawhideand- ash snowshoes, or flammable smoking bags for making authentic BBQ. This book is a must-have reference tool for living well in the twenty-first century.

Ruby Under a Microscope


Pat Shaughnessy - 2012
    Author Pat Shaughnessy takes a scientific approach, laying out a series of experiments with Ruby code to take you behind the scenes of how programming languages work. You'll even find information on JRuby and Rubinius (two alternative implementations of Ruby), as well as in-depth explorations of Ruby's garbage collection algorithm. Ruby Under a Microscope will teach you:How a few computer science concepts underpin Ruby's complex implementation How Ruby executes your code using a virtual machine How classes and modules are the same inside Ruby How Ruby employs algorithms originally developed for Lisp How Ruby uses grammar rules to parse and understand your code How your Ruby code is translated into a different language by a compilerNo programming language needs to be a black box. Whether you're already intrigued by language implementation or just want to dig deeper into Ruby, you'll find Ruby Under a Microscope a fascinating way to become a better programmer. Covers Ruby 2.x, 1.9 and 1.8

Introducing Python: Modern Computing in Simple Packages


Bill Lubanovic - 2013
    In addition to giving a strong foundation in the language itself, Lubanovic shows how to use it for a range of applications in business, science, and the arts, drawing on the rich collection of open source packages developed by Python fans.It's impressive how many commercial and production-critical programs are written now in Python. Developed to be easy to read and maintain, it has proven a boon to anyone who wants applications that are quick to write but robust and able to remain in production for the long haul.This book focuses on the current version of Python, 3.x, while including sidebars about important differences with 2.x for readers who may have to deal with programs in that version.

Christopher Walken A to Z: The Man, the Movies, the Legend


Robert Schnakenberg - 2008
    Vintage paperback

My Creative Space: How to Design Your Home to Stimulate Ideas and Spark Innovation


Donald M. Rattner - 2015
    Whether it's to gain a competitive advantage in the marketplace, or to find personal fulfillment, people are looking to develop their capacity for creative and innovative thinking in business and daily life. Many have turned to the growing literature of creativity to shed the shackles of conventionality and discover new ways of doing things. Now comes THE CREATIVITY CATALOG, a fresh and original take on the pursuit of innovation. Rather than start with the premise that creativity originates largely from within our minds, THE CREATIVITY CATALOG looks outward to the things we surround ourselves with in our home and work environments to uncover a trove of products deliberately designed to cultivate our mental faculties through hands-on experience. Among the products featured are furnishings, accessories, shelving, cookware, jewelry, and children's playthings. Pieces are attractively presented with 550 high-quality photographs and explanatory text, and supplemented by an introduction by author, educator and architect Donald Rattner on the history and future of interactive, touch-based design. Profiles of the designers and brands represented, and a list of further resources, round out this distinctive book.

Bayesian Statistics the Fun Way: Understanding Statistics and Probability with Star Wars, Lego, and Rubber Ducks


Will Kurt - 2019
    But many people use data in ways they don't even understand, meaning they aren't getting the most from it. Bayesian Statistics the Fun Way will change that.This book will give you a complete understanding of Bayesian statistics through simple explanations and un-boring examples. Find out the probability of UFOs landing in your garden, how likely Han Solo is to survive a flight through an asteroid shower, how to win an argument about conspiracy theories, and whether a burglary really was a burglary, to name a few examples.By using these off-the-beaten-track examples, the author actually makes learning statistics fun. And you'll learn real skills, like how to:- How to measure your own level of uncertainty in a conclusion or belief- Calculate Bayes theorem and understand what it's useful for- Find the posterior, likelihood, and prior to check the accuracy of your conclusions- Calculate distributions to see the range of your data- Compare hypotheses and draw reliable conclusions from themNext time you find yourself with a sheaf of survey results and no idea what to do with them, turn to Bayesian Statistics the Fun Way to get the most value from your data.

Magpies, Homebodies, and Nomads: A Modern Knitter’s Guide to Discovering and Exploring Style


Cirilia Rose - 2014
    Her attitude toward curating her own collection of designs is informed as much by travel, cultural history, and tried-and-true sourcebooks as it is by modern media and technology. In Magpies, Homebodies, and Nomads, Rose takes readers behind the scenes of her design process, showing them how she curates and organizes ideas and translates them into knitwear designs. Through 25 projects that fall into three categories—Magpies (accessories for the small amounts of precious yarns that knitters inevitably collect), Homebodies (garments for time spent close to home), and Nomads (garments to wear when venturing out into the world)—Rose shares her modern aesthetic and invites readers to develop their own.

Handmade for the Garden: 75 Ingenious Ways to Enhance Your Outdoor Space with DIY Tools, Pots, Supports, Embellishments, and More


Susan Guagliumi - 2014
    Among the myriad projects in this hardworking book are mini hothouses; painted, stamped, and stenciled terracotta planters; hypertufa and cement pots and decorations; rustic and formal fencing and trellises; plant markers and stakes; and sieves and baskets. With Handmade for the Garden to inspire them, gardeners of all skill levels will be empowered to experiment with form and function to discover creative, artful ways to personalize and beautify their gardens with handmade objects.

Think Like a Programmer: An Introduction to Creative Problem Solving


V. Anton Spraul - 2012
    In this one-of-a-kind text, author V. Anton Spraul breaks down the ways that programmers solve problems and teaches you what other introductory books often ignore: how to Think Like a Programmer. Each chapter tackles a single programming concept, like classes, pointers, and recursion, and open-ended exercises throughout challenge you to apply your knowledge. You'll also learn how to:Split problems into discrete components to make them easier to solve Make the most of code reuse with functions, classes, and libraries Pick the perfect data structure for a particular job Master more advanced programming tools like recursion and dynamic memory Organize your thoughts and develop strategies to tackle particular types of problems Although the book's examples are written in C++, the creative problem-solving concepts they illustrate go beyond any particular language; in fact, they often reach outside the realm of computer science. As the most skillful programmers know, writing great code is a creative art—and the first step in creating your masterpiece is learning to Think Like a Programmer.

Practical SQL: A Beginner's Guide to Storytelling with Data


Anthony DeBarros - 2018
    The book focuses on using SQL to find the story your data tells, with the popular open-source database PostgreSQL and the pgAdmin interface as its primary tools.You'll first cover the fundamentals of databases and the SQL language, then build skills by analyzing data from the U.S. Census and other federal and state government agencies. With exercises and real-world examples in each chapter, this book will teach even those who have never programmed before all the tools necessary to build powerful databases and access information quickly and efficiently.You'll learn how to: •Create databases and related tables using your own data •Define the right data types for your information •Aggregate, sort, and filter data to find patterns •Use basic math and advanced statistical functions •Identify errors in data and clean them up •Import and export data using delimited text files •Write queries for geographic information systems (GIS) •Create advanced queries and automate tasks Learning SQL doesn't have to be dry and complicated. Practical SQL delivers clear examples with an easy-to-follow approach to teach you the tools you need to build and manage your own databases. This book uses PostgreSQL, but the SQL syntax is applicable to many database applications, including Microsoft SQL Server and MySQL.

Things We Think About Games


Will Hindmarch - 2008
    It is essential reading for designer, critic, and straight-up rank 'n' file gamer alike." --Robin D. Laws, creator of HeroQuest and Feng Shui Will Hindmarch and Jeff Tidball think a lot about games. At their commentary website, Gameplaywright.net, they think out loud about what it means to play games, make games, sell games, and love games. They are gamers. Here, with fellow game designers and notable game players, they think out loud on paper in the first Gameplaywright book. Things We Think About Games collects dozens on dozens of bite-sized thoughts about games. From the absurd to the magnificent, the demonstrable to the dogmatic, this collection spans both the breadth of games--board, card, roleplaying and more--and the depth of gaming, offering insights about collecting, playing, critiquing, designing, and publishing.

Introducing Elixir: Getting Started in Functional Programming


Simon St.Laurent - 2013
    If you're new to Elixir, its functional style can seem difficult, but with help from this hands-on introduction, you'll scale the learning curve and discover how enjoyable, powerful, and fun this language can be. Elixir combines the robust functional programming of Erlang with an approach that looks more like Ruby and reaches toward metaprogramming with powerful macro features.Authors Simon St. Laurent and J. David Eisenberg show you how to write simple Elixir programs by teaching you one skill at a time. You’ll learn about pattern matching, recursion, message passing, process-oriented programming, and establishing pathways for data rather than telling it where to go. By the end of your journey, you’ll understand why Elixir is ideal for concurrency and resilience.* Get comfortable with IEx, Elixir's command line interface* Become familiar with Elixir’s basic structures by working with numbers* Discover atoms, pattern matching, and guards: the foundations of your program structure* Delve into the heart of Elixir processing with recursion, strings, lists, and higher-order functions* Create processes, send messages among them, and apply pattern matching to incoming messages* Store and manipulate structured data with Erlang Term * Storage (ETS) and the Mnesia database* Build resilient applications with the Open Telecom Platform (OTP)* Define macros with Elixir's meta-programming tools.

The Geometry of Hand-Sewing: A Romance in Stitches and Embroidery from Alabama Chanin and The School of Making


Natalie Chanin - 2017
    But when Natalie Chanin and her Alabama Chanin and The School of Making teams began to look at needlework closely, they realized all stitches are based on geometric grid systems—and by using grids as guides, they could make learning stitches, even seemingly elaborate ones, as easy as child’s play.   In The Geometry of Hand-Sewing Chanin presents their breakthrough method, featuring illustrated instructions (for both right- and left-handed stitchers) for more than 100 stitches—from the most basic straight and chain to the more fanciful feather and herringbone; photos of both right and wrong sides; and guidelines for modifying stitches to increase one’s repertoire further. To simplify learning, the book also includes two plastic stitching cards die-cut with the grids on which every stitch in the book is based. These reusable cards can be stitched through for practicing ( just as children use lacing cards to learn to tie shoes) or used as stencils for transferring grids to fabric.

AngularJS: Up and Running: Enhanced Productivity with Structured Web Apps


Shyam Seshadri - 2014
    By the end of the book, you'll understand how to develop a large, maintainable, and performant application with AngularJS.Guided by two engineers who worked on AngularJS at Google, you'll learn the components needed to build data-driven applications, using declarative programming and the Model-view-controller pattern. You'll also learn how to conduct unit tests on each part of your application.Learn how to use controllers for moving data to and from viewsUnderstand when to use AngularJS services instead of controllersCommunicate with the server to store, fetch, and update data asynchronouslyKnow when to use AngularJS filters for converting data and values to different formatsImplement single-page applications, using ngRoute to select views and navigationDive into basic and advanced directives for creating reusable componentsWrite an end-to-end test on a live version of your entire applicationUse best practices, guidelines, and tools throughout the development cycle

Test-Driven Web Development with Python


Harry Percival - 2010
    You’ll learn everything from the basics of database integration and the use of JavaScript to browser-automation tools like Selenium, and advanced topics such as NoSQL, Web Sockets, and async programming.Ideal for beginners, this book teaches a development methodology that leads to peace of mind, cleaner code, and better web apps.