website/software/index.md

30 lines
1.5 KiB
Markdown
Raw Normal View History

2024-09-05 17:26:23 -05:00
# software
2024-09-05 13:14:53 -05:00
## mine
2024-09-05 17:26:23 -05:00
Projects I worked on that are more or less finished
2024-09-05 13:14:53 -05:00
* [http web server](https://git.lgatlin.dev/logan/website)
* [html templating language](https://git.lgatlin.dev/logan/html-templater)
* [kinematic image processing](fishbowl.html)
* [stack based assembly language](https://git.lgatlin.dev/logan/forte)
* [n dimensional cartesian product](https://git.lgatlin.dev/logan/nrange)
* [stock trading algorithm](https://git.lgatlin.dev/logan/stocks)
## influences
2024-09-05 17:26:23 -05:00
This list is for software projects that change my perspective on something.
Everything here has influenced my own work in some significant way.
2024-09-05 13:14:53 -05:00
* [forth](https://forth-standard.org/) - _Stack based programming language_
* [cheri](https://www.cl.cam.ac.uk/research/security/ctsrd/cheri/) - _Security focused ISA_
* [jai](https://jai.community/) - _Programming language for games_
* [htmx](https://htmx.org/) - _Hypermedia focused JavaScript framework_
* [rust](https://www.rust-lang.org/) - _Memory safe programming language_
* [apache](https://apache.org/) - _HTTP server_
## favorites
This list is for my personal favorite software projects.
* [unicode](https://home.unicode.org/about-unicode/) - _Character encoding format_
* [maud](https://maud.lambda.xyz/) - _HTML templating macro for Rust_
* [lua](https://www.lua.org/) - _Scripting language_
* [web assembly](https://webassembly.org/) - _Portable instruction target_
2024-09-05 17:26:23 -05:00
* [cascadia code](https://github.com/microsoft/cascadia-code) - _Monospaced terminal font_
2024-09-05 13:14:53 -05:00