Skip to content

Instantly share code, notes, and snippets.

View wohckcin's full-sized avatar
🚧

Nick Chow wohckcin

🚧
View GitHub Profile
@tazjin
tazjin / thoughts.md
Last active June 27, 2025 19:08
Nix builder for Kubernetes
@katef
katef / plot.awk
Last active November 20, 2024 23:27
#!/usr/bin/awk -f
# This program is a copy of guff, a plot device. https://github.com/silentbicycle/guff
# My copy here is written in awk instead of C, has no compelling benefit.
# Public domain. @thingskatedid
# Run as awk -v x=xyz ... or env variables for stuff?
# Assumptions: the data is evenly spaced along the x-axis
# TODO: moving average
@lupyuen
lupyuen / tauri-yew-pinephone.md
Last active August 19, 2022 07:17
Rust GUI App on PinePhone with Tauri + Yew