Attention: the list was moved to
https://github.com/dypsilon/frontend-dev-bookmarks
This page is not maintained anymore, please update your bookmarks.
Attention: the list was moved to
https://github.com/dypsilon/frontend-dev-bookmarks
This page is not maintained anymore, please update your bookmarks.
| http://robots.thoughtbot.com/convert-ruby-1-8-to-1-9-hash-syntax | |
| search = :([^ ]*)(\s*)=> | |
| replace = $1: |
| ## For more details refer to: http://tsamni.com/post/84515089035/sidekiq-performing-background-or-delayed-jobs-with | |
| ## .ebextensions/sidekiq.config | |
| commands: | |
| create_post_dir: | |
| command: "mkdir /opt/elasticbeanstalk/hooks/appdeploy/post" | |
| ignoreErrors: true | |
| files: | |
| "/opt/elasticbeanstalk/hooks/appdeploy/post/50_restart_sidekiq": | |
| mode: "000777" | |
| content: | |
| packages: | |
| yum: | |
| git: [] | |
| htop: [] |
| var fs = require('fs'), | |
| http = require('http'), | |
| https = require('https'), | |
| express = require('express'), | |
| bodyParser = require('body-parser'), | |
| request = require('request'), | |
| crypto = require('crypto'), | |
| FBToken = '', | |
| port = 443, | |
| options = { |