I built a resistor color code calculator that runs on cell phones.
I documented a reflex game that I built using a MC9S08QG4 microchip. I am pre-releasing the Alarm Clock of Justice 2.2 (And yes, it has snooze), soon. If you are interested in testing a copy of 2.2 before it goes out to the world contact me.
I added an HTML entity encoder and the code I used to auto-generate tab indexes for the Alarm Clock of Justice.
I am releasing a small Java program for cell phones/mobile devices called flashlight. It keeps your backlight on your phone turned on as long as you want, provides random flashing colors, and turns off the backlight without exiting the program. Cell phones that are able to run Java games can run this program. I am releasing it under the GPL v3. Thus here is the source code. It contains no helpful comments and is not that great anyway.
I am working on a new version of RespawnTimer to include a talking countdown timer with various modes. I am trying to find the most compatible audio to use above MIDI. Ironically, my cell phone can't play any recorded sound format itself.
I am releasing Simple Alarm Clock. It's purpose is to wake from standby to play an alarm, but work on Windows 98, ME, NT (4), and above. It is extremely, small, fast, and simple with very few options. It uses the same core code as the Alarm Clock of Justice. It am also releasing the source code so that other developers can understand how to wake a computer from standy and hibernation. WakeOnStandby is another program that has released source code on the subject.
I have released two new programs: sleep and set_volume with set_volume being the more interesting of the two. I am working on a release of the Alarm Clock of Justice which will include snooze by popular demand.
I have written a short guide for how to run a Halo tournament based on my years of experience with Halo tournaments. If you are thinking about running Halo tournaments, read my guide to help you run a well organized, respectable tournament.
When you email me a bug in a program, please include what you were doing when the bug happened. It does not help me to say that a program crashed--I need to know more. Thank you for any emails! There might be a snooze script appearing for the Alarm Clock of Justice. Add St1nkm4n on Halo 3 for MLG customs.
I released the Alarm Clock of Justice 2.1 to Softpedia and CNET. In July, I attended MLG Dallas, but I didn't take any pictures, except with the daughter (and her friend) of a Rainbow Six Vegas player (Sky and Julia, I think). I don't know who they are
I am releasing the Alarm Clock of Justice 2.1 to the public.
I am in college at Colorado University. The Alarm Clock of Justice version 2.1 will be out soon. It will rock faces.
The Alarm Clock of Justice 2.0 is out for release and will probably have one more update before final release. Get it. It's a major improvment from 1.9.8.
I uploaded two videos to YouTube: Neighborhood Heroes and Turn on light bulb with printer for alarm clock. The Alarm Clock of Justice 2.0 is available for pre-release download. It is ~12 megabytes because I actually included the packages needed for text-to-speech on Windows 2000.
The site is back up after I reloaded all the files. The images are back to normal the the .zip files are no longer corrupt. I don't think it was a cracking attempt. Alarm Clock of Justice 2.0 is in testing right now and is available upon request. It is a much better program.
I am back from MLG Dallas 2007, which was very fun. I wrote a RespawnTimer program for cell phones (and other MIDP 2.0 devices) that times weapon spawns for the MLG 2007 gametypes.
I updated the About section and added my resume. I am looking for a job this summer -- hire me. The Alarm Clock of Justice 2.0 Beta is available for testing on request.
I added a page last modified footer at the bottom of each page and fixed a few types on the MLG settings.
My computer's mother board recently fried but I got a new one. I had to re-install Windows XP and was aided--ironically--by my Ubuntu Linux installation. Reinstalling Windows XP was quite painless. As of now, I am working on the Alarm Clock of Justice version 2.0. It will be more reliable than 1.9.8. and offer the ability to use different configurations with each instance of itself. This way there will be no more error messages about file conflicts with configuration files (Hopefully). Also, remember that the Alarm Clock of Justice is an alarm clock--not a casual reminder program. Although if you are so inclined you can use it for such ends. I am also looking to make a program to time Halo 2 weapon spawn times. I am hoping to build it with the GTK toolkit so I can release the program on several different platforms--and learn GTK.
I am looking for some kind of internship for this approaching summer. If you enjoy my "works", then you can hire me if your business is based somewhere around, Loveland, Colorado. Although I release programs for Windows, I am quickly gaining experience with Linux.
Also added the Gnome with a Burrito Cannon. I should get a PhD in arts and crafts.
Also, if you use Notepad for web development, stop. Here be an experience why: If your web pages ARE validating it's probably because
you used the ANSI encoding option (File > Save as...), which is not very good because it supports only a limited amount of characters.
If you were enterprising and selected the UTF-8 option, Notepad put a BOM (Byte order mark) at the beginning of your file. Ok...kewl. The problem is
that if you include other web page files in your web page, the BOM will show up as a real character, and invalidate your web page and make it silly.
How to solve: I went ahead and just got the Crimson Editor jEdit which has the option to save without a BOM.
Conclusion: Don't use Notepad anymore.