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
{ | |
"templates":[ | |
"{hits} {user} with a {item}.", | |
"{hits} {user} around a bit with a {item}.", | |
"{throws} a {item} at {user}.", | |
"{throws} a few {item_plural} at {user}.", | |
"grabs a {item} and {throws} it in {user}'s face.", | |
"launches a {item} in {user}'s general direction.", | |
"sits on {user}'s face while slamming a {item} into their crotch.", | |
"starts slapping {user} silly with a {item}.", |
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
[18:37] <@Gardeon2> <-KamranMackey> wow Aj be nice | |
[18:37] * Quits: +Elusivehawk ([email protected]) (Quit: Leaving) | |
[18:37] <+Ajloveslily> no | |
[18:37] <@Gardeon2> <-KamranMackey> Yes | |
[18:37] <+Ajloveslily> nah | |
[18:37] <@Gardeon2> <-KamranMackey> YES | |
[18:38] <+Ajloveslily> meh | |
[18:38] <+Ajloveslily> I don't feeel like it | |
[18:38] <@Gardeon2> <-KamranMackey> fine, fudge you | |
[18:38] <+Ajloveslily> no u |
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
--BR control by Graypup | |
--Legalese below | |
--[[ | |
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE | |
Version 2, December 2004 | |
Copyright (C) 2004 Sam Hocevar <[email protected]> | |
Everyone is permitted to copy and distribute verbatim or modified | |
copies of this license document, and changing it is allowed as long |
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
---- Minecraft Crash Report ---- | |
// You're mean. | |
Time: 2/26/15 10:07 PM | |
Description: There was a severe problem during mod loading that has caused the game to fail | |
cpw.mods.fml.common.LoaderException: java.lang.NoSuchFieldError: programmingTable | |
at cpw.mods.fml.common.LoadController.transition(LoadController.java:162) | |
at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:515) | |
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:239) |
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
---- Minecraft Crash Report ---- | |
// Why did you do that? | |
Time: 2/25/15 5:47 PM | |
Description: Unexpected error | |
java.lang.NullPointerException: Unexpected error | |
at com.thevoxelbox.voxelmenu.VoxelMenuModCore.onTick(VoxelMenuModCore.java:362) | |
at com.mumfrey.liteloader.client.ClientEvents.onTick(ClientEvents.java:665) | |
at com.mumfrey.liteloader.client.CallbackProxyClient.onTick(CallbackProxyClient.java:146) |
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
(ns backtype.storm.nimbus.storage | |
(:import [java.io InputStream OutputStream FileInputStream FileOutputStream File]) | |
(:import [java.util List Map]) | |
(:import [org.apache.commons.io FileUtils IOUtils]) | |
(:use [backtype.storm log config util]) | |
(:import [backtype.storm.utils Utils]) | |
(:import [backtype.storm.nimbus INimbusStorage])) | |
(defn create-local-storage [conf] | |
(let [stormroot (nimbus-storage-local-dir conf)] |
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
/* | |
* Project Name: CollisionDetection | |
* Solution Name: MandelbrotCalc | |
* Original creation date: 25/03/2011 | |
* Edit date: 19/01/2013 | |
* Programmer name: Jamie Taylor (aka "GaProgMan") | |
* File name: CollisionDetection.cpp | |
* | |
* Purpose of the project: | |
* To re-write the psuedo-code found in a previous |
NewerOlder