I am not a slow programmer. I am not a fast programmer. I am a.... Well, you get the idea.
The fact is, although I completely enjoy programming, I am like the trumpeter who wants to play like Miles Davis, but is actually tone deaf. The list below presents a few of the programs I have made for fun.
The following are commented in order to show what's happening. The convention » is used to show where a line would normally continue but is broken here to fit within the page.
C Snippets
- Triangular number
- A program to find the desired nth triangular number.
- 99 bottles of beer on the wall
- The maddening long-bus-trip song coded for your looping pleasure.
- Random small prime number generator
- Generates a random small prime number.
- Fibo finder
- Finds a fibonacci number of a particular value.
- Find the Day
- On which day of the week were you born? Plug in the date and find out.
- Geometric progression calculator
- Pick three numbers, put them together, and see what happens.
- My Matrix
- Follow the white rabbit.
- Encrypter
- A simple encryption program.
- Collapse Point
- For you runners: learn what your collapse point is and how far you have to run for a certain distance.
- String to integer to double
- Demonstrates the use of atoi() and atof().
- Your new name
- Type in your name and get a new one. Great fun and hilarity!!
- Russian Roulette
- Take a chance and test your luck without all the inconvenient bloodshed.
- Pointer to a string
- Shows how a string can be displayed by using pointers to the characters within the string.

