From 00f21d6ad3c989927305ea1a45804449922a34f7 Mon Sep 17 00:00:00 2001 From: night0721 Date: Wed, 21 Feb 2024 10:12:11 +0000 Subject: [PATCH] update projects --- data/projects.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/data/projects.json b/data/projects.json index 484edbb..4dcafef 100644 --- a/data/projects.json +++ b/data/projects.json @@ -38,5 +38,25 @@ "name":"NullValkyrie", "description":"Minecraft 1.19 multipurpose plugin for spigot servers with a lot of features where most modern servers have", "url":"https://github.com/night0721/NullValkyrie" + }, + { + "name": "based", + "description": "CLI tool for base conversion for A Level students written in C", + "url": "https://github.com/night0721/based" + }, + { + "name": "noted", + "description": "Minimalist note manager written in C with useful and user friendly features", + "url": "https://github.com/night0721/noted" + }, + { + "name": "rush", + "description": "Minimalist, customizable shell written in C with syntax highlighting like a normal shell", + "url": "https://github.com/night0721/rush" + }, + { + "name": "vernam", + "description": "CLI implementation of Vernam cipher with perfect secrecy for communication", + "url": "https://github.com/night0721/vernam" } ]