From d3ce4232e9b4597dadfd9fa3c5dbfa59fbd407fd Mon Sep 17 00:00:00 2001 From: Raghuram Subramani Date: Fri, 1 Aug 2025 17:57:27 +0530 Subject: projects: init pages --- projects/autograd.html | 4 ++++ projects/bubbl.html | 4 ++++ projects/chip8emu.html | 4 ++++ projects/msg.html | 4 ++++ projects/zuk-msm8996.html | 4 ++++ 5 files changed, 20 insertions(+) create mode 100644 projects/autograd.html create mode 100644 projects/bubbl.html create mode 100644 projects/chip8emu.html create mode 100644 projects/msg.html create mode 100644 projects/zuk-msm8996.html (limited to 'projects') 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 +--- -- cgit v1.2.3