Skip to content

Instantly share code, notes, and snippets.

View axelav's full-sized avatar
🕸️

Axel Anderson axelav

🕸️
View GitHub Profile
@axelav
axelav / gist:2775435
Created May 23, 2012 14:09
Shed discography
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
@axelav
axelav / gist:2846497
Created May 31, 2012 21:39
Add item to Fantastical with Alfred
http://cl.ly/H3Zv
x-fantastical://parse?s={query}
@axelav
axelav / inner_borders.css
Created July 10, 2012 15:01
inner borders with CSS
#foo a,
#foo a img {
border: none;
overflow: hidden;
float: left;
}
#foo a:hover {
border: 3px solid black;
}
@axelav
axelav / tag_cloud_tag.rb
Created August 26, 2012 20:44 — forked from ilkka/tag_cloud_tag.rb
Jekyll tag cloud / tag pages plugin
module Jekyll
class TagCloudTag < Liquid::Tag
safe = true
def initialize(tag_name, text, tokens)
super
end
def render(context)
html = ""
@axelav
axelav / minmal_twitter.css
Created September 27, 2012 19:44 — forked from cmod/minmal_twitter.css
Twitter stylebot
/* -------------------------------------------------
MINIMAL TWITTER FOR FLUID / USERSTYLES
Special thanks to:
Max Fenton (@maxfenton) for kicking this off
------------------------------------------------- */
.trends,
@axelav
axelav / index.html
Created October 3, 2012 14:02
pure CSS under construction "gif"
<div class="construction"></div>
@axelav
axelav / gist:3831525
Created October 4, 2012 04:45
scrape a website
# 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
@axelav
axelav / index.html
Created October 23, 2012 15:13
nice spinner animation
<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>
@axelav
axelav / gi
Created November 8, 2012 21:26 — forked from javierarce/gi
# 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