diff options
author | Raghuram Subramani <raghus2247@gmail.com> | 2025-08-01 17:57:27 +0530 |
---|---|---|
committer | Raghuram Subramani <raghus2247@gmail.com> | 2025-08-01 17:57:37 +0530 |
commit | d3ce4232e9b4597dadfd9fa3c5dbfa59fbd407fd (patch) | |
tree | e2d328c2745bd504e366e8313e9db43c59b8f5d1 /projects | |
parent | d820ff61e3d269a43002b0331ff8dde3ce4d5122 (diff) |
projects: init pages
Diffstat (limited to 'projects')
-rw-r--r-- | projects/autograd.html | 4 | ||||
-rw-r--r-- | projects/bubbl.html | 4 | ||||
-rw-r--r-- | projects/chip8emu.html | 4 | ||||
-rw-r--r-- | projects/msg.html | 4 | ||||
-rw-r--r-- | projects/zuk-msm8996.html | 4 |
5 files changed, 20 insertions, 0 deletions
diff --git a/projects/autograd.html b/projects/autograd.html new file mode 100644 index 0000000..8f89eb7 --- /dev/null +++ b/projects/autograd.html @@ -0,0 +1,4 @@ +name = Autograd +description = An implementation of autograd / backpropagation. +languages = Python +--- diff --git a/projects/bubbl.html b/projects/bubbl.html new file mode 100644 index 0000000..6112139 --- /dev/null +++ b/projects/bubbl.html @@ -0,0 +1,4 @@ +name = BUBBL +description = An Operating System for The x86 Architecture. +languages = C / C++ / ASM +--- diff --git a/projects/chip8emu.html b/projects/chip8emu.html new file mode 100644 index 0000000..6a03c71 --- /dev/null +++ b/projects/chip8emu.html @@ -0,0 +1,4 @@ +name = CHIP8Emu +description = An Emulator/Interpreter for CHIP-8. +languages = C++ +--- diff --git a/projects/msg.html b/projects/msg.html new file mode 100644 index 0000000..1c691e3 --- /dev/null +++ b/projects/msg.html @@ -0,0 +1,4 @@ +name = MSG +description = An incredibly opinionated, hackable, minimal Static Site Generator. +languages = C +--- diff --git a/projects/zuk-msm8996.html b/projects/zuk-msm8996.html new file mode 100644 index 0000000..e6b2f27 --- /dev/null +++ b/projects/zuk-msm8996.html @@ -0,0 +1,4 @@ +name = ZUK MSM8996 +description = A port of Android 13 & 14 to the Zuk Z2 PLUS. +languages = AOSP / LineageOS +--- |