Highlights
- Pro
-
-
-
push_swap Public
Sorting algorithm project that sorts integer stacks using minimal operations through optimized algorithms and data structures.
C UpdatedAug 13, 2025 -
philosophers Public
Implementation of the dining philosophers problem using threads, mutexes, and concurrent programming concepts.
C UpdatedAug 13, 2025 -
minitalk Public
Client-server communication system using UNIX signals (SIGUSR1/SIGUSR2) for binary data transmission.
C UpdatedAug 13, 2025 -
minishell Public
Custom Unix shell implementation with command execution, process management, and environment variable handling.
C UpdatedAug 13, 2025 -
Libft Public
Custom C library implementing essential utility functions for string manipulation, memory management, and linked list operations.
C UpdatedAug 13, 2025 -
Inception Public
Docker-based infrastructure project setting up WordPress, Nginx, and MariaDB with SSL support and container orchestration.
Shell UpdatedAug 13, 2025 -
get_next_line Public
Function that reads lines from file descriptors efficiently using buffer management and memory optimization.
C UpdatedAug 13, 2025 -
ft_printf Public
Custom printf implementation supporting multiple format specifiers with variadic functions and robust error handling.
C UpdatedAug 13, 2025 -
ft_irc Public
IRC server implementation supporting multi-client connections, channel management, and real-time messaging.
C++ UpdatedAug 13, 2025 -
fract-ol Public
Fractal renderer supporting Mandelbrot sets, Julia sets, and other mathematical patterns with real-time visualization.
C UpdatedAug 13, 2025 -
fdf Public
3D wireframe mesh renderer that visualizes height maps with interactive controls and matrix transformations.
C UpdatedAug 13, 2025 -
cub3d Public
3D game engine using raycasting technology inspired by Wolfenstein 3D with textured walls and interactive gameplay.
C UpdatedAug 13, 2025 -
CPP-Modules Public
Comprehensive C++ programming series covering OOP, templates, STL, and modern C++ features through practical modules.
C++ UpdatedAug 13, 2025 -
-