icpc-scorer — A GUI application for manually timing and scoring ICPC-style practice contests

Правка en5, от twoplusthree, 2023-07-02 16:04:59

Hello Codeforces!

I noticed that many online ICPC problem archives (specifically codedrills.io, which hosts the official ICPC contests for Asia-West) do not provide an option for virtual participation.

Thus, while attempting to practice those rounds out-of-contest, it became quite tedious to manually keep track of submission times and verdicts in order to calculate total Time Penalty.

In order to make this process easier, I wrote a basic GUI Application in Java to keep a record of submissions and automate calculation of scores. It also features a contest timer and an ICPC-style dynamic scorecard to provide a simulated contest environment.

start_new_contest_dialog_screenshot

contest_window_screenshot

Link to GitHub repo: https://github.com/de-upayan/icpc-scorer

Do let me know your suggestions and feedback in the comments!

Теги utility, general utility

История

 
 
 
 
Правки
 
 
  Rev. Язык Кто Когда Δ Комментарий
en5 Английский twoplusthree 2023-07-02 16:04:59 2 Tiny change: 'a-West) does not provi' -> 'a-West) do not provi'
en4 Английский twoplusthree 2023-07-02 08:39:51 0 (published)
en3 Английский twoplusthree 2023-07-02 08:39:01 13 Tiny change: 'n Java to assist in keeping a record ' -> 'n Java to keep a record '
en2 Английский twoplusthree 2023-07-02 08:37:36 8
en1 Английский twoplusthree 2023-07-02 08:37:13 1288 Initial revision (saved to drafts)