The Art of R ProgrammingR is the world's most popular language for developing statistical software: Archaeologists use it to track the spread of ancient civilizations, drug companies use it to discover which medications are safe and effective, and actuaries use it to assess financial risks and keep economies running smoothly.
The Art of R Programming takes you on a guided tour of software development with R, from basic types and data structures to advanced topics like closures, recursion, and anonymous functions. No statistical knowledge is required, and your programming skills can range from hobbyist to pro. ...
Data Analysis Using SQL and ExcelUseful business analysis requires you to effectively transform data into actionable information. This book helps you use SQL and Excel to extract business information from relational databases and use that data to define business dimensions, store transactions about customers, produce results, and more. Each chapter explains when and why to perform a particular type of business analysis in order to obtain useful results, how to design and perform the analysis using SQL and Excel, and what the results should look like. ...
Software Performance and ScalabilitySoftware Performance and Scalability gives you a specialized skill set that will enable you to design and build performance into your products with immediate, measurable improvements. Complemented with real-world case studies, it is an indispensable resource for software developers, quality and performance assurance engineers, architects, and managers. It is anideal text for university courses related to computer and software performance evaluation and can also be used to supplement a course in computer organization or in queuing theory for upper-division and graduate computer science students. ...
Sams Teach Yourself More Visual Basic .NET in 21 DaysSams Teach Yourself More Visual Basic.NET in 21 Days provides step-by-step coverage of the most important new features of Visual Basic.NET and .NET that will allow programmers to begin creating rich Web applications and Web Services. Intermediate programmers gain the knowledge and skills to be able to design professional Windows applications and Web services. See how to use previous VB skills in this new environment. ...
Professional C++C++ is one of the most popular programming languages, but this fast and powerful language is also notoriously complex. Many useful aspects of C++ remain a mystery to even the most experienced programmers. Too often, programming books concentrate more on the syntax of the language and less on its real-world applications. This code-intensive, practical guide changes that by teaching all facets of C++ development, including effective application design, testing, and debugging. You'll learn simple, powerful techniques used by C++ professionals, little-known features that will make your life easier, and reusable coding patterns that will bring your basic C++ skills to the professional level. ...
Dreamweaver 8 For DummiesEver visited a knockout Web site and wondered, "How did they do that?" Wonder no more. Odds are, they did it with Dreamweaver. Completely updated to give you the scoop on all the cool new tools in the latest version, Dreamweaver 8 For Dummies will have you designing dynamite Web sites in no time. In fact, by Chapter 2 you'll dive right into setting up your Web site, creating your first Web page, and adding text images and links. This guide starts with basic Web page design features and progresses to the more advanced options for DHTML and database-driven sites, with step-by-step instructions for every function plus lots of screen shots. ...
Opa: Up and RunningWant to simplify web development? This hands-on book shows you how to write frontend and backend code simultaneously, using the Opa framework. Opa provides a complete stack for web application development, including a web server, database engine, distribution libraries, and a programming language that compiles to JavaScript.
You'll learn step-by-step how to use Opa by building two projects through the course of the book: a wiki application similar to Wikipedia, and a Twitter-like micro-blogging platform. Discover how easy it is to use Opa to develop applications with real-time updates, database interactions, and web service design. ...
Developing with Couchbase ServerToday's highly interactive websites pose a challenge for traditional SQL databases - the ability to scale rapidly and serve loads of concurrent users. With this concise guide, you'll learn how to build web applications on top of Couchbase Server 2.0, a NoSQL database that can handle websites and social media where hundreds of thousands of users read and write large volumes of information.
Using food recipe information as examples, this book demonstrates how to take advantage of Couchbase's document-oriented database design, and how to store and query data with various CRUD operations. Discover why Couchbase is better than SQL databases with memcached tiers for managing data from the most interactive portions of your application. ...
InDesign CS5 For DummiesAs the industry standard in professional layout and design, InDesign delivers powerful publishing solutions for magazine, newspaper, and other publishing fields. This introductory book is an easy-to-understand reference for anyone migrating from another software application or those with little-to-no desktop publishing experience. You'll explore InDesign basics and examine the enhancements to the latest version, while you also discover how pages work, build templates, create frames and shapes, manage styles, and much more. ...
Event Processing in ActionEvent processing apps collect, analyze, and react to events as they occur. They recognize event patterns-from the obvious to the complex, even predicting outcomes such as power shortages or customer dissatisfaction - and respond to them accordingly. In some applications, such as financial trading, fast reaction times are a must.
Event Processing in Action is a ground-breaking book that shows you how to use, design, and build event processing applications. It follows a detailed example to present the concepts and show you the how-tos of both architecture and implementation. ...