#!/usr/bin/env python
import sys
if __name__ == '__main__':
switch looking_for:
# Pretend python has a switch statement -- PEP 3103
case 'projects':
print 'CRAWL-E'
print 'auto_grade'
print 'turnin_helper'
else:
try:
assert droids
except:
sys.stderr.write(''.join(['These aren\'t the droids',
' you\'re looking for']))
sys.exit(1)
For those that don't speak python:
Projects
- CRAWL-E - A highly distributed web crawling framework written in Python
- auto_grade - An automated grading system that wraps around the TURNIN program used in our CS department.
- turnin_helper - A utility which attempts to minimize the amount of work a TA must do when manually grading projects submitted via TURNIN.
Star Trek Quotes:
"It is possible to commit no errors and still lose. That is not a weakness. That is life." -- Jean-Luc Picard
"Believing oneself to be perfect is often the sign of a delusional mind." -- Data
"Mr. Spock, the women on your planet are logical. That's the only planet in the galaxy that can make that claim." -- James Tiberius Kirk
"Computer, compute to the last digit the value of pi." -- Mr. Spock
"I signed aboard this ship to practice medicine, not to have my atoms scattered back and forth across space by this gadget." -- Dr. Leonard "Bones" McCoy
"The best diplomat that I know is a fully-loaded phaser bank." -- Montgomery "Scotty" Scott
Links