This is a page of random (C) programs I have made and their source files.
- Base Conversion - conv.exe and conv.c - A base (eg. decimal, binary) conversion algorithm that works up to base 36.
- Zeller's Congruence - dow.exe and zeller.c - This program tells you on what day of the week a particular date falls.
-
Easter in the 21st Century - easter.exe and easter.c - This program finds the date of easter for any year in the 21st Century.
- Coin Flip - coin.exe and coin.c - Simulates the flipping of a (2-sided) coin for as many times as you want.
- I also have quite a bit of unfinished work.
Once I learn Java(Script) better, I'll be able to put these programs as a script on the page