CMSC 202, sections 0201-0204

Project Submission Instructions

 

Project and Homework Submission

Projects and homeworks are submitted electronically using the submit command. The general form of the submit command for this class is

submit cs202_02 hwn / projn <filenames>
where <filenames> is a list of files to be submitted for grading (separated by whitespace). For example,

 submit cs202_02 proj3 proj3.c proj3.h stack.h stack.c makefile , or 
 submit cs202_02 hw2 design2.txt 

Projects may be submitted as often as you like prior to the final deadline. Only the latest version of each file you submit will be graded (earlier versions will be overwritten). The latest date and time of any file you submit will be considered the date of submission of the project / homework.

You can verify that your files were submitted by using the submitls command. The general form of the submitls command for this class is

submitls cs202_02 hwn / projn

Executing this command will list all files you have submitted for the appropriate project, along with the date and time of each file's submission, and the size of each file.

If you have any problems using the submit or related commands, you must notify your instructor immediately by email.  I will fix submit problems as soon as I can, and generally it won't take more than a few minutes once I receive notification that you are having problems.  However, I do not guarantee that I will be reading email close to project due dates.  Since having problems with submit is not grounds for a project extension, it is strongly recommended that you do not wait until the last minute to submit projects; it is a good idea to submit at least one file for each project or homework well in advance of the due date, just in case any problems arise.

 

For more information, see the UCS project submission web page.