- Majoring in Cyber & Computer Science
- Partipicating in the Magshimim program
- Playing the Guitar ๐ธ
- Automating my daily life
- Low level coding ๐จโ๐ป
- Networking
- Praying AI to not take my future job (๐ญ)
(Assembly) A Simple Discord Clone ๐ฌ
A recap of the things done in the project:
-
Re-Implemented the SHA1 && Base64 protocols (based on their corresponding RFC's)
-
Created a simple HTTP library for parsing and generating messages
-
Implemented proper handling of websockets to allow for full-duplex communication
-
Created my own standart library including, but not all:
-
string utilities
-
file handling interrupt wrappers
-
threading interrupt wrappers (including shared memory)
-
time formatters
-
socket creation and handling
-
simple database for storing user data (2 distinct types)
And at the tip of the iceberg: Merged them all to create a Discord clone
After compiling the x86 nasm code and executing it, you can access the website on localhost:8000
(you can allow the whole network to reach it with proper handling && nginx configured)
The site allows multiple users (after authenticating) to communicate with each other on 4 distinct channels in real time
(Ruby) Multiplayer contribution for an open source game ๐ฎ
This is my attempt in contributing to the beloved community of the open source game "Pokemon Infinite Fusion" by writing a way for players to play together!
This project has had several rewrites, the readme in the oldest version should cover all data about the project, but the source of it is inside a new repository.
This project enables players to connect to a redis database and uses their pub-sub protocol to exchange data between clients, like player location, skin, and even trade items!
This project is receiving updates inside the Kuray Hub discord server.
(Python, HTML-CSS-JS) Game Launcher for PIF ๐
Yet another contribution to the Infinite Fusion community!
This project aims to provide easier support for installing the game, and configuring random QOL features
This project is receiving updates inside the Kuray Hub discord server.