| These are programs I've written for classes or in my spare time to keep my skills up. I do not strive for the same level of excellence with these that I do with my coding at work. Once these programs accomplish the specific goal I designed them for, they tend to be put on the backburner. The RCSolv program, for example, solves a particular Rubick's Cube that is currently hard-coded and has a poor interface. I'll get back to it when I figure out a better algorithm or I want to learn a new technology that will add functionality to it. |
| CSIDE Intro Test |
Questions and answers that I created while studying for the Introduction to C/SIDE I (Pearson NA 40-221). |
|
| CSIDE Intro Test |
Questions and answers that I created while studying for the Introduction to C/SIDE I (Pearson NA 40-221). This is a zipped download. I encourage you to correct errors you find in it and add questions that you think belong in it and post it on www.mibuso.org. You could also let me know what you find (joe.bradshaw2000@gmail.com). |
| CoolDraw | An MFC application written for a class. |
|
| RCSolv | A console application with classes that solves Rubick's Cubes with hard-coded configurations. The executable may not match the code here. |
|
| TagCount | A simple program using C syntax that counts HTML tags. |
| Custsat (tgz) |
A survey reading program developed on RedHat v9 and successfully ported to Compaq Tru64 Unix. |
|
| Custsat (Winzip) |
Winzip version with Windows end of line for your convenience. |
|
| Sorter (Winzip) |
Demonstrates multiple sorting algorithms. Written for a class on RedHat v9. Includes some shell scripts used for compiling and backing up source. Windows formatted files Winzipped for ease of viewing on Windows. Note that the θ(n * log(n)) efficiency algorithms demonstrated that efficiency and ran about as fast as the built-in STL sort algorithm, implying that I made fairly good choices about the data structures I used. |
| CellAut Applet Download CellAut |
Pick a few simple rules to generate the next row of pixels and see the chaos unfold. |
|
| Pongish |
This is a Pong-like application that I wrote as part of the interview process for one of my employers. Player A/Z squares off against player Up/Down. |
|
| WordFind |
Solve a Word Find puzzle in a flash. Written for a class. |
| BaseballTickets |
Simple program written for a class. |
| CheckIt.bat |
I'm not going to be a TA anymore so I can reveal one of my secrets. When the going gets rough there's a chance that some students will simply copy homework from a classmate. This batch file detects these lazy students. This is an example of how I creatively apply my technology skills to the workplace. | |
| First Grade 100 Spelling Words First Grade Math |
I have a first grader and I thought it would be nice to turn his flash cards into a webpage. You should be able to use them in Chrome. |