I'm Malo, a french developer since my 10's. I like to automate things because I'm lazy. I like to reverse engineer both applications and APIs. I'm currently a student at Epitech Lille (promo 2027).
-
Instagram API : Use Instagram's API freely without having to register any account.
-
C HTTP Server : My own implementation of an HTTP server written in C from scratch.
-
Intel x8086 DOSBox Clock : Source code of an assembly program which runs on a DOSBox emulator to display the time in
HH:MM:SS
format. -
Corth : My C implementation of the
Porth
programming language, which is inspired of theForth
programming language. It's a both compiled and interpretedstack-based
programming language. -
List in C and Hashmap in C : My own implementation of the
list
andhashmap
data structures in C, to get a better grasp on their working.