Pinned Repositories
3D-first-person-maze-exploration-game
Cub3D is a collaborative project at 42 school to develop a dynamic 3D maze view using raycasting, inspired by Wolfenstein3D.
cpp01
cpp02
cpp03
cpp04
dining-philosophers
Philosophers is a 42 school project exploring concurrent programming with threads, mutexes, processes, and semaphores, based on the dining philosophers problem.
get_next_line
get_next_line is a 42 school project designed to teach us file descriptor reading and the use of static variables.
Inception
libft
The first project at 42 school, libft, involves creating a personal C library for use in subsequent projects.
my-unix-shell-implementation
Minishell is a team project at 42 school to develop a basic shell program in C, featuring redirections, pipes, environment variables, and some built-in commands.
naregseropian's Repositories
naregseropian/Inception
naregseropian/3D-first-person-maze-exploration-game
Cub3D is a collaborative project at 42 school to develop a dynamic 3D maze view using raycasting, inspired by Wolfenstein3D.
naregseropian/dining-philosophers
Philosophers is a 42 school project exploring concurrent programming with threads, mutexes, processes, and semaphores, based on the dining philosophers problem.
naregseropian/get_next_line
get_next_line is a 42 school project designed to teach us file descriptor reading and the use of static variables.
naregseropian/libft
The first project at 42 school, libft, involves creating a personal C library for use in subsequent projects.
naregseropian/my-unix-shell-implementation
Minishell is a team project at 42 school to develop a basic shell program in C, featuring redirections, pipes, environment variables, and some built-in commands.
naregseropian/pipex
pipex is a 42 school project that aims to deepen our understanding of shell redirection and pipes by implementing them in C.
naregseropian/printf
ft_printf is a 42 school project where we replicate the behavior of the C library printf function, focusing on variadic arguments and data structures.
naregseropian/programming-in-python
Programming in Python for Machine Learning - learning Python with an additional focus on Machine Learning (ML)
naregseropian/push_swap
push_swap is a 42 school project where we sort random numbers using a limited set of instructions, aiming to minimize the number of actions.
naregseropian/so_long