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
<!DOCTYPE html> | |
<meta charset="utf-8"> | |
<style> | |
.axis text { | |
font: 10px sans-serif; | |
} | |
.axis path, | |
.axis line { |
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
__author__ = "moose" | |
import Logger | |
import socket | |
class Bot(object): | |
logger = None | |
config = None | |
irc = None |
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
.ylevitcepser ,yerg dna ,yerg krad ,kcalb era 2-0 * | |
dna ,'w' s'ti ,etihw roF .sedahs rethgil eht era snoisrev esacrewol * | |
eht elihw ,sedahs rekrad eht era esoht fo snoisrev esacreppu ehT * | |
.elprup rof si P dna ,eulb rof si B ,nayc rof si C ,neerg rof si G * | |
,wolley rof si Y ,der rof si R .roloc eht stneserper rahc erehw * | |
]rahc[` fo mrof eht ni era sorcam ehT .gnirts a ni sorcam roloc ecalpeR |
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
import urllib2 | |
import os, sys | |
import cookielib | |
KILOBYTE = 1024 | |
MEGABYTE = KILOBYTE * KILOBYTE | |
BUFFER = MEGABYTE / 2 | |
def makeCookie(name, value, domain, **opts): | |
opts["name"] = name |
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
I am editing this as requested. | |
CraftBukkit 1.8 Bug Hunting | |
1 | |
2 | |
3 | |
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
import sys | |
import socket | |
import string | |
HOST="irc.esper.net" | |
PORT=6667 | |
NICK="Senix_BOT" | |
IDENT="Senix" | |
REALNAME="Senix" | |
JOIN="" |
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
package net.rymate.ChangeName; | |
import java.util.logging.Logger; | |
import net.minecraft.server.EntityPlayer; | |
import net.minecraft.server.EntityTracker; | |
import net.minecraft.server.WorldServer; | |
import org.bukkit.ChatColor; | |
import org.bukkit.command.Command; | |
import org.bukkit.command.CommandSender; | |
import org.bukkit.craftbukkit.entity.CraftPlayer; |
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
/* | |
* To change this template, choose Tools | Templates | |
* and open the template in the editor. | |
*/ | |
package net.rymate.ChangeName; | |
import java.util.logging.Logger; | |
import net.minecraft.server.EntityPlayer; | |
import net.minecraft.server.EntityTracker; | |
import net.minecraft.server.WorldServer; |
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
ignore this gist, accidentally pressed fork |
NewerOlder