Skip to content

small cli program to calculate handins grade for northeastern CS

Notifications You must be signed in to change notification settings

soulwa/handins_grade

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

handins_grade

a small program to automatically determine your grade on the handins server

run standalone

Unix:

$ ./handins_grade

Windows:

$ handins_grade.exe

build + run

$ git clone https://github.com/soulwa/handins_grade.git
$ cd handins_grade
$ cargo run

if running from git bash, run the following:

$ winpty ./handins_grade

as otherwise the terminal will not behave properly when attempting to read your password.

the program will prompt you with your username and password, which are used to login to the handins server remotely, then disposed of. it will output all of your most recent grades, as well as a (correct) current grade indicator. this is calculated by computing the sum of all finished grades times their weights, divided by the total weights so far. this gives you an accurate score out of 100.

About

small cli program to calculate handins grade for northeastern CS

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages