start new:
tmux
start new with session name:
tmux new -s myname
| #! /usr/bin/env ruby | |
| first = 0 | |
| second = 1 | |
| i = 0 | |
| sum = 0 | |
| limit = 4000000 | |
| while i <= limit | |
| i = first + second |
| jQuery(function($) { | |
| $('form[data-async]').live('submit', function(event) { | |
| var $form = $(this); | |
| var $target = $($form.attr('data-target')); | |
| $.ajax({ | |
| type: $form.attr('method'), | |
| url: $form.attr('action'), | |
| data: $form.serialize(), |
| <strong>NEW: Breezi Website Builder!</strong></br></br>Click <i>Breezi Website Builder</i> under <i>Software/Services</i> to try the most flexible yet easy-to-use site builder, with automatic mobile website optimization – <u>FREE!</u></br></br> | |
| <img title="Scroll down & click Breezi Website Builder" src="http://breezi.com/wp-content/uploads/2012/10/plugin-cta-graphic.png"/> |
| // run once per project | |
| git remote add upstream [ssh repo] | |
| // before pull request | |
| git fetch upstream | |
| // merge remote with local | |
| git merge upstream/master | |
| // install hub |