Pinned Repositories
42-born2beroot
A creation of a secure and high-performance Linux virtual machine. It includes a detailed setup, password policy, SSH configuration, UFW, monitoring, and more.
42-cpp_modules
A learning path for mastering the C++ language and its standard library that cover classes, memory allocation, polymorphism, exceptions, templates, container types and more.
42-cub3d
Inspired by the classic game Wolfenstein 3D, It features a 3D maze renderer using Raycasting with wall textures, player movement and vision rotation.
42-Exams-Practice
My resolutions for the exercises that I have been doing to prepare my-self for the 42 Common Core Exams.
42-inception
A gateway to the DevOps universe through Docker and Docker Compose for deploying a functional web server using NGINX, Wordpress and a MariaDB with a complete Guide.
42-minishell
A feature-rich command-line interprete that provides a basic shell environment with command execution, history, redirections, pipes, environment variables, signal handling, and built-in commands.
42-philosophers
C program that simulates the dining philosophers problem using threads and mutexes.
42-Piscine
A collection of solutions and guidance for the 42 Piscine using C language and Shell.
42-Small-Tutorials
A collection of small tutorials for 42 students and anyone looking to expand their coding skills.
42-webserv
A HTTP server adhering to HTTP/1.1 standards, featuring non-blocking architecture for efficient I/O multiplexing to host multi full static websites.
waltergcc's Repositories
waltergcc/42-Piscine
A collection of solutions and guidance for the 42 Piscine using C language and Shell.
waltergcc/42-Exams-Practice
My resolutions for the exercises that I have been doing to prepare my-self for the 42 Common Core Exams.
waltergcc/42-inception
A gateway to the DevOps universe through Docker and Docker Compose for deploying a functional web server using NGINX, Wordpress and a MariaDB with a complete Guide.
waltergcc/42-libft
Custom C library with essential functions for string, memory, and linked list operations.
waltergcc/42-Small-Tutorials
A collection of small tutorials for 42 students and anyone looking to expand their coding skills.
waltergcc/42-born2beroot
A creation of a secure and high-performance Linux virtual machine. It includes a detailed setup, password policy, SSH configuration, UFW, monitoring, and more.
waltergcc/42-ft_printf
A recreation of the printf function from the C standard library using va_list and data type handling.
waltergcc/42-minishell
A feature-rich command-line interprete that provides a basic shell environment with command execution, history, redirections, pipes, environment variables, signal handling, and built-in commands.
waltergcc/42-pipex
C program that replicates the shell's pipe functionality. It reads input from a file, executes two commands and directs the output to another file.
waltergcc/42-webserv
A HTTP server adhering to HTTP/1.1 standards, featuring non-blocking architecture for efficient I/O multiplexing to host multi full static websites.
waltergcc/waltergcc
A short description about my-self.
waltergcc/42-cpp_modules
A learning path for mastering the C++ language and its standard library that cover classes, memory allocation, polymorphism, exceptions, templates, container types and more.
waltergcc/42-cub3d
Inspired by the classic game Wolfenstein 3D, It features a 3D maze renderer using Raycasting with wall textures, player movement and vision rotation.
waltergcc/42-philosophers
C program that simulates the dining philosophers problem using threads and mutexes.
waltergcc/42-push_swap
A sorting program that organizes a stack of integer numbers using two stacks and a set of permitted operations and using less moviments as possible.
waltergcc/42-get_next_line
An implementation of get_next_line function that reads and returns lines from a file descriptor with a customizable buffer size.
waltergcc/42-Net_Practice
Solutions for the NetPractice Network Configuration Project. Enhance TCP/IP and network configuration skills with 10 challenge levels.
waltergcc/42-so_long
A 2D game created in C with the MiniLibX graphics library. Navigate a character through a maze, collect items, and reach the exit to win.
waltergcc/Coding-in-HumanScript
Some Digital Innovation One Front-End Projects
waltergcc/java-pushswap
Java PushSwap is a sorting algorithm implementation for arranging integers using minimal commands. This project offers a Java solution for the 42-push_swap
waltergcc/workspace_concatenator
A simple script that concatenate the content of multiple files in a specified directory, saving the result to a "concatenated.txt" file.