UchihaShaco
a student in the 42Abudhabi, I am focused on balancing multiple projects while continuously developing my skills in programming.
42 Abu DhabiAbu Dhabi
Pinned Repositories
alx-pre_course
I'm now a ALX Student, this is my first repository as a full-stack engineer
CPP
ft_transcendence
GNL
The get_next_line (GNL) project is a C function that reads a line from a file descriptor. The function is useful for reading data from files or from standard input in a program.
libft
libft is a C language library that provides a collection of custom implementations of standard C library functions. The library is designed to be portable, efficient, and easy to use.
Printf
The ft_printf project is a C language implementation of the printf function. The printf function is used to format and print data to the console. The ft_printf implementation provides a way for C programmers to create formatted output for their programs.
Push_swap
The push_swap project is a sorting algorithm that sorts an array of integers using two stacks, stack A and stack B, and a set of predefined operations. The objective of the project is to sort the integers in stack A in ascending order using the minimum number of operations.
so_long
The so_long project is a 2D game written in C using the minilibx graphics library. The game involves navigating a player character through a maze, collecting objects and avoiding enemies. The objective of the game is to collect all the objects and reach the exit point of the maze.
Tinyshell
Tinyshell: a command-line interface for the OS with features such as command history, redirection, pipes, environment variables, and signals, designed for efficiency.
tinytalk
The minitalk project is a client-server application that allows two processes to communicate with each other using signals. The objective of the project is to implement a simple and efficient communication protocol that can transmit text messages between the client and the server.
UchihaShaco's Repositories
UchihaShaco/libft
libft is a C language library that provides a collection of custom implementations of standard C library functions. The library is designed to be portable, efficient, and easy to use.
UchihaShaco/Printf
The ft_printf project is a C language implementation of the printf function. The printf function is used to format and print data to the console. The ft_printf implementation provides a way for C programmers to create formatted output for their programs.
UchihaShaco/Tinyshell
Tinyshell: a command-line interface for the OS with features such as command history, redirection, pipes, environment variables, and signals, designed for efficiency.
UchihaShaco/alx-pre_course
I'm now a ALX Student, this is my first repository as a full-stack engineer
UchihaShaco/CPP
UchihaShaco/ft_transcendence
UchihaShaco/GNL
The get_next_line (GNL) project is a C function that reads a line from a file descriptor. The function is useful for reading data from files or from standard input in a program.
UchihaShaco/Inception
Small infrastructure using Docker and Compose. NGINX, WordPress, MariaDB. Secure, scalable, easy deployment.
UchihaShaco/philosophers
The Dining Philosophers problem: Five philosophers, alternating between thinking and eating, sharing forks without deadlocks.
UchihaShaco/Push_swap
The push_swap project is a sorting algorithm that sorts an array of integers using two stacks, stack A and stack B, and a set of predefined operations. The objective of the project is to sort the integers in stack A in ascending order using the minimum number of operations.
UchihaShaco/so_long
The so_long project is a 2D game written in C using the minilibx graphics library. The game involves navigating a player character through a maze, collecting objects and avoiding enemies. The objective of the game is to collect all the objects and reach the exit point of the maze.
UchihaShaco/tinytalk
The minitalk project is a client-server application that allows two processes to communicate with each other using signals. The objective of the project is to implement a simple and efficient communication protocol that can transmit text messages between the client and the server.
UchihaShaco/UchihaShaco