Jan-15-06 [Sun]: Assignment Submission guidelines, general:
- Submit all assignments electronically, using submit
- This is a cpsc utility; you must log in to a cpsc machine in order to use it. It will likely not be functional until After Jan. 20, so the first assignment will be accepted up until Tuesday, Jan. 24.
- If you have been using another machine to do your assingments, you must transfer all the necessary files to your cpsc account. This can be done by sending yourself email with the files attached, or by transfering them using something like SSH. (see UofC IT notes on SSH) CPSC machine hosts have names like: csa.cpsc.ucalgary.ca, and csb.cpsc.ucalgary.ca, ...
Be sure to transfer all the .java files you will need.
It is probably prudent to create a directory called something like Asst1, put everything in there, and compile and test it before submitting it.
- You submit your stuff like this, from the unix command line on our CPSC machines:
submit -c 233 -a 1 *.java
- The -c is for the course number, the -a is for the assignment number, and the last part is for the file(s). *.java will send all files in the curent directory that end in .java You can re-run this command as often as necessary - it will simply replace older files with newer ones. For more information on SUBMIT, see James Tam's page HERE
- You can accomplish all of this while remotely logged in from an SSH shell window.
- Note that the deadline for assignments is part of the submit system, and assignments submitted after the deadline will not be accepted.