CS5310 Computer Graphics - Turning In Assignments
Unless otherwise specified, follow these instructions to turn in each homework assignment.
- Make a directory D named “e_name_HWn” where
- e_name is your @neu.edu email address with “.” converted to “_”, and
- n is the number of this homework assignment.
For example, if the instructor were to hand in HW1, D would be “h_fell_HW1”. Put all files and subdirectories related to your assignment below D.
- Make a plain-text (ASCII) file D/README.txt, with the following contents:
- a description of how to compile your code, if necessary
- a description of how to execute your code, if necessary
- a list of any known bugs or incomplete aspects of your assignment
- a list of any extras you have added
- Using either a pkzip-compatible (e.g.
zip
on *nix) archiver or tar | gz
, make a single-file archive of the directory tree under D, including D itself. The file should be named either D.zip or D.tar.gz, accordingly.
- In a separate temporary directory, test uncompressing your submission. Verify that the top-level directory D is contained in your archive. If the assignment included writing code, ensure that your instructions for both compilation and execution work on one of the standard computing environments within CCIS (see the platforms page for how we define this).
- Email your archive to t Email your zipped work as an attachment to
with Subject: CS5310F2011-progn. Where n is the number of this homework assignment.
Be aware that large attachments (greater than 25MB) will not go through.
Harriet Fell
College of Computer Science, Northeastern University
360 Huntington Avenue #202WVH
Boston, MA 02115
Phone: (617) 373-2198 / Fax: (617) 373-5121
Last Updated:
The URL for this document is: http://www.ccs.neu.edu/home/fell/CS5310/turnin.html