Pinned Repositories
alexandre-hallaine
My personal repository.
cub3D
Raycasting engine. @42
ft_irc
Simple IRC Server based on the last rfc
ft_linear_regression
ft_nmap
Reimplementation of the command nmap in C
ft_ping
Reimplementation of the command ping in C
N-Puzzle
A CLI tool to solve the N-Puzzle game using various search algorithms and heuristics. Developed for educational purposes at 42 Paris School.
Rainfall
CTF like project to introduce us to reverse engineering with binary analysis
Override
CTF like project to strengthen our knowledge in reverse engineering.
ft_transcendence
alexandre-hallaine's Repositories
alexandre-hallaine/ft_irc
Simple IRC Server based on the last rfc
alexandre-hallaine/ft_nmap
Reimplementation of the command nmap in C
alexandre-hallaine/ft_ping
Reimplementation of the command ping in C
alexandre-hallaine/Rainfall
CTF like project to introduce us to reverse engineering with binary analysis
alexandre-hallaine/ft_linear_regression
alexandre-hallaine/alexandre-hallaine
My personal repository.
alexandre-hallaine/cub3D
Raycasting engine. @42
alexandre-hallaine/FDF
Dynamic Isometric Wireframe Renderer
alexandre-hallaine/N-Puzzle
A CLI tool to solve the N-Puzzle game using various search algorithms and heuristics. Developed for educational purposes at 42 Paris School.
alexandre-hallaine/ft_strace
Recode the strace command. @42
alexandre-hallaine/get_next_line
A C library for efficiently reading files line by line, optimized for performance and memory usage.
alexandre-hallaine/libft
A collection of essential C functions and helper utilities for 42 school projects.
alexandre-hallaine/malloc
Essential Dynamic Memory Manager Library.
alexandre-hallaine/push_swap
42 Sorting program with limited operations.