The True INTJ (The True Guides to the Personality Types)


Truity - 2014
    From Isaac Newton to Mark Zuckerberg, these visionary, determined INTJs have made an impact. But what drives these self-possessed, sometimes mysterious Masterminds? What makes them so uniquely equipped to improve the systems we live with every day?This book is for INTJs and those who live with them, work with them, or just want to know more about them. With an eye toward the INTJ's natural strengths, The True INTJ takes an in-depth look at the talents, motivations, values, and unique qualities of the INTJ. You'll discover what drives the INTJ, and how this innovative, dedicated personality type can use their gifts to change the world.

Exploring CQRS and Event Sourcing


Dominic Betts - 2012
    It presents a learning journey, not definitive guidance. It describes the experiences of a development team with no prior CQRS proficiency in building, deploying (to Windows Azure), and maintaining a sample real-world, complex, enterprise system to showcase various CQRS and ES concepts, challenges, and techniques.The development team did not work in isolation; we actively sought input from industry experts and from a wide group of advisors to ensure that the guidance is both detailed and practical.The CQRS pattern and event sourcing are not mere simplistic solutions to the problems associated with large-scale, distributed systems. By providing you with both a working application and written guidance, we expect you’ll be well prepared to embark on your own CQRS journey.

The Scheme Programming Language


R. Kent Dybvig - 1987
    Many exercises are presented to help reinforce the lessons learned, and answers to the exercises are given in a new appendix.Most of the remaining chapters are dedicated to the reference material, which describes in detail the standard features of Scheme included in the Revised$^5$ Report on Scheme and the ANSI/IEEE standard for Scheme.Numerous examples are presented throughout the introductory and reference portions of the text, and a unique set of extended example programs and applications, with additional exercises, are presented in the final chapter. Reinforcing the book's utility as a reference text are appendices that present the formal syntax of Scheme, a summary of standard forms and procedures, and a bibliography of Scheme resources.The Scheme Programming Language stands alone as an introduction to and essential reference for Scheme programmers. it is also useful as a supplementary text for any course that uses Scheme.The Scheme Programming Language is illustrated by artist Jean-Pierre Hébert, who writes Scheme programs to extend his ability to create sophisticated works of digital art.R. Kent Dybvig is Professor of Computer Science at Indiana University and principal developer of Chez Scheme.

The Pattern on the Stone: The Simple Ideas that Make Computers Work


William Daniel Hillis - 1998
    What they don't realize—and what Daniel Hillis's short book brilliantly demonstrates—is that computers' seemingly complex operations can be broken down into a few simple parts that perform the same simple procedures over and over again.Computer wizard Hillis offers an easy-to-follow explanation of how data is processed that makes the operations of a computer seem as straightforward as those of a bicycle. Avoiding technobabble or discussions of advanced hardware, the lucid explanations and colorful anecdotes in The Pattern on the Stone go straight to the heart of what computers really do.Hillis proceeds from an outline of basic logic to clear descriptions of programming languages, algorithms, and memory. He then takes readers in simple steps up to the most exciting developments in computing today—quantum computing, parallel computing, neural networks, and self-organizing systems.Written clearly and succinctly by one of the world's leading computer scientists, The Pattern on the Stone is an indispensable guide to understanding the workings of that most ubiquitous and important of machines: the computer.

A-Level Physics


Roger Muncaster - 1981
    New 'Consolidation' sections and questions designed to provide a link between GCSE and A-level feature in the text.At the end of each section there are many questions - ideal for consolidation and revision - mainly from past A-level examination papers. Over 15 of these past-paper questions have been added in the Fourth Edition. Answers are included.

Advanced Level Physics


Michael Nelkon - 1977
    Nelkpn and Parker Advanced Level Physics Fourth edition Hardback! Second hand, but mint condition Buyer must pay postage

Unstoppable Global Warming: Every 1500 Years


S. Fred Singer - 2006
    Instead, the mild warming seems to be part of a natural 1,500-year climate cycle that goes back at least one million years. Here, the authors present their case for this claim.

Bob Warden's Slow Food Fast


Bob Warden - 2009
    With this smart cookbook, readers learn Bob's secret to making rich, creamy Vanilla Bean Cheesecake in just 25 minutes. He's even got a recipe for Most Excellent Macaroni and Cheese that tastes just like it was oven baked — but takes only six minutes in the pressure cooker! In all, this cookbook contains 117 time-saving ways for readers to treat loved ones to the goodness of home-cooked food and still have time to sit down and enjoy it with them. Enhanced with over 50 full-page color photos, Smyth sewn binding, and plenty of tips from Bob, this cookbook is a must-have for pressure cooker novices and pros alike.

Air Disaster 2: The Jet Age


Macarthur Job - 2014
    Planes could fly faster, further and at higher altitude; opening the door to foreign holidays to the masses. But, it came at a price. In the early days this new advanced era of aviation faced multiple unforeseen problems, resulting in catastrophic accidents and inevitably the loss of human lives. From the first jetliner, the ill-fated Comet, to an horrific Boeing 747 mid-air collision at Tenerife, award-winning Macarthur Job – one of the world’s foremost aviation writers, and himself a pilot - tells the stories and unpicks the causes of eighteen fateful air disasters. Based on accident reports and extensive research he reveals how these calamities led to the development of the safest and most reliable form of transport in the world. Illustrated with photographs and technical drawings by aviation artist Matthew Tesch, 'Air Disaster 2: The Jet Age' covers the period between 1952 and 1977. Other books in the series: Air Disaster 1: The Propeller Era Air Disaster 3: Terror In The Sky

Beginning Database Design: From Novice to Professional


Clare Churcher - 2007
    This book offers numerous examples to help you avoid the many pitfalls that entrap new and not-so-new database designers. Through the help of use cases and class diagrams modeled in the UML, youll learn how to discover and represent the details and scope of the problem in question.Database design is not an exact science, and solid database design principles and examples help demonstrate the consequences of simplifications and pragmatic decisions. The rationale is to try to keep it simple, but allow room for development as situations change or resources permit. The book also features an introduction for implementing the final design in a relational database.

Software Engineering at Google: Lessons Learned from Programming Over Time


Titus Winters - 2020
    With this book, you'll get a candid and insightful look at how software is constructed and maintained by some of the world's leading practitioners.Titus Winters, Tom Manshreck, and Hyrum K. Wright, software engineers and a technical writer at Google, reframe how software engineering is practiced and taught: from an emphasis on programming to an emphasis on software engineering, which roughly translates to programming over time.You'll learn:Fundamental differences between software engineering and programmingHow an organization effectively manages a living codebase and efficiently responds to inevitable changeWhy culture (and recognizing it) is important, and how processes, practices, and tools come into play

Algorithmic Puzzles


Anany V. Levitin - 2011
    This logic extends far beyond the realm of computer science and into the wide and entertaining world of puzzles. In Algorithmic Puzzles, Anany and Maria Levitin use many classic brainteasers as well as newer examples from job interviews with major corporations to show readers how to apply analytical thinking to solve puzzles requiring well-defined procedures.The book's unique collection of puzzles is supplemented with carefully developed tutorials on algorithm design strategies and analysis techniques intended to walk the reader step-by-step through the various approaches to algorithmic problem solving. Mastery of these strategies--exhaustive search, backtracking, and divide-and-conquer, among others--will aid the reader in solving not only the puzzles contained in this book, but also others encountered in interviews, puzzle collections, and throughout everyday life. Each of the 150 puzzles contains hints and solutions, along with commentary onthe puzzle's origins and solution methods. The only book of its kind, Algorithmic Puzzles houses puzzles for all skill levels. Readers with only middle school mathematics will develop their algorithmic problem-solving skills through puzzles at the elementary level, while seasoned puzzle solvers will enjoy the challenge of thinking throughmore difficult puzzles.

Technical Communication: English Skills for Engineers. Meenakshi Raman and Sangeeta Sharma


Meenakshi Raman - 2008
    In addition to the language skills of listening, speaking, reading, and writing, it covers the basics of English grammer. It also includes key topics such as technical reports, business correspondence, group discussions, interviews, and presentation strategies. With its up-to-date coverage and practical orientation, the book would prove to be an extremely useful text for students, while also serving as a ready reference for day-to-day communication.

A Parkinson's Primer: An Indispensable Guide to Parkinson's Disease for Patients and Their Families


John M. Vine - 2017
    Well, I was diagnosed 24 years ago, and I still learned something new on every page.”—Michael Kinsley, Vanity Fair columnist and author of Old Age: A Beginner’s Guide Here is the book that John Vine and his wife, Joanne, wish they could have consulted when John was first diagnosed with Parkinson’s disease—a nontechnical, personal guide written from the patient’s perspective. Relying on his experiences over the past 12 years, John writes knowledgeably about all aspects of the disease. John also interviewed other Parkinson’s patients and their partners, whose stories and advice he includes throughout the book. “I wish we’d had John Vine’s book when my brother-in-law was diagnosed. The book is highly informative, unflinchingly honest, and reassuringly optimistic. It’s just what the doctor should have ordered.”—Cokie Roberts, best-selling author and political commentator on ABC News and NPR “John Vine details, in a compelling and accessible way, his experience with Parkinson’s disease. His book is an extraordinary guide to living successfully with Parkinson’s, and a must read for all who want to better understand the condition. Although diagnosed with Parkinson’s, my father lived an active and productive life until his death at age 94. As the book makes clear, while each patient’s journey is unique, common approaches are indispensable in treating the symptoms of the disease.”—Eric H. Holder, Jr. served as the 82nd Attorney General of the United States from 2009 to 2015 “John Vine has written the best primer I’ve ever read for newly diagnosed Parkinson’s patients and their families. It helps them cope with the shock of diagnosis, gives them (jargon-free) the scientific basics they need to know, describes the symptoms they may experience (making clear that every case is different) and catalogs the resources available to navigate living with Parkinson’s. John humanizes the book by describing his own experience and that of 22 other patients and their partners. I’d urge every neurologist to have copies of Vine’s primer on hand to help new PD on their journey forward.”—Morton Kondracke, author of Saving Milly: Love, Politics and Parkinson’s Disease and a member of the Founders' Council of the Michael J. Fox Foundation “My husband has PD, and I devoured this book. It’s wise, wonderfully readable, and, above all, helpful. Since John Vine has PD, he speaks with great authority about the challenges, both physical and psychological. If you have Parkinson’s, live with someone who has it, or just know someone battling the disease, A Parkinson’s Primer is for you.”—Lesley Stahl, award-winning television journalist on the CBS News program 60 Minutes “This is a remarkable book describing the personal experiences of many individuals, including the author, living with Parkinson’s disease. It captures the fact that although there are many possible symptoms in this disease, each person experiences different symptoms and copes with them in various ways. The thoughtful and insightful comments and coping strategies should be helpful for persons with PD, and their partners, regardless of the stage of the disease.”—Stephen Grill, MD, PhD, Director of the Parkinson’s & Movement Disorders Center of Maryland John M. Vine is a lawyer at Covington & Burling LLP in Washington, DC, where he is the senior member and former head of the firm’s employee benefits group. He was diagnosed with Parkinson’s in 2004.

HTML5 for Masterminds: How to take advantage of HTML5 to create amazing websites and revolutionary applications


Juan Diego Gauchat