Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ispringle/miscellanea
A miscellaneous collection of different things
https://github.com/ispringle/miscellanea
Last synced: 9 days ago
JSON representation
A miscellaneous collection of different things
- Host: GitHub
- URL: https://github.com/ispringle/miscellanea
- Owner: ispringle
- License: 0bsd
- Created: 2018-06-25T01:08:43.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-12-10T22:10:31.000Z (14 days ago)
- Last Synced: 2024-12-10T23:19:36.017Z (14 days ago)
- Language: C
- Size: 6.94 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# miscellanea (n)
1. (countable) A miscellaneous collection of different things; a
miscellany.[1][0]## Directory of Files
### [aoc][1]
All my various annual attempts at the Advent of Code challenges.
### [dither][2]
An implementation of Floyd-Steinberg dithering. Outputs jpegs. Can be
recompiled to change the number of colors, default is 8.### [fp][3]
Attempts at writing functional code.
### [langs][4]
Simple and basic programs rewritten in different languages.
### [math][5]
Contains various math related programs and challengers.
### [scriptybois][6]
A maenagerie of miscellanea.
[0]: https://en.wiktionary.org/wiki/miscellanea#English "Wiktionary.com"
[1]: https://github.com/pard68/miscellanea/tree/master/aoc
[2]: https://github.com/pard68/miscellanea/tree/master/dither
[3]: https://github.com/pard68/miscellanea/tree/master/fp
[4]: https://github.com/pard68/miscellanea/tree/master/langs
[5]: https://github.com/pard68/miscellanea/tree/master/math
[6]: https://github.com/pard68/miscellanea/tree/master/scriptybois