Tuesday, January 18, 2005

 

Deleting Files By Regular Expression with Agent Ransack

I just found a good way to delete a bunch of programming tool temporary files (like .obj and .pdb files). I have a directory under which I have hundreds of development projects in different languages, and to back it up I either have to select the files I specifically want to backup or delete the files I don't want to backup first. So far I'd been using a script, but due to my discontent with the excruciating awkwardness of JScript, I'm switching to using Agent Ransack....
Update: Since this post I've started using Jeff Atwood's Clean Sources Plus, (created from Omar Shahine's original Clean Sources). Clean Sources Plus adds a context menu item to Windows Explorer, so it is very handy. It deletes files based on regex's stored in a .config file, so it makes preparing source directories for backup a snap.

Friday, January 07, 2005

 

Blogger.com Template Show/Hide Setup

I spent quite a bit of time getting my blogger.com Template set up to have a Show/Hide capability a little better than that provided in the Blogger Hacks instructions for a show/hide link. ...

Thursday, January 06, 2005

 

C#/.Net Logging

I went looking for a good C#/.Net logging (Logger) library to use on a home project. I found two main ...

This page is powered by Blogger. Isn't yours?

Subscribe to Posts [Atom]