Palswim
>
Archives
> Programs
Change Font size:
Miscellaneous Programming
This is a page of random Javascript programs I have made and their C/C++/Java counterparts
Base Conversion
- A base (eg. decimal, binary) conversion algorithm that works up to base 36.
-
conv.exe
and
conv.c
Rifts Character Generator
- For the Rifts RPG, this generates a human character's stats.
-
rifts.exe
and
rifts.c
Zeller's Congruence
- This program tells you on what day of the week a particular date falls.
-
dow.exe
and
zeller.c
Easter in the 21st Century
- This program finds the date of easter for any year in the 21st Century.
-
easter.exe
and
easter.c
Guess a number
- Using binary elimination, this program guesses a number between a lower and upper bound.
Coin Flip
- Simulates the flipping of a (2-sided) coin for as many times as you want.
-
coin.exe
and
coin.c
Montecarlo Simulation
- No idea on the name, it's just what I had in my C source files. The program simulates rolling 2 six-sided die.
-
montecarlo.exe
and
montecarlo.c
I also have quite a bit of work I haven't completed.
< Back to Archives >