blue collar dev

random notes, kept here from when I am not at my home workstation

Pages

▼
Friday, October 12, 2012

Catalyst: send warnings to the virtual host log file

›
So, you run Catalyst on mod_perl in a virtual host, but logs will not go where you expect them to go, which is to the log file defined in th...
Tuesday, October 9, 2012

Zombie game with Perl

›
Zumbis
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:
‹
›
Home
View web version
Powered by Blogger.