No Wrong Turns: Cycling the World, Part One: Paris to Sydney


Chris Pountney - 2017
    It is the start of an ambitious attempt to become perhaps the first person ever to circumnavigate the planet using only a bicycle and boats. With a list of seven challenges to guide him (but no real map), he heads east towards Asia and Australia. The Sydney Opera House is his goal. The story follows Chris as he tackles snowy mountain passes in Turkey, wades across rivers in Tajikistan, eats strange cheeses in Mongolia, and meets with incredible kindness just about everywhere he goes. He lives a simple life - sleeping in a tent, talking to his bike, consuming a really unbelievable number of biscuits, and all the time stubbornly refusing to have anything whatsoever to do with motor vehicles (or escalators). But can he overcome all of the visa deadlines, the breakdowns, the bad roads, the headwinds, the kamikaze kangaroos, and the surprisingly frequent danger of being distracted by members of the opposite sex, to successfully pedal all of the way to Sydney?

Reflect & Relate: An Introduction to Interpersonal Communication


Steven McCornack - 2005
    With an emphasis on critical self-reflection, Reflect & Relate gives students the practical skills to work through life's many challenges using better interpersonal communication. The sound theory, clear explanations, lively writing, practical activities, and vibrant design all work toward a single goal: Teaching students to make better communication choices so they can build happier and healthier interpersonal relationships.

POTS - Together We Stand: Riding the Waves of Dysautonomia


Jodi Epstein Rhum - 2011
    Initially conceptualized as a survival guide for children, teens, young adults and parents; it quickly transcended into this unprecedented, critical volume. This encompassing work responds to the many desperate and heartbreaking pleas of those affected by dysautonomia; included are clear explanations of medical information, evidenced-based research, best practices for clinical diagnoses and treatment options, alternative/complimentary medicine approaches, non-medical strategies, coping techniques, helpful tips, patient rights and options, and inspiring narrative accounts of people living with the syndrome around the globe. The book contributors and its readers join hand in hand to represent the POTS dysautonomia community's shared struggles and hopes, concerns and endeavors, unequivocally serving as a living testament that "Together We Stand." This is the 3rd Edition!

ECG Interpretation Made Incredibly Easy!


Lippincott Williams & Wilkins - 1997
    This entertaining reference reviews fundamental cardiac anatomy and physiology, explains how to obtain and interpret a rhythm strip, and teaches the reader how to recognize and treat 18 arrhythmias. It also explains how to obtain and interpret 12-lead ECGs, posterior ECGs, and 15- and 18-lead ECGs. The familiar Incredibly Easy! elements found throughout the reference make it easy to remember key points.

The Little Schemer


Daniel P. Friedman - 1974
    The authors' enthusiasm for their subject is compelling as they present abstract concepts in a humorous and easy-to-grasp fashion. Together, these books will open new doors of thought to anyone who wants to find out what computing is really about. The Little Schemer introduces computing as an extension of arithmetic and algebra; things that everyone studies in grade school and high school. It introduces programs as recursive functions and briefly discusses the limits of what computers can do. The authors use the programming language Scheme, and interesting foods to illustrate these abstract ideas. The Seasoned Schemer informs the reader about additional dimensions of computing: functions as values, change of state, and exceptional cases. The Little LISPer has been a popular introduction to LISP for many years. It had appeared in French and Japanese. The Little Schemer and The Seasoned Schemer are worthy successors and will prove equally popular as textbooks for Scheme courses as well as companion texts for any complete introductory course in Computer Science.

Programming Pearls


Jon L. Bentley - 1986
    Jon has done a wonderful job of updating the material. I am very impressed at how fresh the new examples seem." - Steve McConnell, author, Code CompleteWhen programmers list their favorite books, Jon Bentley's collection of programming pearls is commonly included among the classics. Just as natural pearls grow from grains of sand that irritate oysters, programming pearls have grown from real problems that have irritated real programmers. With origins beyond solid engineering, in the realm of insight and creativity, Bentley's pearls offer unique and clever solutions to those nagging problems. Illustrated by programs designed as much for fun as for instruction, the book is filled with lucid and witty descriptions of practical programming techniques and fundamental design principles. It is not at all surprising that Programming Pearls has been so highly valued by programmers at every level of experience. In this revision, the first in 14 years, Bentley has substantially updated his essays to reflect current programming methods and environments. In addition, there are three new essays on (1) testing, debugging, and timing; (2) set representations; and (3) string problems. All the original programs have been rewritten, and an equal amount of new code has been generated. Implementations of all the programs, in C or C++, are now available on the Web.What remains the same in this new edition is Bentley's focus on the hard core of programming problems and his delivery of workable solutions to those problems. Whether you are new to Bentley's classic or are revisiting his work for some fresh insight, this book is sure to make your own list of favorites.

The Rough Guide to Scottish Highlands & Islands


Rob Humphreys - 2000
    From walking along the deserted beaches in South Harris to whale-watching in Mull - inspired by dozens of photos - the 24-page, full-colour introduction highlights all the ''things-not-to-miss''. In addition, there are two, brand-new, 4-page, full-colour inserts: ''Wildlife'' and ''Food & Drink''. The guide includes listings of all the top hotels, guesthouses and the best places to eat and sample the local whiskies. There is plenty of practical advice for exploring the great ''Scottish'' outdoors, from bagging munros to skiing on The Cairngorm mountains. The guide comes complete with maps and plans for the entire region.

SEALs: The US Navy's Elite Fighting Force


Mir Bahmanyar - 2008
    SEALs have taken part in numerous conflicts ranging from Grenada in 1983, the invasion of Panama and operations in Somalia, Bosnia, Haiti, and Liberia. Most recently, SEAL units have participated in the ongoing missions of Operation Enduring Freedom in Afghanistan and Operation Iraqi Freedom in Iraq. This book focuses primarily on modern combat operations between 1983 and 2006, as Mir Bahmanyar and Chris Osman examine various combat operations, the SEALs' intense training regimes, and the development of tactics and weapons. It includes first-hand accounts from SEALs on the ground - including revealing accounts from those currently involved in operations in Afghanistan and Iraq. This is an eye-opening insight into the shadowy world of the SEALs.

Writing Idiomatic Python 2.7.3


Jeff Knupp - 2013
    Each idiom comes with a detailed description, example code showing the "wrong" way to do it, and code for the idiomatic, "Pythonic" alternative. *This version of the book is for Python 2.7.3+. There is also a Python 3.3+ version available.* "Writing Idiomatic Python" contains the most common and important Python idioms in a format that maximizes identification and understanding. Each idiom is presented as a recommendation to write some commonly used piece of code. It is followed by an explanation of why the idiom is important. It also contains two code samples: the "Harmful" way to write it and the "Idiomatic" way. * The "Harmful" way helps you identify the idiom in your own code. * The "Idiomatic" way shows you how to easily translate that code into idiomatic Python. This book is perfect for you: * If you're coming to Python from another programming language * If you're learning Python as a first programming language * If you're looking to increase the readability, maintainability, and correctness of your Python code What is "Idiomatic" Python? Every programming language has its own idioms. Programming language idioms are nothing more than the generally accepted way of writing a certain piece of code. Consistently writing idiomatic code has a number of important benefits: * Others can read and understand your code easily * Others can maintain and enhance your code with minimal effort * Your code will contain fewer bugs * Your code will teach others to write correct code without any effort on your part

Real World OCaml: Functional programming for the masses


Yaron Minsky - 2013
    Through the book’s many examples, you’ll quickly learn how OCaml stands out as a tool for writing fast, succinct, and readable systems code.Real World OCaml takes you through the concepts of the language at a brisk pace, and then helps you explore the tools and techniques that make OCaml an effective and practical tool. In the book’s third section, you’ll delve deep into the details of the compiler toolchain and OCaml’s simple and efficient runtime system.Learn the foundations of the language, such as higher-order functions, algebraic data types, and modulesExplore advanced features such as functors, first-class modules, and objectsLeverage Core, a comprehensive general-purpose standard library for OCamlDesign effective and reusable libraries, making the most of OCaml’s approach to abstraction and modularityTackle practical programming problems from command-line parsing to asynchronous network programmingExamine profiling and interactive debugging techniques with tools such as GNU gdb

Stone Hotel: Poems From Prison


Raegan Butcher - 2003
    All encased in the usual lavish, beautiful CrimethInc production.

Adobe Photoshop Lightroom 4 Book: The Complete Guide for Photographers


Martin Evening - 2012
    This completely updated bestseller was also written with photographers in mind. Author Martin Evening describes features in Lightroom 4 in detail from a photographer’s perspective. As an established commercial and fashion photographer, Martin knows firsthand what photographers need for an efficient workflow. He has also been working with Lightroom from the beginning, monitoring the product’s development and providing valued feedback to Adobe. As a result, Martin knows the software inside and out, from image selection to image editing to image management. In this book you’ll learn how to:• Work efficiently with images shot in the raw or JPEG format • Import photographs with ease and sort them according to your workflow• Create and manage a personal image library• Apply tonal adjustments to multiple images quickly• Integrate Lightroom with Adobe Photoshop• Export images for print or Web as digital contact sheets or personal portfolios• Make the most of new features in Lightroom 4, such as the Camera Raw Process 2012 Basic panel tone controlsPhotographers will find Lightroom 4–and The Adobe Photoshop Lightroom 4 Book–indispensable tools in their digital darkrooms.This book’s companion site, www.thelightroombook.com, offers video tutorials, articles, sample images, and updates from author Martin Evening.“With Martin’s expert guidance, you’ll soon find that you have precisely the tools you need to turn your concentration back where it belongs–on making better pictures!”–George Jardine, digital photography consultant “As a photographer himself, Martin Evening knows what tools photographers need to realize their creative vision. In this book, he shows not only how Adobe Photoshop Lightroom works but also why it will become an essential part of any photographer’s workflow.”–Greg Gorman, photographer

Reading Poker Tells


Zachary Elwood - 2012
    This is the first book in his poker tells trilogy, following by Verbal Poker Tells (2014) and Exploiting Poker Tells (2017). This book will teach you how professional poker players analyze the facial expressions, body posture, physical gestures, and verbal statements of opponents in a live poker game. More importantly, it will give you a mental framework for thinking about and remembering poker tells by emphasizing how common situations can be similar or can be different (for example, the big difference between a Post-Bet situation and a Waiting-For-Action situation). Reading Poker Tells also contains other tips on general poker psychology, including methods for deceiving and manipulating opponents, and ways to stay "unreadable". Many people have said that the greatest value they got from this book was in being able to eliminate some common tells that they were unknowingly displaying.

Ram Dass Audio Collection


Ram Dass - 2000
    Recounting the great moments and great truths of Ram Dass, this audio cassette is example of compassion in action and the true joy that comes with surrender to this purpose.

Quantum Computing Since Democritus


Scott Aaronson - 2013
    Full of insights, arguments and philosophical perspectives, the book covers an amazing array of topics. Beginning in antiquity with Democritus, it progresses through logic and set theory, computability and complexity theory, quantum computing, cryptography, the information content of quantum states and the interpretation of quantum mechanics. There are also extended discussions about time travel, Newcomb's Paradox, the anthropic principle and the views of Roger Penrose. Aaronson's informal style makes this fascinating book accessible to readers with scientific backgrounds, as well as students and researchers working in physics, computer science, mathematics and philosophy.