Highlights
- Pro
-
philosopher Public
π Implementation of the classic Dining Philosophers problem in C, using threads and mutexes to explore concurrent process synchronization and deadlock prevention.
C UpdatedJun 1, 2025 -
fdf Public
π 3D wireframe renderer using MinilibX. Parses .fdf elevation maps to render terrain in isometric and parallel projections. Rotate, zoom, and explore in C.
C UpdatedMay 29, 2025 -
minishell-wip Public
This project is a work in progress. It has been made public temporarily to allow a collaborator to access and contribute. Do not use this as a finished or reference project. The repository will be β¦
C UpdatedMay 28, 2025 -
pipex Public
π οΈ Simulates shell command piping and redirection. Implements Unix behavior using file descriptors and multiple processes β cmd1 < infile | cmd2 > outfile.
C UpdatedMay 21, 2025 -
.gitignore Public
β¨ A clean and battle-tested .gitignore for C projects using Vim, CLion, Visual Studio, and minilibx β no junk, no stress.
MIT License UpdatedMay 19, 2025 -
-
printf Public
π¨οΈ Reimplementation of the C printf() function from scratch. Handles format specifiers, flags, and conversions β mimicking real-world output with precision.
C UpdatedApr 27, 2025 -
-
Libft-Enhanced Public
π A personal, extended version of the 42 libft project β includes get_next_line, ft_printf, and extra utility functions used across multiple projects.
β οΈ Note: This is not the official libft submisβ¦C UpdatedFeb 18, 2025 -
push_swap Public
π Sorting algorithm challenge using stacks and limited operations. Optimized C code to sort integers with the fewest possible moves. Logic meets efficiency.
C UpdatedJan 18, 2025 -
printf_basic_tester Public
π§ͺ A lightweight tester for ft_printf. Includes structured test cases for format handling, edge cases, and output correctness at 42Barcelona.
C UpdatedJan 14, 2025 -
pipex_tester Public
π§° Pipex Tester: A simple, automated shell script to verify your pipex program's functionality. This tool runs various test cases, including basic command redirection and edge cases, ensuring that yβ¦
Shell UpdatedDec 28, 2024 -
born2beroot Public
π‘οΈ Linux server setup project (Debian-based). Automates the configuration of a secure and monitored virtual server using UFW, SSH, fail2ban, and user privilege controls.
UpdatedSep 25, 2024 -
π₯ C fundamentals learned via the Bro Code YouTube course β practical examples of C syntax, logic, and control flow for beginners. A personal knowledge vault.
C UpdatedAug 28, 2024 -
Discovery_Web Public
π Web basics course by 42 β an introduction to front-end web development: HTML, CSS, and beginner-level JavaScript fundamentals. Ideal for first-time web explorers.
HTML UpdatedAug 28, 2024 -
π§Ύ Final project for the IFCT0609 Government Diploma: A Java-based Reservation System, applying object-oriented programming and GUI development to simulate real-world bookings. -- Computer Systems Pβ¦
HTML UpdatedAug 28, 2024 -
piscine_reloaded Public
π A refresher mini-piscine of C fundamentals. Reinforces string, memory, file handling, and logic-building exercises before diving deeper into 42's core projects.
C UpdatedAug 28, 2024 -
get_next_line Public
π Reads a file line by line from a file descriptor. Part of the 42 core projects β emphasizes file I/O, buffer management, and static variable use in C.
C UpdatedAug 28, 2024 -
-
libft Public
π§± Official 42Barcelona libft project. A custom-built standard C library β memory, string, character, and list functions implemented from scratch.
C UpdatedAug 28, 2024 -
Curso de Desarollo de Paginas web Stucom, ejercicios de CSS, HTML y JS. Guias y otros recursois incluidos. Un poco desorganizado pero el proximo commit sera organizado
SCSS UpdatedMar 16, 2024 -
-
30-Days-Of-React Public
Forked from Asabeneh/30-Days-Of-React30 Days of React challenge is a step by step guide to learn React in 30 days. These videos may help too: https://www.youtube.com/channel/UC7PNRuno1rzYPb1xLa4yktw
JavaScript UpdatedNov 7, 2023 -
-