K L U B's repositories
Go-JSON-Struct-Generator
A JSON to Go struct generator! Will take in JSON files, and make a Go Struct with it
Heroes-Respite-Discord-Bot
A bot for the server Heroes' Respite. A very nice server with some cool peeps.
HEVD-Exploits-3.0
A repository of exploits for HackSys Extreme Vulnerable Driver (HEVD) Version 3.0
Json-Parser
A simple Rust JSON Parser made to learn more about Rust, and parsing! Doesn't do anything complicated, just used for parsing simple json files. It's nice to know more about building a parser and the tools rust has in its standard library which is amazing!
Kernel-Kill-Program
A simple program which kills an applied process name. This one uses notepad.exe as a reference
Rust-HTTP-Client
A simple HTTP Client made in rust using REGEX, URL, and Native_tls, rest is standard library. Just to learn more about sending requests to a webpage.
Tic-Tac-Toe-Rust-Minimax
A Tic-Tac-Toe game made in rust, which the bot uses the Minimax Algorithm