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

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

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 ...
 


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 ...
 


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 ...
 


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: 81

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 ...
 


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

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. ...
 


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 ...
 


Cursor Lock 10-10-09
Vitals
Description
Images
Changelog
Downloads
Status: Release/Final
Language: Visual Basic .NET, C++
Platform: Win9x, WinNT, Win2000/XP, Win Vista/7
Downloads: 2822

Cursor Lock is a utility program that confines the mouse cursor to a selected area on the screen. This is most useful in multi-monitor setups, addressing a common oversight in some applications (mostly games) whereby they allow the mouse cursor to drift into other unwanted screens. In video games, this can also lead to minimizing the game window ...
 


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

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 ...
 


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

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 ...
 


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

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.
 


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

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, ...
 


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

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 ...
 


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

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