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
DISCOGRAPHIE | |
The Traveller “A100″ - Ostgut Ton - 2012 | |
Shd Ø San rmx for WAX “30303B” - WAX - 2012 | |
Shed - The Praetorian - 50 Weapons - 2012 | |
Remix for Amon Tobins “Journeyman” - Ninja Tune - 2011 | |
EQD - Equalized #111 CD - Equalized - 2011 | |
EQD - Equalized #005 - Equalized - 2011 | |
Head High Mix for 2562’s “Wasteland” - When In Doubt - 2011 | |
Remix for Radioheads “Little By Little” - Ticker Tape - 2011 | |
Remix for Basic Soul Unit’s “Soulspeak” - Dolly - 2011 |
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
http://cl.ly/H3Zv | |
x-fantastical://parse?s={query} |
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
#foo a, | |
#foo a img { | |
border: none; | |
overflow: hidden; | |
float: left; | |
} | |
#foo a:hover { | |
border: 3px solid black; | |
} |
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
module Jekyll | |
class TagCloudTag < Liquid::Tag | |
safe = true | |
def initialize(tag_name, text, tokens) | |
super | |
end | |
def render(context) | |
html = "" |
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
/* ------------------------------------------------- | |
MINIMAL TWITTER FOR FLUID / USERSTYLES | |
Special thanks to: | |
Max Fenton (@maxfenton) for kicking this off | |
------------------------------------------------- */ | |
.trends, |
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
<div class="construction"></div> |
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
# scrape the entire contents of a site | |
# http://stackoverflow.com/questions/538865/how-do-you-archive-an-entire-website-for-offline-viewing | |
wget -mkKE http://url/of/web/site |
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
\ | |
M | |
\ | |
“ | |
\ | |
‘ | |
‘ | |
“ | |
“ | |
N |
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
<body> | |
<div id="spinner" class="active"> | |
<span id="first" class="ball"></span> | |
<span id="second" class="ball"></span> | |
<span id="third" class="ball"></span> | |
</div> | |
</body> |
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
# Download file from URL + Upload to your server + Copy short URL to your clipboard | |
# Use it like this: | |
# gi http://25.media.tumblr.com/tumblr_md2j4a4Eot1rddgbmo1_1280.png | |
# And get something like this: | |
# tumblr_md2j4a4Eot1rddgbmo1_1280.png 100% 41KB 41.4KB/s 00:00 | |
# Copied to the clipboard: http://goo.gl/ITEIG |