Skip to the content.

Home | CV | Projects

Logo Felix Cenusa’s Portfolio

Projects

Advent of Code Solutions

Developed comprehensive video tutorials and code solutions for each daily challenge in the Advent of Code 2024. This project demonstrates problem-solving skills and proficiency in various programming concepts.

8-Segment Display Controller (Assembly)

Designed an ARM Assembly program to manage an 8-segment display, enabling it to count up or down based on user input. The system supports input via keyboard and physical push buttons, utilizing both polling and interrupt methods for input handling.


Custom File System with FAT (C++)

Engineered a flexible file system in C++ featuring a custom File Allocation Table (FAT) implementation. The system supports adjustable block sizes and standard file operations, including ls, cd, mv, cp, mkdir, and create.

TimeToMove (JS, EJS, HTML, CSS)

TimeToMoveSS Self Hosted Web application that enables users to create, share, and manage digital labels with advanced security and privacy features.

Aristotles Puzzle Solver (C++)

AristotlesPuzzleSolver Highly optimized C++ implementation designed to solve Aristotle’s Puzzle efficiently.

School Management System (C++)

schoolmgmt School database system that stores information about a school (people and classes).

Eshop (SQL, JS, HTML & CSS)

eshop Eshop made with SQL, JS, HTML and CSS.

FAKE-GPT (python)

fakegpt

I call it Fake-GPT since you can chat with it but it is not a real GPT :). The fourth version is the final version and the versions in between I did not include as they just add more features that Marvin4 already has.

Press-Ice (python)

pressice This is a typing game I made called “Press-Ice” as you must be precise to get a good score. It tells you how fast you typed, what mistakes you made and there are different difficulty options.

TIS-100 (Assembly)

Played and completed the entire TIS-100 game which based on assembly language.

Home | CV | Projects