Skip to content

Instantly share code, notes, and snippets.

View ericcurtin's full-sized avatar

Eric Curtin ericcurtin

View GitHub Profile
@bkaradzic
bkaradzic / orthodoxc++.md
Last active March 23, 2026 00:41
Orthodox C++

Orthodox C++

This article has been updated and is available here.

@oofnikj
oofnikj / answerfile
Last active March 23, 2026 09:29
Install Docker on Termux
KEYMAPOPTS="us us"
HOSTNAMEOPTS="-n alpine"
INTERFACESOPTS="auto lo
iface lo inet loopback
auto eth0
iface eth0 inet dhcp
hostname alpine
"
TIMEZONEOPTS="-z UTC"