8 new posts |
- bash Cookbook
- DNS & BIND Cookbook
- Mastering Algorithms with C
- Practical C Programming, 3rd Edition
- Data Mashups in R
- Machine Learning for Email
- Parallel R
- The Twitter Book, 2nd Edition
Posted: 15 Nov 2011 02:41 PM PST Book DescriptionThe key to mastering any Unix system, especially Linux and Mac OS X, is a thorough knowledge of shell scripting. Scripting is a way to harness and customize the power of any Unix system, and it’s an essential skill for any Unix users, including system administrators and professional OS X developers. But beneath this simple promise lies a treacherous ocean of variations in Unix commands and standards. bash Cookbook teaches shell scripting the way Unix masters practice the craft. It presents a variety of recipes and tricks for all levels of shell programmers so that anyone can become a proficient user of the most common Unix shell — the bash shell — and cygwin or other popular Unix emulation packages. Packed full of useful scripts, along with examples that explain how to create better scripts, this new cookbook gives professionals and power users everything they need to automate routine tasks and enable them to truly manage their systems — rather than have their systems manage them. Table of Contents Appendix A Reference Lists Book Details
Related Posts
|
Posted: 15 Nov 2011 09:05 AM PST Book DescriptionThe DNS & BIND Cookbook presents solutions to the many problems faced by network administrators responsible for a name server. Following O’Reilly’s popular problem-and-solution cookbook format, this title is an indispensable companion to DNS & BIND, 4th Edition, the definitive guide to the critical task of name server administration. The cookbook contains dozens of code recipes showing solutions to everyday problems, ranging from simple questions, like, “How do I get BIND?” to more advanced topics like providing name service for IPv6 addresses. It’s full of BIND configuration files that you can adapt to your sites requirements. With the wide range of recipes in this book, you’ll be able to
and much more. These recipes encompass all the day-to-day tasks you’re faced with when managing a name server, and many other tasks you’ll face as your site grows. Written by Cricket Liu, a noted authority on DNS, and the author of the bestselling DNS & BIND and DNS on Windows 2000, the DNS & BIND Cookbook belongs in every system or network administrator’s library. Table of Contents Book Details
Related Posts
|
Posted: 15 Nov 2011 09:05 AM PST Book DescriptionThere are many books on data structures and algorithms, including some with useful libraries of C functions. Mastering Algorithms with C offers you a unique combination of theoretical background and working code. With robust solutions for everyday programming tasks, this book avoids the abstract style of most classic data structures and algorithms texts, but still provides all of the information you need to understand the purpose and use of common programming techniques. Implementations, as well as interesting, real-world examples of each data structure and algorithm, are included. Using both a programming style and a writing style that are exceptionally clean, Kyle Loudon shows you how to use such essential data structures as lists, stacks, queues, sets, trees, heaps, priority queues, and graphs. He explains how to use algorithms for sorting, searching, numerical analysis, data compression, data encryption, common graph problems, and computational geometry. And he describes the relative efficiency of all implementations. The compression and encryption chapters not only give you working code for reasonably efficient solutions, they offer explanations of concepts in an approachable manner for people who never have had the time or expertise to study them in depth. Anyone with a basic understanding of the C language can use this book. In order to provide maintainable and extendible code, an extra level of abstraction (such as pointers to functions) is used in examples where appropriate. Understanding that these techniques may be unfamiliar to some programmers, Loudon explains them clearly in the introductory chapters. Contents include:
Table of Contents Part II: Data Structures Part III: Algorithms Book Details
Related Posts
|
Practical C Programming, 3rd Edition Posted: 15 Nov 2011 09:05 AM PST Book DescriptionThere are lots of introductory C books, but this is the first one that has the no-nonsense, practical approach that has made Nutshell Handbooks® famous. C programming is more than just getting the syntax right. Style and debugging also play a tremendous part in creating programs that run well and are easy to maintain. This book teaches you not only the mechanics of programming, but also describes how to create programs that are easy to read, debug, and update. Practical rules are stressed. For example, there are fifteen precedence rules in C (&& comes before || comes before ?:). The practical programmer reduces these to two:
Contrary to popular belief, most programmers do not spend most of their time creating code. Most of their time is spent modifying someone else’s code. This books shows you how to avoid the all-too-common obfuscated uses of C (and also to recognize these uses when you encounter them in existing programs) and thereby to leave code that the programmer responsible for maintenance does not have to struggle with. Electronic Archaeology, the art of going through someone else’s code, is described. This third edition introduces popular Integrated Development Environments on Windows systems, as well as UNIX programming utilities, and features a large statistics-generating program to pull together the concepts and features in the language. Table of Contents Part II: Simple Programming Part III: Advanced Programming Concepts Part IV: Other Language Features Book Details
Related Posts
|
Posted: 15 Nov 2011 03:25 AM PST Book DescriptionHow do you use R to import, manage, visualize, and analyze real-world data? With this short, hands-on tutorial, you learn how to collect online data, massage it into a reasonable form, and work with it using R facilities to interact with web servers, parse HTML and XML, and more. Rather than use canned sample data, you’ll plot and analyze current home foreclosure auctions in Philadelphia. This practical mashup exercise shows you how to access spatial data in several formats locally and over the Web to produce a map of home foreclosures. It’s an excellent way to explore how the R environment works with R packages and performs statistical analysis.
About the Author Xiao-Yi Li is a biostatistician with an M.Sc. from University of Michigan. In fact, her entire education experience has be revolving statistics, a percentile or otherwise. Currently, she works in the bioinformatics group at DuPont as a statistical consultant. Her work consists mostly of design of experiments and analysis for phenotypic screens, quality control in microarrays, and association mapping. Book Details
Related Posts
|
Posted: 15 Nov 2011 03:22 AM PST Book DescriptionIf you're an experienced programmer willing to crunch data, this concise guide will show you how to use machine learning to work with email. You'll learn how to write algorithms that automatically sort and redirect email based on statistical patterns. Authors Drew Conway and John Myles White approach the process in a practical fashion, using a case-study driven approach rather than a traditional math-heavy presentation. This book also includes a short tutorial on using the popular R language to manipulate and analyze data. You'll get clear examples for analyzing sample data and writing machine learning programs with R.
Table of Contents Book Details
Related Posts
|
Posted: 15 Nov 2011 03:21 AM PST Book DescriptionIt's tough to argue with R as a high-quality, cross-platform, open source statistical software product—unless you're in the business of crunching Big Data. This concise book introduces you to several strategies for using R to analyze large datasets. You'll learn the basics of Snow, Multicore, Parallel, and some Hadoop-related tools, including how to find them, how to use them, when they work well, and when they don't. With these packages, you can overcome R's single-threaded nature by spreading work across multiple CPUs, or offloading work to multiple machines to address R's memory barrier.
Table of Contents Book Details
Related Posts
|
Posted: 15 Nov 2011 03:21 AM PST Book DescriptionTwitter is not just for talking about your breakfast anymore. It's become an indispensable communications tool for businesses, non-profits, celebrities, and people around the globe. With the second edition of this friendly, full-color guide, you'll quickly get up to speed not only on standard features, but also on new options and nuanced uses that will help you tweet with confidence. Co-written by two widely recognized Twitter experts, The Twitter Book is packed with all-new real-world examples, solid advice, and clear explanations guaranteed to turn you into a power user.
Want to learn how to use Twitter like a pro? Get the book that readers and critics alike rave about. Review “As easy to grasp as a tweet, this book cuts through the tiresome twitterhype and delivers a bunch of sensible, down-to-earth material on using and enjoying Twitter.” “As with anything that gains high profile popularity there are plenty of Twitter haters out there, though the role that Twitter has played in the recent Iranian elections seems to have brought more legitimacy to Twitter in the eyes of many. With popularity come books and quite a few are already out there about and for twitter, but my favorite so far is The Twitter Book by Tim O’Reilly and Sarah Milstein.” “Ever been to Nepal? Me neither. However if I ever do go, even though the aborigines who live there are just like us, I will enlist a Sherpa to guide me through the landscape and the nuances of the culture. That’s what The Twitter Book is to Twitter. The Twitter community is, at its heart, filled with passionate people engaged in conversations. It’s just like Main Street USA. However, culturally, Twitter is its own country with its own language. Its various conventions like DMs and hashtags sound more like retro phrases from the 1960s than the underpinnings of one of the largest social networks on the web today. However, with a quick study, anyone can jump in, engage and accomplish their goals. With The Twitter Book, Sarah Milstein and Tim O’Reilly give you everything you need to get started while leaving just enough for readers to explore on their own. It’s an terrific resource I am recommending to all of our clients and anyone else who is curious about Twitter.” “Once again, O’Reilly has put together a great, comprehensive primer. If you’re ready to dive into the world of Twitter, I highly recommend this book!” “Movie stars, media figures, captains of industry and book reviewers are doing it, but how can businesses discern the twits from the tweets? O’Reilly and Milstein present as lucid and intelligent an overview as you’d want or need. The format is concise but quite rich, and there’s plenty here to convince skeptics that employing Twitter as a marketing tool is a very good way to engage customers.” “The 234-page guide is so helpful that many readers no doubt will tweet its praises and thank ‘(at)timoreilly’ and ‘(at)sarahm’ – the authors’ Twitter handles – for helping people understand why Twitter is emerging as the Internet’s most powerful communications vehicle since e-mail.” “Tim O’Reilly and Sarah Milstein are two of my favorite tweeters, and they’ve just written The Twitter Book, a pleasingly-designed 240-page guide to making the most out of Twitter.” Book Details
Related Posts
|
You are subscribed to email updates from Wow! eBook - Blog To stop receiving these emails, you may unsubscribe now. | Email delivery powered by Google |
Google Inc., 20 West Kinzie, Chicago IL USA 60610 |
Tidak ada komentar:
Posting Komentar