Skip to content

Instantly share code, notes, and snippets.

@WeirdConstructor
WeirdConstructor / RustAudioLinkCollection.md
Last active May 6, 2024 15:13
Rust Audio Link Collection

Weird Constructor's (slightly opinionated) Rust Audio Link Collection

@SciresM
SciresM / ushabti.py
Last active March 28, 2021 22:28
Ushabti predictor for Spelunky 2 seeded runs.
import sys
# Spelunky 2 ushabti prediction for seeded runs, author SciresM.
def u32(v):
return v & 0xFFFFFFFF
def u64(v):
return v & 0xFFFFFFFFFFFFFFFF
@staltz
staltz / introrx.md
Last active July 22, 2024 09:31
The introduction to Reactive Programming you've been missing
@bitemyapp
bitemyapp / gist:8739525
Last active May 7, 2021 23:22
Learning Haskell