How to Submit HW Assignments for Com1355 and Com3355:

Homework for both COM 1355 and COM 3355 are to be submitted using a special script. The scripts are:

/course/com1355/submit-1355

and

/course/com3355/submit-3355

It is important that you use the right script for your class; otherwise your assignment may not be graded.

In order to submit an assignment you simply invoke the script with the proper command line arguments. The usage for the script is as follows:

submit-3355 assignment-number FILES...

where assignment-number would be 1 for assignment #1, 2 for assignment #2, and so forth. The assignment-number is required, not optional. FILES... is the list of files and directories that you want to submit. Wild-cards should work ok.

For example, to submit your solution to COM 3355 Assignment 1, you would do something like:

% cd ~/MyCourseWork/3355/Assignment1/Qenv
% /course/com3355/submit-3355 1 Qenv.java
If you submit more than one file, you may be asked to confirm the list of files that you are submitting.

What you should Submit:

Any and all source code for your solution. If your solution requires any special compiler switches or options please document these in a README file and submit this file as well. A GNUMakefile would be appreciated for any nonstandard compilations but is not required.

Notes on Submissions:

- If you are having problems submitting your HW please contact the instructor for your course.

- If the submission deadline is near and you still cannot submit your sources because of a problem with the submission script you can submit a tar-ball of your sources by mailing it to your instructor (will@ccs.neu.edu). Please only use this option if it absolutely necessary.
Created by frojas@ccs.neu.edu
Last Modified 16 January 2003 12:40pm by will@ccs.neu.edu