this is a collection of miscellaneous archives and binaries of projects i've worked on (and may have finished), am working on (and may never finish), or may work on.
downloadable project files that are contained within compressed archives (zip) are more "security software/hardware friendly" as these archives are often less scrutinized (which is hilarious) while executable binaries are most scrutinized, often blocked outright by software/application firewalls for example.
this file of md5 checksums or the table below of the same can be used to verify the integrity of downloadable project files, such as the archives themselves and/or the file(s) contained within them. for making this verification i recommend using a hash calculator such as the powershell cmdlet get-filehash (in windows) or md5sum (in unix-/linux-/bsd-based operating systems).
aim_winamp_statusaim winamp status
aim winamp status is a windows application that sets the aim status message to the current track in winamp. it works by parsing the text from winamp's task window, sending it to aim's task window via aim uri. (e.g. aim:setstatus?message=%49%20%3C%33%20%28%5F%21%5F%29.) this solves two problems for me: one, having a way to set my status message in aim as the current track i'm listening to in wimamp, and, two, ease of use in the aforementioned which is not afforded via winamp plug-in. read more.
i wrote this in visual basic 5. it should run on any 32-bit or 64-bit version of windows. this is provided you have the visual basic 5 virtual machine (which you may).
- aimwas.zip (11.8 kilobytes; archive contains md5 checksum of included binary file)
- aim winamp status.
md5 checksum: ead8516a9457a050c9961e7ac685288d
- aimwas.exe (43.5 kilobytes) alternative download
- aim winamp status.
md5 checksum: 031f5b94acb3d7b67b21aef35b795e6c
- aimwas.debug.zip (10.7 kilobytes; archive contains md5 checksum of included binary file)
- aim winamp status (debugging version).
md5 checksum: 3104a8d54e1b82b2a6cfc4ed4f8ef912
- aimwas debug.exe (41 kilobytes) alternative download
- aim winamp status (debugging version).
md5 checksum: f2745fb06885eb0cc9a7ed1ede02cd9a
- msvbvm50.zip (672 kilobytes; archive contains md5 checksum of included binary file)
- visual basic 5 virtual machine. extract to %SystemRoot%\System32\ (32-bit versions of windows) or %SystemRoot%\SysWOW64\ (64-bit versions of windows). it may also need to be registered using regsvr32 .
md5 checksum: 91294311fa5993bc5fa2827879c4beba
- MSVBVM50.DLL (1.27 megabytes) alternative download
- visual basic 5 virtual machine. save to %SystemRoot%\System32\ (32-bit versions of windows) or %SystemRoot%\SysWOW64\ (64-bit versions of windows). it may also need to be registered using regsvr32 .
md5 checksum: 259d6ec4a1690358dd19e4c3d5d096a1
android_scripts_huawei_ascendandroid scripts (huawei ascend)
i used to own a huawei ascend (m860) from cricket and had written some shell scripts for it. here are all of those scripts which had come in handy for various system modifications, system troubleshooting, system diagnostics, and app backups. read more.
these scripts are dependent of each other and have no other dependencies that aren't already available on any version of android. for ease/convenience i've placed all of my android scripts into an archive with a setup/install script. said setup/install script will create all the necessary folders on both the device and the external memory (sd card), do all the necessary file copying, set all the necessary file permissions, and even create all the necessary symbolic links which will allow said scripts to be executed from within anywhere in the shell (without the .sh extension).
- android.scripts.zip (4.11 kilobytes)
-
my android scripts. extract to the device's root directory. speaking of root, you'll need to be root to setup/install. to setup/install, after becoming root of course, execute the following commands:
chmod 755 setup.sh
./setup.sh
md5 checksum: ca20df5541bb7198d38a73209c1c0e36
dennis_nedry_screen_saver_2dennis nedry screen saver 2
mostly this dennis nedry screen saver is the same as the one which preceded it, mostly this dennis nedry screen saver has some insignificant code fixes (removal of both redundant, obsolete, and unnecessary code), a modified icon (color corrections: yellowish is now yellow; an additional image: 48x48 pixels), and configurable options for sound, finally (right?) read more.
i wrote this in visual basic 5 using miscellaneous media i found on the web. it should run on any 32-bit or 64-bit version of windows. this is provided you have the visual basic 5 virtual machine (which you may).
- dennis.nedry.screen.saver.2.zip (72 kilobytes; archive contains md5 checksum of included binary file)
- dennis nedry screen saver. extract to %SystemRoot%\System32\ (32-bit versions of windows) or %SystemRoot%\SysWOW64\ (64-bit versions of windows).
md5 checksum: 6275bee96a303df0111a50b179d66172
- Dennis Nedry Screen Saver 2.scr (213 kilobytes) alternative download
- dennis nedry screen saver. save to %SystemRoot%\System32\ (32-bit versions of windows) or %SystemRoot%\SysWOW64\ (64-bit versions of windows).
md5 checksum: b390f07e7cae577d24e26c63508538e5
- msvbvm50.zip (672 kilobytes; archive contains md5 checksum of included binary file)
- visual basic 5 virtual machine. extract to %SystemRoot%\System32\ (32-bit versions of windows) or %SystemRoot%\SysWOW64\ (64-bit versions of windows). it may also need to be registered using regsvr32 .
md5 checksum: 91294311fa5993bc5fa2827879c4beba
- MSVBVM50.DLL (1.27 megabytes) alternative download
- visual basic 5 virtual machine. save to %SystemRoot%\System32\ (32-bit versions of windows) or %SystemRoot%\SysWOW64\ (64-bit versions of windows). it may also need to be registered using regsvr32 .
md5 checksum: 259d6ec4a1690358dd19e4c3d5d096a1
lego_digital_designer_modelslego digital designer models
this is a collection of some of the lego models i've designed using lego digital designer version 4.3. read more.
skype_winamp_statusskype winamp status
skype winamp status (skypewas) is a windows application that sets the skype status (mood) message to the current track in winamp. it works by parsing the text from winamp's task window, sending it to skype's task window via skype (desktop) api. this solves two problems for me: one, having a way to set my status message in skype as the current track i'm listening to in wimamp, and, two, ease of use in the aforementioned which is not afforded via (known existing) skype add-on. skype winamp status is based on aim winamp status (same goes for their respective debugging versions). unlike its predecessor skype winamp status preserves the existing (skype) status, restoring it upon disabling or exiting. read more.
i wrote this in visual basic 5. it should run on any 32-bit or 64-bit version of windows. this is provided you have the visual basic 5 virtual machine (which you may).
- skypewas.zip (13.9 kilobytes; archive contains md5 checksum of included binary file)
- skype winamp status.
md5 checksum: 2219a8031a885d55b4a09c088d2dbc42
- skypewas.exe (85 kilobytes) alternative download
- skype winamp status.
md5 checksum: 74586247ec979c2b0f2cd7d5942c1a01
- skypewas.debug.zip (13.3 kilobytes; archive contains md5 checksum of included binary file)
- skype winamp status (debugging version).
md5 checksum: d5b8974d9f4e6e2c616a699297aacb29
- skypewas debug.exe (83.5 kilobytes) alternative download
- skype winamp status (debugging version).
md5 checksum: f9c6bd3a1d09ceeed528d011cece4a1a
- msvbvm50.zip (672 kilobytes; archive contains md5 checksum of included binary file)
- visual basic 5 virtual machine. extract to %SystemRoot%\System32\ (32-bit versions of windows) or %SystemRoot%\SysWOW64\ (64-bit versions of windows). it may also need to be registered using regsvr32 .
md5 checksum: 91294311fa5993bc5fa2827879c4beba
- MSVBVM50.DLL (1.27 megabytes) alternative download
- visual basic 5 virtual machine. save to %SystemRoot%\System32\ (32-bit versions of windows) or %SystemRoot%\SysWOW64\ (64-bit versions of windows). it may also need to be registered using regsvr32 .
md5 checksum: 259d6ec4a1690358dd19e4c3d5d096a1
stoopidstoopid
this is a panning marquee applet that i first wrote sometime near the end of the 20th century. it has since undergone numerous periodical rewrites with its most recent rewrite likely being its last. this applet has long since become obsolete. 350+ lines of compiled java code is now equivalent to just a couple lines of interpreted html and javascript. read more.
i wrote this in visual j++ 1.1.
vcard_splittervcard splitter
vcard splitter is a windows application that splits a vcard file containing multiple vcard records (such as an export of contacts from gmail) into individual vcard files. the application prompts for a path of a vcard file to split. it then splits that specified vcard file into individual vcard files, saving them to a directory within the directory from which the application was launched. after saving the individual vcard files, the application confirms how many vcard files it saved and where it saved them to. there's nothing to configure. read more.
i wrote this in visual basic 5. it should run on any 32-bit or 64-bit version of windows. this is provided you have the visual basic 5 virtual machine (which you may).
- vcrdsplt.zip (7.52 kilobytes; archive contains md5 checksum of included binary file)
- vcard splitter.
md5 checksum: 08a4d82f2072700294b384f662115e01
- vcrdsplt.exe (19.5 kilobytes) alternative download
- vcard splitter.
md5 checksum: 5f6bb2576682a1c06334c898643a5414
- msvbvm50.zip (672 kilobytes; archive contains md5 checksum of included binary file)
- visual basic 5 virtual machine. extract to %SystemRoot%\System32\ (32-bit versions of windows) or %SystemRoot%\SysWOW64\ (64-bit versions of windows). it may also need to be registered using regsvr32 .
md5 checksum: 91294311fa5993bc5fa2827879c4beba
- MSVBVM50.DLL (1.27 megabytes) alternative download
- visual basic 5 virtual machine. save to %SystemRoot%\System32\ (32-bit versions of windows) or %SystemRoot%\SysWOW64\ (64-bit versions of windows). it may also need to be registered using regsvr32 .
md5 checksum: 259d6ec4a1690358dd19e4c3d5d096a1
|