Tämä asiakirja on saatavilla myös suomeksi. Dieses Dokument ist auch auf Deutsch erhältlich.

Marko Mäkelä's software projects: Scoring Program for a Beauty Contest

The program has been used for computing the results of the Helsinki Hair Open contest for several years. The interface for inputting points resembles a spreadsheet program, so it is fast to use. The user interface is multilingual. The documentation is missing, and some small things could be improved in the program.

The user interface has been implemented with Java Swing. Unfortunately, it currently only works in the proprietary Sun Microsystems JDK. I have submitted the bug reports #314704 and #314706 to the Debian GNU/Linux Bug Tracking System.

Download

results.jar
Executable byte code of the application.
results.tar.gz
Old source code for the application. The rectification tables are configureable at run-time.
results-new.tar.gz
Current source code for the application. The rectification tables are hard-coded in the program logic.