Skip to content

Instantly share code, notes, and snippets.

View bulatb's full-sized avatar

Bulat Bochkariov bulatb

View GitHub Profile
@bulatb
bulatb / autograder.py
Created June 3, 2012 23:59
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