How to Submit HW Assignments for CS G262
Homework for CS G262 is to be submitted
using a special script in
/course/csg262/submit
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 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 CS G262 assignment #3,
you would do something like:
% cd ~/MyCourseWork/262/Assignment3
% /course/csg262/submit 3 typechecker.sch
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 30 September 5:15pm by will@ccs.neu.edu