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
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
"workbench.colorCustomizations": { | |
"terminal.background": "#1e2429", | |
"terminal.foreground": "#d1d5da", | |
"terminalCursor.background": "#c5e1ff", | |
"terminalCursor.foreground": "#c5e1ff", | |
"terminal.ansiBlack": "#000000", | |
"terminal.ansiBlue": "#1571ce", | |
"terminal.ansiBrightBlack": "#666666", | |
"terminal.ansiBrightBlue": "#2e8df1", | |
"terminal.ansiBrightCyan": "#00badf", |
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
<h1><a href="javascript:!function(){document.designMode=%22on%22}();">DesignMode</a></h1> | |
<p>Drag this to your bookmark bar</p> |
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
<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> |
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 init = function() { | |
next(); | |
}; | |
var next = function() { | |
++idx; | |
if(!steps[idx]) process.exit(); | |
steps[idx](next); | |
}; |
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/bash | |
# | |
# Originally from "Automatically download Chromium nightly builds" | |
# http://top-frog.com/2010/05/29/automatically-download-chromium-nightly-builds/ | |
LATEST=`curl -s http://commondatastorage.googleapis.com/chromium-browser-snapshots/Mac/LAST_CHANGE` | |
CURRENT=`defaults read /Applications/Chromium.app/Contents/Info.plist SCMRevision 2>/dev/null` | |
PROCESSID=`ps ux | awk '/Chromium/ && !/awk/ {print $2}'` | |
if [[ $LATEST -eq $CURRENT ]]; then |
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
These two files should help you to import passwords from mac OS X keychains to 1password. | |
Assumptions: | |
1) You have some experience with scripting/are a power-user. These scripts worked for me | |
but they haven't been extensively tested and if they don't work, you're on your own! | |
Please read this whole document before starting this process. If any of it seems | |
incomprehensible/frightening/over your head please do not use these scripts. You will | |
probably do something Very Bad and I wouldn't want that. | |
2) You have ruby 1.9.2 installed on your machine. This comes as standard with Lion, previous | |
versions of OS X may have earlier versions of ruby, which *may* work, but then again, they |
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
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