Skip to content

Instantly share code, notes, and snippets.

View RedBeard0531's full-sized avatar

Mathias Stearn RedBeard0531

View GitHub Profile
#!/usr/bin/python
from pymongo import Connection
import subprocess
import sys
def advance(cur)
try:
return cur.next()
except StopIteration: