Discussing points systems in another thread got me thinking... I run a season of NL Hold'em tournaments and track results and rankings and other statistics through a database.
I'm wondering if anyone else does this, or are looking to do this and could use a Java-based tool I wrote to enter weekly tournament results. The program brings up a GUI and you pick names to fill it out, and in the end the results are written to the database. It's pretty slick. If anyone out there would like the source code, I'd be willing to share.
Here is the opening dialog:
Here is the main window that follows:
Of course I also have a bunch of batch files that print out the results for a particular tournament; lists of points rankings, cash, final tables; a summary of winners for a particular season; the results for a particular player; etc.
I'm pretty much offering this stuff with absolutely minimal support, but if you are interested, have comments or questions, go ahead and reply.
Thanks, Dan