As configured in my dotfiles.
start new:
tmux
start new with session name:
As configured in my dotfiles.
start new:
tmux
start new with session name:
| var loadingMessages: [ | |
| 'Caffeinating our Development team!', | |
| 'Locating the required gigapixels to render...', | |
| 'Shovelling coal into the server...', | |
| 'Please wait... the architects are still drafting!', | |
| 'Warming up Large Hadron Collider...', | |
| 'Yes there really are magic elves with an abacus working frantically in here.', | |
| 'Elf down! We are cloning the elf that was supposed to get you the data. Please wait.', | |
| '1,000,000 bottles of beer on the wall...', | |
| 'Have you lost weight?', |
#How to install the 'nano' text editor in msysgit
Adapted from https://vijayparsi.wordpress.com/2012/03/07/nano-with-mingw32-for-msysgit/
#Fast and simple install Run msysgit as administrator and copy and paste (insert-key) the following line, press enter. It will execute the install_nano.sh script found at the bottom of this file. If you prefer to install nano manually, the process is described below.
| <?php | |
| use \parallel\{Runtime, Future, Channel, Events}; | |
| /* usage php crawler.php [http://example.com] [workers=8] [limit=500] */ | |
| $page = $argv[1] ?: "https://blog.krakjoe.ninja"; # start crawling this page | |
| $workers = $argv[2] ?: 8; # start this number of threads | |
| $limit = $argv[3] ?: 500; # stop at this number of unique pages | |
| $timeout = $argv[4] ?: 3; # socket timeout for producers |