From acccb2f7157042ccaf80eaed6e2b1cfce3a778a3 Mon Sep 17 00:00:00 2001 From: osmarks Date: Fri, 29 Mar 2024 14:39:29 +0000 Subject: [PATCH] update docs --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1040894..b60a886 100644 --- a/README.md +++ b/README.md @@ -54,4 +54,7 @@ This comes with absolutely no guarantee of support or correct function, although * `mpris_smart_toggle.py` - playerctl play-pause sometimes does not play or pause the media I want played or paused (it seems to use some arbitrary selection order). This does it somewhat better by tracking the last thing which was playing. * `rec_rewrite.py` - in the spirit (and blatantly copypasted code) of `block_scope.py`, rewrite recursive functions as iterative using a heap-allocated stack and generators. * `computercraft` - CC(:T) projects - see folder README. Consolidated from Pastebin and various internal records. -* `rotating_audio.py` - composite audio files such that they sound as if they are from sources orbiting you \ No newline at end of file +* `rotating_audio.py` - composite audio files such that they sound as if they are from sources orbiting you +* `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). \ No newline at end of file