I hereby claim:
- I am optikfluffel on github.
- I am optikfluffel (https://keybase.io/optikfluffel) on keybase.
- I have a public key ASDRu8qiCRf9rzyr0ZaYBOyh0j-NbOV2glWv1ikhb9nM9Qo
To claim this, I am signing this object:
Wed Jul 12 09:59:04 UTC 2017 |
#!/bin/bash | |
git checkout master | |
mix docs | |
cd docs/ | |
git checkout gh-pages | |
git add . | |
git commit -m "update documentation" | |
git push origin gh-pages |
I hereby claim:
To claim this, I am signing this object:
kitty() { command wget -O kitty.jpg http://placekitten.com/"$2"/"$3" } |
# Display your coderwall.com badges without using a library like jQuery | |
# CONFIGURE your username | |
username = 'optikfluffel' | |
url = "http://www.coderwall.com/#{username}.json?callback=processJSON" | |
loadJSON = (url) -> | |
head = document.getElementsByTagName('head')[0] | |
newScript = document.createElement('script') |
input { | |
file { | |
type => nginx_web | |
path => ["/var/log/nginx/*"] | |
exclude => ["*.gz"] | |
} | |
} | |
filter { | |
grok { |