Category: Uncategorized
-
chromatic’s book “Modern Perl”
Q: Where to download from? A: [Link] http://modernperlbooks.com/books/modern_perl Unicode and Strings [Link] Moose [Link] Testing [Link] POD [Link] transforming a main program into a module, so that we can test also it local subroutines separately [handling main], [controlled execution] –– I call this “main à la Python” …
-
O’Reilly Media book: Advanced Perl Programming, 2nd Edition
Advanced Perl Programming, 2nd Edition – O’Reilly Media Just put the 1st paperback edition on top of the batch going to the charitable book collection. From the TOC: Chapter 8: Testing; with a subchapter on “Keeping Tests and Code Together” within POD sections of the source code
-
O’Reilly Media book: TCP/IP Network Administration, 3rd Edition
TCP/IP Network Administration, 3rd Edition – O’Reilly Media “Of course” it’s not covering IPv6. Just put the 2nd paperback edition on top of the batch going to the charitable book collection.
-
O’Reilly Media book: Perl Testing: A Developer’s Notebook
Perl Testing: A Developer’s Notebook – O’Reilly Media Is there any sexier topic in software development than software testing? That is, besides game programming, 3D graphics, audio, high-performance clustering, cool websites, et cetera? Okay, so software testing is low on the list. And that’s unfortunate, because good software testing can increase your productivity, improve your designs, raise…
-
dpunkt.verlag : Basiswissen Softwaretest
dpunkt.verlag :: Basiswissen Softwaretest – Aus- und Weiterbildung zum Certified Tester – Foundation Level nach ISTQB-Standard
-
O’Reilly Media book: MapReduce Design Patterns
http://shop.oreilly.com/product/0636920025122.do This handy guide brings together a unique collection of valuable MapReduce patterns that will save you time and effort regardless of the domain, language, or development framework you’re using. Each pattern is explained in context, with pitfalls and caveats clearly identified—so you can avoid some of the common design mistakes when modeling your Big…
-
using foolabs’ pdfinfo for extracting the creation date from PDF files
http://www.foolabs.com/xpdf/portsntools.html They don’t list pdfinfo there, but it is a part of their open source tool set. It’s a companion tool to xpdf and pdftohtml. I like to use the creation date (or last modification date) of (external) documents as the leading part of their file names on my computers. I use pdfinfo for extracting…