All Projects → hex539 → scoreboard

hex539 / scoreboard

Licence: GPL-3.0 license
Online judge scoreboard parser

Programming Languages

java
68154 projects - #9 most used programming language
Starlark
911 projects
python
139335 projects - #7 most used programming language
Twig
543 projects
HTML
75241 projects

Projects that are alternatives of or similar to scoreboard

BAPCtools
Tools for developing ICPC-style programming contest problems.
Stars: ✭ 36 (+56.52%)
Mutual labels:  icpc, programming-contests, domjudge
checktestdata
checks integrity of test data in programming contests like the ACM ICPC
Stars: ✭ 19 (-17.39%)
Mutual labels:  icpc, programming-contests, domjudge
playground
A place to play programming
Stars: ✭ 21 (-8.7%)
Mutual labels:  icpc, programming-contests
miniscript
A scripting library for Java-based games
Stars: ✭ 33 (+43.48%)
Mutual labels:  lwjgl
esx scoreboard
esx - scoreboard | A user friendly scoreboard for your server ;)
Stars: ✭ 28 (+21.74%)
Mutual labels:  scoreboard
verification-helper
a testing framework for snippet libraries used in competitive programming
Stars: ✭ 137 (+495.65%)
Mutual labels:  programming-contests
codeforces-go
Golang 算法竞赛模板库 | Solutions to Codeforces by Go 💭💡🎈
Stars: ✭ 842 (+3560.87%)
Mutual labels:  icpc
algorithms
🎈My notebook and solutions for 300+ problems that I solved during practice for ACM-ICPC
Stars: ✭ 26 (+13.04%)
Mutual labels:  icpc
problem-solving
A platform where you can learn about algorithms and data structures. A heaven for competitive programmers. Learn here: https://reyadussalahin.github.io/problem-solving/
Stars: ✭ 33 (+43.48%)
Mutual labels:  icpc
Algorithms-Code-Library
C++ Implementation of variety of Algorithms and some must have cheetsheets for CS students.
Stars: ✭ 28 (+21.74%)
Mutual labels:  programming-contests
dewdle
A remote video-feed drawing tool (telestrator) for streaming and broadcast environments.
Stars: ✭ 29 (+26.09%)
Mutual labels:  scoreboard
Jikka
an automated solver for problems of competitive programming
Stars: ✭ 143 (+521.74%)
Mutual labels:  programming-contests
GoogleCodeJam-2016
🏃 Python Solutions of All 26 Problems of GCJ 2016
Stars: ✭ 18 (-21.74%)
Mutual labels:  programming-contests
FacebookHackerCup-2019
🏃 Python Solutions of All 22 Problems in FHC 2019
Stars: ✭ 15 (-34.78%)
Mutual labels:  programming-contests
ScoreboardStats
Bukkit plugin for customizing the sidebar of the scoreboard feature from minecraft
Stars: ✭ 29 (+26.09%)
Mutual labels:  scoreboard
Glaedr
An extensive, modular functional scoreboard library for the Bukkit/Spigot API.
Stars: ✭ 23 (+0%)
Mutual labels:  scoreboard
SpinyGUI
(WIP) Java OpenGL GUI library. Created for using with latest LWJGL (LWJGL 3).
Stars: ✭ 21 (-8.7%)
Mutual labels:  lwjgl
cp
Solutions to competitive programming problems.
Stars: ✭ 15 (-34.78%)
Mutual labels:  programming-contests
Algorithm-Implementations
Lots of algorithm's & their implementations that have been compiled from a variety of locations.
Stars: ✭ 15 (-34.78%)
Mutual labels:  programming-contests
world-cup-scoreboards
⚽🏆 A Node.js CLI to show FIFA World Cup 2018 results in real time.
Stars: ✭ 16 (-30.43%)
Mutual labels:  scoreboard

DOMJudge scoreboard parser

A graphical tool for revealing the results of the final hour from running ACM ICPC style programming contests. Compatible with DOMjudge and any contest server implementing the CLICS API spec.

Screenshot of the scoreboard for NWERC 2017

To replay the final hour of an example contest in a console try running:

bazel run scoreboards/console -- \
    --url https://www.domjudge.org/demoweb/api/ \
    --groups "NWERC - Eindhoven University of Technology" \
  resolver

More information about how to download contests for later, as well as the other build targets for Android and desktop apps, are available in each of the directories under scoreboards/*.

The code is organised into a self-contained library and can be used without much in the way of boilerplate for any kind of scripting task involving contests. For example, the following image representing NWERC 2007 scores was generated from a standalone Java program:

Score progression for NWERC 2007

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].