start new:
tmux
start new with session name:
tmux new -s myname
| git fetch upstream | |
| git reset --hard upstream/master |
| [ | |
| { | |
| "model": "dmakr.domain", | |
| "pk": 1, | |
| "fields": { | |
| "tld": "aero", | |
| "country": "Air transport" | |
| } | |
| },{ | |
| "model": "dmakr.domain", |
| # I love tpope's solution to ctags regeneration[1]; he creates | |
| # a template from which all Git repositories take their default hooks, | |
| # and then uses these hooks to regenerate ctags. | |
| # | |
| # [1]: http://tbaggery.com/2011/08/08/effortless-ctags-with-git.html | |
| # | |
| # It's an elegant solution, but what do you do about repositories that | |
| # already exist? The template will only apply to newly cloned or newly | |
| # initialised repositories. | |
| # |
| // Copyright 2013 Soundslice LLC. License: BSD. | |
| /* HTML example: **************** | |
| <figure class="vid"> | |
| <video preload> | |
| <source src="/videos/help/playhead.mp4" type="video/mp4"> | |
| <source src="/videos/help/playhead.webm" type="video/webm"> | |
| </video> | |
| <p>To move the playhead, click in the timeline or drag the playhead’s diamond.</p> |
9/5/2013 @ 6:30pm
UX Speakeasy (VT)
9/7/2013 @ 2:00pm
Vermont Makers (FIRST Robotics Ice Cream Social)
9/12/2013 @ 6:00pm
Burlington Healthcare Innovators
9/14/2013 @ 9:30am
| # http://www.gravityhelp.com/documentation/page/Web_API#Security | |
| import time | |
| import base64 | |
| import urllib | |
| import requests | |
| import json | |
| import hmac | |
| from hashlib import sha1 |
| nnoremap yy "+yy | |
| vnoremap y "+y | |
| nnoremap p "+p | |
| vnoremap p "+p | |
| nnoremap P "+P | |
| vnoremap P "+P |