Ghost: Thirteen Haunting Tales to Tell


Illustratus - 2016
    a wood where the trees look back... a basement door blocked by a brick wall so thick, it stifles the screams from below ... This original collection of chilling poems and tales contains the only true ghost stories in existence (as the book itself will tell you)—13 eerie encounters perfect for sharing...if you dare. Accompanied by striking illustrations and building to a truly spine-tingling conclusion, this haunting book will consume the imagination and keep readers of every age up long past their bedtimes.

Mindstorms: Children, Computers, And Powerful Ideas


Seymour Papert - 1980
    We have Mindstorms to thank for that. In this book, pioneering computer scientist Seymour Papert uses the invention of LOGO, the first child-friendly programming language, to make the case for the value of teaching children with computers. Papert argues that children are more than capable of mastering computers, and that teaching computational processes like de-bugging in the classroom can change the way we learn everything else. He also shows that schools saturated with technology can actually improve socialization and interaction among students and between students and teachers.

A Wolf Called Wander


Rosanne Parry - 2019
    Then a rival pack attacks, and Swift and his family scatter.Alone and scared, Swift must flee and find a new home. His journey takes him a remarkable one thousand miles across the Pacific Northwest. The trip is full of peril, and Swift encounters forest fires, hunters, highways, and hunger before he finds his new home.Inspired by the true story of a wolf named OR-7 (or Journey).

A Little History of the World


E.H. Gombrich - 1936
    Amazingly, he completed the task in an intense six weeks, and Eine kurze Weltgeschichte für junge Leser was published in Vienna to immediate success, and is now available in seventeen languages across the world. Toward the end of his long life, Gombrich embarked upon a revision and, at last, an English translation. A Little History of the World presents his lively and involving history to English-language readers for the first time. Superbly designed and freshly illustrated, this is a book to be savored and collected. In forty concise chapters, Gombrich tells the story of man from the stone age to the atomic bomb. In between emerges a colorful picture of wars and conquests, grand works of art, and the spread and limitations of science. This is a text dominated not by dates and facts, but by the sweep of mankind's experience across the centuries, a guide to humanity's achievements and an acute witness to its frailties. The product of a generous and humane sensibility, this timeless account makes intelligible the full span of human history.

Good Night Stories for Rebel Girls: 100 Tales of Extraordinary Women


Elena Favilli - 2016
    This book inspires girls with the stories of great women, from Elizabeth I to Serena Williams.

The Drawing Lesson: A Graphic Novel That Teaches You How to Draw


Mark Crilley - 2016
    In addition, Crilley is an accomplished graphic novelist. Now for the first time, he pairs both strengths resulting in a one-of-a-kind art instruction experience. Through the story of aspiring, overeager young artist-in-the-making David and his helpful, but often flustered mentor, Becky, readers gain a grounding in the basics of drawing and rendering, along with a helping of laughs and poignant entertainment. Each lesson builds off the previous, with sidebars at the end of each chapter that direct readers to tackle some of the very same drawing exercises that David has just completed. The sequential art format provides the perfect vehicle for these step-by-step lessons, and the Pixar-esque approach to the surrounding characters and story ensures an enjoyable experience that readers will want to revisit again and again.

This Was Our Pact


Ryan Andrews - 2013
    Legend has it that after drifting out of sight, they'll soar off to the Milky Way and turn into brilliant stars, but could that actually be true? This year, Ben and his classmates are determined to find out where those lanterns really go, and to ensure success in their mission, they've made a pact with two simple rules: No one turns for home. No one looks back.The plan is to follow the river on their bikes for as long as it takes to learn the truth, but it isn't long before the pact is broken by all except for Ben and (much to Ben's disappointment) Nathaniel, the one kid who just doesn't seem to fit in.Together, Nathaniel and Ben will travel farther than anyone has ever gone, down a winding road full of magic, wonder, and unexpected friendship*.*And a talking bear.

Pro C# 3.0 and the .NET 3.5 Framework (Pro)


Andrew Troelsen - 2007
    Since that time, this text has been revised, tweaked, and enhanced to account for the changes found within each release of the .NET platform (1.1, 2.0, 3.0 and now 3.5)..NET 3.0 was more of an augmentative release, essentially providing three new APIs: Windows Presentation Foundation (WPF), Windows Communication Foundation (WCF) and Windows Workflow Foundation (WF). As you would expect, coverage of the "W's" has been expanded a great deal in this version of the book from the previous Special Edition text.Unlike .NET 3.0, .NET 3.5 provides dozens of C# language features and .NET APIs. This edition of the book will walk you through all of this material using the same readable approach as was found in previous editions. Rest assured, you'll find detailed coverage of Language Integrated Query (LINQ), the C# 2008 language changes (automatic properties, extension methods, anonymous types, etc.) and the numerous bells and whistles of Visual Studio 2008. What you'll learn Everything you need to knowget up to speed with C# 2008 quickly and efficiently. Discover all the new .NET 3.5 featuresLanguage Integrated Query, anonymous types, extension methods, automatic properties, and more. Get a professional footholdtargeted to appeal to experienced software professionals, this book gives you the facts you need the way you need to see them. A rock-solid foundationfocuses on everything you need to be a successful .NET 3.5 programmer, not just the new features. Get comfortable with all the core aspects of the platform including assemblies, remoting, Windows Forms, Web Forms, ADO.NET, XML web services, and much more. Who this book is forIf you're checking out this book for the first time, understand that it targets experienced software professionals and/or students of computer science (so please don't expect three chapters devoted to "for" loops). The mission of this text is to provide you with a rock-solid foundation to the C# 2008 programming language and the core aspects of the .NET platform (object-oriented programming, assemblies, file IO, Windows Forms/WPF, ASP.NET, ADO.NET, WCF, WF, etc.). Once you digest the information presented in these 33 chapters, you'll be in a perfect position to apply this knowledge to your specific programming assignments, and you'll be well equipped to explore the .NET universe on your own terms. "

JavaScript: The Good Parts


Douglas Crockford - 2008
    This authoritative book scrapes away these bad features to reveal a subset of JavaScript that's more reliable, readable, and maintainable than the language as a whole--a subset you can use to create truly extensible and efficient code.Considered the JavaScript expert by many people in the development community, author Douglas Crockford identifies the abundance of good ideas that make JavaScript an outstanding object-oriented programming language-ideas such as functions, loose typing, dynamic objects, and an expressive object literal notation. Unfortunately, these good ideas are mixed in with bad and downright awful ideas, like a programming model based on global variables.When Java applets failed, JavaScript became the language of the Web by default, making its popularity almost completely independent of its qualities as a programming language. In JavaScript: The Good Parts, Crockford finally digs through the steaming pile of good intentions and blunders to give you a detailed look at all the genuinely elegant parts of JavaScript, including:SyntaxObjectsFunctionsInheritanceArraysRegular expressionsMethodsStyleBeautiful featuresThe real beauty? As you move ahead with the subset of JavaScript that this book presents, you'll also sidestep the need to unlearn all the bad parts. Of course, if you want to find out more about the bad parts and how to use them badly, simply consult any other JavaScript book.With JavaScript: The Good Parts, you'll discover a beautiful, elegant, lightweight and highly expressive language that lets you create effective code, whether you're managing object libraries or just trying to get Ajax to run fast. If you develop sites or applications for the Web, this book is an absolute must.

The Wonder Weeks. How to Stimulate Your Baby's Mental Development and Help Him Turn His 10 Predictable, Great, Fussy Phases Into Magical Leaps Forward


Hetty van de Rijt - 1992
    How to stimulate your baby's mental development and help him turn his 10 predictable, great, fussy phases into magical leaps forward describes in easy-to-understand terms the incredible developmental changes that all babies go through during the first 20 months of their lives. This is the extended, "fat" edition with 2 more chapters covering 2 more leaps in the mental development of your baby up to the end of the sensorimotor period.The book is based on the discovery of a little known phenomenon: all normal, healthy babies appear to be more tearful, troublesome, demanding and clingy at very nearly the same ages.These age-related fluctuations in need for body contact and attention are related to major and quite dramatic changes in the brains of the children. These changes enable a baby to enter a whole new perceptual world and, as a consequence, to learn many new skills. This should be a reason for celebration, but as far as the baby is concerned these changes are bewildering. He's taken aback -- everything has changed overnight. It is as if he has woken up on a strange planet.The book includes:- Week-by-week guide to baby's behavior- An explanation of the markers for cranky, clingy, crying (the three C's) behavior and how to deal with them- A description from your baby's perspective of the world around him and how you can understand the changes he's going through- Fun games and gentle activities you can do with your childThe book offers parents:- Support in times of trouble- Self-confidence- Help in understanding their baby- Hints on how to help their baby play and learn- A unique account of their baby's developmentFor more detailed information about contents and the research behind the book, please visit www.thewonderweeks.com

A Child's History of the World


V.M. Hillyer - 1924
    Written shortly after World War I by Calvert School's first Head Master, Virgil Hillyer, this history storybook combines charm with facts to stimulate young minds and leave them yearning for more information. This volume of A Child's History of the World contains 79 stories that start at the beginning of time and reach to the present. With many illustrations by Carle Michel Book and M.S. Wright.

How to Code a Sandcastle


Josh Funk - 2018
    Pearl breaks the big we-need-a-sandcastle problem into smaller steps, then uses conditionals, loops, and other basic coding concepts to tell Pascal exactly what to do. But building a sandcastle isn’t as easy as it sounds when surfboards, mischievous dogs, and coding mishaps get in the way! Just when it looks like the sandcastle might never work, Pearl uses her coding skills to save the day and create something even better: a gorgeous sandcastle kingdom!

Learn You a Haskell for Great Good!


Miran Lipovača - 2011
    Learn You a Haskell for Great Good! introduces programmers familiar with imperative languages (such as C++, Java, or Python) to the unique aspects of functional programming. Packed with jokes, pop culture references, and the author's own hilarious artwork, Learn You a Haskell for Great Good! eases the learning curve of this complex language, and is a perfect starting point for any programmer looking to expand his or her horizons. The well-known web tutorial on which this book is based is widely regarded as the best way for beginners to learn Haskell, and receives over 30,000 unique visitors monthly.

The Boy Who Harnessed the Wind


William Kamkwamba - 2015
    William began to explore science books in his village library, looking for a solution. There, he came up with the idea that would change his family's life forever: he could build a windmill. Made out of scrap metal and old bicycle parts, William's windmill brought electricity to his home and helped his family pump the water they needed to farm the land. Retold for a younger audience, this exciting memoir shows how, even in a desperate situation, one boy's brilliant idea can light up the world. Complete with photographs, illustrations, and an epilogue that will bring readers up to date on William's story, this is the perfect edition to read and share with the whole family.

Concrete Mathematics: A Foundation for Computer Science


Ronald L. Graham - 1988
    "More concretely," the authors explain, "it is the controlled manipulation of mathematical formulas, using a collection of techniques for solving problems."