Table of Contents > Portfolio > School Work

School Work

I'm currently majoring in Computer Science at Westminster College in Salt Lake City. During the course of my studies, I have had to write several programs, ranging from the simple "Hello, world!" to a multi-threaded web server. I've placed those programs that I could still find on my hard drive onto this web site; most of my past programs have been lost to posterity (but that might be a good thing...)

All programs are Copyright © 2002, Devin Bunker. Unless otherwise noted, they are licensed under the GNU General Public License.

CMPT 322: Software Engineering

Bessie the Annihilator
Bessie is a web-based grading program. I've made some improvements since it was originally written; see the web page for the most recent version.

CMPT 352: Computer Networks

FileCopy.java
A simple file-copying program.
URLCopy.java
Same as FileCopy, but copies from a URL to a file.
FortuneServer.java
A server which gives a fortune to every connecting client.
WebServer.tar.gz
A web server that implements some file caching, response codes, and a thread pool.
Page View Tracker