blue collar dev
random notes, kept here from when I am not at my home workstation
Pages
(Move to ...)
Home
agile
concurrency and parallelism in Perl 5
who am I
▼
Wednesday, August 15, 2012
Asynchronous HTTP Requests in Perl Using AnyEvent
›
Asynchronous HTTP Requests in Perl Using AnyEvent http://www.windley.com/archives/2012/03/asynchronous_http_requests_in_perl_using_anyeven...
Monday, January 30, 2012
getting slash code
›
this will work git clone --branch live git://slashcode.git.sourceforge.net/gitroot/slashcode/slashcode
1 comment:
Sunday, January 8, 2012
diff between two mysql databases
›
get differences between two iterations of the same database; requires the username and the password be set in ~/.my.cnf ; do not add the dat...
1 comment:
Sunday, November 13, 2011
testing Text::Clevery
›
... so far, so good wondering if there are other Smarty parser in the wild
Thursday, November 3, 2011
some command line shortcuts
›
dig for missed dependencies egrep -r '^\s*(use|with|extends)\s+' * \ | awk '{print $2}' | awk '{sub(/\;/, "")...
3 comments:
Monday, October 24, 2011
bad tests
›
bad tests are worse than no tests, and it's better to have no tests than to have tests designed to pass there it is, I've said it pu...
4 comments:
Wednesday, September 14, 2011
sorting utf8 with Perl
›
What's Wrong with sort and How to Fix It
‹
›
Home
View web version