News | Software | Arcade | Links | Resume
This page is dedicated to all the crappy programs I've made, and one that I haven't.


World of Warcraft Add-Ons

LoseControl (download hosted by Curse.com) (download hosted by WoWInterface.com)
LoseControl makes it easy to see the duration of crowd control spells on your character, target, focus, and party by displaying them in separate cooldown icons onscreen. I made it because oftentimes in PvP I would get so many debuff icons on my screen that it was hard to tell whether or not I should use my PvP trinket. Now I don't even have to take my eyes off my character to see how long I will be CC'd for.

Play video

The duration of the CC ability is displayed as a cooldown timer on top of your character. Shows how the mod works with a CooldownCount-type mod installed (in this case, OmniCC). LoseControl only displays the icon of the CC debuff with the longest duration remaining. LoseControl in demo mode showing Party and Focus frame timers.
SpellShock (download hosted by Curse.com) (download hosted by WoWInterface.com)
Shakes the screen when you interrupt a spell.
This was inspired by the shaman PvP video "GC:4". In it, GC added a screen shake effect whenever he landed a particularly clutch interrupt. I thought it looked cool so I wrote this mod to do it automatically. I find that it also helps you know when your interrupts are successful, in case your opponent is trying to juke you.

Play video
GetOverHere! (download hosted by WoWInterface.com)
This is just a fun little mod I made for Death Knights. Whenever you use the Death Grip ability, it plays Scorpion's spear throw and either "Get Over Here!" or "Come Here!" sound from Mortal Kombat.

TI-Calculator Programs

TxtView v1.52 for TI-82 CrASH (last updated 2000.08.13)
TxtView v1.53 for TI-83(+) ION (last updated 2000.08.13)
Also download D_ZC_STR, the assembly routines I made to display characters and strings using my own custom font.

Add-ons: Swedish fonts by Emir Sakic (requires you to recompile the source code). Emir's page also has an already-compiled version for the TI-83(+) ION version of TxtView.
Select which file to view through this handy menu Choose from two different 256 character fonts Scrolling through a file without word wrap, and with word wrap
View text files on your calculator! Extremely useful for school! Type up your notes at home, convert them to calculator files, send them to your calc, and view them with this handy program. Features selectable fonts with extended ASCII character support, word wrap, easy file browsing, and much more. The zip includes CalcText, a DOS program that converts any file into a calculator file, and two example programs. Source code included for everything.
Update 2002.04.08: CalcText is now online and even easier to use!
K-Base for TI-82 CrASH (last updated 2000.05.29)
K-Base for TI-83(+) ION (last updated 2000.06.04)
K-Base in action K-Base is a simple number base converter that allows you to input and convert decimal, hexadecimal, binary, and octal numbers. The main features of this program are that it will convert between bases while you type, and it is also very small. A very convienient tool for programmers.


Legend of the Red Dragon TI-82 BASIC
Kinda like the BBS game This game started out as a translation of the popular BBS game of the same name by Seth Able Robinson, but slowly transformed into an RPG type game with similar elements. You are a warrior type charged with saving the land from the evil red dragon. Features three types of classes (Death Knight, Magic User, and Thief), excellent fighting engine (with special moves), 10 different weapons and armors, sub-games, and more! Especially fast for a large BASIC RPG (17+k). Try it if you have nothing better to do. It will keep you amused for a little while at least.
Turbo Archery TI-82 BASIC
See that high score? That's mine :) A pretty standard archery game I made a while back. You stand at the left of the screen and try to hit a target moving down the right side. The only difference between this and the other Archery game that I know of is that this one has two selectable speed settings (normal and turbo). Download if you're really bored.


rref (Reduced Row Echelon Form) TI-82 BASIC (last updated 2001.01.22)
This is a BASIC program that will take the matrix A and display its reduced row echelon form. I made it because, unlike most of the other TI calcs, the 82 doesn't have this function built-in and I needed it for my linear algebra class. What makes this program different from the others is that there are no menus that need to be navigated through before you get your answer. You just run it and it will display what you want, just like a built-in function.
What Is My Angle? TI-83(+) Flash Application
Hands on a clock Swinging pendulum TV antennas
A valuable tool for the TI-83 Plus and TI-83 Plus Silver Edition to improve comprehension of angles in real-world settings, such as the angle between the hands of a clock or TV antennas. This app enables users to practice estimating the size of angles in degree measure. Ten random problems are provided, and game options include acute, obtuse, reflex, and any angles.

PC Programs

The Z80 Dictionary DOS
Well this program is mainly for Z80 programmers that want a fast way to access information about certain instructions from the DOS prompt. Put this program (define.exe) into one of the directories in your path statement for the easiest access. Simply type "define <instruction>" at the DOS prompt and you will get a list of all the possible operands, the number of bytes and clock cycles each one takes, and a brief description of what each one does. I found this to be much quicker than scrolling through the Z80.txt and Z80time.txt files for information. This was also the first real C program I ever made, and it comes with source so you can add your own instructions or recompile for a UNIX machine.
Rogue DOS
Rogue was created by Michael Toy, Ken Arnold, and Glenn Wichman, and was ported to the IBM PC by Jon Lane. It's quite possibly my favorite game ever made. If you have never tried this game, I invite you to do so now because this is where all RPGs started out. A true classic that never gets old. For more information or UNIX versions of the game, check out The Dungeons of Doom.
Valid XHTML 1.0!