You are required to submit your projects by 5pm on the day it is due (typically Fridays). You should submit all of your source code files (ending in .html, .java, or .C++) as well as the compiled program or applet (with no extension, or ending in .class). The compiled applet should also be linked from your course home page.
To submit your project electronically, use the turnin command
on Athena. It should be used like this:
turnin -course 6.837 assignment_number files_to_submit ...
For example, turnin for assignment 1 will look like this:
turnin -course 6.837 1 homepage.html
For assignment 2, the command might look like this:
turnin -course 6.837 2 Bresenham.{java,class} CohenSutherland.{java,class}
For assignment 3, the command might look like this:
turnin -course 6.837 3 uid_object uid_object.c uid_object.?.iv
For assignment 4, the command might look like this:
turnin -course 6.837 4 *.iv
For more information on the turnin command, see the man page.
man turnin