Archive for the 'Computers' Category

Exploiting IIS via HTMLEncode (MS08-006)

Sunday, March 2nd, 2008

interesting patch analisys article, shows how to dig up vulns from patches

URI::Escape::JavaScript – A perl implementation of JavaScript’s escape() and unescape() functions – search.cpan.org

Sunday, March 2nd, 2008

better URL/URI escape that URI::Escape

DBD::Pg 2.0.0 released – Greg’s Postgres stuff

Saturday, March 1st, 2008

a lot of useful bugs fixed

Apache::UploadMeter – Apache module which implements an upload meter for form-based uploads – search.cpan.org

Friday, February 29th, 2008

progress file upload implementation in mod_perl

Comparative Language Job Trend Graphs « Not this…

Friday, February 29th, 2008

somewhat interesting statistics for programming language popularity

Perl and Postgresql: Invalid byte sequence for encoding "UTF8"

Wednesday, February 27th, 2008

encode( “UTF-8″, $possibly_bad_utf8_data );

Writing serious Perl: The absolute minimum you need to know

Tuesday, February 26th, 2008

actuaally readable reference to OOP in perl

Multiprocessing with the Completely Fair Scheduler

Friday, February 22nd, 2008

descriptipn for linux CFS scheduler

Linux.com :: Bank group takes Linux migration a step at a time

Friday, February 22nd, 2008

marketing reference for “business case for linux”

Mod_perl and Signals

Thursday, February 21st, 2008

note about suing posix signals with mod_perl