I hereby claim:
- I am lambda2 on github.
- I am lambda2 (https://keybase.io/lambda2) on keybase.
- I have a public key ASDc75VEqQir2pAYHcRJEnTFuB-CmhB6LC5nYtCtgYVUYwo
To claim this, I am signing this object:
| Verifying my Blockstack ID is secured with the address 1KzeUKEeybTSdoTVXJqz3gpXR3vkW6Ja27 https://explorer.blockstack.org/address/1KzeUKEeybTSdoTVXJqz3gpXR3vkW6Ja27 |
| { | |
| "components": { | |
| "parameters": { | |
| "Page": { | |
| "description": "Pagination", | |
| "in": "query", | |
| "name": "page", | |
| "required": false, | |
| "schema": { | |
| "oneOf": [ |
I hereby claim:
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| if [ -d "./.git" ]; then | |
| echo "Installing hook..." | |
| cat > .git/hooks/pre-commit <<- EOM | |
| #!/bin/zsh | |
| echo "Updating Gemfile to PandaCore latest." | |
| if [ -d "$GIT_DIR/../../panda_core" ]; then | |
| echo "Pulling panda core..." | |
| (cd "$GIT_DIR/../../panda_core" && git branch --set-upstream-to=origin/master master && git pull origin) || echo "Failed to pull PandaCore, you're not on the master branch, so you should pull it yourself." | |
| fi |
| upstream unicorn_blog { | |
| server unix:/tmp/unicorn.blog.sock fail_timeout=0; | |
| } | |
| server { | |
| listen 80; | |
| server_name blog.andral.kiwi www.blog.andral.kiwi; | |
| root /home/andral/apps/blog/current/public; | |
| location ^~ /assets/ { |
| [ | |
| { | |
| "content": "« Je suis venu comme un roi, je pars comme une légende. »", | |
| "tags": [ | |
| "Ego Trip", | |
| "Foot", | |
| "Sport" | |
| ], | |
| "author": "Zlatan Ibrahimović", | |
| "album": "", |
| require "tumblr_client" | |
| require 'slack-ruby-client' | |
| POST_DELAY = 30.minutes | |
| SLACK_CHANNEL = '#nsfw' | |
| # bonjourmademoiselle.fr dites.bonjourmadame.fr bonjourlesfesses.tumblr.com | |
| TUMBLR_SOURCE = 'bonjourmademoiselle.fr' | |
| PAGE_LENGTH = 20 |
| require 'twitter' | |
| require 'logger' | |
| # 🐵 patch search results, because they sucks | |
| module Twitter | |
| class SearchResults | |
| attr_reader :rate_limit |