Pinned Repositories
STM32_Car
RTOS STM32 Car is a modular, real-time embedded project written in modern C++ for the STM32 microcontroller. It uses an RTOS (FreeRTOS) to manage concurrent tasks such as motor control, sensor acquisition, and communication with precise timing guarantees.
STM32-Card-Manager
Hobby project that lets you manage your cards (125KHz/13.56MHz...) with a card reader through USART!
AVR-Control-Console
This mini project helped me develop a program to understand my AVR ATMEGA328P microcontroller better. In which I practiced ADC, PWM, USART, TIMER and other related functionalities.
Scoom-Text-Editor
This is a simple text editor written in C, inspired by the Kilo tutorial. I followed the guide closely and added some of my own features (like shift cursor movements). This project helped me understand terminal I/O, dynamic memory, and raw mode handling in Unix.
Mini-Terminal-File-Manager_DISCONTINUED
Mini terminal simulator that tries to MIMIC the linux terminal.
dsa
DSA is a C library that implements complex datastructres and algorithms
ZAnime_DISCONTINUED
This is my team project with @Zenosaki where we use both React and net core API to create a fullstack app
ZoidUp
Chatting web app built with Angular and C# dotnet
Alpha
Alpha is a mini terminal calculator that's built on C++
AVR-Weather-Station
A digital weather station built using an AVR microcontroller that displays time, temperature, and humidity on a 16x2 LCD display.
Paran-oid's Repositories
Paran-oid/ZAnime-DISCONTINUED
This is my team project with @Zenosaki where we use both React and net core API to create a fullstack app
Paran-oid/ZoidUp
Chatting web app built with Angular and C# dotnet
Paran-oid/Alpha
Alpha is a mini terminal calculator that's built on C++
Paran-oid/CLI_15-Puzzle-Game
Paran-oid/CLI_Minesweeper
Paran-oid/CLI_Mini-File-Reader
Fun little project, makes you able to read, modify and delete text in a document
Paran-oid/CLI_Snake-Game
Paran-oid/CLI_Tic-Tac-Toe
Paran-oid/DSA
DSA is a C library that implements complex datastructres and algorithms
Paran-oid/Gamesphere-Reborn
GameSphere Reborn is a new version of my old GameSphere project, GameSphere is a website where you can own video games of thousands of genres
Paran-oid/Hello-World
My first commit on Github
Paran-oid/Instagram-login
Tried to create my own Instagram.
Paran-oid/MyEmployee
This is my first major C# project in which I learned how EF core works
Paran-oid/Simple-Task-Manager
Simple-Task-Manager is a to do list web app that's heavily inspired by Microsoft's To Do List