The-Intruder
Smol developer passionate about clean code and crafting impactful applications. Continuous learner and tech enthusiast.
Pinned Repositories
C-Standard-Library-Extension-aka-Libft
A custom C library that provides some of the commonly used functions for various programming projects. It includes functions for string manipulation, memory allocation, linked lists, and other common data structures.
Customizable-File-Reading-with-C-aka-get_next_line
A function that returns a line, read from a file descriptor.
Dining-Philosophers-Simulator
In this project, we'll be practicing the basics of threading a process. We'll see how to create threads and we'll discover mutexes.
Flexible-Output-Formatting-with-C-aka-ft_printf
Actual code of ft_printf
Interprocess-Communication-in-C-aka-Minitalk
The purpose of this project is to code a small data exchange program using UNIX signals.
Lightweight-Unix-Shell-Implementation-aka-Minishell
This project is about creating a simple shell.
Modern-CPP-Programming-aka-CPP-Pool
This project contains a bunch of mini programs aimed at teaching you the basics of C++ language
Practical-Linux-Server-Administration-aka-born2beroot
A project that teaches the basics of "System Administration"
The-Intruder
Wireframe-Terrain-Visualizer-aka-FdF
The-Intruder's Repositories
The-Intruder/Flexible-Output-Formatting-with-C-aka-ft_printf
Actual code of ft_printf
The-Intruder/Authentication-Typescript-App
Authentication Typescript App
The-Intruder/C-Standard-Library-Extension-aka-Libft
A custom C library that provides some of the commonly used functions for various programming projects. It includes functions for string manipulation, memory allocation, linked lists, and other common data structures.
The-Intruder/Customizable-File-Reading-with-C-aka-get_next_line
A function that returns a line, read from a file descriptor.
The-Intruder/Dining-Philosophers-Simulator
In this project, we'll be practicing the basics of threading a process. We'll see how to create threads and we'll discover mutexes.
The-Intruder/Interprocess-Communication-in-C-aka-Minitalk
The purpose of this project is to code a small data exchange program using UNIX signals.
The-Intruder/Lightweight-Unix-Shell-Implementation-aka-Minishell
This project is about creating a simple shell.
The-Intruder/Modern-CPP-Programming-aka-CPP-Pool
This project contains a bunch of mini programs aimed at teaching you the basics of C++ language
The-Intruder/Practical-Linux-Server-Administration-aka-born2beroot
A project that teaches the basics of "System Administration"
The-Intruder/Raycasting-Engine-aka-Cub3d
This project is inspired by the world-famous Wolfenstein 3D game, which was the first FPS ever.
The-Intruder/Sorting-Algorithm-Optimizer-aka-Push_Swap
This project will make you sort data on a stack, with a limited set of instructions, using the lowest possible number of actions.
The-Intruder/TCP-IP-Networking-Fundamentals-aka-NetPractice
This project is a general practical exercise to let you discover networking.
The-Intruder/Wireframe-Terrain-Visualizer-aka-FdF
The-Intruder/Internet-Relay-Chat-Server-aka-ft_irc
The-Intruder/The-Intruder
The-Intruder/register
Grab your own sweet-looking '.is-a.dev' subdomain
The-Intruder/Scalable-Application-Deployment-with-Docker-aka-inception
This project involves creating Docker images with Debian as their base service. Each image will contain a specific service, such as Nginx or MariaDB, with custom configurations. These images can then be used to create containers that can be connected to each other to build a complete website.
The-Intruder/so_long