-
Recent Posts
Recent Comments
Archives
- March 2024
- January 2024
- November 2023
- June 2023
- May 2023
- April 2023
- March 2023
- November 2022
- September 2022
- August 2022
- May 2022
- April 2022
- February 2022
- January 2022
- November 2021
- October 2021
- July 2021
- April 2021
- December 2020
- September 2020
- August 2020
- May 2020
- January 2020
- December 2019
- October 2019
- December 2018
- September 2018
- July 2018
- April 2018
- March 2018
- February 2018
- January 2018
- September 2017
- August 2017
- July 2017
- December 2016
- November 2016
- September 2016
- May 2016
- April 2016
- March 2016
- October 2015
- September 2015
- August 2015
- March 2015
- October 2014
- September 2014
- June 2014
- May 2014
- April 2014
- March 2014
- October 2013
- September 2013
- August 2013
- July 2013
- March 2013
- March 2012
- February 2012
- January 2012
- April 2011
- February 2011
- January 2011
- July 2010
- April 2010
- March 2010
- December 2009
- November 2009
- October 2009
Categories
Meta
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