docs
Pro Perl Parsing
23 августа 2006, 16:41This book examines all these problems from the perspective of the Perl programming language, which, since its inception in 1987, has always been heralded for its parsing and text processing capabilities. The book takes a practical approach to parsing and is rich in examples that are relevant to real-world parsing tasks. While covering all the basics of parser design to instill understanding in readers, the book highlights numerous CPAN modules that will allow programmers to produce working parser code in an efficient manner.
Tags: perl
MySQL Cookbook
23 августа 2006, 16:05MySQL Cookbook provides a unique problem-and-solution format that offers practical examples for everyday programming dilemmas. For every problem addressed in the book, there"s a worked-out solution or "recipe" -- short, focused pieces of code that you can insert directly into your applications. More than a collection of cut-and-paste code, this book explanation how and why the code works, so you can learn to adapt the techniques to similar situations.
Tags: mysql
The Practice of Programming
23 августа 2006, 15:15Programming style, algorithms and data structures, strategies and tactics for systematic and
effective debugging, portability, and more..
Tags: general programming
Java Network Programming
23 августа 2006, 14:49Java Network Programming endeavors to show you how to take advantage of Java"s network class library to quickly and easily write programs that accomplish many common networking tasks.
Tags: java
Java Cookbook
23 августа 2006, 14:37The Java Cookbook is a comprehensive collection of problems, solutions, and practical examples for anyone programming in Java. Developers will find hundreds of tried-and-true Java "recipes" covering all of the major APIs as well as some APIs that aren"t as well documented in other Java books. The book provides quick solutions to particular problems that can be incorporated into other programs, but that aren"t usually programs in and of themselves.
Tags: java
Effective Java: Programming Language Guide
23 августа 2006, 14:12Featuring fifty-seven valuable rules of thumb, Effective Java Programming Language Guide
contains working solutions to the programming challenges most developers encounter each
day. Offering comprehensive descriptions of techniques used by the experts who developed
the Java platform, this book reveals what to do - and what not to do - in order to produce
clear, robust and efficient code.
Tags: java
Web Client Programming with Perl
23 августа 2006, 10:54This book is out of print, but it has been made available online through the O"Reilly Open Books Project.
Tags: perl
GAWK: Effective AWK Programming
22 августа 2006, 16:19A User’s Guide for GNU Awk, Edition 3
Tags: awk