-
povertygres Public
A toy SQL database engine written in Rust, inspired by PostgreSQL.
-
-
book Public
Forked from rust-lang/bookThe Rust Programming Language
Rust Other UpdatedJul 18, 2025 -
grid-path-visualizer Public
A graphical visualization of the pathfinding algorithm on a 2D grid, implemented in Rust. This project was created primarily for educational purposes — to practice working with Rust structures, vec…
-
simple-network-shell Public
This project is a simple command-line interpreter (shell) implemented in C, featuring client-server architecture support, command execution, stream redirection, and socket communication.
-
asm-hex-viewer Public
This project is designed for learning assembly programming (TASM) and working with DOS programs. It reads an input file and displays its contents in hexadecimal format.
Assembly UpdatedApr 6, 2025 -
ArtOfMagic Public
ArtOfMagic is a project developed as part of an Object-Oriented Programming (OOP) course. It is a strategic card game inspired by classic genre games like Hearthstone, but with a unique approach an…
-
BreezeTalk-Messenger Public
For practice and personal development, I decided to write a messenger in C++ using the uWebSockets library. This project includes both server-side and client-side implementations to support basic m…
-
AlmostMario Public
This project was created to learn game development with Swift and SpriteKit. The game is a platformer inspired by Mario, aimed at mastering the basics of game engines, physics, animations, and obje…
-
2D-Space-Clustering Public
Clustering 2D space (-5000 to 5000) with 40,020 points. Implemented k-means (centroid, medoid) and divisive clustering, with visualization and evaluation based on average distance from cluster cent…
-
history-diff Public
Forked from williambrach/history-diffBash script for student diff of history against teachers.
-
Generation-algorithm Public
This project is part of an AI course focused on solving the Traveling Salesman Problem using optimization techniques.
-
-
-