The C Programming Language


Brian W. Kernighan - 1978
    It is the definitive reference guide, now in a second edition. Although the first edition was written in 1978, it continues to be a worldwide best-seller. This second edition brings the classic original up to date to include the ANSI standard. From the Preface: We have tried to retain the brevity of the first edition. C is not a big language, and it is not well served by a big book. We have improved the exposition of critical features, such as pointers, that are central to C programming. We have refined the original examples, and have added new examples in several chapters. For instance, the treatment of complicated declarations is augmented by programs that convert declarations into words and vice versa. As before, all examples have been tested directly from the text, which is in machine-readable form. As we said in the first preface to the first edition, C "wears well as one's experience with it grows." With a decade more experience, we still feel that way. We hope that this book will help you to learn C and use it well.

70 Japanese Gestures: No Language Communication


Hamiru-aqui - 2004
    This whimsical look at “the language of no language” will teach you to hurl insults, flirt, agree, excuse yourself, cross the street, and even make promises—wordlessly! (And who is that stoic guy wearing a suit in all the photos?) Finally, a way to tell someone at a loud party, “Your underwear is showing,” in four easy hand motions. This is a book for the serious student, the class clown, and the crazy guy at Akihabara Station hoping to communicate with Godzilla.Hamiru-aqui is a Japanese artist based in Tokyo.

Dirty Sign Language: Everyday Slang from "What's Up?" to "F*%# Off!"


James T. Van - 2010
    Let's start signing!

The Meaning of Tingo and Other Extraordinary Words from around the World


Adam Jacot de Boinod - 1999
     Did you know that people in Bolivia have a word that means "I was rather too drunk last night and it's all their fault"? That there's no Italian equivalent for the word "blue"? That the Dutch word for skimming stones is "plimpplamppletteren"? This delightful book, which draws on the collective wisdom of more than 254 languages, includes not only those words for which there is no direct counterpart in English ("pana po'o" in Hawaiian means to scratch your head in order to remember something important), but also a frank discussion of exactly how many Eskimo words there are for snow and the longest known palindrome in any language ("saippuakivikauppias"--Finland). And all right, what in fact is "tingo"? In the Pascuense language of Easter Island, it's to take all the objects one desires from the house of a friend, one at a time, by asking to borrow them. Well, of course it is. Enhanced by its ingenious and irresistible little Schott's Miscellany/Eats Shoots and Leaves package and piquant black-and-white illustrations throughout, The Meaning of Tingo is a heady feast for word lovers of all persuasions. Viva Tingo!

Oxford Guide to English Grammar


John Eastwood - 1994
    It is equally suitable for quick reference to Details and for more leisured study of broad grammar topics.The book is trorough in its coverage but pays most attention to points that are of importance to intermediate and advanced learners of English, and to their teachers.• The emphasis is on meanings and how they govern the choice of grammatical pattern.• Each chapter starts with a summary which reviews the topic as a whole and shows readers where to find the particular information they need.• Authentic texts are used to demonstrate features of discourse.• Many single-sentence example are also authentic.• Wherever it is helpful, examples are marked as formal or informal, literary or conversational.• Dependable advice is give on the avoidance of non-standard and incorrect usage.• A chapter is devoted to differences between American and British grammar.• Technical terms are used sparingly, and defined in a glossary.

Minna No Nihongo II: Translation and Grammatical Notes


スリーエーネットワーク - 1998
    A translation, grammar commentary book in conformity with Minna no Nihongo II Main Textbook - Second Edition.

Everything You Need to Ace English Language Arts in One Big Fat Notebook: The Complete Middle School Study Guide


Jen Haberling - 2016
        Everything You Need to Ace English Language Arts . . .takes students from grammar to reading comprehension to writing with ease, including parts of speech, active and passive verbs, Greek and Latin roots and affixes; nuances in word meanings; textual analysis, authorship, structure, and other skills for reading fiction and nonfiction; and writing arguments, informative texts, and narratives. The BIG FAT NOTEBOOK™ series is built on a simple and irresistible conceit—borrowing the notes from the smartest kid in class. There are five books in all, and each is the only book you need for each main subject taught in middle school: Math, Science, American History, English Language Arts, and World History. Inside the reader will find every subject’s key concepts, easily digested and summarized: Critical ideas highlighted in neon colors. Definitions explained. Doodles that illuminate tricky concepts in marker. Mnemonics for memorable shortcuts. And quizzes to recap it all. The BIG FAT NOTEBOOKS meet Common Core State Standards, Next Generation Science Standards, and state history standards, and are vetted by National and State Teacher of the Year Award–winning teachers. They make learning fun, and are the perfect next step for every kid who grew up on Brain Quest.

The Life-Changing Magic of Tidying Up: The Japanese Art of Decluttering and Organizing


Marie Kondō - 2011
    Most methods advocate a room-by-room or little-by-little approach, which doom you to pick away at your piles of stuff forever. The KonMari Method, with its revolutionary category-by-category system, leads to lasting results. In fact, none of Kondo's clients have lapsed (and she still has a three-month waiting list).With detailed guidance for determining which items in your house "spark joy" (and which don't), this international best seller featuring Tokyo's newest lifestyle phenomenon will help you clear your clutter and enjoy the unique magic of a tidy home - and the calm, motivated mindset it can inspire.

Great Dialogues of Plato


Plato
    One of the world's most respected classical scholars offers translations of the complete texts of "The Republic, Apology of Socrates, " "Crito, " "Phaedo, " "Ion, " "Meno, " and "Symposium."

Painless Grammar


Rebecca S. Elliott - 1997
    A chapter on clear e-mail communication and etiquette is brand new in this edition, as are many of the author’s challenging “Brain Ticklers.” Her helpful chapter on how to edit a school paper has also been heavily revised and updated. Barron’s popular Painless Series of study guides for middle school and high school students offer a lighthearted, often humorous approach to their subjects, transforming details that might once have seemed boring or difficult into a series of interesting and mentally challenging ideas. Most titles in the series feature many fun-to-solve “Brain Tickler” problems with answers at the end of each chapter.

Bonsai Basics: A Comprehensive Guide to Care and Cultivation


Colin Lewis - 2002
    Tailored to meet the needs of the first time bonsai owner, this book is an extensive directory of every major bonsai type. Bonsai Basics explains in detail all the techniques needed to keep a bonsai alive and in good shape.  Clear text and step-by-step illustrations ensure that even the most nervous newcomer can approach looking after bonsai with confidence.  Filled with over 120 specially commissioned photographs and illustrations, the New Pyramid Bonsai Basics is an extensive directory of both indoor and outdoor trees and their characteristics.

The C++ Programming Language


Bjarne Stroustrup - 1986
    For this special hardcover edition, two new appendixes on locales and standard library exception safety (also available at www.research.att.com/ bs/) have been added. The result is complete, authoritative coverage of the C++ language, its standard library, and key design techniques. Based on the ANSI/ISO C++ standard, The C++ Programming Language provides current and comprehensive coverage of all C++ language features and standard library components. For example:abstract classes as interfaces class hierarchies for object-oriented programming templates as the basis for type-safe generic software exceptions for regular error handling namespaces for modularity in large-scale software run-time type identification for loosely coupled systems the C subset of C++ for C compatibility and system-level work standard containers and algorithms standard strings, I/O streams, and numerics C compatibility, internationalization, and exception safety Bjarne Stroustrup makes C++ even more accessible to those new to the language, while adding advanced information and techniques that even expert C++ programmers will find invaluable.

The LEGO MINDSTORMS NXT 2.0 Discovery Book: A Beginner's Guide to Building and Programming Robots


Laurens Valk - 2010
    The LEGO MINDSTORMS NXT 2.0 Discovery Book is the complete, illustrated, beginner's guide to MINDSTORMS that you've been looking for. The crystal clear instructions in the Discovery Book will show you how to harness the capabilities of the NXT 2.0 set to build and program your own robots. Author and robotics instructor Laurens Valk walks you through the set, showing you how to use its various pieces, and how to use the NXT software to program robots. Interactive tutorials make it easy for you to reach an advanced level of programming as you learn to build robots that move, monitor sensors, and use advanced programming techniques like data wires and variables. You'll build eight increasingly sophisticated robots like the Strider (a six-legged walking creature), the CCC (a climbing vehicle), the Hybrid Brick Sorter (a robot that sorts by color and size), and the Snatcher (an autonomous robotic arm). Numerous building and programming challenges throughout encourage you to think creatively and to apply what you've learned as you develop the skills essential to creating your own robots.Requirements: One LEGO MINDSTORMS NXT 2.0 set (#8547)FeaturesA complete introduction to LEGO MINDSTORMS NXT 2.0 Building and programming instructions for eight innovative robots 50 sample programs and 72 programming challenges (ranging from easy to hard) encourage you to explore newly learned programming techniques 15 building challenges expand on the robot designs and help you develop ideas for new robotsWho is this book for? This is a perfect introduction for those new to building and programming with the LEGO MINDSTORMS NXT 2.0 set. The book also includes intriguing robot designs and useful programming tips for more seasoned MINDSTORMS builders.

McGraw-Hill's Proofreading Handbook


Laura Killen Anderson - 2005
    Veteran editor and proofreader Laura Anderson arms you with all the tools of the proofreader's trade and walks you step-by-step through the entire proofreading process.

Madrigals Magic Key to Spanish


Margarita Madrigal - 1953
    Anyone can read, write, and speak Spanish in only a few short weeks with this unique and proven method, which completely eliminates rote memorization and boring drills.Original B & W illustrations.