Cognitive Neuroscience


Michael S. Gazzaniga - 1998
    This volume also features increased coverage of computational modelling, discussions of prominent methodological advances and an enhanced art programme.

The Yoga Sutras of Patanjali


Patañjali
    Yoga is from the Sanskrit root meaning “union,” and a sutra is a thread or aphoristic verse. The basic questions “Who am I?” “Where am I going?” “What is the purpose of life?” are asked by each new generation, and Patanjali’s answers form one of the oldest and most vibrant spiritual texts in the world. He explains what yoga is, how it works, and exactly how to purify the mind and let it settle into absolute stillness. This stillness is our own Self. It is the indispensable ground for Enlightenment, which is the ultimate goal of all our aspirations.Alistair Shearer’s lucid introduction and superb translation, fully preserving Patanjali’s jewel-like style, bring these ancient but vital teachings to those who seek the path of self-knowledge today.Bell Tower’s series, Sacred Teachings, offers essential spiritual classics from all traditions. May each book become a trusted companion on the way of truth, encouraging readers to study the wisdom of the ages and put it into practice each day.

The Language of Medicine [with Medical Terminology Online Access Code]


Davi-Ellen Chabner - 1985
    Terminology and complex medical processes are described in an easy-to-understand manner that is readily accessible to learners of all levels. The Language of Medicine brings medical terms to life with a text/workbook format organized by body systems, offering additional chapters on specific key areas of health care, such as cancer and psychiatry. Anatomy and physiology sections are generously illustrated in full color and reinforced with exercises on combining forms and word parts.

The Body Keeps the Score: Brain, Mind, and Body in the Healing of Trauma


Bessel van der Kolk - 2014
    Veterans and their families deal with the painful aftermath of combat; one in five Americans has been molested; one in four grew up with alcoholics; one in three couples have engaged in physical violence. Such experiences inevitably leave traces on minds, emotions, and even on biology. Sadly, trauma sufferers frequently pass on their stress to their partners and children. Renowned trauma expert Bessel van der Kolk has spent over three decades working with survivors. In The Body Keeps the Score, he transforms our understanding of traumatic stress, revealing how it literally rearranges the brain’s wiring—specifically areas dedicated to pleasure, engagement, control, and trust. He shows how these areas can be reactivated through innovative treatments including neurofeedback, mindfulness techniques, play, yoga, and other therapies. Based on Dr. van der Kolk’s own research and that of other leading specialists, The Body Keeps the Score offers proven alternatives to drugs and talk therapy—and a way to reclaim lives.

Microbiology


Lansing M. Prescott - 2004
    This title is suitable for students preparing for careers in medicine, dentistry, nursing, and allied health, as well as research, teaching, and industry.

The Power of Your Subconscious Mind


Joseph Murphy - 1963
    It is one of the most brilliant and beloved spiritual self-help works of all time which can help you heal yourself, banish your fears, sleep better, enjoy better relationships and just feel happier. The techniques are simple and results come quickly. You can improve your relationships, your finances, your physical well-being.Dr. Joseph Murphy explains that life events are actually the result of the workings of your conscious and subconscious minds. He suggests practical techniques through which one can change one's destiny, principally by focusing and redirecting this miraculous energy. Years of research studying the world's major religions convinced him that some Great Power lay behind all spiritual life and that this power is within each of us.The Power of Your Subconscious Mind will open a world of success, happiness, prosperity, and peace for you.

Arduino Cookbook


Michael Margolis - 2010
    This simple microcontroller board lets artists and designers build a variety of amazing objects and prototypes that interact with the physical world. With this cookbook you can dive right in and experiment with more than a hundred tips and techniques, no matter what your skill level is.The recipes in this book provide solutions for most common problems and questions Arduino users have, including everything from programming fundamentals to working with sensors, motors, lights, and sound, or communicating over wired and wireless networks. You'll find the examples and advice you need to begin, expand, and enhance your projects right away.Get to know the Arduino development environmentUnderstand the core elements of the Arduino programming languageUse common output devices for light, motion, and soundInteract with almost any device that has a remote controlLearn techniques for handling time delays and time measurementUse simple ways to transfer digital information from sensors to the Arduino deviceCreate complex projects that incorporate shields and external modulesUse and modify existing Arduino libraries, and learn how to create your own

Pro Git


Scott Chacon - 2009
    It took the open source world by storm since its inception in 2005, and is used by small development shops and giants like Google, Red Hat, and IBM, and of course many open source projects.A book by Git experts to turn you into a Git expert. Introduces the world of distributed version control Shows how to build a Git development workflow.

The Nature of Code


Daniel Shiffman - 2012
    Readers will progress from building a basic physics engine to creating intelligent moving objects and complex systems, setting the foundation for further experiments in generative design. Subjects covered include forces, trigonometry, fractals, cellular automata, self-organization, and genetic algorithms. The book's examples are written in Processing, an open-source language and development environment built on top of the Java programming language. On the book's website (http://www.natureofcode.com), the examples run in the browser via Processing's JavaScript mode.

Research Methods in Psychology


John J. Shaughnessy - 1985
    Offers students with the tools necessary to do ethical research in psychology and to understand the research they learn about in psychology courses and in the media.

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.

Understanding Abnormal Behavior


David Sue - 1981
    The first abnormal psychology book to present a thoroughly integrated multicultural perspective--based on the authors' view that cross-cultural comparisons can greatly enhance the understanding of disorders--the text provides extensive coverage and integration of multicultural models, explanations, and concepts. The book also helps you gain an understanding of abnormal behavior as scientific and clinical endeavors, while providing insight into the tools that mental health professionals use to study and treat disorders.

Abnormal Psychology: Clinical Perspectives on Psychological Disorders


Richard P. Halgin - 1998
    In Richard Halgin and Susan Krauss Whitbourne’s Abnormal Psychology: Clinical Perspectives on Psychological Disorders, students are shown the human side of Abnormal Psychology. Through the wide

Intimate Relationships


Rowland S. Miller - 2006
    Written in a unified voice, this text features the reader-friendly tone that was established in the first three editions and presents the key findings on intimate relationships, the major theoretical perspectives, and some of the current controversies in the field. Brehm, Miller, Perlman, and Campbell illustrate the relevance of close relationship science to readers' everyday lives, encouraging thought and analysis. The new edition includes more illustrations, tables, and figures that complement the thoroughly updated, new-and-improved text.

The Telomere Effect: A Revolutionary Approach to Living Younger, Healthier, Longer


Elizabeth Blackburn - 2017
    Elizabeth Blackburn discovered a biological indicator called telomerase, the enzyme that replenishes telomeres, which protect our genetic heritage. Dr. Blackburn and Dr. Elissa Epel's research shows that the length and health of one's telomeres are a biological underpinning of the long-hypothesized mind-body connection. They and other scientists have found that changes we can make to our daily habits can protect our telomeres and increase our health spans (the number of years we remain healthy, active, and disease-free).THE TELOMERE EFFECT reveals how Blackburn and Epel's findings, together with research from colleagues around the world, cumulatively show that sleep quality, exercise, aspects of diet, and even certain chemicals profoundly affect our telomeres, and that chronic stress, negative thoughts, strained relationships, and even the wrong neighborhoods can eat away at them. Drawing from this scientific body of knowledge, they share lists of foods and suggest amounts and types of exercise that are healthy for our telomeres, mind tricks you can use to protect yourself from stress, and information about how to protect your children against developing shorter telomeres, from pregnancy through adolescence. And they describe how we can improve our health spans at the community level, with neighborhoods characterized by trust, green spaces, and safe streets. THE TELOMERE EFFECT will make you reassess how you live your life on a day-to-day basis. It is the first book to explain how we age at a cellular level and how we can make simple changes to keep our chromosomes and cells healthy, allowing us to stay disease-free longer and live more vital and meaningful lives.