Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shadmansaleh/vj_distribute
Distribute the solved problems of vjudge contest among top perticipants randomly
https://github.com/shadmansaleh/vj_distribute
Last synced: about 2 months ago
JSON representation
Distribute the solved problems of vjudge contest among top perticipants randomly
- Host: GitHub
- URL: https://github.com/shadmansaleh/vj_distribute
- Owner: shadmansaleh
- License: gpl-3.0
- Created: 2022-10-04T14:44:52.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-04T15:30:09.000Z (over 2 years ago)
- Last Synced: 2024-10-12T22:49:12.063Z (3 months ago)
- Language: JavaScript
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
### VJ_Distribute
Distribute the solved problems of vjudge contest among top perticipants randomly### Setting Up
```sh
git clone --depth 1 https://github.com/shadmansaleh/vj_distribute
cd vj_distribute
npm install
```### Uses
```
npm run vj_dist ...Distribute the solved problems of vjudge contest among top perticipants randomly
ContestId: Id of the contest (example: 517287)
OutputFile: file to write result to (Default: DistributedList.txt)
TopSelect: How many top participants should the problems be distributed to (default: 15)
MaxProblemPerPerson: How many problems can a perticipant get (default: 2)
IgnoredId: Usernames to ignore while operating
(default: Asad_Bin, nahian00777, adid_r10, sakib_safwan, Sojib_03, Rashfi, Ratnajit_Dhar, shadmansaleh)
```