Skip to content

Instantly share code, notes, and snippets.

//
// MyMetalWaterfall.swift
// version 0.1.105 (updated for Swift 5)
//
// Demonstrates using a MetalKit compute shader to render a live waterfall RGB bitmap
// into a UIView
//
// This is a single file iOS app
//
// It includes AppDelegate for a minimal demonstration app

tmux cheatsheet

As configured in my dotfiles.

start new:

tmux

start new with session name:

@jeslyvarghese
jeslyvarghese / InterVer.md
Last active August 29, 2015 14:28 — forked from laughinghan/InterVer.md
Interface Versioning - Never break backcompat, keep the API nimble

Interface Versioning (InterVer)

Never break backcompat, keep the API nimble

An extension of SemVer with a stricter (yet more realistic) backcompat guarantee, that provides more flexibility to change the API, for libraries that are packaged and downloaded (not services accessed remotely over the Internet (see Note 4)).