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
# | |
# AWS EC2 Minecraft Server Functions! | |
# These functions will work for any EC2 you want to start and stop on-demand. | |
# Save even MORE money with a spot instance. | |
# | |
# You will need: | |
# 1. An AWS account. | |
# 2. A domain/DNS for the host, preferably in Route 53. | |
# 3. An EC2 with the minecraft server installed on it (possibly launched on boot?) |
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
#!/usr/bin/python | |
# Shakespeare insult generator | |
# http://www.pangloss.com/seidel/shake_rule.html | |
import random | |
column1 = ['artless', 'bawdy', 'beslubbering', 'bootless', 'churlish', 'cockered', 'clouted', 'craven', 'currish', 'dankish', 'dissembling', 'droning', 'errant', 'fawning', 'fobbing', 'froward', 'frothy', 'gleeking', 'goatish', 'gorbellied', 'impertinent', 'infectious', 'jarring', 'loggerheaded', 'lumpish', 'mammering', 'mangled', 'mewling', 'paunchy', 'pribbling', 'puking', 'puny', 'qualling', 'rank', 'reeky', 'roguish', 'ruttish', 'saucy', 'spleeny', 'spongy', 'surly', 'tottering', 'unmuzzled', 'vain', 'venomed', 'villainous', 'warped', 'wayward', 'weedy', 'yeasty', 'cullionly', 'fusty', 'caluminous', 'wimpled', 'burly-boned', 'misbegotten', 'odiferous', 'poisonous', 'fishified', 'Wart-necked'] | |
column2 = ['base-court', 'bat-fowling', 'beef-witted', 'beetle-headed', 'boil-brained', 'clapper-clawed', 'clay-brained', 'common-kissing', 'crook-pated', 'dismal-dreaming', 'dizzy-eyed', 'doghearted', 'd |
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
#!/usr/bin/python | |
# http://www.invisibleoranges.com/2014/02/the-100-most-overused-metal-band-name-words-according-to-metal-archives/ | |
import random | |
def getmetalname(): | |
namelist=['Death','Black','Dark','Blood','Dead','Hell','War', | |
'Necro','Soul','Night','Fall','Hate','God','Evil', | |
'Kill','Fire','Storm','Rain','Lord','Head','Metal', | |
'Human','Light','Moon','Winter','Shadow','Demon', |
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
#!/usr/bin/python | |
import random | |
import time | |
extendednessrarity=3 # one chance in extendednessrarity of extendedness | |
extendedness=8 # extent of extendedness | |
def Dude(punc,cap,l): | |
youse = 'u'*l | |
dude=cap('du%sde%s'%(youse,punc)) |
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
#!/usr/local/bin/python | |
from bs4 import BeautifulSoup | |
from urllib2 import urlopen | |
from urllib import urlretrieve | |
import argparse | |
class getComic: | |
"""Base class for comics | |
""" |
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
#!/bin/sh | |
cat <<EOF | |
#######################################+:::;;;;;:'###############################+++++++#+#+++##+++++++++++ | |
#####################################';;;++++;''';:++############################+##++++#+++++##+++++++++++ | |
###################################+;;'+##++';:;'';:+############################################++++++++++ | |
##################################'''+#+';::,,,:::'''############################################++++++++++ | |
#################################';'++':::::,,,,,::;++#############################################++++++++ | |
################################+''++;:::::,,,,,,,,:;+#################################+###########++++++++ | |
################################'+++;;::::,,,,,,,,,,,'++#########################################++++++++++ |