From 305c7c728691da7d0a56a0dd637dd976d4c023f8 Mon Sep 17 00:00:00 2001 From: night0721 Date: Sun, 19 May 2024 17:30:24 +0100 Subject: [PATCH] update projects --- data/projects.json | 72 ++++++++++++++++++++++++++-------------------- 1 file changed, 41 insertions(+), 31 deletions(-) diff --git a/data/projects.json b/data/projects.json index c8c20eb..3aed78c 100644 --- a/data/projects.json +++ b/data/projects.json @@ -4,6 +4,46 @@ "description":"The first CODM statistics, builds and gunsmith bot for Discord users, partnered with YouTubers for accurate data", "url":"https://github.com/night0721/cath.exe" }, + { + "name":"Lilase", + "description":"Minecraft Quality of Life mod for auction sniping and fliping, with more than 2500 downloads", + "url":"https://github.com/night0721/Lilase" + }, + { + "name": "ccc", + "description": "Fast TUI file manager written in C, using ncurse", + "url": "https://github.com/night0721/ccc" + }, + { + "name": "noted", + "description": "Minimalist note manager written in C with useful and user friendly features", + "url": "https://github.com/night0721/noted" + }, + { + "name": "apm", + "description": "Minimalistic command line password manager and a rewrite of pass in C", + "url": "https://github.com/night0721/apm" + }, + { + "name": "lcc", + "description": "Lines of Code Counter", + "url": "https://github.com/night0721/lcc" + }, + { + "name": "rush", + "description": "Minimalist, customizable shell written in C with syntax highlighting like a normal shell", + "url": "https://github.com/night0721/rush" + }, + { + "name":"Auth Bot", + "description":"Discord Bot to verify user, allowing server owner to recover server by pulling back members", + "url":"https://github.com/night0721/auth-bot" + }, + { + "name":"NXC File Host", + "description":"ShareX server using Next.js API, to shorten URLs, upload image, paste codes, with a simple and easy to use UI", + "url":"https://github.com/night0721/nxc-host" + }, { "name":"NYX API", "description":"General purpose API using Next.js API Routes to serve purposes of NYX, cath npm package and discord rich presence data", @@ -14,27 +54,12 @@ "description":"npm pacakge to scrape data from NYX API, providing useful functions and Discord Bot utilities with more than 8000 downloads", "url":"https://github.com/night0721/cath" }, - { - "name":"NXC File Host", - "description":"ShareX server using Next.js API, to shorten URLs, upload image, paste codes, with a simple and easy to use UI", - "url":"https://github.com/night0721/nxc-host" - }, - { - "name":"Auth Bot", - "description":"Discord Bot to verify user, allowing server owner to recover server by pulling back members", - "url":"https://github.com/night0721/auth-bot" - }, { "name":"YT Downloader", "description":"Simple Next.js website and interface to download YouTube videos to mp3 or mp4 files with URLs", "url":"https://github.com/night0721/youtube-downloader" }, - { - "name":"Lilase", - "description":"Minecraft Quality of Life mod for auction sniping and fliping, with more than 2500 downloads", - "url":"https://github.com/night0721/Lilase" - }, - { + { "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" @@ -43,20 +68,5 @@ "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 in C with perfect secrecy for communication", - "url": "https://github.com/night0721/vernam" } ]