CSc 8711, Sp 2021, Handin Instructions

Typically for most projects you will have to do the following:
  1. Submit all code (preferably in one archive file: zip or tar) using the following command on tinman.cs.gsu.edu:
      $ sudo handin8711 1 file.zip
    
    This will prompt you for your unix password. You should see one SUCCESS message for each file you submit. Resubmissions are allowed under the same file name and the handin script will ask you whether you want to overwrite the old submission file.

    NOTE: The 1 in the command refers to the project number. For project 2, this should be 2, and so on.

  2. There may be additional assignment specific requirements such as deploying a Web application etc.
Page Maintained by raj@cs.gsu.edu