Skip to content

Instantly share code, notes, and snippets.

View microlinux's full-sized avatar
🚒
Bathing in hot sauce

Herr Schnitzel microlinux

🚒
Bathing in hot sauce
  • El Baño
View GitHub Profile
#!/usr/bin/python
from collections import OrderedDict
from glob import glob
from multiprocessing import Process, Queue
from optparse import OptionParser
from os import getuid
from time import sleep
from traceback import format_exc