This file contains 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> | |
<html> | |
<head> | |
<meta name="text:New Blog URL" content="garblefart.tumblr.com" /> | |
</head> | |
<body> | |
<script> | |
window.location.host = "{text:New Blog URL}"; | |
</script> | |
<noscript> |
This file contains 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
from __future__ import division | |
import os | |
import numpy | |
from PIL import Image, ImageDraw | |
class Renderer(): | |
def __init__( | |
self, size=(640, 480), sampler=None, |
This file contains 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:(function() { | |
var form = $("[name=favorite]"); | |
form.click(function(e) { | |
e.preventDefault(); | |
$.ajax("/favorite", { type: "POST", data: form.serialize() }); | |
form.children("button").addClass("active").append("d"); | |
}); | |
}()); |
This file contains 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'll try to keep this up to date but holla at me if it's lagging behind. | |
COORDS = { | |
"Lab Facility Number 493" => "000", | |
"The Lab" => "001", | |
"The Rusty Pit" => "002", | |
"The Stone Loop" => "006", | |
"The Tri-Gem Room" => "010", | |
"The Clockwork Corridor" => "011", | |
"Second Tomb" => "043", | |
"The Ouroboros Tunnel" => "051", |
This file contains 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/env bash | |
curl -s http://www.mateuszskutnik.com/submachine/subnet_data/{$1}.swf > /tmp/temp.swf | |
swfdump /tmp/temp.swf | awk '/File size: [0-9]+/ {print "REV size: " $4;}' |
This file contains 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> | |
<html> | |
<head> | |
<meta name="text:New Blog URL" content="garblefart.tumblr.com" /> | |
</head> | |
<body> | |
<script> | |
window.location.host = "{text:New Blog URL}"; | |
</script> | |
<noscript> |
This file contains 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:(function(d) { | |
var e = d.createElement("style"); | |
e.innerText = "*{background: #efefef !important; color: #121212 !important;}"; | |
d.head.appendChild(e); | |
}(document)); |