the place i leave my non-serious hobby projects
Go to file
2022-06-07 07:06:55 +02:00
6502_name_codec 6502_name_codec: update readme 2022-06-07 04:11:48 +02:00
bitten bitten: add a couple tests 2022-06-07 06:58:15 +02:00
direct add direct 2022-06-07 07:02:35 +02:00
games games: add pot3d.py 2022-06-07 07:06:55 +02:00
library library: add util.py 2022-06-07 06:49:54 +02:00
.gitattributes do not convert newlines in png files 2022-06-07 06:46:45 +02:00
README.md update readme 2022-06-07 06:37:24 +02:00

here be dragons.

brief

NOTE: a lot of this stuff hasn't been committed yet.

actual projects

  • 6502_name_codec - lossless text encoding

  • atone_syntax - general parser (nonfunctional)

  • automamba - bash-based auto-installer for mamba/conda/python/MSVC

  • bitten - high-level python interface to biteopt

  • ciel - useless calculator / masochistic C playground

  • direct - pure python BIRECT implementation + related algorithms

  • envelope_follower - many ways to attack and release

  • pga - code generators for clifford algebras

  • phony64 - encode binary data with japanese phonetics

  • rs_dissection - random search experiments

general stuff

  • library - important code

  • approximation - approximations of specific functions or data

  • entropy - entropy encoding

  • games - reverse-engineering games (does not contain games)

  • hashing - hash functions

  • logic - (TODO)

  • shader - standalone graphical shaders

  • sound - analysis of sound files etc.

  • tests - i break people's software by accident

  • todo - uncategorized stuff that needs to be moved into a general directory

  • wat - somewhat surprising behavior