Pinned Repositories
born2beroot
This project is a System Administration related exercise.
cpp_modules
CPP modules of 42 school
Exam_Ranks
This repository represents exams of the second circle.
ft_irc
This project is about creating your own IRC server in C++
get_next_line
The aim of this project is to make you code a function that returns a line ending with a newline, read from a file descriptor.
inception
This project aims to broaden your knowledge of system administration by using Docker
minishell
As beautiful as a shell. Implementation of the 42 project minishell
philosophers
This project introduces the basics of threading a process. Shows how to make threads. Discovers the mutex.
pipex
This project is the discovery in detail and by programming of a UNIX mechanism.
push_swap
This project aims to sort data on a stack, with a limited set of instructions, using the lowest possible number of actions.
42YerevanProjects's Repositories
42YerevanProjects/push_swap
This project aims to sort data on a stack, with a limited set of instructions, using the lowest possible number of actions.
42YerevanProjects/cpp_modules
CPP modules of 42 school
42YerevanProjects/ft_irc
This project is about creating your own IRC server in C++
42YerevanProjects/inception
This project aims to broaden your knowledge of system administration by using Docker
42YerevanProjects/born2beroot
This project is a System Administration related exercise.
42YerevanProjects/Exam_Ranks
This repository represents exams of the second circle.
42YerevanProjects/get_next_line
The aim of this project is to make you code a function that returns a line ending with a newline, read from a file descriptor.
42YerevanProjects/minishell
As beautiful as a shell. Implementation of the 42 project minishell
42YerevanProjects/philosophers
This project introduces the basics of threading a process. Shows how to make threads. Discovers the mutex.
42YerevanProjects/pipex
This project is the discovery in detail and by programming of a UNIX mechanism.
42YerevanProjects/cub3D
This project is inspired by the world-famous Wolfenstein 3D game, which was the first FPS ever. It will enable you to explore ray-casting. The goal will be to make a dynamic view inside a maze.
42YerevanProjects/fdf
This project is about creating a simplified 3D graphic representation of a relief landscape.
42YerevanProjects/ft_containers
This project aims at implementing a few container types of the C++ standard template library.
42YerevanProjects/ft_server
This is a System Administration project which uses Docker and sets up a web server.
42YerevanProjects/ft_transcendence
No more C! No more C++! This project is about doing something you’ve never done before. Remind yourself the beginning of your journey in computer science. Look at you now. Time to shine! This project is about creating a website for the mighty Pong contest!
42YerevanProjects/libft
The aim of this project is to code a C library regrouping usual functions.