Category Archives: Software Project

Gradle Signing Plugin

If you’ve hit this page, it is probably because you’ve seen this error: $ gpg –verify secretshare-1.3.1-SNAPSHOT.jar.asc secretshare-1.3.1-SNAPSHOT.jar gpg: Signature made Wed 04 Jun 2014 03:01:00 PM CDT using DSA key ID FC76F04F gpg: DSA key FC76F04F requires a 256 … Continue reading

Posted in Software Project | Leave a comment

Secret Share in Java, v2

Just completed a major overhaul of the Secret Share in Java project (old version at sourceforge/subversion). Updated items include: New hosting location and SCM (github/git) Moved from ant to gradle Updated naming and directory structure – src/main, src/test, src/integTest Fixed … Continue reading

Posted in Software Project | Leave a comment

Tic Tac Toe in AngularJS

Just completed the AngularJS implementation of Tic Tac Toe. It is a static page on this site (just like the Lot Area Calculator).

Posted in Software Project | Comments Off on Tic Tac Toe in AngularJS

Lot Area Calculator

Just finished a long-running development project. This one can calculate the area of an irregular polygon, and lets you set the distance and angles of the polygon’s segments by dragging them around. I’m pressing it into service as a real … Continue reading

Posted in Software Project | Leave a comment

Sourceforge Secret Share in Java

Last week I started my first open-source project at Sourceforge: secretsharejava. It was a small, stand-alone project that I wrote months ago, and just now got around to uploading. The command-line interface is done; soon I’ll be creating the Swing/Applet … Continue reading

Posted in Software Project | Leave a comment