Date |+ -|
Title |+ -|
Status |+ -|
Downloads |+ -|
1 2
1 2 5 10 20
< >

Mousipad 1-14-05
Vitals
Status: Alpha/Work-in-Progress
Language: Visual Basic 6
Platform: Win9x, WinNT, Win2000/XP

Converts input from DX USB game controllers (especially gamepads) and emulates mouse movement, mouse buttons, and keystrokes.
 


Weather(Doppler)Saver 2-19-03
Vitals
Description
Downloads
Status: Beta/Abandoned
Language: Visual Basic 6
Platform: Win9x, WinNT, Win2000/XP
Downloads: 59

This screensaver does just what it implies; it downloads doppler images from weather.com and then animates them fullscreen. It'll check for newer images at a user-definable rate. Many other options are available, too. I lost interest in programming this before I added support for different locations' doppler, thus it only does Virginia. There's ...
 


StoryTeller2000 1-26-00
Vitals
Description
Downloads
Status: Release/Final
Language: QBasic
Platform: Win9x, WinNT, Win2000/XP
Downloads: 62

This was the first program I'd ever written. It's basically a madlib program. There's only two madlibs, but I thought I'd add it anyways just for reference; everybody has to start somewhere. I mostly learned to program all on my own. But at this point in my learning, I hadn't even discovered subroutines. That's right, that means the header text ...
 


Bitwise Operations 9-20-04
Vitals
Description
Downloads
Status: Release/Final
Language: Visual Basic 6
Platform: Win9x, WinNT, Win2000/XP
Downloads: 63

Bitwise Operations is an app I created to assist in programming, particularly when using API function calls. As you may or may not know, many Windows API functions return or have parameters that are merely binary. The first byte might contain a virtual keycode while the next could hold the state of the key modifiers in single bits. Even if you ...
 


Website Fonts Finder 1-25-06
Vitals
Description
Downloads
Status: Release/Final
Language: Visual Basic .NET
Platform: Win9x, WinNT, Win2000/XP
Downloads: 67

This one started out as another VB6 app, but after completing 25%, I converted it to VB.NET. From what I remember, I switched cause I wanted to optimize my string reading speed. Eventually, I had just continued to work out the program in .NET. So, you could say this is my learning app, but it's still quite functional. This is the first time I've ...
 


Decimal to Base Calculator 10-04-05
Vitals
Description
Downloads
Status: Release/Final
Language: Visual Basic 6
Platform: Win9x, WinNT, Win2000/XP
Downloads: 72

An ultra-simple app that converts decimal numbers to any base of 2 to 36, including binary (base 2), octal (base 8), and hex (base 16). Yeh, I know you're thinking that there are a million calculators that can do this, but what most of them don't do is show you the work, which mine does. This is good for those intro to computer science classes. ...
 


SimpleSaver 10-12-03
Vitals
Description
Downloads
Status: Release/Final
Language: Visual Basic 6
Platform: Win2000/XP
Downloads: 77

This is a screensaver that I made to fade to the desktop background upon the timeout of the Windows screensaver wait setting. Then, it will fade to black after a set time. Also has adjustable fading (which is really just a trick using WinXP's transparency effect) and mouse sensitivity. This is all in theory though, as it appears that WinXP doesn't ...
 


Snake's Data Rate Calculator 5-30-06
Vitals
Description
Changelog
Downloads
Status: Release/Final
Language: Visual Basic 6
Platform: Win9x, WinNT, Win2000/XP
Downloads: 80

This is a very simple app that I coded in one day because I was tired of trying to remember all the connection data rates and doing 6 steps in a calculator to figure out how long it would take to transfer some data. You can select from predefined data rates in the list or select "Custom" to enter your own. Then you enter the amount of data you ...
 


RoN Mod Merge 0.8 10-17-05
Vitals
Description
Downloads
Status: Beta/Abandoned
Game: Rise of Nations: Thrones and Patriots
Language: Visual Basic 6
Platform: Win9x, WinNT, Win2000/XP
Downloads: 81

This app allows you to select two or more of your RoN mods and merge them together. This only works with mods that are qualified to be selected in the RoN Mods option in game setups (i.e. they have a subdirectory in .\mods and an info.xml file in that). At this time, whether or not the merge works ...
 


ShellMPX 11-04-04
Vitals
Description
Downloads
Status: Beta/Work-in-Progress
Language: Visual Basic 6
Platform: Win9x, WinNT, Win2000/XP
Downloads: 81

ShellMPX is a frontend for my favorite MP3 player, SCMPX. Even though the author of SCMPX, S. Chiba, hasn't updated it since 1999, I still love SCMPX because it sounds great and is very very CPU and memory efficient. Typically, SCMPX needs less than 1% of the CPU and 2MB of memory. I love how it plays my MP3s because it has an effective graphic ...
 


Snake's Bitchin' Uptime Clock 7-03-05
Vitals
Description
Downloads
Status: Release/Final
Language: Visual Basic 6
Platform: Win9x, WinNT, Win2000/XP
Downloads: 85

This is a very simple app that I made in about an hour to show your Windows uptime. It has a mode for precision to the millisecond and can copy to clipboard or be minimized to display uptime in the taskbar. It also supports color schemes. Due to Windows limits, the default time query method won't work beyond 49 days and 17 hours. However, there is ...
 


Log Cleaner 7-31-06
Vitals
Description
Downloads
Status: Release/Final
Language: Visual Basic .NET
Platform: Win9x, WinNT, Win2000/XP
Downloads: 106

This is a quick program I made to remove log entries from this site's AXS logs, but it should also work with most other log formats. It's meant to remove a line from a text file if it matches the regular expression provided. You give it an input file and output file, and it'll complete the search and copy in a relatively short time (50mb in ~5 ...
 


CMSC 316: Raptor 5-02-06
Vitals
Description
Images
Downloads
Status: Release/Final
Language: C++
Platform: Linux
Downloads: 114

Raptor is a program that I had to write for my Object-Oriented Programming class. It was difficult because we had to write it on a Linux server over telnet. It was supposedly a group project, but (and I'm not trying to have too great an ego here) I knew my skills and ambition would exceed that of most of my classmates. Besides, the majority of ...
 


MBM CSV Log Formatter 5-22-07
Vitals
Description
Downloads
Status: Release/Final
Language: Java
Platform: Win9x, WinNT, Win2000/XP
Downloads: 120

This is a program that will take a Motherboard Monitor (definitely works for 5.3.3.0) High/Low log in CSV format, parse it, and output a properly formatted CSV file with only data in individual columns and each reading on a different row, suitable for import into a spreadsheet. This program was used to support a column I did on PC air cooling, ...
 


Dark 8-19-06
Vitals
Description
Downloads
Status: Beta/Abandoned
Language: Visual Basic .NET
Platform: Win2000/XP
Downloads: 161

This is a 3D sound demonstration app that was originally a DirectX 9 SDK sample. However, all Microsoft's example did was open one sound and spin it around the listener. I added the abiltiy to have multiple sounds placed anywhere in a 2D soundscape. It also allows the user to move the listener around in the soundscape as they would a video game. ...
 


sig2html 3-09-03
Vitals
Description
Downloads
Status: Release/Final
Language: Visual Basic 6
Platform: Win9x, WinNT, Win2000/XP
Downloads: 172

This was a neat tool that generated pages for Kazaa file links. It's rather obsolete now, but it could perhaps be useful in other ways. The source is available for newbie VB programmers to look at. It's not my best work, but there's still some useful parsing, command-line, and html output code. In this release, I've packaged the required app ...
 


Logitech MouseWare Application-Specific Buttons 5-21-06
Vitals
Description
Changelog
Downloads
Status: Beta/Work-in-Progress
Language: Visual Basic 6
Platform: Win2000/XP
Downloads: 185

This is an app I made to address the inability of the Logitech drivers and software to change mouse button settings according to the app that has the focus. As an alternative, you may want to use the Logigamer software. My app only works with the MX510, MX500, MX700, and ...
 


Audio Delay Calculator 8-01-06
Vitals
Downloads
Status: Release/Final
Language: Visual Basic 6
Platform: Win9x, WinNT, Win2000/XP
Downloads: 199

This program is useful for fixing out-of-sync audio in video files. It does the math to find out what framerate will bring the audio back into sync. You will still need a program like VirtualDub to fix the video file. The Readme includes a complete tutorial on how to fix audio sync issues with Media Player Classic, VirtualDubMod, and this program.
 


Monitor Standby 4-10-09
Vitals
Description
Changelog
Downloads
Status: Release/Final
Language: C++
Platform: Win9x, WinNT, Win2000/XP
Downloads: 217

I made this simple app as a replacement to using the blank screensaver when I'm leaving the computer (usually for the night). Instead of the monitor(s) eventually going to standby after a certain idle time, they'll go immediately when you run this program. This saves power (since I know I won't be back for awhile) and keeps the backlight glow from ...
 


VB.Net Config File Module 1-19-09
Vitals
Description
Changelog
Downloads
Status: Release/Final
Language: Visual Basic .NET
Downloads: 238

Microsoft says:
Note: This function is provided only for compatibility with 16-bit applications written for Windows. Applications should store initialization information in the registry.
-GetPrivateProfileString, MSDN Library (Jan 2006)
WRONG! Applications shouldn't store their settings in the registry. It centralizes ...
 


Date |+ -|
Title |+ -|
Status |+ -|
Downloads |+ -|
1 2
1 2 5 10 20
< >

SnakeByte Content Browser 2.0b (bld 12-4-10)