Hello Codeforces!↵
↵
I noticed that many online ICPC problem archives (specifically [codedrills.io](https://codedrills.io/), which hosts the official ICPC contests for Asia-West) does 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.↵
↵
<p align = "center">↵
<img src = "https://github.com/de-upayan/icpc-scorer/assets/96875426/b56ba3c8-e500-4736-9c59-295f6d6572a8" alt = "start_new_contest_dialog_screenshot">↵
</p>↵
↵
<p align = "center">↵
<img src = "https://github.com/de-upayan/icpc-scorer/assets/96875426/13db389c-809f-468a-8704-7b427419d808" alt = "contest_window_screenshot">↵
</p>↵
↵
Link to GitHub repo: https://github.com/de-upayan/icpc-scorer↵
↵
Do let me know your suggestions and feedback in the comments!
↵
I noticed that many online ICPC problem archives (specifically [codedrills.io](https://codedrills.io/), which hosts the official ICPC contests for Asia-West) do
↵
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.↵
↵
<p align = "center">↵
<img src = "https://github.com/de-upayan/icpc-scorer/assets/96875426/b56ba3c8-e500-4736-9c59-295f6d6572a8" alt = "start_new_contest_dialog_screenshot">↵
</p>↵
↵
<p align = "center">↵
<img src = "https://github.com/de-upayan/icpc-scorer/assets/96875426/13db389c-809f-468a-8704-7b427419d808" alt = "contest_window_screenshot">↵
</p>↵
↵
Link to GitHub repo: https://github.com/de-upayan/icpc-scorer↵
↵
Do let me know your suggestions and feedback in the comments!