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
HAI 1.2 | |
HOW DUZ I HOLLAR YR LOLZ | |
VISIBLE LOLZ | |
IF U SAY SO | |
HOW DUZ I SING YR BEER | |
HOLLAR SMOOSH "I CAN HAZ " AN BEER AN " BOTLEZ O BEER ON TEH WAL !1!!ONE!!" | |
IF U SAY SO | |
HOW DUZ I SING_MOAR YR BEER | |
BEER R DIFF OF BEER AN 1 | |
HOLLAR SMOOSH "TAEK ONE DAOWN AN PASS ITZ ARAOUND " AN BEER AN " BOTLEZ ON TEH WAL !!1!!!1!" |
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/python2 | |
""" | |
XDCC package list retriever | |
Ugly quick hack by Gregory Eric Sanderson Turcot Temlett MacDonnell Forbes | |
Sends a search request to a XDCC Parser server (http://xdccparser.is-fabulo.us) and returns a list of packs. | |
Requires python2.6 and python-spidermonkey (http://github.com/davisp/python-spidermonkey) | |
""" | |
import sys, urllib, spidermonkey, json |
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/python2 | |
# coding=utf-8 | |
import csv | |
import datetime | |
import codecs | |
import smtplib | |
import traceback | |
import os.path | |
from email.mime.text import MIMEText |
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/python2 | |
""" | |
Simple SMTP Gmail proxy | |
By Gregory Eric Sanderson Turcot Temlett MacDonnell Forbes | |
One of the servers that I maintain has a crappy Exim that randomly crashes. In a fit of frustration, | |
while looking for a solution that would notify me when problems occured, I hacked together this script. | |
When monit can't send me warning messages through Exim, it sends them to my gmail account through | |
this script that acts as a backup SMTP server. |
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
/* | |
Ruel Pagayon (c) 2010 - [email protected] | |
Cascading Style Sheet for InFB Log Output. | |
*/ | |
body { | |
background-color: #3C3C3C; | |
color: #FFF; | |
margin-top: 50px; | |
margin-left: 25px; |
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 sys | |
from optparse import OptionParser | |
usage = """%prog : convert java app to an equivalent in python code. | |
usage : %prog PROGRAM""" | |
parser = OptionParser(usage=usage) | |
(options, args) = parser.parse_args() |
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
""" | |
Stupid Klingon Translator (SKT) | |
hacked together in 5 minutes by : | |
Gregory Eric Sanderson Turcot Temlett MacDonnell Forbes | |
Hubert and Mathieu gave me the brilliant idea of implementing a gettext klingon translator | |
for python projets that use internationalization. Instead of diving in to the | |
gettext API (BOOOOORING) I hacked together a small function that scrapes Mr.Klingon's | |
website for translated strings. (http://mrklingo.freeshell.org/uta/index.php) |
NewerOlder