Return to Medge's Home Page
Some code I've created that I find useful (or not) in java.
ByteArrayBuilder I've found this quite useful, particularly as part of my web server.
CommandLineParser Handles short and long parameters.
ClassPathParser Runs through the JVM class path property looking for classes it can load.
Morse Code Player Why not?.
Web server A very simple web server that requires no third party libraries.
Some code I've created that I find not overly useful in c (as an excercise).
Primes in C. It's my first from scratch complete C programme.
Factors in C. It's my second from scratch complete C programme.
Fibonacci in C. It's my third from scratch complete C programme.
Return to Medge's Home Page
Viewed
times.