blog/data/projects.yml

57 lines
1.6 KiB
YAML
Raw Normal View History

2021-07-06 22:27:33 +00:00
- category: Research Projects
desc: Projects that I'm using to learn more about some topic in computer science.
projects:
- name: Ag Test
2021-07-13 19:35:51 +00:00
link: https://git.mzhang.io/proglangs/agtest
2021-07-06 22:27:33 +00:00
desc: A small toy attribute grammar.
status: incomplete
langs: ["python"]
- name: Coq-SSH
2021-07-13 19:35:51 +00:00
link: https://git.mzhang.io/experiment/coq-ssh
2021-07-06 22:27:33 +00:00
desc: Attempt at formally verifying SSH protocol through Coq.
status: incomplete
langs: ["coq", "ocaml"]
- category: Learning Projects
desc: Projects that I'm using to learn more about particular technologies.
projects:
- name: rsld
link: https://git.mzhang.io/michael/rsld
desc: A parallel rust linker.
status: incomplete
langs: ["rust"]
- name: asciinema
link: https://git.mzhang.io/michael/asciinema
desc: Reimplementation of the terminal recorder asciinema.
status: mvp
langs: ["rust"]
- category: Utility Projects
desc: Projects that I did to solve a particular problem or make something useful for myself.
projects:
- name: Panorama
2021-07-13 19:35:51 +00:00
link: https://git.mzhang.io/michael/panorama
2021-07-06 22:27:33 +00:00
desc: Mail client.
status: incomplete
langs: ["rust"]
- name: Leanshot
link: https://git.mzhang.io/michael/leanshot
desc: Linux screen capture tool.
2021-07-06 23:02:11 +00:00
status: works
2021-07-06 22:27:33 +00:00
langs: ["rust"]
- name: Garbage
link: https://git.sr.ht/~iptq/garbage
desc: CLI interface to the FreeDesktop Trash Can API.
2021-07-06 23:02:11 +00:00
status: works
2021-07-06 22:27:33 +00:00
langs: ["rust"]
- name: Markout
link: https://git.mzhang.io/michael/markout
desc: Extracts code blocks for a particular language out of Markdown.
2021-07-06 23:02:11 +00:00
status: works
2021-07-06 22:27:33 +00:00
langs: ["rust"]