Browse by Tags
All Tags »
software projects (RSS)
You can get the latest version of Snippy from GotDotNet . There is a beta 2 version as well as one based on the latest RTM RC so most people should be covered.
Read More...
Turns out Snippy has had a growing set of users over time which have been emailing me quite a bit recently inquiring about future updates. I haven't been able to work on it for a while but I have now found it a new home. Some of the good folks on the
Read More...
Got a chance to code some today and I finally got around to getting Hovervue all packaged up and usable by anyone who's interested. You can get the full scoop on my personal blog . You can also see screenshots here which are pretty self-explanatory as
Read More...
I just fixed up a few minor bugs in RightSideUp that had been reported by a few users over time (mostly avoiding some unhandled exceptions in some corner cases and a few cosmetic things). Not a huge update overall but still probably worth the quick download
Read More...
I made it my weekend project to hack up an editor for code snippet files. If you don't know what code snippets are, you should check out these two entries by Shaykat and Anson . Shaykat provides a good overview of them in general and Anson touches on
Read More...
Features: A tiny Win32 application (C++) that displays the system's up-time either in a small (transparent) window on your desktop or in a tool tip whenever you hover over the UpTime 2000 icon in the system tray. Install Instructions: Unzip the uptime2k.zip
Read More...
I'm posting an old utility I wrote back in 2001 that displays your system's uptime transparently on your desktop in response to a request made by Joku in my comments section . It's a C++ Win32 app, so no C# love happening on this one. Here's a now ancient
Read More...
Update (1/3/06): Find the latest info on RightSideUp on my main blog from now on. A .NET application that automatically rotates images in a folder using EXIF data stored in the image by some cameras. There's no longer a need to go through each image and
Read More...
I've moved over a couple more of the apps from my old site that I've hacked up over time. RightSideUp is an app that automatically rotates images based on the orientation in their EXIF data. Space Invaders is another clone of the classic game. Source
Read More...
A .NET version of the classic game. It's all written in C# and uses GDI+ (not DirectX) for graphics. If I do any more work on this it'll probably be to port it to DirectX and add a few of the remaining features needed to do everything the original did
Read More...
Below is a list of C# (mostly) applications I've written over time. They're all free, so do as you please. Utilities: RightSideUp - Automatically rotates images using image's EXIF data (C# source available) Wordy - Provides quick access to a dictionary
Read More...
My vocabulary consists of about 100 words in total (and that includes not-quite-words such as “uh“ and “eh“ and several not-so-good but very multi-purpose words). It's definitely pretty limited and has never been one of my strong
Read More...
Another C# app I wrote ages ago that I still use on every single one of the machines I use. Wordy lives in the tray and provides a quick way of looking up a word's definition. I use this at least a couple of times a day as my vocabulary has never been
Read More...
Back in the 7.0 days I wrote a little tool called ezClip. It's sole purpose was to allow me to copy/paste files from one command prompt window to another. Our test tree can get pretty deep directory-wise and having to provide full paths to 'copy' was
Read More...
This is a tiny C# application I wrote a while back that allows you to copy/paste files via the clipboard. The main scenario I use it in is when I have multiple command prompt windows open and I want to copy files from one to the other without having to
Read More...