Skip to content

Instantly share code, notes, and snippets.

@eads
eads / README.md
Last active March 1, 2016 21:52 — forked from magnetikonline/README.md
IE 7/8/9/10/11 Virtual machines from Microsoft - Linux w/VirtualBox installation notes.

IE 7/8/9/10/11 Virtual machines from Microsoft

OS X installation notes, assuming VirtualBox is already installed on host.

First:

brew install p7zip
@eads
eads / import_tix.py
Created March 28, 2012 22:18 — forked from brianboyer/import_tix.py
Unfuddle ticket generator
import csv, os.path
import os
import httplib, base64
import getpass
username = raw_input("Username:")
password = getpass.getpass("Password:")
subdomain = raw_input("Subdomain:")
project = raw_input("Project id:")
filename = raw_input("Tickets file:")