CS 115 Lab 11, Part D: Submit your code

[Back to lab instructions]


Instructions

  1. If you have been working on the server using PuTTY or Terminal, skip the next two steps.
  2. [local] Use FileZilla to copy your Lab 11 files to your cs115/lab11 directory on cwolf.
  3. [local] If you logged out of cwolf earlier in the lab, log back in using PuTTY or Terminal, and navigate to your Lab 11 directory:
    cd cs115/lab11
  4. From your Lab 11 directory, run the following command:
    ~srivoire/cs115/pickup/test.sh lab11 lab11c.py
    The test program is testing your program with cities.txt as the input file, once with selection sort, and once with merge sort.
    If all of the tests say "OK", then your output matches the sample output and you should proceed to submit your code (skip the next step).
    If one or more of the tests gives you a URL, paste that URL into your browser to see the differences between your code and the sample code.
  5. On cwolf, type the following command to submit your lab11c program:
    ~srivoire/bin/submit 115
    When prompted for the assignment, type
    L11
    When prompted for the file to submit, you can hit ENTER to submit lab11c.py. If your file has a different name, type that name and then hit ENTER.
  6. Wait about two minutes, and then check the submission web page to verify that your file has been submitted correctly:
    http://rivoire.cs.sonoma.edu/cs115/submit/lab11.txt
    The filename will have changed slightly to include your last name and a timestamp.
  7. Log out of cwolf and complete your writeup.
  8. With the writeup and code confirmation pages open in your browser, call an instructor to check out of lab.