Book picks similar to
Handbook of Constraint Programming by Francesca Rossi
make-me-a-gift
maphychines
programming
science-tech
A Long Time Gone
J.S. Donovan - 2019
All across the Appalachian Mountains, locals praised her name. She has captured more killers than any other detective in her lifetime, her methods are secret, and young ambitious journalists are dying to know her story. When a teenager's body turns up on display in Rachel's North Carolinian town, the gifted detective risks her legacy to track an imaginative killer with a twisted sense of art.The Painting MurdersA twenty-two year old murder, a prophetic female painter who foretells her husband's death, and a vengeful killer collide in the trendy city of Northampton, Massachusetts all the way to Amish country in Lancaster, Pennsylvania.
Computing: A Concise History
Paul E. Ceruzzi - 2012
In this concise and accessible account of the invention and development of digital technology, computer historian Paul Ceruzzi offers a broader and more useful perspective. He identifies four major threads that run throughout all of computing's technological development: digitization--the coding of information, computation, and control in binary form, ones and zeros; the convergence of multiple streams of techniques, devices, and machines, yielding more than the sum of their parts; the steady advance of electronic technology, as characterized famously by "Moore's Law"; and the human-machine interface. Ceruzzi guides us through computing history, telling how a Bell Labs mathematician coined the word "digital" in 1942 (to describe a high-speed method of calculating used in anti-aircraft devices), and recounting the development of the punch card (for use in the 1890 U.S. Census). He describes the ENIAC, built for scientific and military applications; the UNIVAC, the first general purpose computer; and ARPANET, the Internet's precursor. Ceruzzi's account traces the world-changing evolution of the computer from a room-size ensemble of machinery to a "minicomputer" to a desktop computer to a pocket-sized smart phone. He describes the development of the silicon chip, which could store ever-increasing amounts of data and enabled ever-decreasing device size. He visits that hotbed of innovation, Silicon Valley, and brings the story up to the present with the Internet, the World Wide Web, and social networking.
Data Structures and Algorithm Analysis in C
Mark Allen Weiss - 1992
The book's conceptual presentation focuses on ADTs and the analysis of algorithms for efficiency, with a particular concentration on performance and running time. The second edition contains a new chapter that examines advanced data structures such as red black trees, top down splay trees, treaps, k-d trees, and pairing heaps among others. All code examples now conform to ANSI C and coverage of the formal proofs underpinning several key data structures has been strengthened.
Hands-On Programming with R: Write Your Own Functions and Simulations
Garrett Grolemund - 2014
With this book, you'll learn how to load data, assemble and disassemble data objects, navigate R's environment system, write your own functions, and use all of R's programming tools.RStudio Master Instructor Garrett Grolemund not only teaches you how to program, but also shows you how to get more from R than just visualizing and modeling data. You'll gain valuable programming skills and support your work as a data scientist at the same time.Work hands-on with three practical data analysis projects based on casino gamesStore, retrieve, and change data values in your computer's memoryWrite programs and simulations that outperform those written by typical R usersUse R programming tools such as if else statements, for loops, and S3 classesLearn how to write lightning-fast vectorized R codeTake advantage of R's package system and debugging toolsPractice and apply R programming concepts as you learn them
Gateway Investigations: 5-Books Private Security Series
Clara Kendrick - 2017
Lots of suspense, mystery, and romance. No cliffhangers! Altering the Ego My boss told me to hire a psychiatrist to do an evaluation on a client. It should have been a simple thing. We were an investigative firm. Our client is most definitely not a serial killer. My task? Hire a shrink. Get her to agree that the client isn’t a psychopath. Boom. Except the boom wasn’t my task getting checked off my list. It was more like my life exploding into a million pieces because nothing is simple when it comes to Dr. Harley Seward. The woman is mental health dynamite and when I’m around her there is no shrinking going on. Cat’s Claw The world is full of a whole lot of sickos. That’s no real surprise. Since I’m a private investigator by trade, I might be biased. But right now I’m looking at a whole string of bodies and a justice system that wants to put the wrong man in jail. So pardon me if I’m not real impressed with the local detectives right now. And double pardon me if I have orders from my boss to get in their way and make myself a regular nuisance while I try to get these guys to do their job. Not that it’s a hardship since the guy I’m following around happens to be the best looking guy in the department. Of course he’s also a big of an odd duck. He seems to be immune to my charm and that is what I call a challenge. Judge Not Someone is threatening to kill my mother. Of course it’s not that I’ve never felt like the woman needed a few good threats, but I’m her daughter. That’s sort of my right. See my mother is a judge and someone really wants to sway her opinion on a case she’s currently presiding over. So what better way to do that than to threaten her family? Of course if the idiots knew her at all they’d focus on my sister. She’s the favorite. But me? I’m the tough one. My mother might be willing to turn down a little help from an outside private investigations company, but I’m not. If a super hot investigator named Zeke wants to help me find out who’s threatening my family. I’m all in. No matter what it takes. Bending the Rules I am sick to death of my job as a private investigator and ready for a change. Is there a man out there who doesn’t cheat, lie, or completely wimp out when the chips are down? If there is, I can’t find him, and that absolutely includes the parade of MMA fighters I’ve been dating recently. Of course my search for Mr. Nonexistent will have to wait until after I deal with the joker that my boss has ordered me to work with on his current pet project. Not only does he live upstairs, but he’s also a lawyer. The fact that he sort of fascinates me is irrelevant. Really. If my boss’s daughter wasn’t such a good friend, I think I would have walked away. When it All Falls Down Letting my wife divorce me was probably the stupidest thing I ever did. I would never say that out loud though and I’ll deny it if anyone asks. Colleen is an amazing woman. I just wish she would stay out of the way and let me use every resource at my fingertips to find our daughter. Does the woman not understand that the city is a powder keg and we’re running around out there with matches? I know what to do. I know where to look. I’ve got a crack team of investigators and I’ve assembled all of the specialists I could ever want. In the end though, it’s going to take both of us to find our little girl.
Perl Cookbook
Tom Christiansen - 1998
Perl Cookbook is a comprehensive collection of problems, solutions, and practical examples for anyone programming in Perl. The book contains hundreds of rigorously reviewed Perl "recipes" and thousands of examples ranging from brief one-liners to complete applications.The second edition of Perl Cookbook has been fully updated for Perl 5.8, with extensive changes for Unicode support, I/O layers, mod_perl, and new technologies that have emerged since the previous edition of the book. Recipes have been updated to include the latest modules. New recipes have been added to every chapter of the book, and some chapters have almost doubled in size.Covered topic areas include: • Manipulating strings, numbers, dates, arrays, and hashes • Pattern matching and text substitutions • References, data structures, objects, and classes • Signals and exceptions • Screen addressing, menus, and graphical applications • Managing other processes • Writing secure scripts • Client-server programming • Internet applications programming with mail, news, ftp, and telnet • CGI and mod_perl programming • Web programmingSince its first release in 1998, Perl Cookbook has earned its place in the libraries of serious Perl users of all levels of expertise by providing practical answers, code examples, and mini-tutorials addressing the challenges that programmers face. Now the second edition of this bestselling book is ready to earn its place among the ranks of favorite Perl books as well.Whether you're a novice or veteran Perl programmer, you'll find Perl Cookbook, 2nd Edition to be one of the most useful books on Perl available. Its comfortable discussion style and accurate attention to detail cover just about any topic you'd want to know about. You can get by without having this book in your library, but once you've tried a few of the recipes, you won't want to.
Artificial Intelligence: A Modern Approach
Stuart Russell - 1994
The long-anticipated revision of this best-selling text offers the most comprehensive, up-to-date introduction to the theory and practice of artificial intelligence. *NEW-Nontechnical learning material-Accompanies each part of the book. *NEW-The Internet as a sample application for intelligent systems-Added in several places including logical agents, planning, and natural language. *NEW-Increased coverage of material - Includes expanded coverage of: default reasoning and truth maintenance systems, including multi-agent/distributed AI and game theory; probabilistic approaches to learning including EM; more detailed descriptions of probabilistic inference algorithms. *NEW-Updated and expanded exercises-75% of the exercises are revised, with 100 new exercises. *NEW-On-line Java software. *Makes it easy for students to do projects on the web using intelligent agents. *A unified, agent-based approach to AI-Organizes the material around the task of building intelligent agents. *Comprehensive, up-to-date coverage-Includes a unified view of the field organized around the rational decision making pa
Computer Graphics with OpenGL
Donald Hearn - 2003
The text converts all programming code into the C++ language.
The Protocols (TCP/IP Illustrated, Volume 1)
W. Richard Stevens - 1993
In eight chapters, it provides the most thorough coverage of TCP available. It also covers the newest TCP/IP features, including multicasting, path MTU discovery and long fat pipes. The author describes various protocols, including ARP, ICMP and UDP. He utilizes network diagnostic tools to actually show the protocols in action. He also explains how to avoid silly window syndrome (SWS) by using numerous helpful diagrams. This book gives you a broader understanding of concepts like connection establishment, timeout, retransmission and fragmentation. It is ideal for anyone wanting to gain a greater understanding of how the TCP/IP protocols work.
Agile Game Development with Scrum
Clinton Keith - 2010
It's no wonder so many development studios are struggling to survive. Fortunately, there is a solution. Scrum and Agile methods are already revolutionizing development outside the game industry. Now, long-time game developer Clinton Keith shows exactly how to successfully apply these methods to the unique challenges of game development. Keith has spent more than fifteen years developing games, seven of them with Scrum and agile methods. Drawing on this unparalleled expertise, he shows how teams can use Scrum to deliver games more efficiently, rapidly, and cost-effectively; craft games that offer more entertainment value; and make life more fulfilling for development teams at the same time. You'll learn to form successful agile teams that incorporate programmers, producers, artists, testers, and designers--and promote effective collaboration within and beyond those teams, throughout the entire process. From long-range planning to progress tracking and continuous integration, Keith offers dozens of tips, tricks, and solutions--all based firmly in reality and hard-won experience. Coverage includes Understanding Scrum's goals, roles, and practices in the context of game development Communicating and planning your game's vision, features, and progress Using iterative techniques to put your game into a playable state every two to four weeks-- even daily Helping all team participants succeed in their roles Restoring stability and predictability to the development process Managing ambiguous requirements in a fluid marketplace Scaling Scrum to large, geographically distributed development teams Getting started: overcoming inertia and integrating Scrum into your studio's current processes Increasingly, game developers and managers are recognizing that things can't go on the way they have in the past. Game development organizations need a far better way to work.
Agile Game Development with Scrum
gives them that--and brings the profitability, creativity, and fun back to game development.
A Whirlwind Tour of Python
Jake Vanderplas - 2016
This report provides a brief yet comprehensive introduction to Python for engineers, researchers, and data scientists who are already familiar with another programming language.Author Jake VanderPlas, an interdisciplinary research director at the University of Washington, explains Python’s essential syntax and semantics, built-in data types and structures, function definitions, control flow statements, and more, using Python 3 syntax.You’ll explore:- Python syntax basics and running Python codeBasic semantics of Python variables, objects, and operators- Built-in simple types and data structures- Control flow statements for executing code blocks conditionally- Methods for creating and using reusable functionsIterators, list comprehensions, and generators- String manipulation and regular expressions- Python’s standard library and third-party modules- Python’s core data science tools- Recommended resources to help you learn more
CoffeeScript
Trevor Burnham - 2011
It provides all of JavaScript's functionality wrapped in a cleaner, more succinct syntax. In the first book on this exciting new language, CoffeeScript guru Trevor Burnham shows you how to hold onto all the power and flexibility of JavaScript while writing clearer, cleaner, and safer code.CoffeeScript: Accelerated JavaScript Development offers a thorough introduction to this new language, starting from the basics. You'll learn to use time-saving features like list comprehensions and splats, organize your code into modules with extensible classes, and deploy your work to multiple environments. Each chapter is example-driven and includes challenging exercises to push your CoffeeScript know-how further. Through the course of the book, you'll build a fast-paced multiplayer word game-writing both the client (with jQuery) and server (with Node.js) in CoffeeScript. And because the two languages are so deeply intertwined, you'll deepen your understanding of JavaScript along the way. CoffeeScript makes it easier than ever to write powerful, standards-compliant JavaScript code. CoffeeScript: Accelerated JavaScript Development lets you start doing it today.