How to Learn a Foreign Language


Graham E. Fuller - 1987
    But it’s a lot easier if you know the hidden skills and techniques that experts know -- and use -- to learn any foreign language. In this little handbook, language expert Graham E. Fuller -- whose career has required him to learn more than a dozen languages -- shows how to take the steps that will make it easier for anyone struggling to learn any new language.That’s why How to Learn a Foreign Language is used by schools, universities, and independent language-learners throughout the world. Acclaim for How to Learn a Foreign Language:“Useful and entertaining.” -- The New York Times“It’s astonishing that no one has ever thought of a book like this before -- designed to prepare students for beginning the study of any language. This book is indispensable to anyone learning a first foreign language.” -- Dr. L. Michael Bell Professor of English and Foreign Languages, University of Colorado“This book could save a beginning student hours of confusion, and might provide some confidence that learning a language is normal and possible, even for someone like him or her!...Fuller has codified what many successful language learners have found out for themselves by learning languages...The knowledge that Fuller is writing from such vast experience can only inspire confidence on the part of the reluctant language learner.” -- Carol L. McKay, Modern Language JournalExcerpts from the Book:This book is for those of you who have never studied a foreign language before. And it is for those of you who have already had one painful experience with a foreign language and who hope to do better at it this time...This book isn’t just for people who like languages. It’s for those of you who have to learn a language for one reason or another...

Learning Chinese Characters


Alison Matthews - 2007
    This otherwise daunting task is made easier by the use of techniques based on the psychology of leaning and memory. key principles include the use of visual imagery, the visualization of short "stories," and the systematic building up of more complicated characters from basic building blocks.Although Learning Chinese Characters is primarily a book for serious learners of Mandarin Chinese, it can be used by anyone with an interest in Chinese characters, without any prior knowledge of Chinese. It can be used alongside (or after, or even before) a course in the Chinese language. All characters are simplified (as in mainland China) but traditional characters are also given, when available.Key features:-Specially designed pictures and stories are used in a structured way to make the learning process more enjoyable and effective, reducing the need for rote learning to the absolute minimum.-The emphasis throughout is on learning and remembering the meanings and pronunciations of the characters. Tips are also included on learning techniques and how to avoid common problems.-Characters are introduced in a logical sequence, which also gives priority to learning the most common characters first.-Modern simplified characters are used, with pronunciations given in pinyin. Key information is given for each character, including radical, stroke—count, traditional form, compounds, and guidance on writing the character.This is a practical guide with a clear, concise and appealing layout, and it is well—indexed with easy look—up methods. The 800 Chinese characters and 1,033 compounds specified for the original HSK Level A proficiency test are covered.

The New Uxbridge English Dictionary


Jon Naismith - 2005
    This crafty revision of English vocabulary posits that Platypus should signify “to give your cat pigtails;” that Flemish should mean “rather like snot;” and that Celtic is in fact a prison for fleas. With nearly 600 new definitions, this side-splitting resource pushes the boundaries of the English language to riotous new limits.

Build Awesome Command-Line Applications in Ruby 2: Control Your Computer, Simplify Your Life


David B. Copeland - 2012
    With its simple commands, flags, and parameters, a well-formed command-line application is the quickest way to automate a backup, a build, or a deployment and simplify your life. With this book, you'll learn specific ways to write command-line applications that are easy to use, deploy, and maintain, using a set of clear best practices and the Ruby programming language. This book is designed to make any programmer or system administrator more productive in their job. Now updated for Ruby 2.Writing a command-line application that's self-documenting, robust, adaptable and forever useful is easier than you might think. Ruby is particularly suited to this task, because it combines high-level abstractions with "close to the metal" system interaction wrapped up in a concise, readable syntax. Plus, Ruby has the support of a rich ecosystem of open source tools and libraries.Ten insightful chapters each explain and demonstrate a command-line best practice. You'll see how to use these tools to elevate the lowliest automation script to a maintainable, polished application. You'll learn how to use free, open source parsers to create user-friendly command-line interfaces as well as command suites. You'll see how to use defaults to keep options simple for everyday users, while giving advanced users options for more complex tasks. There's no reason why a command-line application should lack documentation, whether it's part of a help command or a man page; you'll find out when and how to use both. Your journey from command-line novice to pro ends with a look at valuable approaches to testing your apps, and includes some fun techniques for outside-the-box, colorful interfaces that will delight your users.With Ruby, the command line is not dead. Long live the command line.