Do you have an arrangement in your family where everyone picks the name out of a hat and the name you pick is the person you'll buy a Christmas gift for? My family does this, but it's always been a bit of a pain because not everyone involved can be at the same place at the same time in order to pull names out of a hat. Inevitably someone has a name pulled for them, which puts a damper on the whole surprise and suspense part of the fun.To make things easier, I wrote a program that pulls a ...
Last weekend I upgraded to Mac OS X [Leopard](http://www.apple.com/macosx/), and one thing that doesn't seem to work with Leopard is GrowlMail* (a [Growl](http://growl.info) [Extra](http://growl.info/applications.php)). After missing [Growl Notifications](http://growl.info/about.php) for [Mail.app](http://en.wikipedia.org/wiki/Mail.app) a lot, I decided to search for a solution. After some googling, I found [this](http://blog.insidesystems.net/articles/2007/08/17/growl-mail-app-and-applescript) on [Kevin Way's](http://blog.insidesystems.net/) blog: ...
I made a few bug fixes to Tim Charron's "GREP for Windows". These bugs were related to the subdirectory searching option (-S).This is what Tim Charron's "Grep for Windows" webpage has to say about Grep:GREP is a well known tool in the unix environment. There are several ports available that I came across for Windows. However, NONE of them allowed me to search through subdirectories (this functionality is easy on unix using the shell's file manipulation tools). I modified GNU grep 2.0 to allow searching of subdirectories. ...
I've release a new version of the YUBNUB command line tool for Windows. This new version adds the following new features: - The --plain option will now "word wrap" (at column 80) - A new option "--raw" will output the verbatim HTML to the consoleFor a complete description of the [YUBNUB command line tool for Windows](http://www.opbarnes.com/blog/2005/06/24#yubnub), read the blog entry I posted when I originally released the tool [here](http://www.opbarnes.com/blog/2005/06/24#yubnub).You can download the latest version of the program and the source code from [here](http://www.opbarnes.com/downloads/yubnubcmd_win.zip). ...
Here is a little command line tool I wrote called YUBNUB.EXE. The program runs on Windows 95/98/NT/2000/XP/2003 and up. This program is a windows command line interface to yubnub, which itself is a command line for the web. You can find out all about yubnub here.Here are the tool's options:USAGE: yubnub [options] [yubnub command line] ...
A couple of years ago I started to write a program called HEATTACK. I found the source code the other day and I realized how far along I ended up in the effort. The game is completely playable, minus a few key features. Apparently I never added a way to die, so it seems that the player has unlimited lives. Also, I never added a scoring system, so you can blow things up to your heart's content and never earn a single point. With all that said, it's really quite a fun little game. ...
Here is a little command line tool I wrote called ISADMIN. The program runs on Windows 95/98/NT/2000/XP/2003 and up. Just run this little program from the command line and it will tell you whether or not the logged in user has administrative rights. The utility has a silent mode which makes it a perfect tool for installers and batch files. In addition to the tool's output (which is not displayed in silent mode), you can determine whether or not the user has administrative rights based on the error level returned on program exit (errorlevel 0 means that ...
Here is a little command line tool I wrote called CPUSPEED. The program runs on Windows 95/98/NT/2000/XP/2003 and up. Just run this little program from the command line and it will report your computer's clock speed in megahertz. This basically tells you how fast your computer runs. If you think you own a 2.8 gigahertz computer, this program should report something like:The clock speed is: 2789I've also decided to release the source for this program. Feel free to use the program or its source code in any way you wish. ...
I found some old programs I wrote a long time ago: CleanPrettyPark and DIZ2EXE. These days DIZ2EXE is probably a lot more interesting than CleanPrettyPark, which is a program that cleaned up some old computer virus called "Pretty Park". DIZ2EXE takes a small text file as an input and creates a self-sufficient program that will nicely display the text when run.Here is where you can read about and download these programs:Check out CleanPrettyPark here. ...
Copyright ©2004-2009 O. Patrick Barnes. All rights reserved.