Skip to content

Instantly share code, notes, and snippets.

### Keybase proof
I hereby claim:
* I am benjaminrrrrr on github.
* I am benjaminr (https://keybase.io/benjaminr) on keybase.
* I have a public key whose fingerprint is DEE8 0392 13B8 0043 D9C2 0317 14C4 EC8E 72C2 FD29
To claim this, I am signing this object:
@benjaminrrrrr
benjaminrrrrr / gist:68073d2bfb9038d1d25f
Last active October 21, 2015 19:09
Slippery Sammy of the Sky
Slippery Sammy of the Sky
By: Benjamin Roberts
Beyond the bluegrass,
The fields of rye,
Beyond the world of you and I,
Is a slippery chap,
A speckled guy,
He's Slippery Sammy of the sky.
@benjaminrrrrr
benjaminrrrrr / gist:d15dbeedf0e4149bc135
Last active August 29, 2015 14:08
LESS h1...h6 generator with ruleset
//Writing out h1, h2, h3, h4, h5, h6 is for suckerz. Use this less function instead!
.h(@index, @ruleset) when (@index > 0){
h@{index}{
@ruleset();
}