CS 100x Turnin and Getgrade/cs/bin/turnin submit cs100x project files ...where project is one of hw1, hw2, hw3 ... and files ... is a list of files you wish to turn in.
For the first programming assignment, you might do something like:
/cs/bin/turnin submit cs100x hw1 Rainfall.java . . .
/cs/bin/turnin verify cs100x projectas in
/cs/bin/turnin list cs100x hw1
/cs/bin/turnin getgrade cs100x projectReplace [project] with the name of the appropriate turnin project such as hw1, hw2, etc.
The CS Department maintains a page with additional general information on turnin and related programs.
CS 100x Home Page