Big Data Now: 2012 EditionThe Big Data Now anthology is relevant to anyone who creates, collects or relies upon data. It's not just a technical book or just a business guide. Data is ubiquitous and it doesn't pay much attention to borders, so we've calibrated our coverage to follow it wherever it goes.
In the first edition of Big Data Now, the O'Reilly team tracked the birth and early development of data tools and data science. Now, with this second edition, we're seeing what happens when big data grows up: how it's being applied, where it's playing a role, and the consequences - good and bad alike - of data's ascendance. ...
SQL and Relational Theory, 2nd EditionSQL is full of difficulties and traps for the unwary. You can avoid them if you understand relational theory, but only if you know how to put the theory into practice. In this insightful book, author C.J. Date explains relational theory in depth, and demonstrates through numerous examples and exercises how you can apply it directly to your use of SQL.
This 2nd edition includes new material on recursive queries, "missing information" without nulls, new update operators, and topics such as aggregate operators, grouping and ungrouping, and view updating. If you have a modest-to-advanced background in SQL, you'll learn how to deal with a host of common SQL dilemmas. ...
Illustrated Guide to Home Forensic Science ExperimentsHave you ever wondered whether the forensic science you've seen on TV is anything like the real thing? There's no better way to find out than to roll up your sleeves and do it yourself. This full-color book offers advice for setting up an inexpensive home lab, and includes more than 50 hands-on lab sessions that deal with forensic science experiments in biology, chemistry, and physics. You'll learn the practical skills and fundamental knowledge needed to pursue forensics as a lifelong hobby - or even a career. ...
Photoshop CS6: The Missing ManualPhotoshop CS6 is truly amazing, but it can also be overwhelming if you're just getting started. This book makes learning Photoshop a breeze by explaining things in a friendly, conversational style - without technical jargon. After a thorough introduction to the program, you'll delve deep into Photoshop's secrets with expert tips and practical advice you can use every day. ...
DIY Instruments for Amateur SpaceWhat can you measure and what are your limits when orbiting in space? Learn about what physical quantities you can measure and what types of sensors you can buy or build. We cover the 5 essential design limits as well: power, bandwidth, resolution, computing... and legal limitations. Explore what you can play with using your own personal satellite. ...
Windows 8: The Missing ManualWith Windows 8, Microsoft completely reimagined the graphical user interface for its operating system, and designed it to run on tablets as well as PCs. It's a big change that calls for a trustworthy guide - Windows 8: The Missing Manual. New York Times columnist David Pogue provides technical insight, lots of wit, and hardnosed objectivity to help you hit the ground running with Microsoft's new OS.
This jargon-free book explains Windows 8 features so clearly - revealing which work well and which don't - that it should have been in the box in the first place. ...
Exploring ExpectExpect is quickly becoming a part of every UNIX user's toolbox. It allows you to automate Telnet, FTP, passwd, rlogin, and hundreds of other applications that normally require human interaction. Using Expect to automate these applications will allow you to speed up tasks and, in many cases, solve new problems that you never would have even considered before.
For example, you can use Expect to test interactive programs with no changes to their interfaces. Or wrap interactive programs with Motif-like front-ends to control applications by buttons, scrollbars, and other graphic elements with no recompilation of the original programs. ...
Postfix: The Definitive GuidePostfix is a Mail Transfer Agent (MTA): software that mail servers use to route email. Postfix is highly respected by experts for its secure design and tremendous reliability. And new users like it because it's so simple to configure. In fact, Postfix has been adopted as the default MTA on Mac OS X. It is also compatible with sendmail, so that existing scripts and programs continue to work seamlesslyafter it is installed.
Postfix was written by well-known security expert Wietse Venema, who reviewed this book intensively during its entire development. Author Kyle Dent covers a wide range of Postfix tasks, from virtual hosting to controls for unsolicited commercial email. ...
EclipseEclipse, the popular Java integrated development environment (IDE) provides an elegant and powerful remedy for this common, frustrating scenario. It doesn't just catch your errors before you compile, it also suggests solutions. All you need to do is point and click. And it's free - what could be better? Still, if you're like most programmers, mastering a newtechnology--no matter how productive it will make you in the long run - is going to take a chunk out of your productivity now. You want to get up to speed quickly without sacrificing efficiency. ...
Understanding the Linux Kernel, 3rd EditionIn order to thoroughly understand what makes Linux tick and why it works so well on a wide variety of systems, you need to delve deep into the heart of the kernel. The kernel handles all interactions between the CPU and the external world, and determines which programs will share processor time, in what order. It manages limited memory so well that hundreds of processes can share the system efficiently, and expertly organizes data transfers so that the CPU isn't kept waiting any longer than necessary for the relatively slow disks.
The third edition of Understanding the Linux Kernel takes you on a guided tour of the most significant data structures, algorithms, and programming tricks used in the kernel. ...