This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/python -O | |
from optparse import OptionParser | |
import random | |
import string | |
import subprocess | |
import threading | |
import time | |
import re | |
# get a list of words with only ASCII characters, and surround them with ^ and $ to demarcate the word boundaries |