Old Content
This content is old! It’s still useful, but it’s old, and there may be bit rot, newer/better tools or ways to do things. Sanity check and do your research.
Source Code
I plan to move all of this to https://github.com/vossenjp/ at some point…
Batch Files
See my Windows Shell Scripting page.
(UNIX) Shell Scripts
- checkmd5sum A trivial script to compare MD5 hashs for downloads ISOs and software.
- web A simple wrapper for use with GenSite.pl.
C, (& BASIC)
See Dave Navarro’s Win32 console CMD Tools written in BASIC.
- Pause.c A tiny C program that does the same thing as the DOS pause command.
- UUConvert.c An old program that reassembles and uu-decodes binary Usenet threads saved by old mail readers such as Tin. I did not write this and I don’t know who did.
Assembly SCR programs
- WrmBoot.com and CldBoot.com (16bytes) A Warm Boot (CTRL-ALT-DEL) and Cold Boot (same as reset switch) on a PC. Here is the C, BASIC, and debug .scr source code.
This zip file is a collection of old “scr” programs, many collected from old computer magazines. Here is a listing:
Other
Here’s a very simple awk script to prepare text for inclusion into a HTML file by changing URL’s in a plain-text file into into HTML links to that URL. I’m not really sure who wrote it, but I didn’t.
See this zip file for some date and time related code and routines. I didn’t write any of this either.
Documents
- Information about various Windows File Systems
- CIDR/Subnet Mask Quick Reference Chart (Excel)
- Old, but well written and informative PGP Documentation (~ 160k ZIP)
- How to run Netware 3.x and 4.x on the same test server
- Old, but interesting debate about GIF v. JPEG
Old Content
This content is old! It’s still useful, but it’s old, and there may be bit rot, newer/better tools or ways to do things. Sanity check and do your research.