You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A modern, full-stack personal website and blog built with Next.js, TypeScript, and MongoDB. It features a dynamic blog system with Markdown support, project showcases, email subscription, and full …
A hand-crafted assembly-language RTOS designed for the University of Manchester COMP22111 development board, providing low-level task management and hardware control
A toy compiler for the minimal, Turing-complete WHILE language featuring lexical analysis, parsing, semantic checks, and NASM code generation. Includes a decoder that maps natural numbers to valid …
An A Level NEA project: a chess AI with a custom C# engine implementing the UCI protocol, paired with a WPF frontend for gameplay and visualization. Demonstrates AI algorithms, game logic, and desk…
A Python implementation of the classic Pacman game using Tkinter for the GUI. Developed without external libraries like Pygame to demonstrate fundamental programming concepts and event-driven desig…