[UMN logo]

CSCI 5106: Programming Languages
Electronic submission information



 The  submit utility is available in ITLabs and should be utilised to submit the assignments electronically. You can submit the directory containing the relevant files with the following command :

 submit --submit --class csci5106 --section sec01 --name <SUBMISSION-NAME> --directory <DIRECTORY-NAME>

 <SUBMISSION-NAME>  corresponds to a name that suggests the assignment being submitted. To find the appropriate submission name for the assignment you are submitting, you need to give the following command:
 submit --listnames --class csci5106
The output of this command will give you the list of valid submission names. You just need to select the appropriate submission name from this list.

 <DIRECTORY-NAME> refers to the name of the directory that you would like to submit. All the subdirectories under this directory will also be submitted.
 

 Example :
    This is a sample session that was run in ITLabs.


   qixx0019@kiwi (~) % submit --listnames --class csci5106
   HW1
   HW2
   HW3
   HW4
   HW5
   HW6
   HW7
   HW8
   HW9
   HW10
   qixx0019@kiwi (~) % ls
   TA5106/
   TA5161/
   test/
   time.c
   qixx0019@kiwi (~) % submit --submit --class csci5106 --section sec01 --name HW1 --directory test
   File Submitted, you should recieve ITLABS mail shortly.
 

    In the above example, I have submitted the directory 'test' and given a name 'HW1' for my submission.
   Once the submission is made, you should get an email notification of the submission in about 30 minutes.