Only a Governess Will Do


Harriet Caves - 2021
    Or, at least, that is the point Lady Alexandra is determined to prove. And she is more than ready to pose as a governess if it is to seduce the Marquess of her dreams.As a man that never wishes to wed, Simon Windsor, the Marquess of Pembley, accepts his horrifying reputation with gratitude. With very few people aware of his strange condition, he relishes the peace and quiet of the countryside.With the new governess for his hellion niece and nephew feeling disturbingly familiar to the masqued Lady he seduced at a ball, he fears that the worst side of his will be exposed. The one that should have remained hidden till his last drawing breath...

10 PRINT CHR$(205.5+RND(1)); : GOTO 10


Nick MontfortMark Sample - 2012
    The authors of this collaboratively written book treat code not as merely functional but as a text—in the case of 10 PRINT, a text that appeared in many different printed sources—that yields a story about its making, its purpose, its assumptions, and more. They consider randomness and regularity in computing and art, the maze in culture, the popular BASIC programming language, and the highly influential Commodore 64 computer.

C# 4.0 in a Nutshell


Joseph Albahari - 2010
    It is a book I recommend." --Scott Guthrie, Corporate Vice President, .NET Developer Platform, Microsoft Corporation "A must-read for a concise but thorough examination of the parallel programming features in the .NET Framework 4." --Stephen Toub, Parallel Computing Platform Program Manager, Microsoft "This wonderful book is a great reference for developers of all levels." -- Chris Burrows, C# Compiler Team, Microsoft When you have questions about how to use C# 4.0 or the .NET CLR, this highly acclaimed bestseller has precisely the answers you need. Uniquely organized around concepts and use cases, this fourth edition includes in-depth coverage of new C# topics such as parallel programming, code contracts, dynamic programming, security, and COM interoperability. You'll also find updated information on LINQ, including examples that work with both LINQ to SQL and Entity Framework. This book has all the essential details to keep you on track with C# 4.0. Get up to speed on C# language basics, including syntax, types, and variables Explore advanced topics such as unsafe code and preprocessor directives Learn C# 4.0 features such as dynamic binding, type parameter variance, and optional and named parameters Work with .NET 4's rich set of features for parallel programming, code contracts, and the code security model Learn .NET topics, including XML, collections, I/O and networking, memory management, reflection, attributes, security, and native interoperability

Introducing Elixir: Getting Started in Functional Programming


Simon St.Laurent - 2013
    If you're new to Elixir, its functional style can seem difficult, but with help from this hands-on introduction, you'll scale the learning curve and discover how enjoyable, powerful, and fun this language can be. Elixir combines the robust functional programming of Erlang with an approach that looks more like Ruby and reaches toward metaprogramming with powerful macro features.Authors Simon St. Laurent and J. David Eisenberg show you how to write simple Elixir programs by teaching you one skill at a time. You’ll learn about pattern matching, recursion, message passing, process-oriented programming, and establishing pathways for data rather than telling it where to go. By the end of your journey, you’ll understand why Elixir is ideal for concurrency and resilience.* Get comfortable with IEx, Elixir's command line interface* Become familiar with Elixir’s basic structures by working with numbers* Discover atoms, pattern matching, and guards: the foundations of your program structure* Delve into the heart of Elixir processing with recursion, strings, lists, and higher-order functions* Create processes, send messages among them, and apply pattern matching to incoming messages* Store and manipulate structured data with Erlang Term * Storage (ETS) and the Mnesia database* Build resilient applications with the Open Telecom Platform (OTP)* Define macros with Elixir's meta-programming tools.

A Moment of Wrong Thinking


Lawrence Block - 2002
    The first novel, The Sins of the Fathers, appeared in 1975, and A Drop of the Hard Stuff—the 17th and most recent—was published in 2011. Over the years Scudder has also been featured in 11 short works of fiction; A Moment of Wrong Thinking, which first appeared in EQMM in 2002, is one of them.Short stories have provided me with the opportunity for a glance back at Scudder's life before the first of the novels, when he was a working member of the NYPD. A Moment of Wrong Thinking puts the spotlight on Vince Mahaffey, the veteran plainclothes cop with whom Matt was partnered in his early days on the job in Brooklyn. "They put me with him so he could teach me the ropes," Matt recalls, "and he taught me plenty,including some things they'd have just as soon I never learned." There are references to Mahaffey in several of the novels, but this story gives us a closer look at him.A Moment of Wrong Thinking is included in The Night and the Music, my collection of all 11 Matthew Scudder short stories.

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"

Learning PHP and MySQL


Michele E. Davis - 2006
    When working hand-in-hand, they serve as the standard for the rapid development of dynamic, database-driven websites. This combination is so popular, in fact, that it's attracting manyprogramming newbies who come from a web or graphic design background and whose first language is HTML. If you fall into this ever-expanding category, then this book is for you."Learning PHP and MySQL" starts with the very basics of the PHP language, including strings and arrays, pattern matching and a detailed discussion of the variances in different PHP versions. Next, it explains how to work with MySQL, covering information on SQL data access for language and data fundamentals like tables and statements.Finally, after it's sure that you've mastered these separate concepts, the book shows you how to put them together to generate dynamic content. In the process, you'll also learn about error handling, security, HTTP authentication, and more.If you're a hobbyist who is intimidated by thick, complex computer books, then this guide definitely belongs on your shelf. "Learning PHP and MySQL" explains everything--from basic concepts to the nuts and bolts of performing specific tasks--in plain English.Part of O'Reilly's bestselling Learning series, the book is an easy-to-use resource designed specifically for newcomers. It's also a launching pad for future learning, providing you with a solid foundation for more advanced development.

Rule the Web: How to Do Anything and Everything on the Internet--Better, Faster, Easier


Mark Frauenfelder - 2007
    But aren't you curious about what else the Web can do for you? Or if there are better, faster, or easier ways to do what you're already doing? Let the world's foremost technology writer, Mark Frauenfelder, help you unlock the Internet's potential--and open up a richer, nimbler, and more useful trove of resources and services, including:EXPRESS YOURSELF, SAFELY. Create and share blogs, podcasts, and online video with friends, family, and millions of potential audience members, while protecting yourself from identity theft and fraud.DIVIDE AND CONQUER. Tackle even the most complex online tasks with ease, from whipping up a gorgeous Web site to doing all your work faster and more efficiently within your browser, from word processing to investing to planning a party.THE RIGHT WAY, EVERY TIME. Master state-of-the-art techniques for doing everything from selling your house to shopping for electronics, with hundreds of carefully researched tips and tricks.TIPS FROM THE INSIDERS. Mark has asked dozens of the best bloggers around to share their favorite tips on getting the most out of the Web.

Dante's Town of Terror


Patrick R. Delaney - 2018
    Bill, Brian, and Cathy had the perfect camping trip planned. It was supposed to be a weekend filled with good friends and healing. But when an unexpected collision with fate leaves them stranded deep in the wilderness, they find a deserted town not listed on any map. Somewhere time doesn't exist and nothing seems quite right. Somewhere no one ever leaves and insidious things wait in the dark. When they meet a desperate man searching for his lost love and a suspiciously prepared stranger they are forced to work together to find an escape. A vacation soon becomes a fight for survival when a mysterious figure from Bill's past returns and the true nature of the town is revealed.

The Way to Go: A Thorough Introduction to the Go Programming Language


Ivo Balbaert - 2012
    "

The Bride of Science: Romance, Reason, and Byron's Daughter


Benjamin Woolley - 1999
    Ada's life spanned the years 1815 to 1852, during which the newly introduced rail lines and telegraph access made the power of technology a reality in people's lives. The Romantic movement was the backlash against those who would attempt to apply "scientific" thinking to every aspect of the human experience. As one of the Romantic movement's greatest prophets, Lord Byron's excessive indulgence of various illicit desires (one being particularly dangerous) led him to marry a woman who deluded herself into believing she could save him. Ada's mother, Annabella, was the dominant force in her life -- a self-righteous and self-serving woman who embraced the new virtues of rationality.The marriage lasted barely long enough for Annabella to become pregnant, and she spent the rest of her life justifying the infamous separation from her celebrity husband. Annabella barred Byron from any contact with his daughter and put Ada on a strict regimen of moral and mathematical study to suppress any Byronic tendencies Ada may have inherited. To the public eye, Ada was a curiosity. Put upon in an entirely modern way, Ada was famous from the day she was born. Although Ada took up science with enthusiasm, her Byronic eccentricities and passions were not extinguished by logic. Like her father, Ada looked to marriage to save her, but her husband, the future Earl of Lovelace, was not able to control her in the end. As an adult, Ada set out to find her mission, which she hoped would combine her two halves, and prove that the product of science and poetry would produce genius, not a monstrosity. Her work with Babbage was one attempt at a "poetical science" requiring imagination and rigor. She also indulged in many of the other popular ideas of the day, such as phrenology and mesmerism, with a more discerning eye than most. At the end of her life, she turned to the new work being done with that mysterious force, electricity, in the hopes of finding a molecular basis in the human nervous system to explain emotions. She was plagued by this time with both physical and mental disorders, and so also hoped to find some personal salvation in this quest. But her Byronic nature was getting stronger in the form of an affair and gambling addiction (there is an interesting speculation that she tried to develop a mathematical formula to beat the odds), and she finally succumbed to illness. In the end she requested to be buried next to the father she never knew in life. The Bride of Science is a wonderful portrait of the struggle between reason and passion. --Laura Wood, Science & Nature Editor

The Design of the UNIX Operating System


Maurice J. Bach - 1986
    The leading selling UNIX internals book on the market.

Hijacked: The True Story of the Heroes of Flight 705


Dave Hirschman - 1997
    They had one jumpseat passenger, an off-duty colleague who they assumed was simply taking advantage of the FedEx perk allowing virtually all employees to ride the company jet for free. The shock came twenty minutes later, before the plane had reached its normal cruising altitude.The lone passenger attacked the pilots with hammers and a spear gun. He'd had his diabolical plan in the works for months: By crashing the plane into the Federal Express Memphis hub, he'd ruin the company, which he felt had treated him unfairly. With superhuman strength fueled by sheer fury, the attacker struck. What he didn't count on was the skill and intelligence of the pilots. While Sanders and Peterson tried to stop the relentless battering, copilot Tucker swung the aircraft into dangerous flight maneuvers in an attempt to literally knock the man off his feet. Covered in their own blood and exhausted from the struggle, the pilots finally managed to subdue their attacker, returning the plane safely back to Memphis as heroes.

Dungeon of Chance: Double or Nothing


Jonathan Brooks - 2021
    

Pro Git


Scott Chacon - 2009
    It took the open source world by storm since its inception in 2005, and is used by small development shops and giants like Google, Red Hat, and IBM, and of course many open source projects.A book by Git experts to turn you into a Git expert. Introduces the world of distributed version control Shows how to build a Git development workflow.