Pinned Repositories
42_resources
A collection of tools, resources, and guides I found during my 42 School journey.
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.
DevAwizard
Config files for my GitHub profile.
Exams_42
All 42 School Exams from Rank 02 to 06, including guides, resources, and solutions to help you succeed.
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.
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.
pipex_by_anwu-yan
The Pipex project in C involves creating a simplified version of shell pipelines, allowing the execution of multiple commands with input/output redirection using file descriptors and process management.
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.
PushSwap_by_an-wuyan
Push_swap is a sorting algorithm project where the goal is to sort a stack of integers with the fewest operations, using a limited set of commands
So_Long_By_anwu-yan
So_long is a 2D game where players collect items and avoid obstacles to reach the exit.
DevAwizard's Repositories
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.
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.
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.
DevAwizard/42_resources
A collection of tools, resources, and guides I found during my 42 School journey.
DevAwizard/So_Long_By_anwu-yan
So_long is a 2D game where players collect items and avoid obstacles to reach the exit.
DevAwizard/PushSwap_by_an-wuyan
Push_swap is a sorting algorithm project where the goal is to sort a stack of integers with the fewest operations, using a limited set of commands
DevAwizard/pipex_by_anwu-yan
The Pipex project in C involves creating a simplified version of shell pipelines, allowing the execution of multiple commands with input/output redirection using file descriptors and process management.
DevAwizard/DevAwizard
Config files for my GitHub profile.
DevAwizard/Minishell_by_anwu-yan_aurgonza
DevAwizard/42-School-Exam-Rank-02
First 42 School Exam
DevAwizard/Best-websites-a-programmer-should-visit
:link: Some useful websites for programmers.
DevAwizard/Common_code_guide
DevAwizard/roadmap-retos-programacion
Ruta de estudio basada en ejercicios de código semanales en 2024 de la comunidad MoureDev para aprender y practicar lógica usando cualquier lenguaje de programación.
DevAwizard/canary_SRE
DevAwizard/General_Resources
A collection of useful tools, resources, and personal documentation on various topics I’m learning and exploring
DevAwizard/I-S00N