Pinned Repositories
1337-Pool-2023-
Welcome to my 1337 pool experience that took place on August 2023. Hope you find this materiel helpful, and remember to learn instead of copying. Best of luck.
Born2beRoot
This is my full born2beroot guide of the 42 school. I hope you find this material useful. I made sure to get into deep details in this guide, including the bonus part of the project as well.
Cube3D
Exam-03-
Exam-Rank-04
mini_talk
A small data exchange program in the form of a client and a server using only UNIX signals. The client must send the string passed as a parameter to the server. Once the string has been received by the client , the server must print it pretty quickly. Only two signals are allowed: SIGUSR1 and SIGUSR2.
minishell
This is the Minishell 42 project. An implementation of the Bash from scratch.
NetPractice-42
This repository is an overview on some networking concepts and basics, that you must know to validate this project.
Philosophers
yasmineww
yasmineww's Repositories
yasmineww/Born2beRoot
This is my full born2beroot guide of the 42 school. I hope you find this material useful. I made sure to get into deep details in this guide, including the bonus part of the project as well.
yasmineww/mini_talk
A small data exchange program in the form of a client and a server using only UNIX signals. The client must send the string passed as a parameter to the server. Once the string has been received by the client , the server must print it pretty quickly. Only two signals are allowed: SIGUSR1 and SIGUSR2.
yasmineww/yasmineww
yasmineww/1337-Pool-2023-
Welcome to my 1337 pool experience that took place on August 2023. Hope you find this materiel helpful, and remember to learn instead of copying. Best of luck.
yasmineww/exam_prac
yasmineww/Fract_ol
Discover how to program in 2D and explore the mesmerizing world of fractals through this project utilizing the 42 MinilibX library. This project consists of creating a small fractal exploration program, through the Julia set and the Mandelbrot set.
yasmineww/ft_printf
This is my implementation of the printf function. I hope you find my approach useful, and remember to learn not to copy.
yasmineww/get_next_line
The get_next_line function allows you to read a line from a file using a file descriptor and the read function only.
yasmineww/libft_42
My very first personal library, regrouping usual functions that will be used in later projects. Hope you find this material helpful, and as always, learn instead of copying.
yasmineww/push_swap
This program is used to sort a list of unorganized numbers into a stack, using a limited set of instructions. The challenge lies behind using the lowest possible number of actions to achieve an optimized sorting.