Book picks similar to
Data Cleaning Pocket Primer by Oswald Campesato
systems
tengo
data-cleaning
humble-bundle
Bayonet Dawn
Scott Moon - 2016
Unbreakable destiny. Ultimate sacrifice. One man will do anything to save what matters most. Kevin Connelly embarks on a quest to honor the memory of his grandfather, a war hero in a neighborhood without heroes, and rescue his twin siblings from mysterious aliens. His older brother, now the head of their orphaned family has other plans, requiring him to flee a contract with a powerful crime lord. Military enlistment might be the answer to his prayers or the beginning of his destruction. Ace and Amanda-Margaret Connelly learn firsthand the secret of the Siren doom when they are captured by a race of giants opposing their Siren masters. Nothing is what it seems. The human race will soon learn rebels are treacherous allies. Gunnery Sergeant Robert Priest, PhD, is dedicated to the 343rd Marauders despite the horror of Brookhaven and the damage done to his closest friends. Duty doesn't get easier when the Connelly family complicates his mission of vengeance and redemption. Bayonet Dawn is military science fiction packed with camaraderie, action, and a family saga to be remembered. The book strives to realize the best elements of classics in the genre: Starship Troopers, Battlestar Galactica, and Dune.
Programming Scala: Scalability = Functional Programming + Objects
Dean Wampler - 2009
With this book, you'll discover why Scala is ideal for highly scalable, component-based applications that support concurrency and distribution.Programming Scala clearly explains the advantages of Scala as a JVM language. You'll learn how to leverage the wealth of Java class libraries to meet the practical needs of enterprise and Internet projects more easily. Packed with code examples, this book provides useful information on Scala's command-line tools, third-party tools, libraries, and available language-aware plugins for editors and IDEs.Learn how Scala's succinct and flexible code helps you program fasterDiscover the notable improvements Scala offers over Java's object modelGet a concise overview of functional programming, and learn how Scala's support for it offers a better approach to concurrencyKnow how to use mixin composition with traits, pattern matching, concurrency with Actors, and other essential featuresTake advantage of Scala's built-in support for XMLLearn how to develop domain-specific languagesUnderstand the basics for designing test-driven Scala applications
Penance
Sharon Sala - 2008
Her physical symptoms are challenging, but then she starts to experience startling visions of the future. When she “sees” the violent kidnapping of a celebrity’s daughter, Nicole realizes that she, along with her boyfriend, Dom, may be the only person who can help save the little girl.
Originally published in 2008
Small Pups, Big Adventures (PAW Patrol)
Nickelodeon Publishing - 2017
The awesome and adorable pups from Nickelodeon’s PAW Patrol introduce the concept of opposites in this book that’s perfect for boys and girls ages 0 to 3.This Nickelodeon read-along contains audio narration.
Black Ops: American Jihad
William W. Johnstone - 2006
A direct descendant of the legendary mountain man Smoke Jensen, he is destined to continue his ancestor's legacy of heroism. For the courage, strength, and honor of a man never dies...
Into The Dark
Lieutenant Colonel Art Jensen finds himself a soldier without an army after he is caught on tape killing an Iraqi terrorist in a Baghdad firefight--only to have the media make him out to be a murderer. A career spent serving his beloved country now seems to be over... Until Jensen receives a new set of orders--secret orders. He is promoted to brigadier general, and placed in charge of the Special Function Unit--a new, covert "black ops" team. A team of one. The terrorists are already here. Financed and trained by a billionaire Saudi prince determined to bring the infidel America to its knees, a number of sleeper cells within the U.S are being activated. Officially, the politically protected prince is untouchable, and his campaign of terror stands ready to begin. But Art Jensen is no longer a soldier bound by orders--he's a weapon, bound by duty and honor, and he has one mission: to destroy the enemy within.
The Linux Programming Interface: A Linux and Unix System Programming Handbook
Michael Kerrisk - 2010
You'll learn how to:Read and write files efficiently Use signals, clocks, and timers Create processes and execute programs Write secure programs Write multithreaded programs using POSIX threads Build and use shared libraries Perform interprocess communication using pipes, message queues, shared memory, and semaphores Write network applications with the sockets API While The Linux Programming Interface covers a wealth of Linux-specific features, including epoll, inotify, and the /proc file system, its emphasis on UNIX standards (POSIX.1-2001/SUSv3 and POSIX.1-2008/SUSv4) makes it equally valuable to programmers working on other UNIX platforms.The Linux Programming Interface is the most comprehensive single-volume work on the Linux and UNIX programming interface, and a book that's destined to become a new classic.Praise for The Linux Programming Interface "If I had to choose a single book to sit next to my machine when writing software for Linux, this would be it." —Martin Landers, Software Engineer, Google "This book, with its detailed descriptions and examples, contains everything you need to understand the details and nuances of the low-level programming APIs in Linux . . . no matter what the level of reader, there will be something to be learnt from this book." —Mel Gorman, Author of Understanding the Linux Virtual Memory Manager "Michael Kerrisk has not only written a great book about Linux programming and how it relates to various standards, but has also taken care that bugs he noticed got fixed and the man pages were (greatly) improved. In all three ways, he has made Linux programming easier. The in-depth treatment of topics in The Linux Programming Interface . . . makes it a must-have reference for both new and experienced Linux programmers." —Andreas Jaeger, Program Manager, openSUSE, Novell "Michael's inexhaustible determination to get his information right, and to express it clearly and concisely, has resulted in a strong reference source for programmers. While this work is targeted at Linux programmers, it will be of value to any programmer working in the UNIX/POSIX ecosystem." —David Butenhof, Author of Programming with POSIX Threads and Contributor to the POSIX and UNIX Standards ". . . a very thorough—yet easy to read—explanation of UNIX system and network programming, with an emphasis on Linux systems. It's certainly a book I'd recommend to anybody wanting to get into UNIX programming (in general) or to experienced UNIX programmers wanting to know 'what's new' in the popular GNU/Linux system." —Fernando Gont, Network Security Researcher, IETF Participant, and RFC Author ". . . encyclopedic in the breadth and depth of its coverage, and textbook-like in its wealth of worked examples and exercises. Each topic is clearly and comprehensively covered, from theory to hands-on working code. Professionals, students, educators, this is the Linux/UNIX reference that you have been waiting for." —Anthony Robins, Associate Professor of Computer Science, The University of Otago "I've been very impressed by the precision, the quality and the level of detail Michael Kerrisk put in his book. He is a great expert of Linux system calls and lets us share his knowledge and understanding of the Linux APIs." —Christophe Blaess, Author of Programmation systeme en C sous Linux ". . . an essential resource for the serious or professional Linux and UNIX systems programmer. Michael Kerrisk covers the use of all the key APIs across both the Linux and UNIX system interfaces with clear descriptions and tutorial examples and stresses the importance and benefits of following standards such as the Single UNIX Specification and POSIX 1003.1." —Andrew Josey, Director, Standards, The Open Group, and Chair of the POSIX 1003.1 Working Group "What could be better than an encyclopedic reference to the Linux system, from the standpoint of the system programmer, written by none other than the maintainer of the man pages himself? The Linux Programming Interface is comprehensive and detailed. I firmly expect it to become an indispensable addition to my programming bookshelf." —Bill Gallmeister, Author of POSIX.4 Programmer's Guide: Programming for the Real World ". . . the most complete and up-to-date book about Linux and UNIX system programming. If you're new to Linux system programming, if you're a UNIX veteran focused on portability while interested in learning the Linux way, or if you're simply looking for an excellent reference about the Linux programming interface, then Michael Kerrisk's book is definitely the companion you want on your bookshelf." —Loic Domaigne, Chief Software Architect (Embedded), Corpuls.com
Hadoop: The Definitive Guide
Tom White - 2009
Ideal for processing large datasets, the Apache Hadoop framework is an open source implementation of the MapReduce algorithm on which Google built its empire. This comprehensive resource demonstrates how to use Hadoop to build reliable, scalable, distributed systems: programmers will find details for analyzing large datasets, and administrators will learn how to set up and run Hadoop clusters. Complete with case studies that illustrate how Hadoop solves specific problems, this book helps you:Use the Hadoop Distributed File System (HDFS) for storing large datasets, and run distributed computations over those datasets using MapReduce Become familiar with Hadoop's data and I/O building blocks for compression, data integrity, serialization, and persistence Discover common pitfalls and advanced features for writing real-world MapReduce programs Design, build, and administer a dedicated Hadoop cluster, or run Hadoop in the cloud Use Pig, a high-level query language for large-scale data processing Take advantage of HBase, Hadoop's database for structured and semi-structured data Learn ZooKeeper, a toolkit of coordination primitives for building distributed systems If you have lots of data -- whether it's gigabytes or petabytes -- Hadoop is the perfect solution. Hadoop: The Definitive Guide is the most thorough book available on the subject. "Now you have the opportunity to learn about Hadoop from a master-not only of the technology, but also of common sense and plain talk." -- Doug Cutting, Hadoop Founder, Yahoo!
Starry Hollow Witches Box Set, #1-3
Annabel Chase - 2019
When a repo job goes sideways, she and her daughter find themselves in imminent danger--until a visit from estranged relatives turns their world upside down. Ember, Marley, and their Yorkie are transported to Starry Hollow, a paranormal town where witches rule and magic is as normal as pizza. Where Ember goes, though, trouble seems to follow. When a member of the coven turns up dead and the sexy werewolf sheriff identifies Ember as a suspect, she decides to take matters into her own hands like only a Jersey girl can. Magic & Mystery, Book 2 Ember Rose, descendant of the One True Witch and New Jersey transplant, is settling into her new life in Starry Hollow, along with her precocious daughter. It doesn't take long before Ember finds herself smack dab in the middle of another mystery. Someone is turning the town's most eligible bachelors into frogs, starting with her cousin Florian. Aunt Hyacinth insists that the newspaper investigate alongside Sheriff Nash because 'everybody knows werewolves track meat, not suspects.' Can Ember manage to catch the culprit or will these young princes of Starry Hollow be trapped as frogs forever? Magic & Mischief, Book 3 When a handful of Starry Hollow residents experience their worst nightmares in real life, witch-in-training Ember Rose must use her budding journalist skills to figure out the who, what, why, when, where and how before it's too late. With both Sheriff Nash and Alec, her editor-in-chief, affected, the stakes have never been higher. Will she manage to stop the curse before her own worst nightmare comes true? These are full-length, humorous cozy mystery novels. Other books in the series include: Magic & Mayhem, Book 4 Magic & Mercy, Book 5 Magic & Madness, Book 6 Magic & Malice, Book 7 Magic & Mythos, Book 8
Banshee
Heather Graham - 2020
Her life was filled with crazy tales and legends, and Halloween was a beloved holiday.It was all just fun--until one certain Halloween.Then, it was time to wonder!
The Alverez & Pescoli Series: Books 1-3 (An Alvarez & Pescoli Novel)
Lisa Jackson - 2019
LEFT TO DIE A demented killer knows there’s nothing more terrifying than being left alone to die. But his exquisite plan to kill and kill again unravels when detectives Selena Alvarez and Regan Pescoli take on their first career-making case. CHOSEN TO DIE After working the “Star Crossed Killer” case for months, detective Regan Pescoli never imagining she’d be captured by the madman she’s been hunting. Now it’s up to detective Selena Alvarez to get inside a killer’s twisted mind to save her partner’s life . . . BORN TO DIE Someone is killing women who all share an uncanny resemblance to Dr. Kacey Lambert. It’s a chilling pattern that detectives Selena Alvarez and Regan Pescoli must decode before a sick mind claims its final victim . . .
The Kate Shugak Novels, Vol 2
Dana Stabenow - 2012
They've been having some serious problems with the white stuff—not snow, but cocaine—and their highly-paid, isolated, somewhat stir-crazy employees have been overdosing at an alarming rate. Kate's job is to identify the dealer and staunch the flow before more people die. It's never that simple, of course.In Play with Fire, Kate and friends stumble across a naked, decaying corpse in the woods. Judged death by misadventure by the Troopers, Kate's sense of justice demands that she launch her own investigation, leading her to ask some very uncomfortable questions of a frontier faith community. Questions that might drive someone to kill…again.In Blood Will Tell, Kate is forced to involve herself in Native politics, attending the annual Federation convention in Anchorage and investigating the deaths of several board members. Opposition to a new development project seems to have been the link tying the victims together, but when Kate poses the question that all detective work begins with—cui bono?—she finds there are more suspects on the list than not.Also included: the two Kate Shugak short stories, "Wreck Rights" and "Cherchez la Femme."
UNIX Power Tools
Jerry Peek - 1993
It also covers add-on utilities and how to take advantage of clever features in the most popular UNIX utilities.Loaded with even more practical advice about almost every aspect of UNIX, this edition addresses the technology that UNIX users face today, differing from the first edition in a number of important ways.First, it slants the blend of options and commands more toward the POSIX utilities, including the GNU versions; the bash and tcsh shells have greater coverage, but we've kept the first edition's emphasis on the core concepts of sh and csh that will help you use all UNIX shells; and, Perl is more important than awk these days, so we've de-emphasized awk in this edition.This is a browser's book...like a magazine that you don't read from start to finish, but leaf through repeatedly until you realize that you've read it all. The book is structured so that it bursts at the seams with cross references. Interesting "sidebars" explore syntax or point out other directions for exploration, including relevant technical details that might not be immediately apparent. You'll find articles abstracted from other O'Reilly books, new information that highlights program "tricks" and "gotchas," tips posted to the Net over the years, and other accumulated wisdom.The 53 chapters in this book discuss topics like file management, text editors, shell programming -- even office automation. Overall, there's plenty of material here to satisfy even the most voracious appetites. The bottom line? UNIX Power Tools is loaded with practical advice about almost every aspect of UNIX. It will help you think creatively about UNIX, and will help you get to the point where you can analyze your own problems. Your own solutions won't be far behind.The CD-ROM includes all of the scripts and aliases from the book, plus perl, GNU emacs, netpbm (graphics manipulation utilities), ispell,screen, the sc spreadsheet, and about 60 other freeware programs. In addition to the source code, all the software is precompiled for Sun4, Digital UNIX, IBM AIX, HP/UX, Red Hat Linux, Solaris, and SCO UNIX.
Virgin River Collection Volume 5: Hidden Summit\Redwood Bend\Sunrise Point\My Kind of Christmas
Robyn Carr - 2018
Leslie Petruso didn’t want to leave her hometown, either. But she can’t stand another minute of listening to her ex-husband boast about his new life. Virgin River may not be home, but it’s a place where she can be anonymous. Neither Connor nor Leslie is remotely interested in starting a new relationship…but they can’t deny they have a lot in common—broken hearts notwithstanding. And in Virgin River, no one can stay hidden away from life and love for very long…
Redwood Bend
Katie Malone and her twin boys’ trip along the beautiful mountain roads to Virgin River is stopped short by a tire as flat as her failed romance. To make matters worse, the rain has set in, the boys are hungry and Katie is having trouble putting on a spare. Dylan Childress and his buddies are on the motorcycle trip of a lifetime. But the sight of a woman in distress stops them in their tracks. In one brief moment, the world tilts on its axis and any previous plans Katie and Dylan might have had for their futures are left at the side of the road.
Sunrise Point
Things are better for Nora Crane than they’ve been in ages; still she’s barely scraping by. But she’s got two little girls to look after, so she’ll work harvesttime at the Cavanaugh orchard. Her new boss, Tom Cavanaugh, has come home to take over the family farm. Tom thinks he knows what he wants—he’s ready to settle down with a sweet, traditional woman. Nora doesn’t seem to be the marrying kind, but he can’t keep his eyes off her. Nora has no intention of getting involved with anyone. But it starts to become clear that Nora and Tom won’t be able to stay just friends.
My Kind of Christmas
Angie LeCroix wants to spend Christmas in Virgin River relaxing, away from her well-intentioned but hovering mother. Yet instead of freedom, she gets her uncle, who would prefer she never go out at all. And certainly not with navy pilot Patrick Riordan. But Angie has her own idea of the kind of Christmas she wants—and the kind of man. Patrick and Angie thought they wanted to be left alone this Christmas—until they met each other. Now they want to be left alone together. But the Sheridan and Riordan families have different plans for Patrick and Angie—and for Christmas, Virgin River style!
Doing Data Science
Cathy O'Neil - 2013
But how can you get started working in a wide-ranging, interdisciplinary field that’s so clouded in hype? This insightful book, based on Columbia University’s Introduction to Data Science class, tells you what you need to know.In many of these chapter-long lectures, data scientists from companies such as Google, Microsoft, and eBay share new algorithms, methods, and models by presenting case studies and the code they use. If you’re familiar with linear algebra, probability, and statistics, and have programming experience, this book is an ideal introduction to data science.Topics include:Statistical inference, exploratory data analysis, and the data science processAlgorithmsSpam filters, Naive Bayes, and data wranglingLogistic regressionFinancial modelingRecommendation engines and causalityData visualizationSocial networks and data journalismData engineering, MapReduce, Pregel, and HadoopDoing Data Science is collaboration between course instructor Rachel Schutt, Senior VP of Data Science at News Corp, and data science consultant Cathy O’Neil, a senior data scientist at Johnson Research Labs, who attended and blogged about the course.