42urduliz
There are 12 repositories under 42urduliz topic.
DevAwizard/Born2BeRoot_Guide_by_anwu-yan
Born to Be Root" is a hands-on guide to mastering virtualization and system administration by setting up a Debian VM with a WordPress site using Lighttpd, MariaDB, PHP, and LiteSpeed.
nicolasgasco/42_cursus
All the projects done while being a student of 42Urduliz, Bilbao.
DevAwizard/Exams_42
All 42 School Exams from Rank 02 to 06, including guides, resources, and solutions to help you succeed.
DevAwizard/GetNextLine_by_anwuyan
A C function for reading lines from a file without knowing their length in advance, ending at '\n'. Essential for efficient text processing.
DevAwizard/Libft_by_anwu-yan
Libft is a foundational project where essential C functions are recreated to form a personal library. It enhances coding skills and understanding of programming principles, serving as a critical step in a developer's journey.
Surfi89/42piscine
This is my coding work developed during my Piscine experience at 42Urduliz School, from 07/Jun/21 to 02/Jul/21.
DevAwizard/Printf_by_anwu-yan
Developed a custom printf function in C, mastering variadic functions, format specifiers, and diverse data type handling for tailored output control.
Surfi89/42cursus
Projects developed for 42cursus at 42Urduliz school. Begin date: 19/Jul/2021
DevAwizard/So_Long_By_anwu-yan
So_long is a 2D game where players collect items and avoid obstacles to reach the exit.
crdalila/42_exam_rank02
Práctica de ejercicios para el Exam Rank 02 de 42 Urduliz
kiprenko/42-urduliz-c-piscine
This repository contains my exercises and projects from the 42 Piscine.
alexhiguera/Philosophers
🧐 This project is about learning how threads work by precisely timing a group of philosophers on when to pick up forks and eat spaghetti without dying from hunger. 👾