Friday, October 14, 2005

DLoads Pepper Version 0.5

by damonp on October 14, 2005

in Development,PHP,Software

DLoads Pepper v0.5 is released.

Changes:

Added better 404 support
Added check for is_dir
Added urldecode to support spaces in filenames

Full information at Pepper DLoads.

Download DLoads-v0.5.zip

Popularity: 1%

{ 4 comments }

Party Shuffle iTunes Scripts

by damonp on October 14, 2005

in Apple / Mac,Snippets

Two scripts to add tracks to party shuffle.

Grabs tracks from the currently playing artist:
Random Tracks by Current Artist to Party Shuffle

Grabs tracks from the selected artist:
Random Tracks by Artist to Party Shuffle

Thanks to Doug Adams for the original scripts to hack up.

Popularity: 1%

{ 0 comments }

Welcome to My Life

14 October 2005

A system admin’s life is a sorry one. The only advantage he has over Emergency Room doctors is that malpractice suits are rare. On the other hand, ER doctors never have to deal with patients installing new versions of their own innards! -Michael O’Brien

Read the full article →

Remove CVS and SVN Directories

14 October 2005

These two little scripts remove CVS and .svn directories from a full directory tree. I use when preparing a application for release. remove_cvs.sh remove_svn.sh

Read the full article →