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
💡 I'm a student in formation at 42 Le Havre.
💻 I'm currently learning programming, developping and game developpement.
📀 My favorite langage is Python.
✍️ In my free time, I try to learn as much as I can about other programmation langages, developping my own programm and much more.
🌱 You can see my 42 schools project just below.
🚀 42 Cursus Projects 📌 Circle 0
Project
Description
Libft (C)
A fundamental project involving the creation of a personal C library, recoding standard libc functions for future use in the cursus.
📌 Circle 1
Project
Description
ft_printf (C)
An implementation of the famous printf function, learning about variadic arguments and complex string formatting.
get_next_line (C)
Developing a function that reads a line from a file descriptor, focusing on static variables and buffer management.
📌 Circle 2
Project
Description
so_long (C)
A small 2D game built with the MiniLibX, exploring textures, sprites, and basic window event management.
push_swap (C)
An algorithmic project focused on sorting data on stacks with a limited set of instructions, optimized for the lowest move count.
minitalk (C)
A client-server communication application using UNIX signals (SIGUSR1 and SIGUSR2).
Python Modules (Python)
A comprehensive dive into Python, covering data structures, object-oriented programming, and data science basics.
A_Maze_ing (Python)
Exploring maze generation algorithms and maze solver.
📌 Circle 3
Project
Description
Codexion (C)
Discovering threads and data-race in C.
Fly-in (Python)
Python project about graph and algorithms to find the best way across a strict network constraints.
Call Me Maybe (Python)
Discovering the role of a LLM and generate functions calling.
📌 Circle 4
Project
Description
NetPractice (Python)
Discover the basics of networking.
PacMan (Python)
Recreate the famous arcade game Pac-man!.