FJK Home | CPE/CSC 480 | Syllabus | Schedule | Lecture Notes | Assignments | Labs | Project | Other Links |
In general, I expect programming assignments to be submitted through the handin program on falcon. For the AI classes (480, 481, 580), please use the grade480 account, i.e. handin grade480. You can find further information about handin on Phil Nico's Web page at http://www.csc.calpoly.edu/~pnico/class/w04/cpeX317/submit.html. A the end of this document is a trace of a handin sample session. handin only works from falcon accounts, so you need to have an active account on falcon or hornet. Make sure that your account is working!
If your assignment consists of several files, put them in an archive file (e.g. via zip, gzip, tar). Please use only .zip, .gz and .tar formats for archiving the files.
Depending on the type of the assignment, you need to submit the following material:
The handin script confirms the submission of an assignment, and lists the files that you have submitted so far. It records the time when your material is submitted, and has an option to cut off submissions at a certain deadline.
Here is an example of a handin session. First go to the directory that contains the material you want to submit. If you have many files, you can put them into an archive first ( such as .zip, .tar, .gz). With handin grade480 I get a list of available subdirectories, and handin grade480 test lists the contents of the subdirectory test , which is empty. With handin grade480 test test.zip I'm submitting that file. If you submit the same file again the old version is overwritten; this is useful if you want to resubmit your assignment. And by issuing handin grade480 testagain, I'm verifying that the latest version of the file is in the directory.
fkurfess@falcon:~ 108 >cd tmp/ fkurfess@falcon:~/tmp 109 >handin grade480 Existing subdirectories (comments in parentheses): A1 A2 A3 A4 A5 L1 L10 L11 L2 L3 L5 L6 L7 L8 L9 Project test fkurfess@falcon:~/tmp 110 >handin grade480 test The following input files have been received: fkurfess@falcon:~/tmp 111 >handin grade480 test test.zip Submitting test.zip... ok fkurfess@falcon:~/tmp 112 >handin grade480 test The following input files have been received: Mon Oct 2 16:53:23 2006 986 bytes test.zip fkurfess@falcon:~/tmp 113 >
FJK Home | CPE/CSC 480 | Syllabus | Schedule | Lecture Notes | Assignments | Labs | Project | Other Links |
Franz Kurfess |