projects
This commit is contained in:
parent
2b6f2c76ef
commit
380c9e0d20
1 changed files with 12 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
||||||
- category: Research Projects
|
- category: Research Projects
|
||||||
desc: Projects that I'm using to learn more about some topic in computer science.
|
desc: Projects that have a large research component compared to software development.
|
||||||
projects:
|
projects:
|
||||||
- name: Ag Test
|
- name: Ag Test
|
||||||
link: https://git.mzhang.io/proglangs/agtest
|
link: https://git.mzhang.io/proglangs/agtest
|
||||||
|
@ -20,7 +20,7 @@
|
||||||
langs: ["rust"]
|
langs: ["rust"]
|
||||||
|
|
||||||
- category: Learning Projects
|
- category: Learning Projects
|
||||||
desc: Projects that I'm using to learn more about particular technologies.
|
desc: Software development projects used to gain more experience with a particular set of existing technologies.
|
||||||
projects:
|
projects:
|
||||||
- name: rsld
|
- name: rsld
|
||||||
link: https://git.mzhang.io/michael/rsld
|
link: https://git.mzhang.io/michael/rsld
|
||||||
|
@ -35,7 +35,7 @@
|
||||||
langs: ["rust"]
|
langs: ["rust"]
|
||||||
|
|
||||||
- category: Utility Projects
|
- category: Utility Projects
|
||||||
desc: Projects that I did to solve a particular problem or make something useful for myself.
|
desc: Software that I developed to cater to a specific scenario or make something useful for myself.
|
||||||
projects:
|
projects:
|
||||||
- name: Panorama
|
- name: Panorama
|
||||||
link: https://git.mzhang.io/michael/panorama
|
link: https://git.mzhang.io/michael/panorama
|
||||||
|
@ -60,3 +60,12 @@
|
||||||
desc: Extracts code blocks for a particular language out of Markdown.
|
desc: Extracts code blocks for a particular language out of Markdown.
|
||||||
status: works
|
status: works
|
||||||
langs: ["rust"]
|
langs: ["rust"]
|
||||||
|
|
||||||
|
- category: Old Projects
|
||||||
|
desc: Software I wrote in the past and won't be updating.
|
||||||
|
projects:
|
||||||
|
- name: EasyCTF IV Platform
|
||||||
|
link: https://git.mzhang.io/easyctf/easyctf-iv-platform
|
||||||
|
desc: CTF platform for EasyCTF.
|
||||||
|
status: graveyarded
|
||||||
|
langs: ["python"]
|
||||||
|
|
Loading…
Reference in a new issue