jamin on July 29th, 2002

Disappointed with every cd burning package I’ve tried for Linux, I found that the best solution for me was to use the command line utilities, so I put it all together with this simple Perl script. It takes a .m3u file and turns it into a CD. A .m3u file is just a [...]

Continue reading about My CD Burning Software: m3u2cd.pl

jamin on July 26th, 2002

Here’s a script I wrote to clean up old files in directories. You basically give it a directory and a number of days and it will delete all files older than that number of days in that directory.

#!/usr/bin/perl -l
# Script: cleanup.pl
# Author: Jamin P. Gray
# Purpose: Will cleanup directories [...]

Continue reading about Script to clean up directories

jamin on July 25th, 2002

EimiMetamorphoumai writes: Quick little program that helps me with my spelling.
I’ve always hated traditional spelling checkers. They’re fine for catching unintentional mistakes (usually), but most of the time when I don’t know how to spell a word, I know I don’t know how. I hate going through the process of guessing (poorly), then [...]

Continue reading about New Perl Snippet: sp

jamin on July 19th, 2002

Yet Another Topic: Perl

Continue reading about New Topic: Perl