Pinned Repositories
CPP_Modules_42
Cub3D42
ft_irc
ft_printf-42
ft_printf is my version of C built-in function printf.
ft_transcendence
get_next_line
Get_next_line is a mini-project, program that reads a line and displays it every time when program runs.
Libft
Libft is my own library in c language, with functions for strings.
Minishell_42
Minitalk-42
# minitalk-42 minitalk (Complexity 50 hours) ladrian's 42 minitalk Score The purpose of this project is to code a small data exchange program using UNIX signals. It is an introductory project for the bigger UNIX projects that will appear later on in the cursus. This project is dedicated to signal transmission in the operating system. We were asked to write two client and server programs that send text to each other using binary signals. It was interesting to study atomicity and the special variable sig_atomic_t. Program supports unicode characters. In demonstration you can see arabic, english, russian, chinese and emoji symbols. Целью этого проекта является кодирование небольшой программы обмена данными с использованием сигналов UNIX. Это вводный проект для более крупных проектов UNIX, которые появятся позже на курсе. Этот проект посвящен передаче сигналов в операционной системе. Нам было предложено написать две программы клиент и сервер, которые пересылают друг другу текст с помощью бинарных сигналов. Интересно было изучить атомарность и специальную переменную sig_atomic_t How to build and run Download to your computer, go to the directory minitalk, compile with make and then run client and server. client needs pid of server, and then text. In files test1.txt and test2.txt you can find sample texts to transfer. Example you can see below. cd minitalk make ./server server> PID is: 912354 ./client 912354 "Hello world" server>Hello world
Philosophers_42
YEREVAN\42's Repositories
YEREVAN-42/CPP_Modules_42
YEREVAN-42/Cub3D42
YEREVAN-42/ft_irc
YEREVAN-42/ft_printf-42
ft_printf is my version of C built-in function printf.
YEREVAN-42/ft_transcendence
YEREVAN-42/get_next_line
Get_next_line is a mini-project, program that reads a line and displays it every time when program runs.
YEREVAN-42/Libft
Libft is my own library in c language, with functions for strings.
YEREVAN-42/Minishell_42
YEREVAN-42/Minitalk-42
# minitalk-42 minitalk (Complexity 50 hours) ladrian's 42 minitalk Score The purpose of this project is to code a small data exchange program using UNIX signals. It is an introductory project for the bigger UNIX projects that will appear later on in the cursus. This project is dedicated to signal transmission in the operating system. We were asked to write two client and server programs that send text to each other using binary signals. It was interesting to study atomicity and the special variable sig_atomic_t. Program supports unicode characters. In demonstration you can see arabic, english, russian, chinese and emoji symbols. Целью этого проекта является кодирование небольшой программы обмена данными с использованием сигналов UNIX. Это вводный проект для более крупных проектов UNIX, которые появятся позже на курсе. Этот проект посвящен передаче сигналов в операционной системе. Нам было предложено написать две программы клиент и сервер, которые пересылают друг другу текст с помощью бинарных сигналов. Интересно было изучить атомарность и специальную переменную sig_atomic_t How to build and run Download to your computer, go to the directory minitalk, compile with make and then run client and server. client needs pid of server, and then text. In files test1.txt and test2.txt you can find sample texts to transfer. Example you can see below. cd minitalk make ./server server> PID is: 912354 ./client 912354 "Hello world" server>Hello world
YEREVAN-42/Philosophers_42
YEREVAN-42/Push_Swap-42
In this project the array of integers must be sorted in limited instructions given in subject.
YEREVAN-42/So_long-42
so_long | slucas-s Prior to starting with this project, it’s better to learn about the miniLibX, the simple graphic library that we use at 42. Luckily I have a sample project where I a talk about how it works and what it offers here: https://github.com/S-LucasSerrano/miniLibX_sample The aim of this project is to create a small 2D game where players have to pick up all collectables and go to the exit making as few moves as possible. In my case, the game is about a muscular gardener cleaning up her garden from weeds. While ¿alien? creatures stand in her way. Because they are on mars. Or something.