|
Name
|
Description
|
Source Code
|
|
programs.zip
|
All of the programs listed here compressed into one archive.
|
All available source code included
|
|
cwsdpmi.exe
|
You may need this program in order to execute some of my programs.
|
Not Available
|
|
cg10.exe
|
A program created to garble C/C++ source code. It messes with variable names, adds comments, deletes white space, and basically makes source code fairly unreadable. Not very useful, but fun to annoy friends with!
|
cg10.c
cg10.h
|
|
cs1.exe
|
Comments in programs are useful, but sometimes they get in the way. It is also often helpful to view a program's source code without comments for clarity. This program removes all comments from a C/C++ source code file.
|
cs1.c
|
|
ef3d.avi
|
An attempt to render the electric field due to point charges in 3-Dimensions. It works, but the display method needs improvement.
|
A combination of C, batch files, POV-Ray, and Dave's Targa Animator.
|
|
efc4.exe
|
This program displays the electric field due to point charges in two dimensions. It works beautifully. (Red is a high E field, black is a low E field)
|
efc4.c
|
|
guitar.avi
|
I modeled this guitar at the University of Utah's HSCI program using the U. of U.'s 3D engineering and modeling system, Alpha 1. With this model, I was awarded the Outstanding Performance Award for Excellence in Computer Graphics and Geometric Modeling. (By the HSCI of the U. of U.)
|
Alpha 1 (Shape C Edit Language), and probably Dave's Targa Animator
|
head.exe
richsmal.bmp
|
If you've ever wondered what it would be like to see my head detatched from my body... (Just kidding)
|
head.c
|
|
pw3.exe
|
A program that demonstrates projectile motion.
|
pw3.c
|
|
sr7.exe
|
A simple search and replace program.
|
sr7.c
|