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.

Talk To Me In Korean Workbook Level 1


TalkToMeInKorean - 2013
    Developed by a certified teacher to help you review and retain what you ve learned in the TTMIK lessons, this workbook contains six main categories of review (vocabulary review, writing, listening comprehension, reading comprehension, fill in the chart, dictation) and thirteen types of exercises (matching, fill in the blank, multiple choice, dictation, draw a picture, translation, short answer, define and translate, conjugation, write your own sentence, Q&A, unscramble and write, and verbification)."

Bite Size Happiness: Volume 1


Jarls Forsman - 2015
    Why? They’re easier to follow and more fun to practice. What can you achieve by reading Bite Size Happiness? - Understand… The connection between your thoughts and feelings in order to change how you handle life. - Energize… Yourself so you walk through life with presence and joy. - Train… Yourself to focus your attention on what you want to manifest as well as who you want to become. - Attract... The energy, harmony, and people you deserve to have in your life. We hope you enjoy reading these bite size nuggets as much as we enjoyed writing them. Volume 2: http://www.amazon.com/Bite-Size-Happi... Volume 3: http://www.amazon.com/Bite-Size-Happi... Volume 4: http://www.amazon.com/Bite-Size-Happi...

Basic Patterns of Chinese Grammar: A Student's Guide to Correct Structures and Common Errors


Qin Xue Herzberg - 2010
    Topics include word order, time, nouns, verbs, adjectives, word choices with verbs and adverbs, and letter writing. The simple format has one goal: quick mastery and growing confidence.Qin Xue Herzberg, a graduate of Beijing Normal University, has taught Chinese for decades and has been an upper-level Chinese professor at Calvin College for ten years.Larry Herzberg did his PhD work in Chinese and founded the Chinese language programs at Albion College and Calvin College.Qin and Larry live in Grand Rapids, Michigan, and are co-authors of the popular China Survival Guide as well as the recently released Chinese Proverbs and Popular Sayings.

59 Seconds: Think a Little, Change a Lot


Richard Wiseman - 2009
    From mood to memory, persuasion to procrastination, and resilience to relationships, Wiseman outlines the research supporting this new science of rapid change, and describes how these quick and quirky techniques can be incorporated into everyday life. Think a little, change a lot."Discover why even thinking about going to the gym can help you keep in shape ""Learn how pot plants make you more creative ""Find out why putting a pencil between your teeth instantly makes you happier "" "'At last, a self-help guide that is based on proper research. Perfect for busy, curious, smart people' Simon Singh, author of Fermat's Last Theorem'A triumph of scientifically proven advice over misleading myths of self-help. Challenging, uplifting and long overdue' Derren Brown

The New Penguin History of The World


J.M. Roberts - 1976
    Completely updated and revised by preeminent historian J. M. Roberts, this volume features ninety up-to-date maps, new sections, and extremely well-written and accessible articles throughout. Truly global and comprehensive, it succeeds in conveying the staggering diversity of the human experience across a vast range of climates and conditions. This is the one book for anyone interested in the variety and grandeur of history’s march.

Chineasy: The New Way to Read Chinese


Shaolan Hsueh - 2014
    With Chineasy, learning and reading Chinese has never been simpler or more fun. Breaking down the Great Wall of Language, iShaoLan Hsueh draws on her entrepreneurial and cultural background to create a simple system for quickly understanding the basic building blocks of written Chinese. Working with renowned illustrator Noma Bar, she transforms Chinese characters into charming pictograms that are easy to remember.In Chineasy, she teaches the key characters, called radicals, that are the language’s foundation, and then shows how they can be combined to form new words and even phrases. Once you’ve mastered these key characters, you can practice your skills with three stories—a fairy tale, an Asian legend, and a contemporary fable—told using the radicals.With Chineasy, readers of all ages will be able to navigate a Chinese menu, read signs and billboards, and grasp the meaning of most articles in a Chinese newspaper.

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.

Tony Northrup's DSLR Book: How to Create Stunning Digital Photography


Tony Northrup - 2011
    First, you will master these basic concepts:* Composition* Exposure* Shutter speed* Aperture* Depth-of-field* ISO* Natural light* Flash* Posing* Troubleshooting bad pictures* Using raw files* Studio lighting* Night photography* HDR* Macro/close-up photographyThen, you will learn the pro's secrets for photographing these subjects:* People (candid, casual, formal, and underwater portraits)* Weddings* Pets* Wildlife (mammals, birds, insects, fish, and more)* Landscapes* Cityscapes* Sunrises and sunsets* Flowers* Forests, waterfalls, and rivers* Fireworks* Stars

The Century vocabulary builder


Garland Greever - 2003
    This book may have occasional imperfections such as missing or blurred pages, poor pictures, errant marks, etc. that were either part of the original artifact, or were introduced by the scanning process. We believe this work is culturally important, and despite the imperfections, have elected to bring it back into print as part of our continuing commitment to the preservation of printed works worldwide. We appreciate your understanding of the imperfections in the preservation process, and hope you enjoy this valuable book.

Becoming Human: Our Past, Present and Future


Scientific American - 2013
    

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.

Modern Perl


chromatic - 2010
    With countless satisfied developers, tens of thousands of freely available libraries, and continual improvements to the language and its ecosystem, modern Perl development can be easy, reliable, and fun. To take advantage of the full power of Perl 5--to become a true expert, capable of solving any problem put before you--you must understand the language. Modern Perl explains Perl 5 from theory to implementation, including Perl 5.12.

Nikon D3100: From Snapshots to Great Shots


Jeff Revell - 2010
    A guide to the Nikon D3100 camera provides information on the camera's scene modes, composition, focus, lighting, and composition to take successful portraits and sports and landscape photographs.

On-Camera Flash Techniques for Digital Wedding and Portrait Photography


Neil van Niekerk - 2009
    Techniques for using simple accessories such as bounce cards and diffusers, as well as how to improve a lighting scenario by enhancing it rather than overwhelming it, show photographers how to master this challenging aspect of portraiture.