Skip to content

Instantly share code, notes, and snippets.

@Watchful1
Watchful1 / food.md
Last active March 24, 2024 01:29
Presents for Greg

I'd love any home made food you could ship. If you're buying something, I'd prefer a smaller quantity of higher quality items, 2 nice steaks or a small thing of chocolates.

Chocolate/peanut butter

Steaks, any of these sites are good

def bot_login():
print "Loggin in..."
r = praw.Reddit(username = config.username,
password = config.password,
client_id = config.client_id,
client_secret = config.client_secret,
user_agent = "phylohelper v0.1")
print "Logged in!"
return r
@Watchful1
Watchful1 / gist:92064f9c261b1e979799
Created April 21, 2015 05:40
Forge 1389 launch
[01:36:47] [Client thread/INFO] [STDOUT/]: [cpw.mods.fml.client.SplashProgress:start:89]: ---- Minecraft Crash Report ----
// I just don't know what went wrong :(
Time: 4/21/15 1:36 AM
Description: Loading screen debug info
java.lang.Throwable
at cpw.mods.fml.client.SplashProgress.start(SplashProgress.java:88)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:190)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480)