1
0
mirror of https://github.com/osmarks/random-stuff synced 2025-09-10 22:36:01 +00:00

Group theory for strings

This commit is contained in:
2024-06-21 12:38:04 +01:00
parent 72c242d0a9
commit 34a370f242
2 changed files with 62 additions and 1 deletions

View File

@@ -57,4 +57,5 @@ This comes with absolutely no guarantee of support or correct function, although
* `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).
* `screensaver.html` - an attempt to replicate one of Apple's screensavers (incomplete).
* `StringGroup.hs` - native Haskell strings are only a monoid, so I improved them to be a group instead.