Skip to content

Instantly share code, notes, and snippets.

View loarabia's full-sized avatar

Larry Olson loarabia

  • Meta
  • Bellevue, Washington
View GitHub Profile
@loarabia
loarabia / RandomizeFileSystem.py
Created February 7, 2011 13:51
Synchronous Windows File System Monitoring Code
import os
import os.path
import random
import re
import uuid
from optparse import OptionParser
class FileSystemRandomizer: