My Programming Projects
Here are some of the projects that I’ve coded over the past two years !
Minishell
A shell written in C, implementing basic concepts such as pipes, background and foreground execution, stdin & stdout redirection and signal handling. It was my first ever project in C, a year ago.
More on the project here : Minishell
7Clues
A small rpg-like java game made from scratch.
More on the project here : 7Clues
Hagidoop
A basic recreation of hadoop, a distributed computed application in java. Made from scratch, with socket communication and RMI.
More on the project here : Hagidoop
UART
An FPGA implementation of the UART communication protocol. Made for Nexys4DDR, made with Xilinx ISE.
More on the project here : UART
n7OS
A work-in-progress small operating system written in C and assembly from a small base.