Monthly ArchiveApril 2007



General 27 Apr 2007 02:02 pm

QuickyFeed

More of the same

General 24 Apr 2007 12:18 pm

QuickyFeed

Haven’t had a chance to try out my dancepad yet. Hopefully soon. Having debate with myself over wether or not I’m going to continue playing World of Warcraft - lots of others seem to be playing LotRO or now Titan Quest.

Games 20 Apr 2007 09:46 am

Kraft Dance Pad!

Kraft DancepadOne day a couple weeks ago, I got linked to this Kraft website. I paid the shipping and handling ($6).

I now have (still sitting in a box at home), one Kraft Dancepad. There are games linked on Kraft’s website, but I’m told that with a little hardware modification (for which I’m going to have to dig up my soldering iron and see if it still works), it will work with the opensource StepMania.

I’ll post later on my success.

General 19 Apr 2007 09:52 am

Yet More Quickies

I plan on doing these more often than not, so I’ll have to come up with some clever name for them.

General 16 Apr 2007 10:54 am

More Quickies

Coding 09 Apr 2007 01:02 pm

Win32 Perl Scripts

Note, my current setup doesn’t seem to like code much - so bear with me if there are missing backslashes, or other oddities. I’m currently figuring out where to put these files so that I can just link to them

Change Desktop Win32 - Change your desktop to a random picture. The path ($path) below should be set to where you have images which you want to have randomly on your desktop (and only those files). You’ll need the CPAN package ‘Win32::API’.

The problem I’ve had with this script is that it doesn’t seem to work properly outside of the Cygwin/Bash interactive shell.

Clipboard to Browser URL Win32 - Open Clipboard URL in your browser with a Hotkey. This perl snip will read your clipboard, and open your default browser with that URL.

This might need the package ‘Win32::Clipboard’, but that package might be included in Win32::API. If you put this in a shortcut which is on your desktop or in your start menu, you can assign a hotkey (like ctrl+alt+shift+o) and it will launch this automatically. Using the rundll32, it wont leave the commandline window open.

This new version also uses the CGI::Untaint library, specifically CGI::Untaint::url (which is a seperate package). This lets it pretty generally do URLs, http, https, ftp, mailto, etc.