In the general category, you may submit any art work of any size that somehow used your program from the assignment.
For the character category, you should submit an image of a specific character (the letter "C" for assignment 1, "O" for assignment 2, followed "S", "4", "2", and "6"). The image has to be 100 pixels wide and 200 pixels high.
In the blooper category, please submit any funny-looking pictures that you created by accident due to bugs or logical errors.
For each category, a winner will be chosen each time, and posted on the web pages. You may submit in all three categories if you wish, but the total number of optional points that you may receive for art work is 2.
% /u/cs426/bin/submit number fileswhere number is the assignment number, and files is the list of files for that assignment. For example:
% /u/cs426/bin/submit 31 README Makefile main.c strings.csubmits the files README, Makefile, main.c, and strings.c for a fictitious assignment 31. The submit command copies your files to the directory
/u/cs426/submit/login/numberand lists all the files that you have submitted for assignment number. login is your user account name. If you execute submit after the assignment deadline, your files are placed in directory number_late. You can run submit more than once, and you can submit partial lists of files.
There's also unsubmit, which allows you to "unsubmit" one or more files. For example,
% /u/cs426/bin/unsubmit 31 main.cwould remove your main.c from the submission directory. You can omit the /u/cs426/bin/ prefix if you add /u/cs426/bin/ to your PATH variable. You must execute submit on one of the MECA workstations.