Welcome to our book review site go-pdf.online!

You may have to Search all our reviewed books and magazines, click the sign up button below to create a free account.

Sign up

Mastering Algorithms with Perl
  • Language: en
  • Pages: 734

Mastering Algorithms with Perl

Many programmers would love to use Perl for projects that involve heavy lifting, but miss the many traditional algorithms that textbooks teach for other languages. Computer scientists have identified many techniques that a wide range of programs need, such as: Fuzzy pattern matching for text (identify misspellings!)Finding correlations in dataGame-playing algorithmsPredicting phenomena such as Web trafficPolynomial and spline fitting Using algorithms explained in this book, you too can carry out traditional programming tasks.

Mac OS X Panther for Unix Geeks
  • Language: en
  • Pages: 388

Mac OS X Panther for Unix Geeks

With its rep for being the sort of machine that won't intimidate even the most inexperienced users, what's the appeal of the Mac® for hard-core geeks? The Mac has always been an efficient tool, pleasant to use and customize, and eminently hackable. But now with Mac OS® X's BSD core, many a Unix® developer has found it irresistible. The latest version of Mac OS X, called Panther, makes it even easier for users to delve into the underlying Unix operating system. In fact, you can port Linux® and Unix applications and run them side-by-side with your native Aqua® apps right on the Mac desktop. Still, even experienced Unix users may find themselves in surprisingly unfamiliar territory as they...

Perl Debugged
  • Language: en
  • Pages: 660

Perl Debugged

The 2001 classic - available in eBook formats for the first time Perl Debugged provides the expertise and solutions developers require for coding better, faster, and more reliably in Perl. Focusing on debugging, the most vexing aspect of programming in Perl, this example-rich reference and how-to guide minimizes development, troubleshooting, and maintenance time resulting in the creation of elegant and error-free Perl code. Designed for the novice to intermediate software developer, Perl Debugged will save the programmer time and frustration in debugging Perl programs. Based on the authors’ extensive experience with the language, this book guides developers through the entire programming p...

Writing Perl Modules for CPAN
  • Language: en
  • Pages: 304

Writing Perl Modules for CPAN

  • Type: Book
  • -
  • Published: 2002-08-09
  • -
  • Publisher: Apress

The author Sam Tregar tells programmers how best to use and contribute modules to the Open Source repository known as CPAN (Comprehensive Perl Archive Network).

Practical Text Mining with Perl
  • Language: en
  • Pages: 306

Practical Text Mining with Perl

Provides readers with the methods, algorithms, and means to perform text mining tasks This book is devoted to the fundamentals of text mining using Perl, an open-source programming tool that is freely available via the Internet (www.perl.org). It covers mining ideas from several perspectives--statistics, data mining, linguistics, and information retrieval--and provides readers with the means to successfully complete text mining tasks on their own. The book begins with an introduction to regular expressions, a text pattern methodology, and quantitative text summaries, all of which are fundamental tools of analyzing text. Then, it builds upon this foundation to explore: Probability and texts, ...

Computer Science & Perl Programming
  • Language: en
  • Pages: 760

Computer Science & Perl Programming

In its first five years of existence, The Perl Journal ran 247 articles by over 120 authors. Every serious Perl programmer subscribed to it, and every notable Perl guru jumped at the opportunity to write for it. TPJ explained critical topics such as regular expressions, databases, and object-oriented programming, and demonstrated Perl's utility for fields as diverse as astronomy, biology, economics, AI, and games. The magazine gave birth to both the Obfuscated Perl Contest and the Perl Poetry contest, and remains a proud and timeless achievement of Perl during one of its most exciting periods of development.Computer Science and Perl Programming is the first volume of The Best of the Perl Jou...

Games, Diversions & Perl Culture
  • Language: en
  • Pages: 589

Games, Diversions & Perl Culture

The Perl Journal (TPJ) did something most print journals aspire to, but few succeed. Within a remarkable short time, TPJ acquired a cult-following and became the voice of the Perl community. Every serious Perl programmer subscribed to it, and every notable Perl guru jumped at the opportunity to write for it. Back issues were swapped like trading cards. No longer in print format, TPJ remains the quintessential spirit of Perl--a publication for and by Perl programmers who see fun and beauty in an admittedly quirky little language.Games, Diversions, and Perl Culture is the third volume of The Best of the Perl Journal, compiled and re-edited by the original editor and publisher of The Perl Journ...

Swordfighting, for Writers, Game Designers and Martial Artists
  • Language: en
  • Pages: 263

Swordfighting, for Writers, Game Designers and Martial Artists

“Useful, helpful, absorbing, entertaining. Whether you are interested in weaponry or, like me, researching details for a novel, this is the book for you.” - Helen Hollick Your search for a book that will feed your passion for and deepen your knowledge of swordsmanship ends here. Guy Windsor’s Swordfighting offers insight into this magnificent historical European martial art: you will find answers to your burning questions about swordsmanship, its theory and practice. This carefully crafted book provides essential information on diverse topics with piercing clarity. “Whether you are a writer or game-maker seeking the kind of information I sought while writing The Baroque Cycle, or jus...

Building Embedded Linux Systems
  • Language: en
  • Pages: 419

Building Embedded Linux Systems

Linux® is being adopted by an increasing number of embedded systems developers, who have been won over by its sophisticated scheduling and networking, its cost-free license, its open development model, and the support offered by rich and powerful programming tools. While there is a great deal of hype surrounding the use of Linux in embedded systems, there is not a lot of practical information. Building Embedded Linux Systems is the first in-depth, hard-core guide to putting together an embedded system based on the Linux kernel. This indispensable book features arcane and previously undocumented procedures for: Building your own GNU development toolchain Using an efficient embedded developme...

Perl and XML
  • Language: en
  • Pages: 219

Perl and XML

Discusses topics including parsing and validating XML documents in Perl, working with event streams, XML document trees, the Document Object Model, and turning arbitrary data sources into XML.