Tennis de Table Tournament Manager is a free GPL Java Application for create and manage Table Tennis Tournament.
License
GNU General Public License version 2.0 (GPLv2)Follow Table Tennis Tournament Manager
Other Useful Business Software
Skillfully - The future of skills based hiring
Skillfully transforms hiring through AI-powered skill simulations that show you how candidates actually perform before you hire them. Our platform helps companies cut through AI-generated resumes and rehearsed interviews by validating real capabilities in action. Through dynamic job specific simulations and skill-based assessments, companies like Bloomberg and McKinsey have cut screening time by 50% while dramatically improving hire quality.
Rate This Project
Login To Rate This Project
User Reviews
-
WARNING. 1) Under Linux, the launcher has to be modified. The proposed run.bat is javaw -classpath lib/log4j-1.2.8.jar;lib/crimson.jar;lib/jaxp.jar;lib/myUtils.jar;lib/jconfig.jar;lib/sax.jar;lib/jmxri.jar;jar/tournoi.jar tournoi.xml.XMLAnalyzer It works only under Windows (javaw does not exist under Linux, and ";" has to be replaced by " :") So, under Linux, this one works: java -classpath lib/log4j-1.2.8.jar:lib/crimson.jar:lib/jaxp.jar:lib/myUtils.jar:lib/jconfig.jar:lib/sax.jar:lib/jmxri.jar:jar/tournoi.jar tournoi.xml.XMLAnalyzer Do not forget to modify the permissions of all .jar files, so that they are "executable" (the installation process does not do it automatically). You can save it into a file, say runLinux.bat, and the command line is then sh runLinux.bat Of course, you can then create a launcher that contains this command line. ---------------- 2) For each player, the system proposes to use one of two rates: according to the "old" system (say 65), or to the "new" one (say 1000). However: - the old one is indeed old (more than ten years). A lot of young players are not even aware of it. It could be easily removed here (and IMO it should) - even if you use the new (current) one, the system computes an equivalence (1000 =>65), and, more annoying, this is the old (65) one that is printed along to the name of each player. 3) At least under Linux (Ubuntu), I have not been able to display the nice "tree" of the competition, only a rectangular table. It works, however, with just a small bug (the window for the scoring partly appears _on_ this table, but everthing is OK on the Match page).