Skip to content

Releases: Yuzu815/Codeforces-ContestCodeDownload

About a bug in the web version and mitigation options 😭😭

27 Jul 10:49
8979347
Compare
Choose a tag to compare

Now, we set the channel cache to a very large value to avoid blocking problems due to socket disconnections. This bug, in some cases, result in the need for a restart to free up the memory occupied by the program, and it will be solved later by implementing Expired Map and Expired Chan.

If you wish to download the command line version, please go to Codeforces-ContestCodeDownload/releases/tag/v0.2.0.

Fixed some bugs 🧐🧐

26 Jul 06:19
3c89406
Compare
Choose a tag to compare

This Release provides both the CLI and WEB versions with bug fixed. The bug that could leave the participant's name empty in some competitions.

WEB Version:

Usage: main [PORT], and if [PORT] is empty, then the web service will be started using port 8080.

Example: $ ./main 20001 → Use port 20001 to start the web service. You can access 127.0.0.1:20001 to enjoy it.

CLI Version:

You just need to put the main.exe from the release into a suitable directory and create a file named api.key in the same directory. Note that you need to fill this out in JSON format. After that, it's enough to follow the prompts in the command line version.

Other BUG

⬜ In web version, when downloading large amounts of data, the message channel may block due to a broken socket connection.

First web version 🎉🎉

25 Jul 13:41
0fbd0eb
Compare
Choose a tag to compare

This is the web version of the original command line program.

Usage: main [PORT], and if [PORT] is empty, then the web service will be started using port 8080.

Example: $ ./main 20001 -> Use port 20001 to start the web service. You can access 127.0.0.1:20001 to enjoy it.

This is a preliminary version, which leaves a lot to be desired (I haven't even done the data validation yet, for example) and is based on the Gin framework implementation.

v0.0.2

05 Jul 09:41
69a6031
Compare
Choose a tag to compare

Fix Pypi to PyPy

v0.0.1

04 Jul 18:21
73f5294
Compare
Choose a tag to compare
Update Readme