Archive for October, 2005

midi on FC4 with timidity

Saturday, October 29th, 2005

Yeah! Finally got midi working on Linux (Fedora Core 4). My apologies earlier for cursing how FC4 did not support midi output while my windows installation did.
It seems I needed to get by basics clear about software synthesizers, which I did. The sound card I have is an integrated Intel card (Intel Corporation 82801DB/DBL/DBM). […]

AGNULA DeMuDi Installer CD

Friday, October 28th, 2005

I managed to download the ISO for the DeMuDi Distribution of the AGNULA project. Will install it today.
Tweet This Post  Facebook 

Advanced Perl Programming

Friday, October 28th, 2005

I purchased Advanced Perl Programming by Simon Cozens yesterday. Just a cursory glance through it, and I was hooked. I read a couple of chapters, and the title is apt. This is not a book for beginners. The topics covered are interesting and have many practical applications.
Tweet This Post  Facebook 

XML::Simple options for XMLout

Sunday, October 23rd, 2005

The other day I had the need of converting a hash structure to XML format. The XML::Simple CPAN module is the best tool for this. However there are some options you need to be aware of to get your XML the way you want. The default options for the XMLout function may leave you confused […]

How to read ntfs partition from Linux

Wednesday, October 12th, 2005

The Linux distro I use (Fedora Core 4) does not support reading windows NTFS partition by default. Note that this is just Fedora’s choice (there are some legal issues I suppose), and you can very well compile a kernel with NTFS read as well as read/write support.
But no need for you to figure out how […]

Article on how I assembled a new PC

Tuesday, October 11th, 2005

Read about it here
Tweet This Post  Facebook 

ibmonitor - Interactive Bandwidth Monitor

Wednesday, October 5th, 2005

Added ibmonitor to the Software Downloads section.
Tweet This Post  Facebook 

Using Test::Deep to test list of objects

Saturday, October 1st, 2005

What would you do if you wanted to test (using Test::More) whether a certain method call returns a list of objects?
Maybe use a while loop and test each element with an isa_ok($_ , ‘Object’)
But that would just increase the number of tests and if the method call returns an unknown number of objects then you […]


Tweet This Post links powered by Tweet This v1.4.1, a WordPress plugin for Twitter.