Skip to content

Instantly share code, notes, and snippets.

test
### Keybase proof
I hereby claim:
* I am aaronfoltz on github.
* I am aaronfoltz (https://keybase.io/aaronfoltz) on keybase.
* I have a public key ASDunoPFMTq25s9mtgZDSbfqL1V5CyOFwUTVBUT8TYFGTwo
To claim this, I am signing this object:
@AaronFoltz
AaronFoltz / dabblet.css
Created August 19, 2012 02:47 — forked from anonymous/dabblet.css
CSS States
/* CSS States */
body {
background: url(http://dabblet.com/img/noise.png);
background-color: #F5F2F0;
font-family: Georgia, serif;
font-size: 18px;
line-height: 1.6em;
text-shadow: 0 2px 0 white;
color: #222;
}
the quick brown fox jumps over the lazy dog
@AaronFoltz
AaronFoltz / gist:1176632
Created August 28, 2011 12:50
/bin/sh^M: bad interpreter: No such file or directory
find . -type f -exec perl -pi -e 's/\r\n?/\n/g' {} \;
@AaronFoltz
AaronFoltz / coderwall.js
Created August 12, 2011 02:36
Coderwall Badge Script for Blogs (or any other Web Page)
/*
*
* coderwall.js
*
* Code to display coderwall.com badges
*
*/
var coderwallJSONurl ="http://www.coderwall.com/hermanjunge.json?callback=?";
var height = 75;
@AaronFoltz
AaronFoltz / counter.sh
Created July 20, 2011 02:04 — forked from jessex/counter.sh
Count all lines of code for java source files in certain directories.
find YahooProxy STBProxy RestEasy YahooAuthorization Client-ProxyHarness ClientProxyTest Proxy-ServerHarness -name '*.java' | xargs wc -l