Real World OCaml: Functional programming for the masses


Yaron Minsky - 2013
    Through the book’s many examples, you’ll quickly learn how OCaml stands out as a tool for writing fast, succinct, and readable systems code.Real World OCaml takes you through the concepts of the language at a brisk pace, and then helps you explore the tools and techniques that make OCaml an effective and practical tool. In the book’s third section, you’ll delve deep into the details of the compiler toolchain and OCaml’s simple and efficient runtime system.Learn the foundations of the language, such as higher-order functions, algebraic data types, and modulesExplore advanced features such as functors, first-class modules, and objectsLeverage Core, a comprehensive general-purpose standard library for OCamlDesign effective and reusable libraries, making the most of OCaml’s approach to abstraction and modularityTackle practical programming problems from command-line parsing to asynchronous network programmingExamine profiling and interactive debugging techniques with tools such as GNU gdb

Nine Algorithms That Changed the Future: The Ingenious Ideas That Drive Today's Computers


John MacCormick - 2012
    A simple web search picks out a handful of relevant needles from the world's biggest haystack: the billions of pages on the World Wide Web. Uploading a photo to Facebook transmits millions of pieces of information over numerous error-prone network links, yet somehow a perfect copy of the photo arrives intact. Without even knowing it, we use public-key cryptography to transmit secret information like credit card numbers; and we use digital signatures to verify the identity of the websites we visit. How do our computers perform these tasks with such ease? This is the first book to answer that question in language anyone can understand, revealing the extraordinary ideas that power our PCs, laptops, and smartphones. Using vivid examples, John MacCormick explains the fundamental "tricks" behind nine types of computer algorithms, including artificial intelligence (where we learn about the "nearest neighbor trick" and "twenty questions trick"), Google's famous PageRank algorithm (which uses the "random surfer trick"), data compression, error correction, and much more. These revolutionary algorithms have changed our world: this book unlocks their secrets, and lays bare the incredible ideas that our computers use every day.

Getting Started with SQL: A Hands-On Approach for Beginners


Thomas Nield - 2016
    If you're a business or IT professional, this short hands-on guide teaches you how to pull and transform data with SQL in significant ways. You will quickly master the fundamentals of SQL and learn how to create your own databases.Author Thomas Nield provides exercises throughout the book to help you practice your newfound SQL skills at home, without having to use a database server environment. Not only will you learn how to use key SQL statements to find and manipulate your data, but you'll also discover how to efficiently design and manage databases to meet your needs.You'll also learn how to:Explore relational databases, including lightweight and centralized modelsUse SQLite and SQLiteStudio to create lightweight databases in minutesQuery and transform data in meaningful ways by using SELECT, WHERE, GROUP BY, and ORDER BYJoin tables to get a more complete view of your business dataBuild your own tables and centralized databases by using normalized design principlesManage data by learning how to INSERT, DELETE, and UPDATE records

The Nudist on the Late Shift: And Other True Tales of Silicon Valley


Po Bronson - 1999
    In his national bestseller The Nudist on the Late Shift he tells the true story of the mostly under-thirty entrepreneurs and tech wizards, immigrants and investors, dreamers and visionaries, who see the Valley as their Mecca. Taking us inside the world of these newcomers, brainiacs, salespeople, headhunters, utopians, plutocrats, and innovators as they transform our culture, The Nudist on the Late Shift is a defining portrait of a new generation in the whirl of an information revolution and an international gold rush.Po Bronson is the author of two novels and one book of nonfiction. Bombardiers, a dark satire of high finance, was an international bestseller that was translated into twelve languages. The First $20 Million Is Always the Hardest, soon to be a feature film from 20th Century Fox, is a comedy of Silicon Valley.  His third bestseller, The Nudist on the Late Shift and Other True Tales of Silicon Valley, demonstrates that Bronson's wit and imagination apply as well to nonfiction as to fiction.

If Then: How the Simulmatics Corporation Invented the Future


Jill Lepore - 2020
    Jill Lepore, best-selling author of These Truths, came across the company’s papers in MIT’s archives and set out to tell this forgotten history, the long-lost backstory to the methods, and the arrogance, of Silicon Valley.Founded in 1959 by some of the nation’s leading social scientists—“the best and the brightest, fatally brilliant, Icaruses with wings of feathers and wax, flying to the sun”—Simulmatics proposed to predict and manipulate the future by way of the computer simulation of human behavior. In summers, with their wives and children in tow, the company’s scientists met on the beach in Long Island under a geodesic, honeycombed dome, where they built a “People Machine” that aimed to model everything from buying a dishwasher to counterinsurgency to casting a vote. Deploying their “People Machine” from New York, Washington, Cambridge, and even Saigon, Simulmatics’ clients included the John F. Kennedy presidential campaign, the New York Times, the Department of Defense, and dozens of major manufacturers: Simulmatics had a hand in everything from political races to the Vietnam War to the Johnson administration’s ill-fated attempt to predict race riots. The company’s collapse was almost as rapid as its ascent, a collapse that involved failed marriages, a suspicious death, and bankruptcy. Exposed for false claims, and even accused of war crimes, it closed its doors in 1970 and all but vanished. Until Lepore came across the records of its remains.The scientists of Simulmatics believed they had invented “the A-bomb of the social sciences.” They did not predict that it would take decades to detonate, like a long-buried grenade. But, in the early years of the twenty-first century, that bomb did detonate, creating a world in which corporations collect data and model behavior and target messages about the most ordinary of decisions, leaving people all over the world, long before the global pandemic, crushed by feelings of helplessness. This history has a past; If Then is its cautionary tale.

Forbidden, Book 1


Mike Wells - 2015
    Not only is she welcomed into a family that she never knew, but she is thrust headlong into the highest strata of European society. Nothing is too grand in the fairy tale lives of the uber-rich--the spectacular seaside villas, the sleek, chauffeured limousines, the outrageously expensive designer clothes. When Jayne plays her part and learns to fit into this new world, she meets Robert Astor, the man of her dreams. But her feelings for Robert are forbidden. Jayne's heady new life begins to unravel into a dark web of deceit, domination and greed...and she ultimately finds herself confronting an evil that truly has no limits.

Working with UNIX Processes


Jesse Storimer - 2011
    Want to impress your coworkers and write the fastest, most efficient, stable code you ever have? Don't reinvent the wheel. Reuse decades of research into battle-tested, highly optimized, and proven techniques available on any Unix system.This book will teach you what you need to know so that you can write your own servers, debug your entire stack when things go awry, and understand how things are working under the hood.http://www.jstorimer.com/products/wor...

AngularJS: Up and Running: Enhanced Productivity with Structured Web Apps


Shyam Seshadri - 2014
    By the end of the book, you'll understand how to develop a large, maintainable, and performant application with AngularJS.Guided by two engineers who worked on AngularJS at Google, you'll learn the components needed to build data-driven applications, using declarative programming and the Model-view-controller pattern. You'll also learn how to conduct unit tests on each part of your application.Learn how to use controllers for moving data to and from viewsUnderstand when to use AngularJS services instead of controllersCommunicate with the server to store, fetch, and update data asynchronouslyKnow when to use AngularJS filters for converting data and values to different formatsImplement single-page applications, using ngRoute to select views and navigationDive into basic and advanced directives for creating reusable componentsWrite an end-to-end test on a live version of your entire applicationUse best practices, guidelines, and tools throughout the development cycle

Terminal Justice


Lyle Howard - 2013
    Four million dollars will be inherited by your family, upon your death, if you will strap plastic explosives around your waist, and blow yourself to bits, along with someone who has just been acquitted of a heinous crimeWould you do it?You're going to die anyway, Think about it . . .Most terminally ill patients, spend their last days and hours sharing that most precious of time with their family and friends. In Lyle Howard's new pulse-pounding thriller, TERMINAL JUSTICE, terminally ill patients spend their last few hours tracking down murderers and felons who have walked free on technicalities or horrible miscarriages of justice. Then, the patients become violent avengers - killing the murderers in explosive suicide bombings.A mafia kingpin, a homicidal televangelist, and a handful of others. . .none of these acquitted transgressors are safe from the explosive retribution of the evil mastermind behind this brand of terminal justice!When Gabe Mitchell, an ex-police detective, who himself has been diagnosed with an inoperable brain tumor, is enlisted by the mysterious organization responsible for the suicide bombings, he will have to chose pulling the trigger on his own suicide bomb, or risking everything to expose the deadly conspiracy.In this Mystery and Suspense Crime Thriller,From the opening detonation in Las Vegas, to the surprise ending that won’t be reveaiceled until the story's very last sentence,Terminal Justice is a character driven story that will keep the reader cheering for more.

Saving Stacy: The Untold Story of the Moody Massacre


Rob St. Clair - 2019
    The first time the killer thought he had succeeded, and he left Stacy bleeding in her bed. But a few minutes later he must have heard her moaning and returned to her upstairs bedroom. This time he approached the bed, pointed a .22 caliber rifle at her young face, and pulled the trigger again. Then he left.Later that morning, Memorial Day, May 25, 2005, the Logan County Sheriff would declare it a rampage. According to Sheriff Henry, 18-year-old Scott Moody lived on a family farm with his mother and sister; his grandparents lived nearby. The night before his high school graduation something snapped, and Scott went on a shooting spree. He murdered his two grandparents, his mother, a high school classmate who had spent the night after a graduation party, his girlfriend, and then he turned the rifle on himself, committing suicide. He thought he had killed his 15-year-old sister, but she was life-flighted to a hospital in Columbus where she remained in critical condition. Sheriff Henry declared the mystery solved: “It was horribly tragic, a murder/suicide case.”Three days later, Stacy woke up in intensive care. When asked by the county coroner to explain what happened – clearly expecting her to say that her brother, Scott, had shot her – Stacy, in a weak, distressed voice said something else. It was an older man with gray hair, wearing a blue shirt, someone she had never seen before. And then, once again – what everyone suspected but were afraid to publicly talk about – was the Logan County Sheriff’s Office really corrupt?After Stacy was released from the hospital, Detective Jon Stout wanted to interview her in private, away from the influence of her father and stepmother. On a Sunday afternoon he took 15-year-old Stacy in his unmarked cruiser to a shaded parking lot behind the county children services building. It was there he coerced her into taking off her clothes, playfully handcuffing her to the steering wheel, and then forcibly having sex with her. It was only a matter of time before wrongful death actions were filed against Scott’s estate. That’s when Scott’s father, wanting to remove the stigma of his son’s reputation, hired outside experts, who easily refuted the idea that Scott had been the shooter. People in the community knew all along what had happened. The sheriff’s office was corrupt. Underage sex and illicit drugs had finally raised their ugly heads.

Rescuing his Virgin Duchess: A Steamy Historical Regency Romance Novel


Olivia T. Bennet - 2021
    But what she didn’t expect was running right into the alluring rogue, Langley, the Duke of Whitehaven.Langley, the Duke of Whitehaven is a scarred man, both mentally and physically. His days of solitude are all he has, and the pain that lives deep within him remains ever since his days in the army. But when a peculiar wallflower maid shows right onto his doorsteps, he realizes he cannot resist her.Running away from home could never be easy—Emma should have realized.When her father finally finds her, he announces her horrid fate: she is to marry a cruel Earl she doesn’t love. And Langley will go to prison...*If you like a realistic yet steamy depiction of the Regency and Victorian era, then Rescuing his Virgin Duchess is the novel for you.This is Olivia's 36th novel, a historical Regency romance novel of 80,000 words (around 00 pages). No cheating, no cliffhangers, and a strong happily ever after.Pick up "Rescuing his Virgin Duchess" today to discover Olivia's amazing new story!

HTML and CSS: Design and Build Websites


Jon Duckett - 2011
    Joining the professional web designers and programmers are new audiences who need to know a little bit of code at work (update a content management system or e-commerce store) and those who want to make their personal blogs more attractive. Many books teaching HTML and CSS are dry and only written for those who want to become programmers, which is why this book takes an entirely new approach. • Introduces HTML and CSS in a way that makes them accessible to everyone—hobbyists, students, and professionals—and it’s full-color throughout • Utilizes information graphics and lifestyle photography to explain the topics in a simple way that is engaging • Boasts a unique structure that allows you to progress through the chapters from beginning to end or just dip into topics of particular interest at your leisureThis educational book is one that you will enjoy picking up, reading, then referring back to. It will make you wish other technical topics were presented in such a simple, attractive and engaging way!

97 Things Every Programmer Should Know: Collective Wisdom from the Experts


Kevlin Henney - 2010
    With the 97 short and extremely useful tips for programmers in this book, you'll expand your skills by adopting new approaches to old problems, learning appropriate best practices, and honing your craft through sound advice.With contributions from some of the most experienced and respected practitioners in the industry--including Michael Feathers, Pete Goodliffe, Diomidis Spinellis, Cay Horstmann, Verity Stob, and many more--this book contains practical knowledge and principles that you can apply to all kinds of projects.A few of the 97 things you should know:"Code in the Language of the Domain" by Dan North"Write Tests for People" by Gerard Meszaros"Convenience Is Not an -ility" by Gregor Hohpe"Know Your IDE" by Heinz Kabutz"A Message to the Future" by Linda Rising"The Boy Scout Rule" by Robert C. Martin (Uncle Bob)"Beware the Share" by Udi Dahan

The Definitive ANTLR 4 Reference


Terence Parr - 2012
    Whether it's a data format like JSON, a network protocol like SMTP, a server configuration file for Apache, a PostScript/PDF file, or a simple spreadsheet macro language--ANTLR v4 and this book will demystify the process. ANTLR v4 has been rewritten from scratch to make it easier than ever to build parsers and the language applications built on top. This completely rewritten new edition of the bestselling Definitive ANTLR Reference shows you how to take advantage of these new features. Build your own languages with ANTLR v4, using ANTLR's new advanced parsing technology. In this book, you'll learn how ANTLR automatically builds a data structure representing the input (parse tree) and generates code that can walk the tree (visitor). You can use that combination to implement data readers, language interpreters, and translators. You'll start by learning how to identify grammar patterns in language reference manuals and then slowly start building increasingly complex grammars. Next, you'll build applications based upon those grammars by walking the automatically generated parse trees. Then you'll tackle some nasty language problems by parsing files containing more than one language (such as XML, Java, and Javadoc). You'll also see how to take absolute control over parsing by embedding Java actions into the grammar. You'll learn directly from well-known parsing expert Terence Parr, the ANTLR creator and project lead. You'll master ANTLR grammar construction and learn how to build language tools using the built-in parse tree visitor mechanism. The book teaches using real-world examples and shows you how to use ANTLR to build such things as a data file reader, a JSON to XML translator, an R parser, and a Java class->interface extractor. This book is your ticket to becoming a parsing guru!What You Need: ANTLR 4.0 and above. Java development tools. Ant build system optional (needed for building ANTLR from source)

Time Management for System Administrators: Stop Working Late and Start Working Smart


Thomas A. Limoncelli - 2005
    No other job pulls people in so many directions at once. Users interrupt you constantly with requests, preventing you from getting anything done. Your managers want you to get long-term projects done but flood you with reques ... Available here:readmeaway.com/download?i=0596007833Time Management for System Administrators: Stop Working Late and Start Working Smart PDF by Thomas A. LimoncelliRead Time Management for System Administrators: Stop Working Late and Start Working Smart PDF from O'Reilly Media,Thomas A. LimoncelliDownload Thomas A. Limoncelli’s PDF E-book Time Management for System Administrators: Stop Working Late and Start Working Smart