Dog's Best Friend: The Story of an Unbreakable Bond
Simon Garfield - 2020
We schedule our days around his needs—his mealtimes, his walks, the delivery of his life-saving medication (he has epilepsy, poor love). We spend a bizarrely large amount of our disposable income on him, and he never sends a card of thanks. When he’s not with us for a few days, the house feels extraordinarily empty. I feel so fortunate to know him.”Ludo is a dog—Simon Garfield’s beloved black Labrador retriever, one of millions of canines who have become integral parts of our lives. But how did the dog become top dog? How did these faithful animals come to assist us not only in hunting, but in bomb disposal and cancer detection—and ultimately become our closest companions? Dog’s Best Friend examines how this bond developed over the centuries, and how it has transformed countless lives, both human and canine.Garfield begins with the earliest visual representations—dogs depicted in ancient rock art—and ends at the laboratory that first sequenced the canine genome. Along the way, we meet the legendary Corgis of Buckingham Palace, the dogs of the Soviet space program, the world’s first labradoodle, and a border collie that can identify more than a thousand different plush toys. Garfield reveals the secrets of the world’s best dog trainers, takes us inside the wild world of dog breeding and dog shows, and unearths the deep psychological roots of the human-dog link. And Ludo pops his snout in from time to time as well.A celebration of this deep interspecies connection, delivered with Simon Garfield’s inimitable wit, Dog’s Best Friend offers delights and insights for anyone who has ever loved a dog.
Physics for the Rest of Us
Roger S. Jones - 1992
Offers a humanistic and cultural view of modern physics.
Writing Solid Code
Steve Maguire - 1993
Focus is on an in-depth analysis and exposition of not-so-obvious coding errors in the sample code provided. The theme is to answer the questions 'How couild I have automatically detected this bug' and 'How could I have prevented this bug'? Chapters include programmer attitudes, techniques and debugging methodology. A particularly revealing chapter is "Treacheries of the Trade", should be required reading for all C maniacs. The author has been a professional programmer for seventeen years and draws heavily (and candidly) on actual coding problems and practices based on years of experience at Microsoft.
Time Tactics of Very Successful People
Eugene Griessman - 1994
Johnnetta Cole, and Home Depot CEO Bernie Marcus. Dr. B. Eugene Griessman has interviewed hundreds of contemporary peak performers (and researched dozens of historical high achievers) to unearth the secrets of their success. He presents their time management tactics in short Bites designed to inspire today's time-starved reader-- whether they're over worked managers, working moms, entrepreneurs on the go, or even newly unemployed people who must suddenly learn to structure their own time.
Core Python Programming
Wesley J. Chun - 2000
It turns out that all the buzz is well earned. I think this is the best book currently available for learning Python. I would recommend Chun's book over Learning Python (O'Reilly), Programming Python (O'Reilly), or The Quick Python Book (Manning)." --David Mertz, Ph.D., IBM DeveloperWorks(R) "I have been doing a lot of research [on] Python for the past year and have seen a number of positive reviews of your book. The sentiment expressed confirms the opinion that Core Python Programming is now considered the standard introductory text." --Richard Ozaki, Lockheed Martin "Finally, a book good enough to be both a textbook and a reference on the Python language now exists." --Michael Baxter, Linux Journal "Very well written. It is the clearest, friendliest book I have come across yet for explaining Python, and putting it in a wider context. It does not presume a large amount of other experience. It does go into some important Python topics carefully and in depth. Unlike too many beginner books, it never condescends or tortures the reader with childish hide-and-seek prose games. [It] sticks to gaining a solid grasp of Python syntax and structure." --http: //python.org bookstore Web site "[If ] I could only own one Python book, it would be Core Python Programming by Wesley Chun. This book manages to cover more topics in more depth than Learning Python but includes it all in one book that also more than adequately covers the core language. [If] you are in the market for just one book about Python, I recommend this book. You will enjoy reading it, including its wry programmer's wit. More importantly, you will learn Python. Even more importantly, you will find it invaluable in helping you in your day-to-day Python programming life. Well done, Mr. Chun!" --Ron Stephens, Python Learning Foundation "I think the best language for beginners is Python, without a doubt. My favorite book is Core Python Programming." --s003apr, MP3Car.com Forums "Personally, I really like Python. It's simple to learn, completely intuitive, amazingly flexible, and pretty darned fast. Python has only just started to claim mindshare in the Windows world, but look for it to start gaining lots of support as people discover it. To learn Python, I'd start with Core Python Programming by Wesley Chun." --Bill Boswell, MCSE, Microsoft Certified Professional Magazine Online "If you learn well from books, I suggest Core Python Programming. It is by far the best I've found. I'm a Python newbie as well and in three months time I've been able to implement Python in projects at work (automating MSOffice, SQL DB stuff, etc.)." --ptonman, Dev Shed Forums "Python is simply a beautiful language. It's easy to learn, it's cross-platform, and it works. It has achieved many of the technical goals that Java strives for. A one-sentence description of Python would be: 'All other languages appear to have evolved over time--but Python was designed.' And it was designed well. Unfortunately, there aren't a large number of books for Python. The best one I've run across so far is Core Python Programming." --Chris Timmons, C. R. Timmons Consulting "If you like the Prentice Hall Core series, another good full-blown treatment to consider would be Core Python Programming. It addresses in elaborate concrete detail many practical topics that get little, if any, coverage in other books." --Mitchell L Model, MLM Consulting "Core Python Programming is an amazingly easy read! The liberal use of examples helps clarify some of the more subtle points of the language. And the comparisons to languages with which I'm already familiar (C/C++/Java) get you programming in record speed." --Michael Santos, Ph.D., Green Hills Software The Complete Developer's Guide to Python New to Python? The definitive guide to Python development for experienced programmersCovers core language features thoroughly, including those found in the latest Python releases--learn more than just the syntax!Learn advanced topics such as regular expressions, networking, multithreading, GUI, Web/CGI, and Python extensionsIncludes brand-new material on databases, Internet clients, Java/Jython, and Microsoft Office, plus Python 2.6 and 3Presents hundreds of code snippets, interactive examples, and practical exercises to strengthen your Python skills Python is an agile, robust, expressive, fully object-oriented, extensible, and scalable programming language. It combines the power of compiled languages with the simplicity and rapid development of scripting languages. In Core Python Programming, Second Edition , leading Python developer and trainer Wesley Chun helps you learn Python quickly and comprehensively so that you can immediately succeed with any Python project. Using practical code examples, Chun introduces all the fundamentals of Python programming: syntax, objects and memory management, data types, operators, files and I/O, functions, generators, error handling and exceptions, loops, iterators, functional programming, object-oriented programming and more. After you learn the core fundamentals of Python, he shows you what you can do with your new skills, delving into advanced topics, such as regular expressions, networking programming with sockets, multithreading, GUI development, Web/CGI programming and extending Python in C. This edition reflects major enhancements in the Python 2.x series, including 2.6 and tips for migrating to 3. It contains new chapters on database and Internet client programming, plus coverage of many new topics, including new-style classes, Java and Jython, Microsoft Office (Win32 COM Client) programming, and much more. Learn professional Python style, best practices, and good programming habitsGain a deep understanding of Python's objects and memory model as well as its OOP features, including those found in Python's new-style classesBuild more effective Web, CGI, Internet, and network and other client/server applicationsLearn how to develop your own GUI applications using Tkinter and other toolkits available for PythonImprove the performance of your Python applications by writing extensions in C and other languages, or enhance I/O-bound applications by using multithreadingLearn about Python's database API and how to use a variety of database systems with Python, including MySQL, Postgres, and SQLiteFeatures appendices on Python 2.6 & 3, including tips on migrating to the next generation! Core Python Programming delivers Systematic, expert coverage of Python's core featuresPowerful insights for developing complex applicationsEasy-to-use tables and charts detailing Python modules, operators, functions, and methodsDozens of professional-quality code examples, from quick snippets to full-fledged applications
Mixing With Your Mind
Michael Stavrou - 2003
It's Introduction explains your journey through the book.http://www.mixingwithyourmind.com/pre...
The Age of Cryptocurrency: How Bitcoin and Digital Money Are Challenging the Global Economic Order
Paul Vigna - 2015
A cyber-enigma with an enthusiastic following, it pops up in headlines and fuels endless media debate. You can apparently use it to buy anything from coffee to cars, yet few people seem to truly understand what it is. This raises the question: Why should anyone care about bitcoin?In The Age of Cryptocurrency, Wall Street journalists Paul Vigna and Michael J. Casey deliver the definitive answer to this question. Cybermoney is poised to launch a revolution, one that could reinvent traditional financial and social structures while bringing the world's billions of "unbanked" individuals into a new global economy. Cryptocurrency holds the promise of a financial system without a middleman, one owned by the people who use it and one safeguarded from the devastation of a 2008-type crash.But bitcoin, the most famous of the cybermonies, carries a reputation for instability, wild fluctuation, and illicit business; some fear it has the power to eliminate jobs and to upend the concept of a nation state. It implies, above all, monumental and wide-reaching change-for better and for worse. But it is here to stay, and you ignore it at your peril.Vigna and Casey demystify cryptocurrency-its origins, its function, and what you need to know to navigate a cyber-economy. The digital currency world will look very different from the paper currency world; The Age of Cryptocurrency will teach you how to be ready.
Handbook of Model Rocketry
G. Harry Stine - 1970
This new edition of the model rocketeer's "bible" shows you how to safely build, launch, track, and recover model rockets--and have fun doing it. Whether you're a beginner or a veteran model rocketeer, the Handbook of Model Rocketry, the official manual of the National Association of Rocketry (NAR), will become your well-used reference book. G. Harry Stine has been a model rocketeer since 1957 when he founded the NAR and started the first model rocket company. Stine's Handbook, after satisfying rocket enthusiasts for nearly three decades, remains the definitive resource. Recent technological progress has had a major effect on the model rocket hobby and sport. This revised and updated edition covers such new technology as: revised computer programs that use improved versions of Basic composite propellant model rocket motors recently approved reloadable model rocket motors building and flying large model rockets radio-controlled boost gliders and rocket gliders solid-state, microchip, computer-readable modules used to measure temperature, pressure, acceleration, and airspeed
RG3: The Promise
Dave Sheinin - 2013
He seemed pointed toward stardom, but would it be in basketball, his true favorite, or maybe in track, where he qualified for the 2008 U.S. Olympic Trials as a hurdler? As for playing football, the only sport that really mattered in Griffin’s small Texas town, first he had to overcome his mother’s objections to the violence and danger—which he did by making a “Pinkie Promise” with her that no one would catch him. Eventually, he began to realize that all of his remarkable talents—unrivaled speed, pinpoint accuracy, exceptional intelligence, single-minded drive—combined into a potent force that few quarterbacks could rival. What followed seemed almost destined: a football scholarship to Baylor University, three exceptional seasons capped by winning the Heisman Trophy, and the 2012 draft—where Griffin, as the second overall pick, became the franchise quarterback for one of the oldest and most storied football teams in the country.In RG3: The Promise, Washington Post reporter Dave Sheinin provides an in-depth, behind-the-scenes look at Griffin’s first year in the NFL, from his record-breaking first game to the frightening knee injury that ended the Redskins’ playoff hopes. An award-winning journalist himself, Sheinin has reported on Griffin’s rookie season every step of the way, and now has written a unique, intimate look inside the transformation of one of the NFL’s brightest young stars.
Abstract Algebra
I.N. Herstein - 1986
Providing a concise introduction to abstract algebra, this work unfolds some of the fundamental systems with the aim of reaching applicable, significant results.
The Wizard of Quarks: A Fantasy of Particle Physics
Robert Gilmore - 2000
This time physicist Robert Gilmore takes us on a journey with Dorothy, following the yellow building block road through the land of the Wizard of Quarks. Using characters and situations based on the Wizard of Oz story, we learn along the way about the fascinating world of particle physics. Classes of particles, from quarks to leptons are shown in an atomic garden, where atoms and molecules are produced. See how Dorothy, The Tin Geek, and the Cowardly Lion experience the bizarre world of subatomic particles.
An Inconvenient Deception: How Al Gore Distorts Climate Science and Energy Policy
Roy W. Spencer - 2017
As was the case with Gore's first movie (An Inconvenient Truth), the movie is bursting with bad science, bad policy and some outright falsehoods. The storm events Gore addresses occur naturally, and there is little or no evidence they are being made worse from human activities: sea level is rising at the same rate it was before humans started burning fossil fuels; in Miami Beach the natural rise is magnified because buildings and streets were constructed on reclaimed swampland that has been sinking; the 9/11 memorial was not flooded by sea level rise from melting ice sheets, but a storm surge at high tide, which would have happened anyway and was not predicted by Gore in his first movie, as he claims; the Greenland ice sheet undergoes melt every summer, which was large in 2012 but then unusually weak in 2017; glaciers advance and retreat naturally, as evidenced by 1,000 to 2,000 year old tree stumps being uncovered in Alaska; rain gauge measurements reveal the conflict in Syria was not caused by reduced rainfall hurting farming there, and in fact the Middle East is greening from increasing CO2 in the atmosphere; agricultural yields in China have been rising, not falling as claimed by Gore. The renewable energy sources touted by Gore (wind and solar), while a laudable goal for our future, are currently very expensive: their federal subsidies per kilowatt-hour of energy produced are huge compared to coal, natural gas, and nuclear power. These costs are hidden from the public in increased federal and state tax rates. Gore is correct that "it is right to save humanity", but what we might need saving from the most are bad decisions that reduce prosperity and hurt the poor.
WPF 4 Unleashed
Adam Nathan - 2010
Windows Presentation Foundation (WPF) is the recommended technology for creating Windows user interfaces, giving you the power to create richer and more compelling applications than you dreamed possible. Whether you want to develop traditional user interfaces or integrate 3D graphics, audio/video, animation, dynamic skinning, multi-touch, rich document support, speech recognition, or more, WPF enables you to do so in a seamless, resolution-independent manner. WPF 4 Unleashed is the authoritative book that covers it all, in a practical and approachable fashion, authored by WPF guru and Microsoft developer Adam Nathan. Covers everything you need to know about Extensible Application Markup Language (XAML) Examines the WPF feature areas in incredible depth: controls, layout, resources, data binding, styling, graphics, animation, and more Highlights the latest features, such as multi-touch, text rendering improvements, XAML language enhancements, new controls, the Visual State Manager, easing functions, and much more Delves into topics that aren't covered by most books: 3D, speech, audio/video, documents, effects Shows how to create popular UI elements, such as Galleries, ScreenTips, and more Demonstrates how to create sophisticated UI mechanisms, such as Visual Studio-like collapsible/dockable panes Explains how to create first-class custom controls for WPF Demonstrates how to create hybrid WPF software that leverages Windows Forms, DirectX, ActiveX, or other non-WPF technologies Explains how to exploit new Windows 7 features, such as Jump Lists and taskbar customizations
Introduction to Fluid Mechanics [With CDROM]
Robert W. Fox - 2003
This new edition simplifies many of the steps involved in analysis by using the computer application Excel. Over 100 detailed example problems illustrate important fluid mechanics concepts: Approximately 1300 end-of-chapter problems are arranged by difficulty level and include many problems that are designed to be solved using Excel. The CD for the book includes: A Brief Review of Microsoft Excel and numerous Excel files for the example problems and for use in solving problems. The new edition includes an expanded discussion of pipe networks, and a new section on oblique shocks and expansion waves.
Brain Fuel: 199 Mind-Expanding Inquiries into the Science of Everyday Life
Joe Schwarcz - 2008
Joe – as he is affectionately known to millions of readers, listeners, viewers, and students – brings his magic formula to Doubleday Canada with Brain Fuel.As with Dr. Joe’s previous best-selling books, Brain Fuel informs and entertains on a wild assortment of science-based topics. But this is not "science trivia." If you are looking for serious scientific discussions, you’ll find them here. If you are looking for practical consumer information, that’s here too. If you are searching for ways to stimulate interest in science, look no further, Mom. And if you are simply wondering why the birth of Prince Leopold was so different from Queen Victoria's previous seven; or why an iron rod that went through a man's head is now on display in a museum in Boston; or why white chocolate has such a short shelf life; or why eggs terrified Alfred Hitchcock – and what all of this means for the rest of us, and why – then bingo.