Skip to content

Instantly share code, notes, and snippets.

View ryandcarter's full-sized avatar
🏠
Working from home

Ryan Carter ryandcarter

🏠
Working from home
View GitHub Profile
@adrobisch
adrobisch / hateoas.raml
Created May 17, 2016 13:33
HATEOAS with RAML 1.0
#%RAML 1.0
title: HATEOAS example
types:
Link:
type: object
properties:
rel: string
href?:
type: string
@squarism
squarism / iterm2.md
Last active June 18, 2024 19:42
An iTerm2 Cheatsheet

Tabs and Windows

Function Shortcut
New Tab + T
Close Tab or Window + W (same as many mac apps)
Go to Tab + Number Key (ie: ⌘2 is 2nd tab)
Go to Split Pane by Direction + Option + Arrow Key
Cycle iTerm Windows + backtick (true of all mac apps and works with desktops/mission control)
Printed object: [['id3' : 'value3', 'id2' : 'value2', 'id1' : 1], ['id3' : ['id3' : 'value3', 'id2' : 'value2', 'id1' : 'value1'], 'id2' : 'value2', 'id1' : 'value1'], ['id3' : 'value3', 'id2' : 'value2', 'id1' : 'value1']]