1
0
mirror of https://github.com/osmarks/random-stuff synced 2024-11-09 22:09:55 +00:00

write "documentation"

This commit is contained in:
osmarks 2024-08-10 15:13:09 +01:00
parent 152c0fdbd3
commit 37bc5f906e

View File

@ -58,4 +58,6 @@ This comes with absolutely no guarantee of support or correct function, although
* `nn.sql` - half an RNN in SQLite, unfinished because it *apparently* can't do recursive common table expressions.
* `alexandergriffing_spite.py` - spites sometime by doing bad numerics in Python.
* `screensaver.html` - an attempt to replicate one of Apple's screensavers (incomplete).
* `StringGroup.hs` - native Haskell strings are only a monoid, so I made an improved version which forms a group instead.
* `StringGroup.hs` - native Haskell strings are only a monoid, so I made an improved version which forms a group instead.
* `arithmetic_coder.py` - arithmetic coding implementation apart from the fact that it doesn't work properly (it doesn't write enough digits for some reason I haven't worked out).
* `bmp280_prometheus.py` - read BMP280 temperature/pressure sensors and export as Prometheus metrics.