Assignments for CS 5500


To submit your assignment 11:

1. Convert your video to MP4 format, and make sure its name ends with the suffix ".mp4". In the example below, this file will be referred to as myvideo.pdf.

2. On a CCIS Linux machine, cd to the directory that contains the MP4 file you wish to submit. Then type the following command, after substituting your own email address for <name>:

    /course/cs5500f13/submit <name> 11 myvideo.pdf

3. If all goes well, step 2 will end by giving you a confirmation number. Please record your confirmation number so you can prove you have submitted the assignment.


To submit your assignment 12:

1. Put all the software you wish to submit into a single directory. Don't forget the README file. Don't put any extraneous stuff in the directory.

2. Created a gzipped tar file of that directory. Suppose, for example, that the directory you want to submit is named mydir. The recommended way to create the gzipped tar file is to cd to the directory that contains mydir, and to execute the following Linux command:

    tar -czf mydir.tgz mydir

That will create a file named mydir.tgz.

3. On a CCIS Linux machine, cd to the directory that contains the gzipped tar file you created in step 2. Then type the following command, after substituting your own email address for <name>:

    /course/cs5500f13/submit <name> 12 mydir.tgz

4. If all goes well, step 3 will end by giving you a confirmation number. Please record your confirmation number so you can prove you have submitted the assignment.


Last updated 3 December 2013.

Click here to validate HTML on this page.