I hereby claim:
- I am follmann on github.
- I am follmann (https://keybase.io/follmann) on keybase.
- I have a public key whose fingerprint is B553 4854 962C 01A6 0264 86FC EA41 184C 620A 9982
To claim this, I am signing this object:
| module ContentHelper | |
| # Usage example: | |
| # set content for identifier javascript | |
| # - content_for :javascript do | |
| # :javascript | |
| # //jscode | |
| # recall with: | |
| # = content_for :javascript |
| ## Prepare ################################################################### | |
| # Remove RVM | |
| rvm implode | |
| # Ensure your homebrew is working properly and up to date | |
| brew doctor | |
| brew update | |
| ## Install ################################################################### |
| # Update, upgrade and install development tools: | |
| apt-get update | |
| apt-get -y upgrade | |
| apt-get -y install build-essential | |
| apt-get -y install git-core curl | |
| apt-get -y install libssl-dev | |
| apt-get -y install libreadline5 libreadline5-dev | |
| apt-get -y install zlib1g zlib1g-dev | |
| # for passenger needed |
| Manual and upstart config for AeroFS (aerofs-cli) on Ubuntu 12.04.1 LTS: | |
| # link standard upstart script | |
| cd /etc/init.d | |
| sudo ln -s /lib/init/upstart-job aerofs-cli | |
| # create upstart config for aerofs-cli | |
| sudo nano /etc/init/aerofs-cli.conf | |
| (replace andreas with your desired runtime user) | |
| ---- |
| DB.prototype.getCurrentOpStats = function() { | |
| intervals = [1,5,10,30] | |
| waitingForLock = 0; | |
| secsRunningStats = {}; | |
| inProg = db.currentOp()["inprog"] | |
| inProg.forEach(function (op) { | |
| if(op["waitingForLock"]) { | |
| waitingForLock += 1; | |
| } |
I hereby claim:
To claim this, I am signing this object:
| { | |
| "color_scheme": "Packages/Theme - Nil/Big Duo.tmTheme", | |
| "font_size": 12, | |
| "highlight_line": true, | |
| "highlight_modified_tabs": true, | |
| "ignored_packages": | |
| [ | |
| "Vintage" | |
| ], | |
| "rulers": |