diff options
author | Freya Murphy <freya@freyacat.org> | 2025-02-25 14:58:48 -0500 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2025-02-25 14:58:48 -0500 |
commit | ac17edeec3303a102338124dc80f64538595ef6a (patch) | |
tree | 9e041012b12b535cc11a117f2c49f1eadcd7045a /src/assets/projects | |
parent | refactor _views folder (diff) | |
download | website-ac17edeec3303a102338124dc80f64538595ef6a.tar.gz website-ac17edeec3303a102338124dc80f64538595ef6a.tar.bz2 website-ac17edeec3303a102338124dc80f64538595ef6a.zip |
add new projects, xssbook, and blog post
Diffstat (limited to 'src/assets/projects')
-rw-r--r-- | src/assets/projects/11-mips.md | 7 | ||||
-rw-r--r-- | src/assets/projects/12-crimson.md | 7 | ||||
-rw-r--r-- | src/assets/projects/13-iris.md | 8 |
3 files changed, 22 insertions, 0 deletions
diff --git a/src/assets/projects/11-mips.md b/src/assets/projects/11-mips.md new file mode 100644 index 0000000..031ca94 --- /dev/null +++ b/src/assets/projects/11-mips.md @@ -0,0 +1,7 @@ +--- +name: mips +repo: mips +--- + +mips is a mips32 full toolchain featuring an assembler (masm), linker (mld), +and simulator (msim) for all the mips ELF programs you need. diff --git a/src/assets/projects/12-crimson.md b/src/assets/projects/12-crimson.md new file mode 100644 index 0000000..55415ae --- /dev/null +++ b/src/assets/projects/12-crimson.md @@ -0,0 +1,7 @@ +--- +name: crimson +repo: crimson +--- + +crimson is a barebones PHP framework for all your model view controller needs. +It is currently used on xssbook.com and integrated into this website. diff --git a/src/assets/projects/13-iris.md b/src/assets/projects/13-iris.md new file mode 100644 index 0000000..d591964 --- /dev/null +++ b/src/assets/projects/13-iris.md @@ -0,0 +1,8 @@ +--- +name: iris +repo: iris +--- + +iris is a declarative package manager for NeoVIM that providies the ability to +lock the commits to your plugin repositories. Usefull for setups in NixOS or +GNU/Guix. |