Site Map
Home
About Me
Resume
Links

Projects
Software
Hardware
Tips
Artwork

Pictures
College
Band
Family
Friends
Car

Software Projects

This is a collection of programs I have written in my free time and for school. Please read the copyright statement at the bottom of this page.

 

Applications

Scheme Interpreter

A Scheme interpreter written in Scheme, designed for the course Programming Language Concepts.

read more

SpellRighter

A simple text editor to demonstrate a spell-checking engine I wrote for a data structures course.

read more

RemoveDefaultShares

Ever notice that Microsoft Windows XP shares your hard drives as C$, D$, etc. and your windows directory as ADMIN$, with only your administrator password(s) protecting it? This made me uncomfortable, and I needed to be able to share other folders, so I wrote this program to temporarily unshare them one-by-one. I also have instructions for permanently deleting the shares.

read more

 

Java Applets and Applications

These programs are designed to run either within a web browser or as regular applications (require JRE). You will probably need the Java Plug-in, unless your browser supports Java 1.4 (such as Netscape 6 or Mozilla).


Resistor Color Bands

Converts resistor color codes to the resistance values represented, and converts numeric resistance values to the cooresponding color codes.

view

Standard Deviation

Calculates the sum, mean, standard deviation, and standard error of a small set of numbers.

view


Copyright Information

All programs on this page are Copyright © 2002 Douglas E. Jeffries and may not be redistributed, reverse engineered, or used elsewhere without my permission.

I appreciate all comments and suggestions for improvement, but keep in mind that use of these programs is entirely at your own risk.