Skip to content

7shivamx/sport-programmer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Result Calculators for the Sport Programmer of the Month Challenge

Usage

  1. Download the list of students registered for the contest in the form of a .csv file and place it in ./.

  2. run filter.py with :

python3 filter.py

You are now setup for the whole month !

  1. Contests :
  • move into the folder for the respective competition using cd.
  • AtCoder :

    • enter your atcoder credenntials in lines 12 and 13 of scrape.py
    • Then run the following command to get the scores:
      ./getScores.sh <contest-id>
      
    Example: ./getScores.sh abc171
  • Codeforces :

    • Run the following command to get the scores:
      ./getScores.sh <contest-id>
      
      Example: ./getScores.sh 1397
    • The results are calculated and stored in the file scores.csv of the respective directories

Contributors :

The following students were involved in writing the programs:

Managers :

The following students were involved in the management of the challenge:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 97.4%
  • Shell 2.6%