1
0
mirror of https://github.com/osmarks/random-stuff synced 2024-12-26 10:00:41 +00:00
This commit is contained in:
osmarks 2023-08-10 01:54:51 +01:00
parent c37b6a6af0
commit 69be3301d8

View File

@ -49,4 +49,5 @@ This comes with absolutely no guarantee of support or correct function, although
* `smtp2rss.py` - bridge SMTP (inbound emails) to RSS.
* `yearbox.html` - DokuWiki-type yearbox prototype for Minoteaur (I think this actually contains an off-by-one error somewhere; it isn't what's actually in use).
* `arbitrary-politics-graphs` - all you need to run your own election campaign.
* `heavbiome` - some work on biome generation with Perlin noise.
* `heavbiome` - some work on biome generation with Perlin noise.
* `block_scope.py` - Python uses function scoping rather than block scoping. Some dislike this. I made a decorator to switch to block scoping.