Skip to content

Instantly share code, notes, and snippets.

View bcarl's full-sized avatar

Brandon Carl bcarl

View GitHub Profile
@bcarl
bcarl / autograder.py
Created June 10, 2012 14:19 — forked from bulatb/autograder.py
Autograder submission bot for CSE 120
#!/software/common/python-2.7/bin/python2.7
# ^ /software is where ieng6 keeps the nice things we can't have
import os
import time
import subprocess
from optparse import OptionParser