A Student's Introduction to English Grammar


Rodney Huddleston - 2005
    The text is intended for students in colleges or universities who have little or no previous background in grammar, and presupposes no linguistics. It contains exercises, and will provide a basis for introductions to grammar and courses on the structure of English, not only in linguistics departments but also in English language and literature departments and schools of education.

China and the Chinese


Herbert Allen Giles - 1902
    You may find it for free on the web. Purchase of the Kindle edition includes wireless delivery.

The Painted Word: A Treasure Chest of Remarkable Words and Their Origins


Phil Cousineau - 2012
    He then fills it in with a tint of etymology and a smattering of quotes that show how the word is used, ending with a list of companion words. The words themselves range from commonplace — like biscuit, a twice-baked cake for Roman soldiers — to loanwords including chaparral, from the Basque shepherds who came to the American West; words from myths, such as hector; metamorphosis words, like silly, which evolved holy to goofy in a mere thousand years; and words well worthy of revival, such as carrytale, a wandering storyteller. Whether old-fangled or brand new, all the words included in The Painted Word possess an ineffable quality that makes them luminous.“A mytagogue, a carrytale and a thaumaturge, Cousineau makes us Argus-eyed to the ubuntu of the aprocryphal and Gemutlichkeit it provides, and if you don’t know what I’m talking about, then you definitely need this book.” -Lemony Snicket

Learning American Sign Language: Levels I & II--Beginning & Intermediate


Tom Humphries - 1992
    Written by two leading authorities in the field, the 24 lessons in this book cover Beginning and Intermediate or Level I and II courses of study. Lessons are structured around language needed for common life situations, and examples are presented in the form of dialogues coupled with grammar and vocabulary instruction. Information is also included about the culture of Deaf people in the United States. The book is supported by a videotape and an instructor's manual.Learners will discover that the text: Contains lessons designed around the conversational language needed for common life situations. Illustrates hundreds of sentences and vocabulary with over 2,000 high quality colorized drawings that aid in study and memory. Contains over 100 grammar and cultural notes, 72 exercises, and charts of the American Manual Alphabet (Finger spelling) and ASL number system. Teaches the rules of ASL in a natural order that is predictable and compatible with everyday language of native users of American Sign Language. Incorporates information about the cultural lives of Deaf people in the United States. Is supported by a video demonstrating all the conversations and important structures in the text. Order the NEW Video!Video to Accompany American Sign Language, 2/eOrder No. 0-205-27554-0American Sign Language students will find themselves captivated and entertained by this state-of-the-art Video that presents all 72 dialogues and each key structure from the text in a clear and natural way. Four internationally known Deaf actors animate the dialogues bringing life to the illustrations in the text allowing students to preview and review instructional materials at home to enhance their classroom learning. About the authors: Tom Humphries is Associate Director of the Teacher Education Program and also teaches in the Department of Communication at the University of California, San Diego. He is currently coordinating a program to train teachers of deaf children using a bilingual approach. Prior to this he taught at Gallaudet University in the Department of English for several years and later served as an Associate Dean for the San Diego Community College District where he coordinated the development of an ASL program and an interpreter-training program. He holds a Ph.D. in Cross Cultural Communication and Language Learning. Dr. Humphries is co-author with Carol Padden of Deaf in America: Voices from a Culture and several other books and articles related to ASL and the culture of Deaf people.Carol Padden is a Professor in the Department of Communication at the University of California, San Diego where she teachers courses on language, culture and media. She is a graduate of Georgetown University and received a Ph.D. in Linguistics from the University of California, San Diego. Her recent research includes studies of reading development in young deaf children and she has written extensively about the cultural lives of Deaf people in the United States. She received a John Simon Guggenheim Fellowship, in addition to numerous other awards and grants for her work. In addition to the books she has co-authored with Tom Humphries, she has published several other books and articles on American Sign Language structure. Humphries & Padden (Learning American Sign Language, 2e). SMP 2004 Page 1 of 1

Writing Philosophy: A Student's Guide to Writing Philosophy Essays


Lewis Vaughn - 2005
    Opening with an introductory chapter on how to read philosophy, the book then moves into the basics of writing summaries and analyzing arguments. It provides step-by-step instructions for each phase of the writing process, from formulating a thesis, to creating an outline, to writing a final draft, supplementing this tutorial approach with model essays, outlines, introductions, and conclusions. Skills essential to evaluating arguments, citing sources, avoiding plagiarism, detecting fallacies, and formatting final drafts are dealt with in detail. The final two chapters serve as a reference guide to common mistakes and basic skills in sentence construction, writing style, and word choice. Employing a rulebook format similar to that of the classic Elements of Style (by Strunk, White, and Angell), Lewis Vaughn distills helpful writing advice into simple rules that students can easily remember and apply--and that instructors can refer to when reviewing student papers. These rules cover essay organization, sentence structure, documentation styles, plagiarism, grammar, usage, and more. Written in a clear and engaging style and incorporating samples of student writing, Writing Philosophy is an indispensable resource for virtually any philosophy course.

Cracking the Coding Interview: 150 Programming Questions and Solutions


Gayle Laakmann McDowell - 2008
    This is a deeply technical book and focuses on the software engineering skills to ace your interview. The book is over 500 pages and includes 150 programming interview questions and answers, as well as other advice.The full list of topics are as follows:The Interview ProcessThis section offers an overview on questions are selected and how you will be evaluated. What happens when you get a question wrong? When should you start preparing, and how? What language should you use? All these questions and more are answered.Behind the ScenesLearn what happens behind the scenes during your interview, how decisions really get made, who you interview with, and what they ask you. Companies covered include Google, Amazon, Yahoo, Microsoft, Apple and Facebook.Special SituationsThis section explains the process for experience candidates, Program Managers, Dev Managers, Testers / SDETs, and more. Learn what your interviewers are looking for and how much code you need to know.Before the InterviewIn order to ace the interview, you first need to get an interview. This section describes what a software engineer's resume should look like and what you should be doing well before your interview.Behavioral PreparationAlthough most of a software engineering interview will be technical, behavioral questions matter too. This section covers how to prepare for behavioral questions and how to give strong, structured responses.Technical Questions (+ 5 Algorithm Approaches)This section covers how to prepare for technical questions (without wasting your time) and teaches actionable ways to solve the trickiest algorithm problems. It also teaches you what exactly "good coding" is when it comes to an interview.150 Programming Questions and AnswersThis section forms the bulk of the book. Each section opens with a discussion of the core knowledge and strategies to tackle this type of question, diving into exactly how you break down and solve it. Topics covered include• Arrays and Strings• Linked Lists• Stacks and Queues• Trees and Graphs• Bit Manipulation• Brain Teasers• Mathematics and Probability• Object-Oriented Design• Recursion and Dynamic Programming• Sorting and Searching• Scalability and Memory Limits• Testing• C and C++• Java• Databases• Threads and LocksFor the widest degree of readability, the solutions are almost entirely written with Java (with the exception of C / C++ questions). A link is provided with the book so that you can download, compile, and play with the solutions yourself.Changes from the Fourth Edition: The fifth edition includes over 200 pages of new content, bringing the book from 300 pages to over 500 pages. Major revisions were done to almost every solution, including a number of alternate solutions added. The introductory chapters were massively expanded, as were the opening of each of the chapters under Technical Questions. In addition, 24 new questions were added.Cracking the Coding Interview, Fifth Edition is the most expansive, detailed guide on how to ace your software development / programming interviews.

Audition: Everything an Actor Needs to Know to Get the Part


Michael Shurtleff - 1978
     His legendary course on auditioning has launched hundreds of successful careers. Now in this book he tells the all-important HOW for all aspiring actors, from the beginning student of acting to the proven talent trying out for that chance-in-a-million role!