5
7
Fork
You've already forked slashtmp
1
Misc code snippets and experiments.
C 68.3%
Tcl 12.4%
Lua 12%
BQN 6.3%
Makefile 0.6%
Other 0.4%
Find a file
2025年06月01日 10:41:01 +00:00
AoC aoc24: day25: golf a bit 2024年12月25日 18:02:51 +00:00
compression bz: rewrite based on sais-lite 2025年05月19日 19:44:34 +00:00
data-structures heap.c: init 2024年01月01日 17:52:13 +00:00
hash chibihash64: fix constant to be odd 2024年11月17日 01:20:19 +00:00
isdigit isdigit: reduce code noise 2022年08月29日 20:03:30 +06:00
math i32sqrt: init 2024年10月24日 03:48:12 +00:00
misc nvfan: init 2025年04月16日 11:58:37 +00:00
parsers clopt: use public-domain/unlicense 2025年06月01日 10:41:01 +00:00
prng randogram: init 2024年04月13日 22:18:58 +00:00
puzzles merge-sorted-array: init 2024年02月26日 13:43:32 +00:00
sort adaptive-introsort: init 2024年08月09日 19:04:30 +00:00
x11 fullscreen-cmd: init 2025年03月08日 15:51:08 +00:00
LICENSE add loicense 2022年07月08日 23:36:41 +06:00
README.md README: update notable projects 2024年07月11日 13:45:29 +00:00

slashtmp

This repo contains various code snippets which are small/useless/incomplete etc.

I've had plenty of such projects scattered through out my file-system, a lot of them have been lost to system restarts due to the fact that they were in /tmp directory, which on my system is a ramdisk. That's also where the name of the repo comes from; with the "/" written out.

Notable projects

Name Description
qoi-dec.c Fast, zero-dependency QOI decoder
qoi-enc.c Streaming zero-dependency QOI encoder
radix-integer.c Generic radix/american-flag sort implementation that works on both signed and unsigned integer key
heapsort.c Optimized heapsort implementation with a qsort like interface
ini.c Simple, zero-dependency ini parser
y4m.c Zero-dependency y4m parser
xxhash32-stream.c, xxhash64-stream.c Streaming interface for xxhash32 and xxhash64
xxhash32.c One pass interface for xxhash32
fate Simple task scheduler

License

All the source code in this repo, unless otherwise stated, is available under MPL v2.0.