This page is dedicated to the older software projects that I have worked on in the past. The projects here are: DS_Store Cleaner, Password Generator, and VersionTool.

These applications are no longer updated or maintained. I still record a number of downloads each month for these, so I will keep them online for now.

These applications come without any guarantees or waranties. Please use at your own risk.

 

 

DS_Store Cleaner v1.5 (Last Updated January 2005)

DS_Store Cleaner is a great tool for getting rid of .DS_Store Files which are created by the Mac OS X Finder.

In older versions of Mac OS X, the .DS_Store file posed a security risk (SecurityFocus.com) because it had system configuration information stored inside. This has been fixed as of Mac OS X 10.1.

DS_Store files can be extremely annoying when you transfer files and folders to other systems. Windows and Linux make these files visible and they get in the way. If you are creating a CD, these .DS_Store files can also be visible.

There are three ways to get rid of these pesky files using DS_Store Cleaner.

If you have the Mac OS X or Windows version, just drag the folder you want to have cleaned onto the Application icon. DS_Store Cleaner will launch and automatically clean the folder and any sub folders. When it is finished, you will see an alert box which tells you how many .DS_Store files have been deleted.

An alternate way to run DS_Store Cleaner is to either double click on the Application icon. DS_Store Cleaner will have an area (in a window) where you can drag folders (not shortcuts) onto the window. The folders (and any sub folders) that are dragged onto the window are then cleaned. Once finished, you will see an alert box which tells you how many .DS_Store files have been deleted.

The last way to run DS_Store Cleaner is to either double click on the Application icon. Once DS_Store Cleaner has launched select 'Select and Clean Directory' from the file menu. DS_Store Cleaner will clean the folder and any sub folders. When it is finished, you will see an alert box which tells you how many .DS_Store files have been deleted.

Version 1.5.0 has the following new features

System Requirements
Mac OS X System Requirements:

Windows System Requirements:

 

 

Password Generator v1.1 (Last Updated November 2004)

Easy to guess passwords can be an easy way for hackers or criminals to gain access to your accounts and or computer. For many people, their password is something pretty obvious. It's a pet's name, or a child's name. By using more random passwords, you can make the hackers/criminals job much more difficult.

PasswordGenerator is a great tool for generating various types of passwords.

Version 1.1.0 has the following new features:

The following types of passwords can be generated: Each password can be generated with any desired length.

If you have trouble coming up with secure passwords of your own, try PasswordGenerator. It's easy to use GUI interface should help you generate random passwords.

System Requirements
Mac OS X System Requirements:

Windows System Requirements:

 

 

VersionTool v1.1.4 (Last Updated February 2004)

The goal of this task was for me to have Ant take care of both the build number and the version number in my software. I could have just used a build in task to take care of build number increments. This would be fine, if I didn't use a special pattern for build numbers.

To my knowledge, there is no build in Ant task that will update a version number in a Java class for me. With this being said, I decided to do it myself. I'm not sure if these Ant tasks will be helpful to anyone.

SourceForge.net Logo