Backgammon


Paul Magriel - 1976
    Written between 1973 and 1976 by Paul Magriel and Renée Magriel, Backgammon was the first book to lucidly explain the inner workings and advanced positional play of the game. The most important aspects are broken down into their component parts and then explained with a unique, easy-to-understand, step-by-step building-block approach. The book is enhanced by 600 clear and precise diagrams, a glossary and tables, including the betting odds. For any player who means to take the game seriously and wants to play well, Backgammon is an indispensable guide. This new 2004 edition of also includes a lively behind-the-scenes foreword by Renée Magriel Roberts that illuminates the man behind the name "X-22" and describes the creation of the book. Having stood the test of time for over a quarter-century, Backgammon is still the best and most widely recommended and quoted standard instructional manual and reference work on the game for novice and expert alike.

World Radio TV Handbook: The Directory of Global Broadcasting


Jens M. Frost - 1947
    Completely revised and updated, this new edition is the most accurate guide to national and international SW, MW, and FM broadcasting available. "The World Radio TV Handbook" is divided into a number of sections covering numerous topics, from National Radio - which looks at the world's domestic radio services, listed by country and including contact details, to International Radio - featuring full facts about all broadcasters transmitting internationally; and from Television Broadcasts - which details the world's main national broadcasters and large regional networks to frequency lists of all MW and international and domestic SW broadcasts. Also included in this revised edition is a reference section that contains listings of international and domestic transmitter sites, standard time and frequency transmissions, DX Club information, as well as other essential print and electronic resources.

The Complete Guide to Digital Photography


Michael Freeman - 2001
    A useful resource while taking the leap to digital."--Photo Industry ReviewIt's the bestselling, most complete digital guide available--and now it's thoroughly updated to reflect the state of the art. Featuring the latest operating systems and software versions, plus a new section on traveling with your gear, this fully illustrated, total approach to digital will lead you into an exciting new world of image making. An essential round-up of available cameras, computers, scanners, software, and printers--including current online printing services such as photobox and fotango, and the Epson 2000 series of archive printers--offers a plethora of technical possibilities. Detailed text and more than 300 color photographs show exactly how to take and make great portraits, landscapes, action shots, and more. Take advantage of the heightened ability to enhance images; change backgrounds or colors; add reflections; and create artistic effects with collaging, filters, and lighting techniques. Includes easy-to-follow projects for making calendars, business cards, websites, and more.

Haley's Hints


Graham Haley - 1999
    Now in paperback--the extraordinary New York Times bestselling guide packed with 2,000 time and money saving tips on everything from laundry to gardening, pet care to pest control, painting to plumbing--topped off with the unique Easy-Find index for finding answers fast.

Master Handbook of Acoustics


F. Alton Everest - 1981
    This book applies the theory to the design of specialized audio spaces such as the home listening room, the control room, and the multi-track-recording studio.

Hacker's Delight


Henry S. Warren Jr. - 2002
    Aiming to tell the dark secrets of computer arithmetic, this title is suitable for library developers, compiler writers, and lovers of elegant hacks.

BRS Pathology


Arthur S. Schneider - 1992
    Chapters parallel most standard pathology texts and each chapter ends with a review test. Topics covered include general and basic pathology, major concepts of disease processes, and systemic pathology surveying principal disorders of each organ system. A comprehensive examination at the end of the book contains 500 USMLE-format questions. USMLE questions have all been updated to current USMLE format.The text is written in outline format for effective review. Icons indicate high-yield information that correlates with key pathology concepts.

Organic Chemistry II as a Second Language


David R. Klein - 2005
    It explores the critical concepts while also examining why they are relevant. The core content is presented within the framework of predicting products, proposing mechanisms, and solving synthesis problems. Readers will fine-tune the key skills involved in solving those types of problems with the help of interactive, step-by-step instructions and problems.

Fodor's Costa Rica 2010


Fodor's Travel Publications Inc. - 1987
    It’s no wonder. Little Costa Rica is endowed with a mosaic of natural landscapes that are packed with an amazing array of flora and fauna. This is also one of the easiest places in the world to experience the beauty and complexity of tropical nature. Now in full color, Fodor’s Costa Rica 2010 shows off the splendor of Costa Rica like no other guidebook. Features include:• More than 200 color photos to inspire you• An all-new, illustrated “Experience Costa Rica” chapter loaded with valuable advice, including tips on choosing an eco-lodge and planning a destination marriage or honeymoon• A brand-new, illustrated “Biodiversity” chapter to guide you through the country’s varied landscapes and help plan your vacation based on particular activities or topography• New magazine-style illustrated features highlight quintessential Costa Rica: surfing the Salsa Brava, sport-fishing off the Pacific coast, canopy tours in the cloud forests, turtle-nesting tours in Tortuguero, and bird-watching in the rare tropical dry forests of Guanacaste• Interactive full-color maps and planning pages help you easily get your bearings and plan the trip of a lifetimeFodor’s. For Choice Travel Experiences.

Amazon Simple Storage Service (S3) Getting Started Guide


Amazon Web Services - 2012
    This guide introduces the basic concepts of Amazon S3, the bucket and the object. It walks you through the process of using the AWS Management Console, a browser-based graphical user interface, to create a bucket and then upload, view, move, and delete an object.

Electric Machinery Fundamentals


Stephen J. Chapman - 1991
    MATLAB has been incorporated throughtout, both in examples and problems.

The C# Player's Guide


R.B. Whitaker - 2012
    

Learn You a Haskell for Great Good!


Miran Lipovača - 2011
    Learn You a Haskell for Great Good! introduces programmers familiar with imperative languages (such as C++, Java, or Python) to the unique aspects of functional programming. Packed with jokes, pop culture references, and the author's own hilarious artwork, Learn You a Haskell for Great Good! eases the learning curve of this complex language, and is a perfect starting point for any programmer looking to expand his or her horizons. The well-known web tutorial on which this book is based is widely regarded as the best way for beginners to learn Haskell, and receives over 30,000 unique visitors monthly.

Clean Code: A Handbook of Agile Software Craftsmanship


Robert C. Martin - 2007
    But if code isn't clean, it can bring a development organization to its knees. Every year, countless hours and significant resources are lost because of poorly written code. But it doesn't have to be that way. Noted software expert Robert C. Martin presents a revolutionary paradigm with Clean Code: A Handbook of Agile Software Craftsmanship . Martin has teamed up with his colleagues from Object Mentor to distill their best agile practice of cleaning code on the fly into a book that will instill within you the values of a software craftsman and make you a better programmer but only if you work at it. What kind of work will you be doing? You'll be reading code - lots of code. And you will be challenged to think about what's right about that code, and what's wrong with it. More importantly, you will be challenged to reassess your professional values and your commitment to your craft. Clean Code is divided into three parts. The first describes the principles, patterns, and practices of writing clean code. The second part consists of several case studies of increasing complexity. Each case study is an exercise in cleaning up code - of transforming a code base that has some problems into one that is sound and efficient. The third part is the payoff: a single chapter containing a list of heuristics and "smells" gathered while creating the case studies. The result is a knowledge base that describes the way we think when we write, read, and clean code. Readers will come away from this book understanding ‣ How to tell the difference between good and bad code‣ How to write good code and how to transform bad code into good code‣ How to create good names, good functions, good objects, and good classes‣ How to format code for maximum readability ‣ How to implement complete error handling without obscuring code logic ‣ How to unit test and practice test-driven development This book is a must for any developer, software engineer, project manager, team lead, or systems analyst with an interest in producing better code.

Solutions Manual For Introduction To Quantum Mechanics


David J. Griffiths