Two Mics - Bluebird
Celldweller - Through the Gates
Celldweller - Pulsar
Dj Gontran - Moby Glitch
Krubb Wenkroist - Bleach
Di Dubai - Vodka Aspirin
Di Gontran - Chemistry
AWOLNATION - Burn it Down
MuteMath - Blood Pressure
View gpxImport.php
<pre> | |
strt importing gpx files ... | |
<?php | |
require_once 'lib/init.php'; // init $n stuff (login) | |
$dir = "import"; | |
$runs = $n->activities(); | |
foreach($runs->activities as $a) { |
View bookmarklet.html
<h1><a href="javascript:!function(){document.designMode=%22on%22}();">DesignMode</a></h1> | |
<p>Drag this to your bookmark bar</p> |
View index.html
<html><head><title>super-uber-chapter-meetup</title></head><body><img src="http://media0.giphy.com/gifsu/l2Je7F2ADWJZmBrEc/giphy-glitter.gif"> <br><a href="http://karriere.at">we are hiring</a></body></html> |
View gist:4762681
$( "li.track" ).each(function( index ) { | |
var track = $('.t', this).text(), | |
artist = $('.a', this).text().replace("&",""); | |
$(this).text(artist + ' - ' +track); | |
}); |
View gist:582281
// ---------------------------------------------------------- | |
// A short snippet for detecting versions of IE in JavaScript | |
// without resorting to user-agent sniffing | |
// ---------------------------------------------------------- | |
// if (ie) { alert('IE ' + ie); } // else ie version is not a number; | |
// if(!ie) { alert ('IE is Kryptonite.'); } | |
var ie = (function(){ | |
var div = document.createElement('div'); |
View gist:00923fe3b13525948c37
View gist:19e284a8a3a285415e5a
var init = function() { | |
next(); | |
}; | |
var next = function() { | |
++idx; | |
if(!steps[idx]) process.exit(); | |
steps[idx](next); | |
}; |
View yosemite-comp.md
A short list on osx yosemite compatibility from my setup
System Version: OS X 10.10 b2 (14A261i) Model Identifier: MacBookAir6,1
working
- atom
- safari
- little snitch
- bartender
View homebrew-yosemite.md
#Fix your homebrew installation
open
/usr/local/Library/brew.rb
replace
#!/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby -W0
View click_allow.scpt
tell application "System Events" | |
repeat while exists (processes where name is "SecurityAgent") | |
tell process "SecurityAgent" | |
click button "Allow" of group 1 of window 1 | |
end tell | |
delay 0.2 | |
end repeat | |
end tell |
NewerOlder