Highlights
- Pro
-
-
-
-
-
42SP_Inception Public
🐳 A system administration project that builds a fully functional Docker-based infrastructure using Nginx, WordPress, MariaDB, and other services all managed through Docker Compose.
-
-
-
-
-
-
42SP_CPP Public
⚙️ This repository contains all C++ exercises from 42 SP, including bonus parts. It also includes personal notes and study materials to support the learning process.
C++ MIT License UpdatedAug 21, 2025 -
-
42SP_Cub3d Public
🕹️ A simple 3D raycasting engine built with C, inspired by Wolfenstein 3D. Part of the 42 School curriculum
-
SimpleGC Public
SimpleGC is a simple and educational garbage collector designed to help understand the fundamentals of automatic memory management. It handles allocation and cleanup in C projects, making it easier…
-
shell-scripts Public
🐚 A collection of Bash scripts for daily tasks, automation, and terminal utilities. Each script is modular, documented, and ready to use via aliases in .bashrc
-
42SP_NetPractice Public
This project is part of the 42 Network curriculum and focuses on understanding basic networking concepts such as IP addressing, subnetting, routing, and network configuration
JavaScript UpdatedJun 14, 2025 -
-
-
42SP_Philosophers Public
🧠 A project that addresses the synchronization of multi threads and multi processes and addresses the paradigm of the philosophers' dinners
C MIT License UpdatedMay 6, 2025 -
-
-
42SP_PushSwap Public
📥 A project about sorting piles of numbers in the most performative and optimized way possible, using a restricted set of specific stack operations.
C MIT License UpdatedFeb 23, 2025 -
42SP_FDF Public
🎯 Design of graphic software capable of performing isometric renderings of wireframes
-
-
42SP_Pipex Public
Project focused on making software with the same behavior as Linux pipex
-
-
-
kickstart.nvim Public
Forked from nvim-lua/kickstart.nvimA launch point for your personal nvim configuration
-
42SP_Libft Public
📚 Custom C library with reimplemented standard functions and additional utilities for strings, memory, and linked lists
-