Skip to content

Instantly share code, notes, and snippets.

@ofZach
ofZach / calibration pattern
Created November 9, 2012 11:42
calibration pattern
// useful for projection alignment, etc:
// http://i.imgur.com/rWJLE.jpg
int nbOfCol = ofGetWidth() / 25;
int boardWidth = ofGetWidth();
int boardHeight = ofGetHeight();
@MohamedAlaa
MohamedAlaa / tmux-cheatsheet.markdown
Last active March 16, 2025 19:10
tmux shortcuts & cheatsheet

tmux shortcuts & cheatsheet

start new:

tmux

start new with session name:

tmux new -s myname