51:185 Homework Guide
Procedure for submitting grades:
THIS PROCEDURE IS NOT IN EFFECT FOR SPRING 2005
To submit your programs developed for the homework assignments, you
must log into a UNIX machine (or run Xsession from a PC) and use the grade
program. To learn more about the grade program, type man grade from a UNIX
window (the man pages in UNIX are roughly equivalent to the Help pages in
Windows).
For example, if you wish to submit a file named "hw2.zip" that was developed
for homework 2, you would type from a UNIX window the following:
grade bme185_hw2 hw2.zip
This would submit your file named "hw2.zip" that is
in your directory to the BME185 account. Remember that the last submission
is the one that is recorded; once you resubmit an assignment solution,
then the resubmission date and time are recorded, not the original
submission date and time.
To check your submission for Assignment 2, including the time and date that
the homework solution was recorded, type
grade –v bme185_hw2
Good luck.
IMPORTANT:.
- If you have any question regarding your grade, you must discuss it
with the instructor within ONE WEEK of the assignment being returned.
- Make sure to write clear comments in your code explain what
you are doing. Don't forget to write your name, and the date in the beginning
of your code.
- To get full credit, your code must run on the CSS machines.