Tuareg


Alberto Vázquez-Figueroa - 1980
    They can survive in the harshest of conditions like nobody else. The noble inmouchar Gacel Sayah, is the master of a large extension of the desert. One day, two fugitives arrive from the north and Gacel, following his ancient and sacred hospitality laws, gives them shelter. However, Gacel doesn't realise that his act of kindness will lead him towards a deadly adventure.

Exemplary Stories


Miguel de Cervantes Saavedra - 1613
    Ranging from the picaresque to the satirical, the Exemplary Stories defy the conventions of heroic chivalric literature through a combination of comic irony, moral ambiguity, realism, and sheer mirth. This new translation captures the full vigour of Cervantes's wit and make available two rarely printed gems, "The Illustrious Kitchen Maid" and "The Power of Blood."

A Writer's Reference


Diana Hacker - 1989
    Integrated MLA 2003 update

Code Complete


Steve McConnell - 1993
    Now this classic book has been fully updated and revised with leading-edge practices--and hundreds of new code samples--illustrating the art and science of software construction. Capturing the body of knowledge available from research, academia, and everyday commercial practice, McConnell synthesizes the most effective techniques and must-know principles into clear, pragmatic guidance. No matter what your experience level, development environment, or project size, this book will inform and stimulate your thinking--and help you build the highest quality code. Discover the timeless techniques and strategies that help you: Design for minimum complexity and maximum creativity Reap the benefits of collaborative development Apply defensive programming techniques to reduce and flush out errors Exploit opportunities to refactor--or evolve--code, and do it safely Use construction practices that are right-weight for your project Debug problems quickly and effectively Resolve critical construction issues early and correctly Build quality into the beginning, middle, and end of your project

The Business Book: Big Ideas Simply Explained


Sam Atkinson - 2014
    From Adam Smith and Andrew Carnegie to Bill Gates and Warren Buffett, The Business Book is perfect for college students, would-be entrepreneurs, or anyone interested in how business works.The Business Book is the perfect primer to key theories of business and management, covering inspirational business ideas, business strategy and alternative business models. One hundred key quotations introduce you to the work of great commercial thinkers, leaders, and gurus from Henry Ford to Steve Jobs, and to topics spanning from start-ups to ethics.

The Aleph and Other Stories


Jorge Luis Borges - 1949
    With uncanny insight, he takes us inside the minds of an unrepentant Nazi, an imprisoned Mayan priest, fanatical Christian theologians, a woman plotting vengeance on her father’s “killer,” and a man awaiting his assassin in a Buenos Aires guest house.  This volume also contains the hauntingly brief vignettes about literary imagination and personal identity collected in The Maker, which Borges wrote as failing eyesight and public fame began to undermine his sense of self.For more than seventy years, Penguin has been the leading publisher of classic literature in the English-speaking world. With more than 1,700 titles, Penguin Classics represents a global bookshelf of the best works throughout history and across genres and disciplines. Readers trust the series to provide authoritative texts enhanced by introductions and notes by distinguished scholars and contemporary authors, as well as up-to-date translations by award-winning translators.

An Inquiry into the Nature and Causes of the Wealth of Nations


Adam Smith - 1776
    Written in clear and incisive prose, The Wealth of Nations articulates the concepts indispensable to an understanding of contemporary society; and Robert Reich's Introduction both clarifies Smith's analyses and illuminates his overall relevance to the world in which we live. As Reich writes, "Smith's mind ranged over issues as fresh and topical today as they were in the late eighteenth century--jobs, wages, politics, government, trade, education, business, and ethics."Introduction by Robert Reich - Commentary by R. H. Campbell and A. S. Skinner - Includes a Modern Library Reading Group Guide

Nine Nasty Words: English in the Gutter: Then, Now, and Forever


John McWhorter - 2021
    In fact, our ability to curse comes from a different part of the brain than other parts of speech--the urgency with which we say "f&*k!" is instead related to the instinct that tells us to flee from danger.Language evolves with time, and so does what we consider profane or unspeakable. Nine Nasty Words is a rollicking examination of profanity, explored from every angle: historical, sociological, political, linguistic. In a particularly coarse moment, when the public discourse is shaped in part by once-shocking words, nothing could be timelier.

The Dictionary Of Body Language


Joe Navarro - 2018
    A decade after his huge international bestseller What Every BODY is Saying, which has sold more than half a million copies in the U.S. and been published in dozens of foreign territories, retired FBI agent Joe Navarro offers its follow-up. The Dictionary of Body Language is a companion “field guide” to What Every BODY is Saying, expanding the original work with hundreds of additional behaviours, and presenting them all in an easy-to-reference format.Moving from the head down to the feet, Navarro explains the hidden meanings behind the many conscious and subconscious things we do with our bodies. We learn how to tell a person’s true feelings from movement and dilation in their pupils; what to watch for in the lips of a person who may be afraid, or lying; the many different varieties of arm-crossing, and what each one means; how the position of our thumbs when we stand akimbo reflects our mental state; and many other fascinating insights. The applications for readers are numerous, from the business environment to romantic relationships.After reading The Dictionary of Body Language, you’ll have a new ability to read other people’s true intentions, and to adjust your own body presentation so that you can convey the right messages.

The Last Cato


Matilde Asensi - 2001
    Ottavia Salina is called upon by the highest levels of the Roman Catholic Church to decipher the scars found on an Ethiopian man's corpse: seven crosses and seven Greek letters.The markings, symbolizing the Seven Deadly Sins, are part of an elaborate initiation ritual for the Staurofilakes, the clandestine brotherhood hiding the True Cross for centuries, headed by a secretive figure called Cato.With the help of a member of the Swiss Guard and a renowned archaeologist, Dr. Salina uncovers the connection between the brotherhood and Dante's Divine Comedy, and races across the globe to Christianity's ancient capitals. Together, they will face challenges that will put their faith—and their very lives—to the ultimate test.

The Dog in the Manger


Lope de Vega - 1618
    But when he admits his deception, the countess is faced with a social dilemma. A painful and hilarious comedy for anyone who has ever fallen in love with someone they shouldn’t have fallen in love with, The Dog in the Manger was part of the Royal Shakespeare Company’s acclaimed Spanish Golden Age Season in 2004.

Java Concurrency in Practice


Brian Goetz - 2005
    Now this same team provides the best explanation yet of these new features, and of concurrency in general. Concurrency is no longer a subject for advanced users only. Every Java developer should read this book."--Martin BuchholzJDK Concurrency Czar, Sun Microsystems"For the past 30 years, computer performance has been driven by Moore's Law; from now on, it will be driven by Amdahl's Law. Writing code that effectively exploits multiple processors can be very challenging. Java Concurrency in Practice provides you with the concepts and techniques needed to write safe and scalable Java programs for today's--and tomorrow's--systems."--Doron RajwanResearch Scientist, Intel Corp"This is the book you need if you're writing--or designing, or debugging, or maintaining, or contemplating--multithreaded Java programs. If you've ever had to synchronize a method and you weren't sure why, you owe it to yourself and your users to read this book, cover to cover."--Ted NewardAuthor of Effective Enterprise Java"Brian addresses the fundamental issues and complexities of concurrency with uncommon clarity. This book is a must-read for anyone who uses threads and cares about performance."--Kirk PepperdineCTO, JavaPerformanceTuning.com"This book covers a very deep and subtle topic in a very clear and concise way, making it the perfect Java Concurrency reference manual. Each page is filled with the problems (and solutions!) that programmers struggle with every day. Effectively exploiting concurrency is becoming more and more important now that Moore's Law is delivering more cores but not faster cores, and this book will show you how to do it."--Dr. Cliff ClickSenior Software Engineer, Azul Systems"I have a strong interest in concurrency, and have probably written more thread deadlocks and made more synchronization mistakes than most programmers. Brian's book is the most readable on the topic of threading and concurrency in Java, and deals with this difficult subject with a wonderful hands-on approach. This is a book I am recommending to all my readers of The Java Specialists' Newsletter, because it is interesting, useful, and relevant to the problems facing Java developers today."--Dr. Heinz KabutzThe Java Specialists' Newsletter"I've focused a career on simplifying simple problems, but this book ambitiously and effectively works to simplify a complex but critical subject: concurrency. Java Concurrency in Practice is revolutionary in its approach, smooth and easy in style, and timely in its delivery--it's destined to be a very important book."--Bruce TateAuthor of Beyond Java" Java Concurrency in Practice is an invaluable compilation of threading know-how for Java developers. I found reading this book intellectually exciting, in part because it is an excellent introduction to Java's concurrency API, but mostly because it captures in a thorough and accessible way expert knowledge on threading not easily found elsewhere."--Bill VennersAuthor of Inside the Java Virtual MachineThreads are a fundamental part of the Java platform. As multicore processors become the norm, using concurrency effectively becomes essential for building high-performance applications. Java SE 5 and 6 are a huge step forward for the development of concurrent applications, with improvements to the Java Virtual Machine to support high-performance, highly scalable concurrent classes and a rich set of new concurrency building blocks. In Java Concurrency in Practice , the creators of these new facilities explain not only how they work and how to use them, but also the motivation and design patterns behind them.However, developing, testing, and debugging multithreaded programs can still be very difficult; it is all too easy to create concurrent programs that appear to work, but fail when it matters most: in production, under heavy load. Java Concurrency in Practice arms readers with both the theoretical underpinnings and concrete techniques for building reliable, scalable, maintainable concurrent applications. Rather than simply offering an inventory of concurrency APIs and mechanisms, it provides design rules, patterns, and mental models that make it easier to build concurrent programs that are both correct and performant.This book covers:Basic concepts of concurrency and thread safety Techniques for building and composing thread-safe classes Using the concurrency building blocks in java.util.concurrent Performance optimization dos and don'ts Testing concurrent programs Advanced topics such as atomic variables, nonblocking algorithms, and the Java Memory Model

What Color Is Your Parachute? A Practical Manual for Job-Hunters and Career-Changers


Richard Nelson Bolles - 1970
    A favourite of job hunters and career changers for more than three decades, it continues to be a mainstay on best-seller lists, from Amazon.com to BusinessWeek to the New York Times, where it has spent five and a half years.

The Innovative Admin (All Things Admin)


Julie Perrine - 2012
    In this informative and motivating book, you'll discover: What it means to be The Innovative Admin How you can unleash your mind to think innovatively Techniques you can use to bring out the administrative leader inside you Ways you can tap into your creativity and initiative to get ahead The Innovative Admin empowers you to become the best you can be by enhancing your capacity for innovation. Read it and grow your administrative career to exciting new levels. Innovation isn't just for technology - it's the key to your career future.

1-2-3 Magic: Effective Discipline for Children 2-12


Thomas W. Phelan - 1995
    Addressing the task of disciplining children ages 2 through 12 without arguing, yelling, or spanking, this program offers easy-to- follow steps to immediately manage troublesome behaviour with reason, patience, and compassion.