The Expert at the Card Table: The Classic Treatise on Card Manipulation


S.W. Erdnase - 1902
    In it, S. W. Erdnase, a supreme master of card manipulation, teaches card enthusiasts how to perform the dazzling tricks and sleights — many of them his own creations — that made him famous.The first section of the book deals with card table artifice, or, to put it more bluntly, cheating at cards. Step by step, Mr. Erdnase demonstrates his own systems of false shuffling, false riffling and cutting, dealing from the bottom, and such slick moves as palming cards, "skinning the hand" — even three-card monte.The second section covers legerdemain: the art of forcing a card, one- and two-hand transformations, the devious "slide" and more. Card handlers will love Erdnase's selection of dazzling card tricks, including The Acrobatic Jacks, The Exclusive Coterie, The Divining Rod, The Invisible Flights, A Mind Reading Trick, and many others.In an informative Foreword to this edition, Martin Gardner relates the unhappy details of the author's personal life, and recounts the history of this famous book, whose methods, Mr. Gardner asserts, "are as useful today by magicians and card hustlers as they were in 1902. This book is still the bible of card 'mechanics,' and as much a delight to read as it was in the early years of this century."

Web Operations: Keeping the Data on Time


John Allspaw - 2010
    It's the expertise you need when your start-up gets an unexpected spike in web traffic, or when a new feature causes your mature application to fail. In this collection of essays and interviews, web veterans such as Theo Schlossnagle, Baron Schwartz, and Alistair Croll offer insights into this evolving field. You'll learn stories from the trenches--from builders of some of the biggest sites on the Web--on what's necessary to help a site thrive.Learn the skills needed in web operations, and why they're gained through experience rather than schoolingUnderstand why it's important to gather metrics from both your application and infrastructureConsider common approaches to database architectures and the pitfalls that come with increasing scaleLearn how to handle the human side of outages and degradationsFind out how one company avoided disaster after a huge traffic delugeDiscover what went wrong after a problem occurs, and how to prevent it from happening againContributors include:John AllspawHeather ChampMichael ChristianRichard CookAlistair CrollPatrick DeboisEric FlorenzanoPaul HammondJustin HuffAdam JacobJacob LoomisMatt MassieBrian MoonAnoop NagwaniSean PowerEric RiesTheo SchlossnagleBaron SchwartzAndrew Shafer

Scrum Shortcuts Without Cutting Corners: Agile Tactics, Tools, & Tips


Ilan Goldstein - 2013
    But when new Scrum practitioners attempt to apply Scrum theory and high-level approaches in actual projects, they often find it surprisingly difficult. In Scrum Shortcuts without Cutting Corners, Scrum expert Ilan Goldstein helps you translate the Scrum framework into reality to meet the Scrum challenges your formal training never warned you about. Drawing on his extensive agile experience in a wide range of projects and environments, Goldstein presents thirty proven, flexible shortcuts for optimizing Scrum processes, actions, and outcomes. Each shortcut walks you through applying a Scrum approach to achieve a tangible output. These easy-to-digest, actionable patterns address a broad range of topics including getting started, quality and metrics, team members and roles, managing stakeholders, estimation, continuous improvement and much more. Whatever your role, Scrum Shortcuts without Cutting Corners will help you take your Scrum skills to the next level and achieve better results in any project you participate in.

Computer Science Distilled: Learn the Art of Solving Computational Problems


Wladston Ferreira Filho - 2017
    Designed for readers who don't need the academic formality, it's a fast and easy computer science guide. It teaches essential concepts for people who want to program computers effectively. First, it introduces discrete mathematics, then it exposes the most common algorithms and data structures. It also shows the principles that make computers and programming languages work.

Feynman Lectures On Computation


Richard P. Feynman - 1996
    Feynman gave his famous course on computation at the California Institute of Technology, he asked Tony Hey to adapt his lecture notes into a book. Although led by Feynman, the course also featured, as occasional guest speakers, some of the most brilliant men in science at that time, including Marvin Minsky, Charles Bennett, and John Hopfield. Although the lectures are now thirteen years old, most of the material is timeless and presents a “Feynmanesque” overview of many standard and some not-so-standard topics in computer science such as reversible logic gates and quantum computers.

Agile Estimating and Planning


Mike Cohn - 2005
    In this book, Agile Alliance cofounder Mike Cohn discusses the philosophy of agile estimating and planning and shows you exactly how to get the job done, with real-world examples and case studies.Concepts are clearly illustrated and readers are guided, step by step, toward how to answer the following questions: What will we build? How big will it be? When must it be done? How much can I really complete by then? You will first learn what makes a good plan-and then what makes it agile.Using the techniques in Agile Estimating and Planning , you can stay agile from start to finish, saving time, conserving resources, and accomplishing more. Highlights include:Why conventional prescriptive planning fails and why agile planning works How to estimate feature size using story points and ideal days--and when to use each How and when to re-estimate How to prioritize features using both financial and nonfinancial approaches How to split large features into smaller, more manageable ones How to plan iterations and predict your team's initial rate of progress How to schedule projects that have unusually high uncertainty or schedule-related risk How to estimate projects that will be worked on by multiple teams Agile Estimating and Planning supports any agile, semiagile, or iterative process, including Scrum, XP, Feature-Driven Development, Crystal, Adaptive Software Development, DSDM, Unified Process, and many more. It will be an indispensable resource for every development manager, team leader, and team member.

How Computers Work


Ron White - 1992
    The full-color, detailed illustrations will take you deep inside your PC and show you just how intricate it is. This latest edition has been updated with information on all of the latest technologies, including: PCI Express Bus Serial ATA Connections Digital Photography Software TiVos, Gas Plasma Screens, iPods, and Other Home Entertainment Equipment Google and eBay 3D Game Development, Two-Slot Video Cards, and Overclocking How Computers Work has sold over two million copies world wide. But don't take our word for it � get your copy today!

Leading with Questions: How Leaders Find the Right Solutions by Knowing What to Ask


Michael J. Marquardt - 2005
    Throughout the book, he demonstrates how effective leaders use questions to encourage participation and teamwork, foster outside-the-box thinking, empower others, build relationships with customers, solve problems, and much more. Based on interviews with twenty-two successful leaders who "lead with questions," this important book reveals how to determine which questions will lead to solutions in today's complicated business world.

Overland


Ewen Levick - 2019
    From vast deserts to an Indonesian fishing boat, a slow train through Burma to an armed confrontation in Laos, lullabies from middle-aged Chinese businessmen to a cold night on the Great Wall, wolves and reindeer herders, thieves and nomads: this is a vivid illustration of Asia and the people who live there, and of one ancient, stubborn motorcycle travelling through the world's wild places.

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.

The Art of Tinkering: Meet 150+ Makers Working at the Intersection of Art, Science Technology


Karen Wilkinson - 2013
    Join 150+ makers as they share the stories behind their beautiful and bold work—and use the special conductive ink on the cover to do some tinkering yourself!Brought to you by the Exploratorium’s Tinkering Studio.

Kirkpatrick's Four Levels of Training Evaluation


James D. Kirkpatrick - 2016
    Ask any group of trainers whether they rely on the model's four levels Reaction, Learning, Behavior, and Results in their practice, and you'll get an enthusiastic affirmation. But how many variations of Kirkpatrick are in use today? And what number of misassumptions and faulty practices have crept in over 60 years? The reality is: Quite a few. James and Wendy Kirkpatrick have written Kirkpatrick's Four Levels of Training Evaluation to set the record straight. Delve into James and Wendy's new findings that, together with Don Kirkpatrick's work, create the New World Kirkpatrick Model, a powerful training evaluation methodology that melds people with metrics. In Kirkpatrick's Four Levels of Training Evaluation, discover a comprehensive blueprint for implementing the model in a way that truly maximizes your business's results. Using these innovative concepts, principles, techniques, and case studies, you can better train people, improve the way you work, and, ultimately, help your organization meet its most crucial goals.

8-Bit Apocalypse: The Untold Story of Atari's Missile Command


Alex Rubens - 2018
    and its iconic game, Missile Command, were at the forefront of the industry’s explosion, helping usher in both the age of the video game and the gamer lifestyle. In 8-Bit Apocalypse, tech insider Alex Rubens delves into electronic history to tell of an era when arcade games were designed, written, and coded by individual designers. He interviews major figures including Atari founder Nolan Bushnell and Missile Command creator David Theurer, who suffered from frequent nightmares of nuclear holocaust as he worked on the game. The first in-depth, personal history of the era, 8-Bit Apocalypse combines Rubens’s tech industry knowledge and experience as a gaming journalist to conjure the wild silicon frontier of the ’80s.

Graphic Design Rules: 365 Essential Design Dos and Don'ts


Sean Adams - 2012
    Every creative has their own individual approach, or more importantly their own combinations of the thousands of techniques one can apply when planning a new design project. But there are some dos and don'ts that always figure strongly in any heated debate about what one should or should not accept as the right way to create the best graphic design. Packed with practical advice but presented in a light-hearted fashion, Graphic Design Rules is the perfect book for the ever-growing group of non-designers who want some graphic design guidance.

Embedded Formative Assessment - practical strategies and tools for K-12 teachers


Dylan Wiliam - 2011
    Dylan Wiliam faces this challenge head-on by making a case for the important role of formative assessment in increasing teacher quality and student learning. While there are many possible ways in which we could seek to develop the practice of serving teachers, attention to minute-by-minute and day-to-day formative assessment is likely to have the biggest impact on student outcomes. Wiliam s view of formative assessment differs from the popular view in that he regards formative assessment as a process rather than a tool.Wiliam outlines what formative assessment is, and what it is not, and presents the five key strategies of formative assessment:1. Clarifying, sharing, and understanding learning intentions and criteria for success2. Engineering effective classroom discussions, activities, and learning tasks that elicit evidence of learning3. Providing feedback that moves learning forward4. Activating learners as instructional resources for one another5. Activating learners as owners of their own learningThe book presents a summary of the research evidence that shows the impact of each strategy and offers a number of practical techniques that teachers have used to incorporate the strategy into their regular classroom practice.