tmux new [-s name] [cmd](:new) - new session
tmux ls(:ls) - list sessionstmux switch [-t name](:switch) - switches to an existing session
| var async = require('async'); | |
| var request = require("request"); | |
| var _ = require("underscore"); | |
| module.exports = function(ctx, cb) { | |
| const api_url = 'https://TENANT.auth0.com/api/v2/device-credentials'; | |
| var access_token; | |
| var user_id = ctx.body.user_id; | |
via (https://www.linux.com/learn/tutorials/442438-vim-tips-folding-fun)
zf#j creates a fold from the cursor down # lines.zf/string creates a fold from the cursor to string .zj moves the cursor to the next fold.zk moves the cursor to the previous fold.zo opens a fold at the cursor.zO opens all folds at the cursor.zm increases the foldlevel by one.zM closes all open folds.First install Brew on your MAC
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"brew updatebrew tap homebrew/dupesbrew tap homebrew/phpbrew install php70mcrypt: brew install mcrypt php70-mcryptbrew install composer| # VI bindings in iex: | |
| brew install rlwrap # on OSX | |
| echo "alias iex='rlwrap -a foo iex'" >> ~/.bash_profile | |
| echo "set editing-mode vi" >> ~/.inputrc | |
| source ~/.bash_profile | |
| # To run iex WITHOUT rlwrap | |
| \iex |
This gist contains a script for cloning all the extensions in the current directory. I recommend following the current steps, however you are free to clone these anywhere.
cd ~/Source
mkdir auth0-extensions && cd "$_"
curl https://gist.githubusercontent.com/sgmeyer/f622dd49e661c4b62e447530af2762b8/raw/c39122d57cf3ae41b6fd17019432b48edb8415e0/checkout-all-repos.sh" > checkout-all-repos.sh
Not for everyone. Each programmer has their own appreciation of what is good coding music.
(From most influential to least)
| 52.77.92.156 www.facebook.com | |
| 52.77.92.156 facebook.com | |
| 52.77.92.156 graph.facebook.com | |
| 52.77.92.156 login.facebook.com | |
| 52.77.92.156 www.login.facebook.com | |
| 52.77.92.156 fbcdn.net | |
| 52.77.92.156 www.fbcdn.net | |
| 52.77.92.156 fbcdn.com | |
| 52.77.92.156 www.fbcdn.com |