Skip to content

Instantly share code, notes, and snippets.

View siancu's full-sized avatar

Stelian Iancu siancu

View GitHub Profile
@chockenberry
chockenberry / Debug.swift
Last active February 26, 2026 03:46
Debug and release logging in Swift that's reminiscent of NSLog()
//
// Debug.swift
//
// Created by Craig Hockenberry on 3/15/17.
// Updated by Craig Hockenberry on 2/20/24.
// Usage:
//
// SplineReticulationManager.swift:
//
@MohamedAlaa
MohamedAlaa / tmux-cheatsheet.markdown
Last active March 10, 2026 02:54
tmux shortcuts & cheatsheet

tmux shortcuts & cheatsheet

start new:

tmux

start new with session name:

tmux new -s myname