Archive for the 'programming' Category

[convert UTF-16 to UTF-8 with perl] (Re: UTF-16 an utf8 encode: msg#00014)

Thursday, March 13th, 2008

reading in a UTF-16 encoded file and writing it out as a utf8 encoded

Linux.com :: Debugging Asterisk AGI with PHPAGI and Festival

Tuesday, March 11th, 2008

Smaple AGI scripts in PHP

Win32::SAPI5 – Perl interface to the Microsoft Speech API 5.1 – search.cpan.org

Friday, March 7th, 2008

perl “bindings” (wrapper around ActiveState Win32::OLE) to SAPI5 interface

Elijah’s Blog » Blog Archive » Limbo: Why users are more error-prone with git than other VCSes

Friday, March 7th, 2008

notes on using git (commits)

[Python vs C# mono] Federico Mena Quintero – June 2007 Activity Log

Friday, March 7th, 2008

he wrote a GUI prog for linux (SystemTap/strace GUI), something like filemon from Sysinternals. The post compares pros and cons of python vs c# for developing this app.

Apache::DBI::Cache – a DBI connection cache – search.cpan.org

Thursday, March 6th, 2008

yet another module that does connection caching

DBI::ProfileDumper::Apache – capture DBI profiling data from Apache/mod_perl – search.cpan.org

Thursday, March 6th, 2008

DBI profiling module for mod_perl

mod_perl: Performance Tuning #

Thursday, March 6th, 2008

some mod_perl performance notes, including persistent connection handling

DBI Examples

Thursday, March 6th, 2008

how to use perl DBI interface

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