Skip to content

Instantly share code, notes, and snippets.

@mafintosh
mafintosh / c_ish.cc
Created November 28, 2017 18:47
Write native modules like you write C
#include <nan.h>
using namespace v8;
typedef struct {
int result;
int prev;
} fibo_t;
@MohamedAlaa
MohamedAlaa / tmux-cheatsheet.markdown
Last active September 20, 2024 05:14
tmux shortcuts & cheatsheet

tmux shortcuts & cheatsheet

start new:

tmux

start new with session name:

tmux new -s myname