Skip to content

Instantly share code, notes, and snippets.

View ryanstrandt's full-sized avatar

Ryan Strandt ryanstrandt

  • Eli Lilly
  • Indianapolis, IN
View GitHub Profile
Ryan Strandt - Missional Team Leader http://mt.int.uscm.org/people/100855
Kristin Madeja - Missional Team Member http://mt.int.uscm.org/people/135045
Michele Carlson - Student http://mt.int.uscm.org/people/730551
Steve Steiner - Student Leader http://mt.int.uscm.org/people/904623

tmux cheatsheet

As configured in my dotfiles.

start new:

tmux

start new with session name:

@entaq
entaq / Google_oAuth.js
Created November 15, 2012 17:18
Google oAuth 2.0 sample
/**
reference -
https://developers.google.com/accounts/docs/OAuth2WebServer
https://code.google.com/apis/console/
https://developers.google.com/+/api/latest/
**/
////handle all requests here
function doGet(e) {