turnineniac to submit your homework.
eniac-l doesn't work although it's the default machine to work on.
To submit a file (e.g. prog1.py) with turnin as project hw1, type:turnin -c cse39905 -p hw1 prog1.py
You can submit multiple files by typing:
turnin -c cse39905 -p hw1 prog1.py prog2.py prog3.py
or:
turnin -c cse39905 -p hw1 *.py
To verify what you submitted, type:
turnin -c cse39905 -p hw1 -v
If you turnin some other files to the same project, they will overwrite your previously turned in files. So, if you want to submit some extra files in addition to what you already submitted, you should submit everything again (the old and the new files).
Use -p hw1 for HW1 and so on. Your code for problem 1 should be named prog1.py and so on.
If you have questions regarding turnin, please email Bill (kandylas@seas).
hw0)
gcd.in
gcd.out
Out on March 21th. Due on Tuesday March 28th at 11:59 pm.
Solution: word.py
Solution: interleave.py
Solution: Andrew Mao's trie.py
Out on Wednesday April 5th. Due on Sunday April 16th at 11:59PM.
(skeleton) shortest.py
example1.out
Out on Friday April 14th. Due on Monday April 24th.
Sample cases: