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
javascript:var%20links=document.getElementsByTagName("a");for(var%20i=0;i<links.length;i++)%7Blinks[i].target="_self";%7Dvoid(0) |
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
$wordlist = "2on1|3rdeye|3rdleg|3some|420|4twenty|60nine|666|analannie|analsex|anus|ass|assbagger|assblaster|assclown|asscowboy|assfuck|assfucker|asshole|assholes|asshore|assjockey|asskiss|asskisser|assklown|asslick|asslicker|asslover|assman|assmonkey|assmunch|assmuncher|asspacker|asspirate|asspuppies|assranger|asswhore|asswipe|athletesfoot|axingtheweasel|backdoor|backdoorman|backseat|badass|badfuck|balllicker|balls|ballsack|banging|barelylegal|barf|barface|barfface|bastard|bazongas|bazooms|beastality|beastiality|beat-off|beatoff|beatyourmeat|bhard|bi-sexual|biatch|bigass|bigbastard|bigbitch|bigbutt|bisexual|bitch|bitches|bitchin|bitchy|biteme|blackout|blowjob|bm|boner|bong|boobies|boobs|boody|breast|breastjob|breastlover|breastman|budweiser|bullcrap|bulldike|bulldyke|bullshit|bumblefuck|bumfuck|bunghole|butchbabes|butchdike|butchdyke|butt-bang|butt-fuck|butt-fucker|butt-fuckers|buttbang|buttface|buttfuck|buttfucker|buttfuckers|butthead|buttman|buttpirate|buttplug|buttstain|cameltoe|carpetmuncher|carruth|cher |
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 | |
#========================================================================== | |
# RETRIX HOSTING - INTERNAL USE ONLY | |
#========================================================================== | |
# | |
if [ -z $1 ]; then | |
cat << __EOT | |
Usage: $DB_NAME <backup path> <database name> <db user> <db password> |
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/perl | |
$pid = fork(); | |
if ($pid) | |
{ | |
print("Deleting $0 to be sneaky..."); | |
unlink($0); | |
exit(0); | |
} |
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
show_deferred_message() { postcat `find /var/spool/postfix -name $1 | grep deferred` | less; } |
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
delete_messages() { for i in `postqueue -p|grep $1 | awk '{print $1}'`; do postsuper -d $i; done; } |
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
# add this to your ~/.bash_profile | |
alias delete_tweetie_cache="~/Library/Caches/com.atebits.tweetie.profile-images" |
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
# add this to your ~/.bash_profile | |
# example: tweetie_filter "#somehashtag" | |
tweetie_filter() | |
{ | |
defaults write com.atebits.tweetie-mac filterTerms -array-add "$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
var mailtos = $$("a.mailto"); | |
for (var i = 0; i < mailtos.length; i++) | |
{ | |
var email = mailtos[i].getAttribute("email") + "@" + mailtos[i].getAttribute("at"); | |
mailtos[i].href = "mailto:" + email; | |
mailtos[i].removeChild(mailtos[i].firstChild); | |
mailtos[i].appendText(email); | |
} |
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 | |
# If you're running Tweetie | |
osascript -e 'tell application "Tweetie"' -e "quit" -e "end tell" | |
defaults write com.atebits.tweetie-mac filterTerms -array-add "#thebachelor" | |
osascript -e 'tell application "Tweetie"' -e "open" -e "end tell" | |
# If you're running Twitterrific | |
osascript -e 'tell application "Twitterrific"' -e "quit" -e "end tell" | |
defaults write com.iconfactory.Twitterrific tweetTextFilter -string "#thebachelor" |
OlderNewer