The Essential Code
I was originally going to put my code projects on this page, but I kept adding more and more and eventually
broke them down by language or by purpose. This page is more of a hub to the rest.
The Fix Game(C++,C#,Flash,Blender) - My senior project. A five man team, four months, and a complete
game. This was awesome.
C++ - Beautiful but down and dirty.
Projects:
1. Savage 3D File System(C++/Ogre3D) - Maintaining files in 3d
2. Rubik's Cube Solver(C++) - Solve the Rubik's Cube
3. Maze Creator(C++/OpenGL) - 3d Maps in OpenGL
C# - Nice for some applications. A good blend of a traditional language with complete
compatibility for all other microsoft services. (if you want that)
Projects:
1. C# Playlist Tutorial(C#) - Make a C# playlist
2. MS Access DB Manager(C#) - Run queries or commands against MS Access files
3. Movie Database(C#) - Keep track of your movies
4. Keyboard Mouse Control(C#) - Control your mouse with your keyboard
5. Word to Html Converter(C#) - Change all your word docs to html
Rebol - A wonderful language for scripting, AI, or GUI. Rebol makes so many things
simple and logical that it'll be hard to go back to the regular(hard) way of doing them.
Projects:
1. Tiny Assembler(Rebol) - An assembler for Tiny
2. Tiny Assembler v2(Rebol) - A better assembler for Tiny
3. Tiny C Compiler(Rebol) - Compile basic C code into Tiny
4. Sticky Notes(Rebol) - Make small sticky notes on your desktop
5. Yahtzee(Rebol) - Play Yahtzee!
6. PNG Thumbnail Creator(Rebol) - Create png thumbnails for any number of pictures
7. Net Send Messenger GUI(Rebol) - GUI for easy net send messages
8. Rebol Online System(dhtml, javascript, css, rebol) - Window system for the rebol plugin
9.Tiny asm Dialect(Rebol) - Dialect to write inline tiny asm code in rebol.
10. Program Linker(Rebol) - GUI for manager program directories for Gobolinux
11. Xanga to Wordpress Exporter - GUI program for getting content from xanga and saving it for wordpress
Python - Python has become almost a default language for most of my recent projects.
I wouldn't say it's always the best language for the job, but it's very flexible to allow me to easily jump between
paradigms.
Projects:
1. IM - Instant Messenger with built in steganography and encryption
2. Tiny Small C Compiler - Using Antlr targeted at the Tiny machine
Tiny - Tiny is a made up assembly language to help teach assembly language programming.
I just happen to love it.
Projects:
1. Tiny Tutorial
2. Tiny Assembler(Rebol)
3. Tiny Assembler v2(Rebol)
4. Tiny Assembler (C++)
5. Tiny Emulator(C++)
6. Tiny Emulator(Rebol)
7. Tiny Emulator(Tiny)
8. Tiny Asm Dialect for Rebol(Rebol)
9. TinyTim OS(Tiny)
10. Tiny C Compiler(Python)
Java - You may be asking: why isn't there a link to a java page? Well, that's because I don't like java.
There's nothing really wrong with core java, I just don't like the whole bytecodes thing. I have actually done
tons and tons of Java stuff at work. People always want things done in java so they'll be "portable". Even
though I know they'll only ever use a windows system and the programs are less portable because of jdk dependencies.
The only real thing that's bad about programming in Java is using swing for gui. It does okay for some things, but
a lot of their interfaces are aweful and make no sense.