Skip to content

Instantly share code, notes, and snippets.

View airbreather's full-sized avatar
💭
Wondering why there's a "Set status" button.

Joe Amenta airbreather

💭
Wondering why there's a "Set status" button.
  • Urban Science Applications, Inc.
  • Sterling Heights, Michigan, USA
View GitHub Profile
@airbreather
airbreather / gist:8160422
Created December 28, 2013 15:13
MCP 9.02 Failure
== MCP 9.02 (data: 9.02, client: 1.7.2, server: 1.7.2) ==
# found ff, ff patches, srgs, name csvs, doc csvs, param csvs, astyle, astyle config, scalac, rg, ss
> Creating Retroguard config files
== Reobfuscating client ==
> Cleaning reobf
> Generating md5s
> Packing jar
> Generating class markers
FATAL ERROR
Traceback (most recent call last):
@airbreather
airbreather / update_mcptest
Created December 23, 2013 16:22
Python script to update fields.csv and methods.csv, merging both the versions from 9.01 alpha and MCPTest. NOTE, this is a hack and makes way too many assumptions for anyone to run without reading it through and figuring out what to do from there. NOTE, at time of writing, one of the methods from MCPTest has a name conflict with one of the metho…
import csv
import os.path
import re
from collections import defaultdict
from contextlib import closing
from datetime import timedelta
from operator import itemgetter
from time import time as now
from urllib.request import urlopen