Pinned Repositories
Dynamic-Array_Implementation
Custom dynamic array in C: Features automatic resizing and optimized memory usage, demonstrating core principles of low-level data structure implementation.
EasySocketHunter
EasySocketHunter: A user-friendly Python port scanner for effortless network reconnaissance, helping discover open ports on target hosts.
Genetic_Algorithm_Maze_Solver
Utilizing evolutionary algorithms to mutate agents gens so they are able to find the best possible way through a maze represented as a 2D matrix written in Nim
Go-Vue-Chat-Starter
A simple chat application starter project built with Vue.js and Go, featuring WebSocket communication, PrimeVue/PrimeFlex for the UI.
LunaVM
🌕 LunaVM – A lightweight virtual machine with a custom memory allocator and MoonlightScript integration, designed for executing compiled opcodes or creating an extensible virtualized platform for 2D and 3D applications! 🚀✨
MilkyTeadrop_FileServer
Milkyteadrop Fileserver: A flexible and efficient file server in Go, designed for handling and storing various file types, including images and text. Features a RESTful API for file creation and retrieval, ensuring seamless integration with other services and applications.
MilkyTeadrop_Voice-Assistant
MilkyTeadrop: Voice-Activated IoT with a touch of tea magic. Enjoy IoT interactions infused with tea while conversing with a charming voice assistant.
Mochibi
An AI driven voice controlled chat bot
Nim-Ascii-Renderer
Nim based 2D ascii renderer - For now only images, later I want to use it as a real-time ascii renderer on streams. Uses OpenGL with nim wrappers
Rust2DPlatformer
A simple 2D platfomer written in Rust, this serves as a basis for integrating Reinforcement AI models. Project was written over a period of 4 days.
CoffeeeAtNight's Repositories
CoffeeeAtNight/Go-Vue-Chat-Starter
A simple chat application starter project built with Vue.js and Go, featuring WebSocket communication, PrimeVue/PrimeFlex for the UI.
CoffeeeAtNight/Dynamic-Array_Implementation
Custom dynamic array in C: Features automatic resizing and optimized memory usage, demonstrating core principles of low-level data structure implementation.
CoffeeeAtNight/Genetic_Algorithm_Maze_Solver
Utilizing evolutionary algorithms to mutate agents gens so they are able to find the best possible way through a maze represented as a 2D matrix written in Nim
CoffeeeAtNight/MilkyTeadrop_Voice-Assistant
MilkyTeadrop: Voice-Activated IoT with a touch of tea magic. Enjoy IoT interactions infused with tea while conversing with a charming voice assistant.
CoffeeeAtNight/AVTP
AVTP is a specialized, open-source communication protocol designed for streamlined and effective audio and voice data transfer over TCP networks. Emphasizing efficiency and simplicity, AVTP is ideal for applications where audio data needs to be transmitted reliably and swiftly between devices.
CoffeeeAtNight/KeyboardShortcutMapper
KeyboardShortcutMapper, a rust tool used to map shortcuts to the F1 - F4 Keys so I don't have to buy a new keyboard that is 80% or more!
CoffeeeAtNight/LunaVM
🌕 LunaVM – A lightweight virtual machine with a custom memory allocator and MoonlightScript integration, designed for executing compiled opcodes or creating an extensible virtualized platform for 2D and 3D applications! 🚀✨
CoffeeeAtNight/MilkyTeadrop_Bot
MilkyTeadrop: A versatile Discord bot for on-demand image generation and interactive Q&A, integrating a Rust backend and Python REST API. Enhances user engagement with easy-to-use commands and real-time responses.
CoffeeeAtNight/N64-ROM-Analyzer
A simple tool that utilises C and MIPS assembly to extract and then parse header information from any N64 ROM
CoffeeeAtNight/Nim-Ascii-Renderer
Nim based 2D ascii renderer - For now only images, later I want to use it as a real-time ascii renderer on streams. Uses OpenGL with nim wrappers
CoffeeeAtNight/Rust2DPlatformer
A simple 2D platfomer written in Rust, this serves as a basis for integrating Reinforcement AI models. Project was written over a period of 4 days.
CoffeeeAtNight/CoffeeeAtNight
CoffeeeAtNight/MilkyTeadrop_FileServer
Milkyteadrop Fileserver: A flexible and efficient file server in Go, designed for handling and storing various file types, including images and text. Features a RESTful API for file creation and retrieval, ensuring seamless integration with other services and applications.
CoffeeeAtNight/Mochibi
An AI driven voice controlled chat bot
CoffeeeAtNight/awesome-vue
🎉 A curated list of awesome things related to Vue.js
CoffeeeAtNight/Blender-Modeling
My collection of 3D models
CoffeeeAtNight/Chip8-Emulator
This is my implementation of the infamous CHIP-8 emulator in C.
CoffeeeAtNight/dev_setup
My script to setup a Manjaro-i3 machine (ver. 24.0.5) 64BIT
CoffeeeAtNight/Discovered-CVEs
A collection of all the CVEs I discovered while pen-testing systems
CoffeeeAtNight/dwm-config-files
My dotfiles / config files for my main maschine
CoffeeeAtNight/ESP-32_Projects
My small collection of projects I am working on in regards to the ESP32 using the ESP-IDF using the C language. (Work in Progress)
CoffeeeAtNight/feroxbuster
A fast, simple, recursive content discovery tool written in Rust.
CoffeeeAtNight/LunaDocs
LunaDocs is a web-based collaborative text editor that enables real-time document editing and sharing. Built with Elixir, it offers efficient real-time synchronization for seamless collaboration.
CoffeeeAtNight/MilkyLogger
A simple keylogger written in C
CoffeeeAtNight/mips-asm
Just some fundermantal practice with the MIPS Assembly langauge.
CoffeeeAtNight/NeuralNet-GPU-CIFAR10
CoffeeeAtNight/simple-linux-kernel-module
A very basic kernel module for linux to get started with the kernel
CoffeeeAtNight/WoW-Addon-DevilDragons
Just a few custom addons I've written for friends and me
CoffeeeAtNight/WoW-Addon_MilkyTea
Just a few custom addons I've written for friends and me
CoffeeeAtNight/Zig-HTTP-Server
Simple HTTP server to practice some zig