L.E.O.: The True Stories of Lt. Wayne Cotes
Wayne Cotes - 2018
Some of his tales will seem far fetched, unless you're a cop and then you know that anything can happen - and just when you think you've seen it all, someone will surprise you.
The Psychopath Code: Cracking The Predators That Stalk Us
Pieter Hintjens - 2015
one in 25 of the people around you is a psychopath, hiding and living a secret life. Psychopaths take what they want, using their charm and wits. They feel only the emotions of a predator. In this book Pieter Hintjens decodes the mystery of the psychopath. Why do such people exist? How do they operate? And most critical of all, can we learn to avoid them, or escape them? The answers will enlighten you. This book delivers practical tools and techniques to survive the most difficult people.
Cloud Computing for Dummies
Judith Hurwitz - 2009
If you've been put in charge of implementing cloud computing, this straightforward, plain-English guide clears up the confusion and helps you get your plan in place.You'll learn how cloud computing enables you to run a more green IT infrastructure, and access technology-enabled services from the Internet ("in the cloud") without having to understand, manage, or invest in the technology infrastructure that supports them. You'll also find out what you need to consider when implementing a plan, how to handle security issues, and more.Cloud computing is a way for businesses to take advantage of storage and virtual services through the Internet, saving money on infrastructure and support This book provides a clear definition of cloud computing from the utility computing standpoint and also addresses security concerns Offers practical guidance on delivering and managing cloud computing services effectively and efficiently Presents a proactive and pragmatic approach to implementing cloud computing in any organization Helps IT managers and staff understand the benefits and challenges of cloud computing, how to select a service, and what's involved in getting it up and running Highly experienced author team consults and gives presentations on emerging technologies Cloud Computing For Dummies gets straight to the point, providing the practical information you need to know.
The D Programming Language
Andrei Alexandrescu - 2010
I'm sure you'll find the read rewarding." --From the Foreword by Scott Meyers D is a programming language built to help programmers address the challenges of modern software development. It does so by fostering modules interconnected through precise interfaces, a federation of tightly integrated programming paradigms, language-enforced thread isolation, modular type safety, an efficient memory model, and more.
The D Programming Language
is an authoritative and comprehensive introduction to D. Reflecting the author's signature style, the writing is casual and conversational, but never at the expense of focus and pre-cision. It covers all aspects of the language (such as expressions, statements, types, functions, contracts, and modules), but it is much more than an enumeration of features. Inside the book you will find In-depth explanations, with idiomatic examples, for all language features How feature groups support major programming paradigms Rationale and best-use advice for each major feature Discussion of cross-cutting issues, such as error handling, contract programming, and concurrency Tables, figures, and "cheat sheets" that serve as a handy quick reference for day-to-day problem solving with D Written for the working programmer,
The D Programming Language
not only introduces the D language--it presents a compendium of good practices and idioms to help both your coding with D and your coding in general.
You Look Like a Thing and I Love You: How Artificial Intelligence Works and Why It's Making the World a Weirder Place
Janelle Shane - 2019
according to an artificial intelligence trained by scientist Janelle Shane, creator of the popular blog "AI Weirdness." She creates silly AIs that learn how to name paint colors, create the best recipes, and even flirt (badly) with humans--all to understand the technology that governs so much of our daily lives.We rely on AI every day for recommendations, for translations, and to put cat ears on our selfie videos. We also trust AI with matters of life and death, on the road and in our hospitals. But how smart is AI really, and how does it solve problems, understand humans, and even drive self-driving cars?Shane delivers the answers to every AI question you've ever asked, and some you definitely haven't--like, how can a computer design the perfect sandwich? What does robot-generated Harry Potter fan-fiction look like? And is the world's best Halloween costume really "Vampire Hog Bride"?In this smart, often hilarious introduction to the most interesting science of our time, Shane shows how these programs learn, fail, and adapt--and how they reflect the best and worst of humanity. You Look Like a Thing and I Love You is the perfect book for anyone curious about what the robots in our lives are thinking.
Learning the vi and Vim Editors
Arnold Robbins - 1987
Editors are the subject of adoration and worship, or of scorn and ridicule, depending upon whether the topic of discussion is your editor or someone else's.vi has been the standard editor for close to 30 years. Popular on Unix and Linux, it has a growing following on Windows systems, too. Most experienced system administrators cite vi as their tool of choice. And since 1986, this book has been the guide for vi. However, Unix systems are not what they were 30 years ago, and neither is this book. While retaining all the valuable features of previous editions, the 7th edition of Learning the vi and vim Editors has been expanded to include detailed information on vim, the leading vi clone. vim is the default version of vi on most Linux systems and on Mac OS X, and is available for many other operating systems too. With this guide, you learn text editing basics and advanced tools for both editors, such as multi-window editing, how to write both interactive macros and scripts to extend the editor, and power tools for programmers -- all in the easy-to-follow style that has made this book a classic.Learning the vi and vim Editors includes:A complete introduction to text editing with vi:How to move around vi in a hurry Beyond the basics, such as using buffers vi's global search and replacement Advanced editing, including customizing vi and executing Unix commandsHow to make full use of vim: Extended text objects and more powerful regular expressions Multi-window editing and powerful vim scripts How to make full use of the GUI version of vim, called gvim vim's enhancements for programmers, such as syntax highlighting, folding and extended tags Coverage of three other popular vi clones -- nvi, elvis, and vile -- is also included. You'll find several valuable appendixes, including an alphabetical quick reference to both vi and ex mode commands for regular vi and for vim, plus an updated appendix on vi and the Internet. Learning either vi or vim is required knowledge if you use Linux or Unix, and in either case, reading this book is essential. After reading this book, the choice of editor will be obvious for you too.
The Quick Python Book
Naomi R. Ceder - 2000
This updated edition includes all the changes in Python 3, itself a significant shift from earlier versions of Python.The book begins with basic but useful programs that teach the core features of syntax, control flow, and data structures. It then moves to larger applications involving code management, object-oriented programming, web development, and converting code from earlier versions of Python.True to his audience of experienced developers, the author covers common programming language features concisely, while giving more detail to those features unique to Python.Purchase of the print book comes with an offer of a free PDF, ePub, and Kindle eBook from Manning. Also available is all code from the book.
Before the Pilgrims: the Untold History before Jamestown and Plymouth
Pippa Pralen - 2019
40 years before the Jamestown colony, the Spanish founded a "Jamestown-type" colony in Virginia. Early explorers met Indians who surprisingly spoke English. Long before 1619 the recognized arrival of slaves, in 1526, the first African slaves were brought to America by the Spanish. A fierce competition arose between France, Spain and England to win the New World. Colonies floundered, were abandoned or destroyed by the English. It wasn’t easy surviving in this “new world” in spite of the early glowing reports. Why did Jamestown and Plymouth colonies succeed when others failed? The 2nd half of this book explores the first successful English colonies of Jamestown and Plymouth and why they succeeded when others could not. Strange and curious facts: the first Indian contact in Plymouth was an Indian asking for a glass of beer! Enjoy a detailed look of what really took place in America’s beginnings. It’s more interesting than your school history books!
Go in Practice
Matt Butcher - 2015
Following a cookbook-style Problem/Solution/Discussion format, this practical handbook builds on the foundational concepts of the Go language and introduces specific strategies you can use in your day-to-day applications. You'll learn techniques for building web services, using Go in the cloud, testing and debugging, routing, network applications, and much more.
Data Mining: Concepts and Techniques (The Morgan Kaufmann Series in Data Management Systems)
Jiawei Han - 2000
Not only are all of our business, scientific, and government transactions now computerized, but the widespread use of digital cameras, publication tools, and bar codes also generate data. On the collection side, scanned text and image platforms, satellite remote sensing systems, and the World Wide Web have flooded us with a tremendous amount of data. This explosive growth has generated an even more urgent need for new techniques and automated tools that can help us transform this data into useful information and knowledge.Like the first edition, voted the most popular data mining book by KD Nuggets readers, this book explores concepts and techniques for the discovery of patterns hidden in large data sets, focusing on issues relating to their feasibility, usefulness, effectiveness, and scalability. However, since the publication of the first edition, great progress has been made in the development of new data mining methods, systems, and applications. This new edition substantially enhances the first edition, and new chapters have been added to address recent developments on mining complex types of data- including stream data, sequence data, graph structured data, social network data, and multi-relational data.A comprehensive, practical look at the concepts and techniques you need to know to get the most out of real business dataUpdates that incorporate input from readers, changes in the field, and more material on statistics and machine learningDozens of algorithms and implementation examples, all in easily understood pseudo-code and suitable for use in real-world, large-scale data mining projectsComplete classroom support for instructors at www.mkp.com/datamining2e companion site
Chunk (Kindle Single)
Brian Donovan - 2015
Chunk follows him along his crazy, overweight journey; from the chubby 10-year old who stole brownies and tricked his parents into thinking he’d lost weight, to the teenage boy who made regular after-school plans to eat entire pies, to the adult man who still hates working out and still loves Cinnabons. It’s a bracingly funny and delightfully uncomfortable collection of essays exploring food, fitness, and the funny things that happen when we try to slim down and grow up. Brian Donovan has written for Late Night with Jimmy Fallon, National Public Radio, and, most recently, ABC’s The Neighbors. His work has also appeared on Chapelle’s Show, Funny or Die, and Off Broadway in New York City. His “Not a Match: My True Tales of Online Dating Disasters” is currently being developed for television. Cover design by Adil Dara.
Introducing Ethereum and Solidity: Foundations of Cryptocurrency and Blockchain Programming for Beginners
Chris Dannen - 2017
Blockchain protocols are taking the world by storm, and the Ethereum project, with its Turing-complete scripting language Solidity, has rapidly become a front-runner. This book presents the blockchain phenomenon in context; then situates Ethereum in a world pioneered by Bitcoin.See why professionals and non-professionals alike are honing their skills in smart contract patterns and distributed application development. You'll review the fundamentals of programming and networking, alongside its introduction to the new discipline of crypto-economics. You'll then deploy smart contracts of your own, and learn how they can serve as a back-end for JavaScript and HTML applications on the Web.Many Solidity tutorials out there today have the same flaw: they are written for "advanced" JavaScript developers who want to transfer their skills to a blockchain environment. Introducing Ethereum and Solidity is accessible to technology professionals and enthusiasts of all levels. You'll find exciting sample code that can move forward real world assets in both the academic and the corporate arenas. Find out now why this book is a powerful gateway for creative technologists of all types, from concept to deployment.What You'll LearnSee how Ethereum (and other cryptocurrencies) workCompare distributed apps (dapps) to web appsWrite Ethereum smart contracts in Solidity Connect Ethereum smart contracts to your HTML/CSS/JavaScript web applicationsDeploy your own dapp, coin, and blockchainWork with basic and intermediate smart contractsWho This Book Is For Anyone who is curious about Ethereum or has some familiarity with computer science Product managers, CTOs, and experienced JavaScript programmersExperts will find the advanced sample projects in this book rewarding because of the power of Solidity
I Blame the Hormones: A Raw and Honest Account of One Woman's Fight Against Depression (HarperTrue Life - A Short Read)
Caroline Church - 2014
Yet through exploring the correlation between her depressive episodes and the basic elements of female nature, over many years she discovered that what she thought was a mental disorder was actually due to a hormonal imbalance. And the best bit? She learnt what she could do and take to control it.Shocking, vivid, and a must read for women, their partners and healthcare professionals alike, I Blame the Hormones is the uplifting memoir of Caroline’s journey to pull herself through despite all the odds.
Jacqueline Kennedy Onassis: A Life Beyond Her Wildest Dreams
Darwin Porter - 2014
So does Jacqueline Bouvier Kennedy Onassis, who lives again in this "warts-and-all" portrait. It's being released on the 20th anniversary of the tragic death, in 1994, of the icon who changed America's beliefs about what a woman of style, power, and influence could accomplish "behind the throne" of men whose careers changed the course of history. During her tumultuous life, she zealously guarded her privacy and her secrets, but in the wake of her death, more and more revelations have emerged about her frustrations, her rage, her passions, her towering strengths, and her delicate fragility, which she hid from the glare of the world behind oversized sunglasses. Within this posthumous biography, a three-dimensional woman emerges through the compilation of some 1,000 eyewitness testimonials from men and women who knew her over a period of decades. The public epitome of charm, grace, and elegance, the private, chain-smoking Jackie was known for her sharp wit and her acid tongue, dissing some of the great men and women she encountered. Examples include such figures as Nancy Reagan ("I heard she used to give the best head in Hollywood when she was a starlet at MGM"); Queen Elizabeth II ("pompous, stuffy, a heavy trip, and seriously pissed off at me for turning on Philip"); or Martin Luther King, Jr. ("a terrible man and a tricky, phony, skirt-chaser and race baiter"). This outspoken testimonial to the flimsier side of Camelot contains a cornucopia of gossip and intrigue, including details about Jackie's scandalous love affairs with her two brothers-in-law (Bobby and Teddy), and her penchant for movie star seductions (Warren Beatty, Paul Newman, William Holden). Also detailed are her famous feuds with Grace Kelly, Marilyn Monroe, and Maria Callas; her almost unknown love affairs with Spain's greatest matador and with Peter Lawford; her night in Georgetown coping with LBJ's aborted seduction; her friend Rudolf Nureyev's pursuit of both her and Bobby; her interchanges with Lem Billings, JFK's homosexual "First Friend" whom Bobby defined as "Jack's other wife"); her blood feud with Christina Onassis; her sibling rivalry with Lee Radziwill; her illicit affair with a senator nicknamed "Gorgeous George; her love-hate relationship with Frank Sinatra; and her Italian fling with Fiat's kingpin, Gianni Agnelli, who taught her all about La Dolce Vita during the summer of 1962. Conceived in direct and sometimes defiant contrast to the avalanche of more breathlessly respectful testimonials to the life and legacy of "America's Queen," this book is the latest installment in Blood Moon's endlessly irreverent BABYLON series.
The Great American Divorce: Why Our Country Is Coming Apart—And Why It Might Be for the Best
David Austin French - 2020