summaryrefslogtreecommitdiff
path: root/src/assets/projects
diff options
context:
space:
mode:
Diffstat (limited to 'src/assets/projects')
-rw-r--r--src/assets/projects/11-mips.md7
-rw-r--r--src/assets/projects/12-crimson.md7
-rw-r--r--src/assets/projects/13-iris.md8
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.