I'm Sorry… Love, Your Husband: Honest, Hilarious Stories From a Father of Three Who Made All the Mistakes (and Made up for Them)


Clint Edwards - 2018
    He describes parenting as “a million different gears turning in a million different directions, all of them covered in sour milk.” In this inspiring and unconventional book of essays, he sheds light on the darker yet hilarious side of domestic life.Owning up to all his mishaps and dumbassery, Edwards shares essays on just about every topic fellow spouses and parents can appreciate, including: stupid things he’s said to his pregnant wife, the trauma of taking a toddler shopping, revelations on buying a minivan and the struggle to not fight the nosy neighbor (who is five years old).Clint’s funny, heartwarming account of the terrifying yet completely rewarding life of a parent is a breath of fresh air. Each essay in I’m Sorry...Love, Your Husband will have you thinking finally, someone gets it.

Handcrafted CSS: More Bulletproof Web Design


Dan Cederholm - 2009
    That's the theme running through Handcrafted CSS: More Bulletproof Web Design, by bestselling author Dan Cederholm, with a chapter contributed by renowned Web designer and developer Ethan Marcotte. This book explores CSS3 that works in today's browsers, and you'll be convinced that now's the time to start experimenting with it.Whether you're a Web designer, project manager, or a graphic designer wanting to learn more about the fluidity that's required when designing for the Web, you'll discover the tools to create the most flexible, reliable, and bulletproof Web designs. And you'll finally be able to persuade your clients to adopt innovative and effective techniques that make everyone's life easier while improving the end user's experience. This book's seven chapters deconstruct various aspects of a case-study Web site for the Tugboat Coffee Company, focusing on aspects that make it bulletproof and demonstrate progressive enrichment techniques over more traditional labor-intensive methods.Subjects covered in this book include: building for unanticipated future use progressively enriching designs using CSS3 properties using RGBA color for transparency with an alpha channel modular float management crafting flexible frameworks fluid layouts using grid-based design principles craftsmanship details on typography, jQuery, and shifting backgrounds

Just for Fun: The Story of an Accidental Revolutionary


Linus Torvalds - 2001
    Then he wrote a groundbreaking operating system and distributed it via the Internet -- for free. Today Torvalds is an international folk hero. And his creation LINUX is used by over 12 million people as well as by companies such as IBM.Now, in a narrative that zips along with the speed of e-mail, Torvalds gives a history of his renegade software while candidly revealing the quirky mind of a genius. The result is an engrossing portrayal of a man with a revolutionary vision, who challenges our values and may change our world.

Ray Tracing in One Weekend (Ray Tracing Minibooks Book 1)


Peter Shirley - 2016
    Each mini-chapter adds one feature to the ray tracer, and by the end the reader can produce the image on the book cover. Details of basic ray tracing code architecture and C++ classes are given.

Composing Software


Eric Elliott - 2018
    Most developers have a limited understanding of compositional techniques. It's time for that to change.In "Composing Software", Eric Elliott shares the fundamentals of composition, including both function composition and object composition, and explores them in the context of JavaScript. The book covers the foundations of both functional programming and object oriented programming to help the reader better understand how to build and structure complex applications using simple building blocks.You'll learn: • Functional programming • Object composition • How to work with composite data structures • Closures • Higher order functions • Functors (e.g., array.map) • Monads (e.g., promises) • Transducers • LensesAll of this in the context of JavaScript, the most used programming language in the world. But the learning doesn't stop at JavaScript. You'll be able to apply these lessons to any language. This book is about the timeless principles of software composition and its lessons will outlast the hot languages and frameworks of today. Unlike most programming books, this one may still be relevant 20 years from now.This book began life as a popular blog post series that attracted hundreds of thousands of readers and influenced the way software is built at many high growth tech startups and fortune 500 companies.

How to Think Like an Entrepreneur (The School of Life Book 2)


Philip Delves Broughton - 2016
    But what if that spirit and drive were applied outside the world of business startups? An entrepreneur seeks to build something from nothing; to take an inspired idea and make it a reality. How to Think Like an Entrepreneur explores what it takes to be a successful entrepreneur - the ability to disrupt the status quo, use design thinking to generate fresh perspectives, build resilience and leap forward from failure - and ultimately lead us to the heart of great entrepreneurial thinking; an understanding of our deepest human needs. By harnessing the passion, verve and creative thinking of an entrepreneur, you can improve your business and your life and relationships beyond it.

Swinging '73: The Incredible Year Baseball Got the Designated Hitter, Wife-Swapping Pitchers, and Willie Mays Said Goodbye to America


Matthew Silverman - 2013
    Stuck in a rut, baseball was dying. Then Steinbrenner bought the Yankees, a second-division club with wife-swapping pitchers, leaving the House That Ruth Built not with a slam but a simper. He vowed not to interfere—before soon changing his mind. Across town, Tom Seaver led the Mets’ stellar pitching line-up, and iconic outfielder Willie Mays was preparing to say goodbye. For months, the Mets, under Yogi Berra, couldn’t get it right. Meanwhile, the A’s were breaking a ban on facial hair while maverick owner Charlie Finley was fighting to keep them underpaid. But beneath the muttonchops and mayhem, lay another world. Elvis commanded a larger audience than the Apollo landings. A Dodge Dart cost $2,800, gas was a quarter per gallon. A fiscal crisis loomed; Vietnam had ended, the vice president resigned, and Watergate had taken over. It was one of the most exciting years in the game’s history, the first with the designated hitter and the last before arbitration and free agency. The two World Series opponents went head-to-head above the baby steps of a dynasty that soon dwarfed both league champions. It was a turbulent time for the country and the game, neither of which would ever be the same again.

In Cold Blood: Discovering Chris Watts - Part One - The Facts


Netta Newbound - 2020
    He then went on to dispose of their tiny bodies into huge tanks filled with toxic crude oil.Nico Lee Watts, Chris and Shanann’s unborn son.No doubt, most of you watched the story unfold on the news, open-mouthed, in total shock. What could push a loving father to brutally murder his family? Surely there was some mistake? We all have preconceived ideas of how a monster should look–grotesque, hideously deformed, a crazed madman–not this handsome, mild-mannered, shy, polite gent who was often portrayed as the perfect husband and father.So, what happened?During this series we will look at the facts, the police investigation, the evidence, hear Chris Watts’ explanation and his reasoning. We will try to make some sense of what occurred during the early hours of August 13th 2018.We will endeavour to present to you all aspects of the case, right from the initial investigation and how it unfolded, to the first and subsequent confessions all transcribed word for word (where possible) from actual video and audio footage obtained from the FBI’s Discovery Files.

Crafting Rails Applications: Expert Practices for Everyday Rails Development


José Valim - 2011
    You can now easily extend the framework, change its behavior, and replace whole components to bend it to your will, all without messy hacks. This pioneering book is the first resource that deep dives into the new Rails 3 APIs and shows you how use them to write better web applications and make your day-to-day work with Rails more productive. Rails Core developer Jose Valim guides you through seven different tutorials, each of them using test-driven development to build a new Rails extension or application that solves common problems with these new APIs. You will understand how the Rails rendering stack works and customize it to read templates from the database while you learn how to mimic Active Record behavior, like validations, in any other object. You will find out how to write faster, leaner controllers, and you'll learn how to mix Sinatra applications into your Rails apps, so you can choose the most appropriate tool for the job. In addition, you will improve your productivity by customizing generators and responders. This book will help you understand Rails 3's inner workings, including generators, template handlers, internationalization, routing, and responders. With the knowledge you'll gain, you'll be ready to tackle complicated projects more easily than ever before, creating solutions that are well-tested, modular, and easy to maintain.

The Essential Guide To Becoming A Flight Attendant


Kiki Ward - 2008
    Also included is complete insight into the flight attendant career, benefits, scheduling, a typical work day and numerous other aspects of the profession. Insiders tips and suggestions that guarantee an applicants ability to stand out in the interview or open house. Over 85 current interview questions are included along with current role play scenarios that you must be prepared for in your airline interview. A detailed overview of what to expect in flight attendant training and the information you need to know to succeed. A complete updated airline guide is also included listing requirements and contacts, as is the twenty four hour clock and city codes to prepare an applicant for pre-interview testing.

Hibernate in Action


Christian Bauer - 2004
    Why is this open-source tool so popular? Because it automates a tedious task: persisting your Java objects to a relational database. The inevitable mismatch between your object-oriented code and the relational database requires you to write code that maps one to the other. This code is often complex, tedious and costly to develop. Hibernate does the mapping for you.Not only that, Hibernate makes it easy. Positioned as a layer between your application and your database, Hibernate takes care of loading and saving of objects. Hibernate applications are cheaper, more portable, and more resilient to change. And they perform better than anything you are likely to develop yourself."Hibernate in Action" carefully explains the concepts you need, then gets you going. It builds on a single example to show you how to use Hibernate in practice, how to deal with concurrency and transactions, how to efficiently retrieve objects and use caching.The authors created Hibernate and they field questions from the Hibernate community every day-they know how to make Hibernate sing. Knowledge and insight seep out of every pore of this book."What's Inside"- ORM concepts- Getting started- Many real-world tasks- The Hibernate application development process

Learning Ruby


Michael J. Fitzgerald - 2007
    Written for both experienced and new programmers alike, Learning Ruby is a just-get-in-and-drive book -- a hands-on tutorial that offers lots of Ruby programs and lets you know how and why they work, just enough to get you rolling down the road. Interest in Ruby stems from the popularity of Rails, the web development framework that's attracting new devotees and refugees from Java and PHP. But there are plenty of other uses for this versatile language. The best way to learn is to just try the code! You'll find examples on nearly every page of this book that you can imitate and hack. Briefly, this book:Outlines many of the most important features of Ruby Demonstrates how to use conditionals, and how to manipulate strings in Ruby. Includes a section on regular expressions Describes how to use operators, basic math, functions from the Math module, rational numbers, etc. Talks you through Ruby arrays, and demonstrates hashes in detail Explains how to process files with Ruby Discusses Ruby classes and modules (mixins) in detail, including a brief introduction to object-oriented programming (OOP) Introduces processing XML, the Tk toolkit, RubyGems, reflection, RDoc, embedded Ruby, metaprogramming, exception handling, and other topics Acquaints you with some of the essentials of Rails, and includes a short Rails tutorial. Each chapter concludes with a set of review questions, and appendices provide you with a glossary of terms related to Ruby programming, plus reference material from the book in one convenient location. If you want to take Ruby out for a drive, Learning Ruby holds the keys.

Programming Pearls


Jon L. Bentley - 1986
    Jon has done a wonderful job of updating the material. I am very impressed at how fresh the new examples seem." - Steve McConnell, author, Code CompleteWhen programmers list their favorite books, Jon Bentley's collection of programming pearls is commonly included among the classics. Just as natural pearls grow from grains of sand that irritate oysters, programming pearls have grown from real problems that have irritated real programmers. With origins beyond solid engineering, in the realm of insight and creativity, Bentley's pearls offer unique and clever solutions to those nagging problems. Illustrated by programs designed as much for fun as for instruction, the book is filled with lucid and witty descriptions of practical programming techniques and fundamental design principles. It is not at all surprising that Programming Pearls has been so highly valued by programmers at every level of experience. In this revision, the first in 14 years, Bentley has substantially updated his essays to reflect current programming methods and environments. In addition, there are three new essays on (1) testing, debugging, and timing; (2) set representations; and (3) string problems. All the original programs have been rewritten, and an equal amount of new code has been generated. Implementations of all the programs, in C or C++, are now available on the Web.What remains the same in this new edition is Bentley's focus on the hard core of programming problems and his delivery of workable solutions to those problems. Whether you are new to Bentley's classic or are revisiting his work for some fresh insight, this book is sure to make your own list of favorites.

Redis in Action


Josiah L. Carlson - 2013
    You'll begin by getting Redis set up properly and then exploring the key-value model. Then, you'll dive into real use cases including simple caching, distributed ad targeting, and more. You'll learn how to scale Redis from small jobs to massive datasets. Experienced developers will appreciate chapters on clustering and internal scripting to make Redis easier to use.About the TechnologyWhen you need near-real-time access to a fast-moving data stream, key-value stores like Redis are the way to go. Redis expands on the key-value pattern by accepting a wide variety of data types, including hashes, strings, lists, and other structures. It provides lightning-fast operations on in-memory datasets, and also makes it easy to persist to disk on the fly. Plus, it's free and open source.About this bookRedis in Action introduces Redis and the key-value model. You'll quickly dive into real use cases including simple caching, distributed ad targeting, and more. You'll learn how to scale Redis from small jobs to massive datasets and discover how to integrate with traditional RDBMS or other NoSQL stores. Experienced developers will appreciate the in-depth chapters on clustering and internal scripting.Written for developers familiar with database concepts. No prior exposure to NoSQL database concepts nor to Redis itself is required. Appropriate for systems administrators comfortable with programming.Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications.What's InsideRedis from the ground upPreprocessing real-time dataManaging in-memory datasetsPub/sub and configurationPersisting to diskAbout the AuthorDr. Josiah L. Carlson is a seasoned database professional and an active contributor to the Redis community.Table of ContentsPART 1 GETTING STARTEDGetting to know RedisAnatomy of a Redis web applicationPART 2 CORE CONCEPTSCommands in RedisKeeping data safe and ensuring performanceUsing Redis for application supportApplication components in RedisSearch-based applicationsBuilding a simple social networkPART 3 NEXT STEPSReducing memory useScaling RedisScripting Redis with Lua

The Million Word Crossword Dictionary


Stanley Newman - 2004
     Meticulously compiled by two crossword professionals with a combined fifty years in the field and based on a massive analysis of current crosswords, there has never been a crossword dictionary with the breadth, depth, and currency of this one. From Jim Carrey to Sister Carrie, Homer Simpson to Homer’s Iliad, the wide-ranging entries include 500,000+ synonyms, 3,000+ literary works, 3,000+ films, 20,000+ famous people from all fields, and more than 50,000 fill-in-the-blank clues so popular in today’s crosswords.Featuring an introduction by New York Times crossword editor Will Shortz, The Million Word Crossword Dictionary makes every other crossword dictionary obsolete.This updated edition offers thousands of new entries, including slang terms; brand names; celebrity names; and the latest films, novelists’ works, sports Hall of Famers, automobile models, and more. The new, larger type size makes finding the answers easier than ever.