Miss Pell Never Misspells: More Cool Ways to Remember Stuff


Book Description

Follow up book to the extremely successful 30 DAYS HAS SEPTEMBER: COOL WAYS TO REMEMBER STUFF. More cool ways to remember stuff! From acronyms to rhyming lists, this book makes remembering facts a breeze. Full of spelling, punctuation, and grammar memory tips, ways to improve vocabulary, geography hints, and much more!




"Miss Pell Would Never Misspell" and Other Painless Tricks for Memorizing How to Spell and Use Wily Words


Book Description

Need a fail-proof way to memorize everything you need to know for your next spelling test? Brian P. Cleary can help! He's made up oodles of clever sayings to help those wily words stick in your skull. And better yet, this book will give you ideas for how you can create your very own painless memory tricks.




Thirty Days Has September


Book Description

Packed with memory-training tips and tricks, from language to maths and history to science.




I Before E (Except After C)


Book Description

I Before E is the definitive guide to help you to un-jumble your mind and improve your ability to recall names, dates, facts, figures and events, and contains all the mnemonics you'll ever need to know.




I Wish I Knew That: Math


Book Description

Math, so often a mystery to children, is simply explained in I Wish I Knew That Math. With clear, commonsense explanations of mathematical concepts and fun and interesting applications, this book is a great way to increase your understanding of math. The concepts addressed include, but are certainly not limited to: Basic operations – addition, subtraction, multiplication and division The math behind money The connections between math and music Irrational numbers – Why did Pythagoras have one of his followers killed just for talking about the square root of 2? The value of zero Angles – from acute, all the way to reflexive Coordinates and the Cartesian plane Probability – What is the likelihood of being struck by lightning? Logic – induction, deduction and Sherlock Holmes Computers and algorithms Code breaking – from ancient Rome to super computers With its readable style and engaging examples, I Wish I Knew That: Math can give children a head start or a helping hand in their understanding of math. Even grownups could learn a thing or two that they may have forgotten or maybe things they never learned at all!




I Used to Know That: Science


Book Description

Do you know why we are able to see light and hear sound? What is the Earth made of? How does the body produce energy? And, most important, does any of this matter? In I Used to Know That: Science, Marianne Taylor will answer those questions and more and will tell you why the answers are vital to us and to the scientists working on the cutting edge of scientific research. In this book, you will learn about: Physics-Energy and Electricity: How electricity is generated; how heat moves from one place to another; the relationship between electricity and magnetismForces: The four fundamental forces; the origins of the universe; the composition and behavior of planets, stars and galaxies; the basic laws of mechanical physics Waves, Radiation and Space: How waves behave and how they affect us; the electromagnetic spectrum; radioactivity Chemistry-The Periodic Table: How to read the table; how atoms work; chemical bonds and reactionsFuels, Air and Pollution: Chemicals, both helpful and dangerous, in the air; crude oil and its useful chemicals; live cycle assessments Metals: The Earth’s structure; metals and alloys; construction materials Organic Chemistry: Natural polymers and their usefulness; nutrition; which chemicals are harmful Biology-Human (and Other) Bodies: The body’s systems-circulatory, skeletal, muscular, nervous, digestive, reproductive, respiratory and sensoryCell Biology: The structure of a cell; how photosynthesis works; what hormones do Evolution and Environment Ecology: The origins of life; how the eukaryotic cell evolved; mutation and natural selection; population, predation and extinction Genetics: what chromosomes are; how you inherit genetic traits; reproduction and cloning I Used to Know That: Science is a necessary read for anyone who wants to understand the modern scientific world and how the general principles of physics, chemistry, and biology affect our everyday lives.




We Are Still Tornadoes


Book Description

"Growing up across the street from each other, Scott and Cath have been best friends their entire lives. Cath would help Scott with his English homework, he would make her mix tapes (it's the 80's after all), and any fight they had would be forgotten over TV and cookies. But now they've graduated high school and Cath is off to college while Scott is at home pursuing his musical dreams. During their first year apart, Scott and Cath's letters help them understand heartache, annoying roommates, family drama and the pressure to figure out what to do with the rest of their lives. And through it all, they realize that the only person they want to turn to is each other. But does that mean they should be more than friends? The only thing that's clear is that change is an inescapable part of growing up. And the friends who help us navigate it share an unshakable bond. This funny yet deeply moving book--set to an awesome 80's soundtrack--captures all the beautiful confusion and emotional intensity we find on the verge of adulthood...and first love"--




My Grammar and I (Or Should That Be 'Me'?)


Book Description

A runaway hit and Sunday Times bestseller in 2008, My Grammar and I has continued to grow in popularity, becoming the go-to guide for grammar.




Natural Speller


Book Description

Absolutely the only book you will ever need to teach spelling. Teaching strategies include additional tips for use with the learning disabled, and word lists are organized by both sight and sound patterns. Build vocabulary skills with Latin and Greek roots and word lists, and by using the spelling rules to add prefixes and suffixes to root words. Choose from among the suggested activities to include practice with grammar, dictionary, and composition skills. Phonic, spelling, and punctuation rules are listed for easy reference. Word lists are divided by grade, 1 through 8. However, this method is easily adapted for older students or adults who need remedial work. Because of its multi-sensory and simplified approach to spelling, and because each child can work at his own pace, this program is ideal for students with learning disabilities. Grades K-12.




Modern C++ Programming with Test-Driven Development


Book Description

If you program in C++ you've been neglected. Test-driven development (TDD) is a modern software development practice that can dramatically reduce the number of defects in systems, produce more maintainable code, and give you the confidence to change your software to meet changing needs. But C++ programmers have been ignored by those promoting TDD--until now. In this book, Jeff Langr gives you hands-on lessons in the challenges and rewards of doing TDD in C++. Modern C++ Programming With Test-Driven Development, the only comprehensive treatment on TDD in C++ provides you with everything you need to know about TDD, and the challenges and benefits of implementing it in your C++ systems. Its many detailed code examples take you step-by-step from TDD basics to advanced concepts. As a veteran C++ programmer, you're already writing high-quality code, and you work hard to maintain code quality. It doesn't have to be that hard. In this book, you'll learn: how to use TDD to improve legacy C++ systems how to identify and deal with troublesome system dependencies how to do dependency injection, which is particularly tricky in C++ how to use testing tools for C++ that aid TDD new C++11 features that facilitate TDD As you grow in TDD mastery, you'll discover how to keep a massive C++ system from becoming a design mess over time, as well as particular C++ trouble spots to avoid. You'll find out how to prevent your tests from being a maintenance burden and how to think in TDD without giving up your hard-won C++ skills. Finally, you'll see how to grow and sustain TDD in your team. Whether you're a complete unit-testing novice or an experienced tester, this book will lead you to mastery of test-driven development in C++. What You Need A C++ compiler running under Windows or Linux, preferably one that supports C++11. Examples presented in the book were built under gcc 4.7.2. Google Mock 1.6 (downloadable for free; it contains Google Test as well) or an alternate C++ unit testing tool. Most examples in the book are written for Google Mock, but it isn't difficult to translate them to your tool of choice. A good programmer's editor or IDE. cmake, preferably. Of course, you can use your own preferred make too. CMakeLists.txt files are provided for each project. Examples provided were built using cmake version 2.8.9. Various freely-available third-party libraries are used as the basis for examples in the book. These include: cURL JsonCpp Boost (filesystem, date_time/gregorian, algorithm, assign) Several examples use the boost headers/libraries. Only one example uses cURL and JsonCpp.