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

An Evening of Long Goodbyes


Paul Murray - 2003
    At twenty-four, Charles aims to resurrect the lost lifestyle of the aristocratic country gentleman. But Charles’s cozy existence is about to face a serious shake-up. With the family fortune teetering in the balance, Charles must do something he swore he would never do: get a job. Booted into the mean streets of Dublin, he is as unprepared for real life. And it turns out that real life is a tad unprepared for Charles, as well.

Fluent Python: Clear, Concise, and Effective Programming


Luciano Ramalho - 2015
    With this hands-on guide, you'll learn how to write effective, idiomatic Python code by leveraging its best and possibly most neglected features. Author Luciano Ramalho takes you through Python's core language features and libraries, and shows you how to make your code shorter, faster, and more readable at the same time.Many experienced programmers try to bend Python to fit patterns they learned from other languages, and never discover Python features outside of their experience. With this book, those Python programmers will thoroughly learn how to become proficient in Python 3.This book covers:Python data model: understand how special methods are the key to the consistent behavior of objectsData structures: take full advantage of built-in types, and understand the text vs bytes duality in the Unicode ageFunctions as objects: view Python functions as first-class objects, and understand how this affects popular design patternsObject-oriented idioms: build classes by learning about references, mutability, interfaces, operator overloading, and multiple inheritanceControl flow: leverage context managers, generators, coroutines, and concurrency with the concurrent.futures and asyncio packagesMetaprogramming: understand how properties, attribute descriptors, class decorators, and metaclasses work"

Toddler 411: Clear Answers & Smart Advice for Your Toddler


Denise Fields - 2006
    Now, here comes the sequel: Toddler 411! From picky eaters to temper tantrums, Toddler 411 provides practical answers and advice from an award-winning pediatrician and mom who've been there, done that!

Writing Secure Code


Michael Howard - 2001
    You need to assume it will run in the most hostile environments imaginable -- and design, code, and test accordingly. Writing Secure Code, Second Edition shows you how. This edition draws on the lessons learned and taught throughout Microsoft during the firm s massive 2002 Windows Security Push. It s a huge upgrade to the respected First Edition, with new coverage across the board. Michael Howard and David LeBlanc first help you define what security means to your customers -- and implement a three-pronged strategy for securing design, defaults, and deployment. There s especially useful coverage of threat modeling -- decomposing your application, identifying threats, ranking them, and mitigating them. Then, it s on to in-depth coverage of today s key security issues from the developer s standpoint. Everyone knows buffer overruns are bad: Here s a full chapter on avoiding them. You ll learn how to establish appropriate access controls and default to running with least privilege. There s detailed coverage of overcoming attacks on cryptography (for example, avoiding poor random numbers and bit-flipping attacks). You ll learn countermeasures for virtually every form of user input attack, from malicious database updates to cross-site scripting. We ve just scratched the surface: There are authoritative techniques for securing sockets and RPC, protecting against DOS attacks, building safer .NET applications, reviewing and testing code, adding privacy features, and even writing high-quality security documentation. Following these techniques won t just improve security -- it ll dramatically improve robustness and reliability, too. Bill CamardaBill Camarda is a consultant, writer, and web/multimedia content developer. His 15 books include Special Edition Using Word 2000 and Upgrading & Fixing Networks For Dummies®, Second Edition.

Pace: The 12-Minute Fitness Revolution


Al Sears - 2006
    It’s already practiced by thousands of people in dozens of countries around the world. PACE overturns years of failed ideas and exercise advice. PACE upends current exercise trends by revealing their flaws and offering a more effective, more natural way of moving our bodies. This book will show you how to replace the flawed and ineffective theories the have been mistakenly accepted without proof with what really works. Join the PACE revolution and your body will soon become naturally strong and resilient. You’ll join the cutting-edge group of thousands who now feel energized, motivated, and ready to take on any challenge. And the best news is that joining the PACE revolution takes on average only twelve minutes per day.PACE is the ONLY doctor-designed program proven to help you reclaim a young, lean and energetic body in as little as 12 minutes—Guaranteed!

Winning


Jack Welch - 2005
    Loaded with candid personal anecdotes, hard-hitting advice, and invaluable dos and don’ts, Jack explains his theory of business, by laying out the four most important principles that form the foundation of his success.Chapters include: How to Get Promoted, How to Think about Strategy, How to Write a Budget that Works, How to Work for a Jerk, How Find Work-Life Balance and How Start Something New. Enlivened by quotes from business leaders that Welch interviewed especially for the book, it’s a tour de force that reflects Welch’s mastery of execution, excellence and leadership.

Night Swimming


Pete Fromm - 1999
    Filled with admiration for his characters and the hope they bring to their day to day dilemmas, Night Swimming has affirmed Pete Fromm's reputation as one of the nation's best writers.

Camino de Santiago: To Walk Far, Carry Less


Jean-Christie Ashmore - 2011
    Because most people who walk the Camino are not seasoned pack bakers, or even long-distance hikers, Camino de Santiago: To Walk Far, Carry Less offers information to help would-be pilgrims prepare.

Pride and Prejudice and Zombies / Pride and Prejudice and Zombies: Dawn of the Dreadfuls


Seth Grahame-Smith - 2011
    Jane Austen's classic story about love and money is updated in this imaginative series with a little bit of blood, a touch of mayhem, and a whole bunch of zombies! 2 Book Set.

A Separate Peace by John Knowles: The teacher's companion


Deane O. Bogardus - 1990
    A teaching guide to accompany the study of the novel A separate peace by John Knowles.

Bury in Haste


Jean Rowden - 2007
    

Version Control with Subversion


Ben Collins-Sussman - 2004
    Today's increasingly fast pace of software development--as programmers make small changes to software one day only to undo them the next--has only heightened the problem; consecutive work on code or single-programmer software is a rare sight these days. Without careful attention to version control, concurrent and collaborative work can create more headaches than it solves. This is where Subversion comes into play.Written by members of the Subversion open source development team, Version Control with Subversion introduces the powerful new versioning tool designed to be the successor to the Concurrent Version System or CVS. CVS users will find the "look and feel" Subversion comfortably familiar, but under the surface it's far more flexible, robust, and usable, and more importantly, it improves on CVS's more notable flaws.The book begins with a general introduction to Subversion, the basic concepts behind version control, and a guided tour of Subversion's capabilities and structure. With thorough attention to detail, the authors cover every aspect of installing and configuring Subversion for managing a programming project, documentation, or any other team-based endeavor. Later chapters cover the more complex topics of branching, repository administration, and other advanced features such as properties, externals, and access control. The book ends with reference material and appendices covering a number of useful topics such as a Subversion complete reference and troubleshooting guide.Version Control with Subversion aims to be useful to readers of widely different backgrounds, from those with no previous experience in version control to experienced sysadmins. If you've never used version control, you'll find everything you need to get started in this book. And if you're a seasoned CVS pro, this book will help you make a painless leap into Subversion.

A Continual Feast: Words of Comfort and Celebration, Collected by Father Tim


Jan Karon - 2005
    Written in his own hand or typed on his idiosyncratic Royal typewriter, A Continual Feast contains the lively ideas, common sense, profound wisdom, and plain good humor he has gleaned from the likes of C. S. Lewis, Emily Dickinson, William Blake, Helen Keller, G. K. Chesterton, and Will Rogers, to name just a few. Together with its successful companion volume, Patches of Godlight, Father Tim’s latest quote journal is sure proof of the truth of an entry from Lord Byron: "A small drop of ink produces that which makes thousands think."

The Complete Humorous Sketches and Tales of Mark Twain


Mark Twain - 1910
    Mark Twain, started writing as a young reporter for various newspapers and magazines and later saw fit to issue in book form. Many pieces appeared in rare, first printings, only to be dropped in subsequent editions; for this reason, readers will encounter a number of yarns and tall tales unavailable elsewhere, even in the collected works. More unvarnished than his short stories or novels, and more willing to indulge in fun for its own sake, these sketches comprise a substantial share of his literary apprenticeship and legacy. As brilliant, representative nuggets of Twain's humor in its purest form, they carry the imprint of Twain's wit, imagination, and humanism, his fresh and always idiomatic prose. From 1862's "Curing a Cold" to 1904's "Italian Without a Master," this collection allows readers to share Twain's vision of life as a strange and comic affair. No one interested in American humor (or in need of a good laugh) can long remain indifferent to this uproarious book.