Pinned Repositories
42-Darkly-OWASP
This project includes auditing a simple website for common web security vulnerabilities
Fract-ol
The aim of this 42school project is to Discover 2D programming and the psychedelic universe of fractals, using minilibX.
ft_printf
The aim of this 42school project is to recode the Printf function.
ft_transcendence
Multiplayer online pong game webapp
get_next_line
get_next_line is a function that returns a line read from a file descriptor
ilahyani
LoginWith42IntraNestJs
NestJS authentication/authorization system with 42 school Intra
Minishell
A simple Bash implementation in C
whoami
Anonymous Web Chat Application
Wordle
Remake of the infamous Wordle game
ilahyani's Repositories
ilahyani/LoginWith42IntraNestJs
NestJS authentication/authorization system with 42 school Intra
ilahyani/Minishell
A simple Bash implementation in C
ilahyani/whoami
Anonymous Web Chat Application
ilahyani/Wordle
Remake of the infamous Wordle game
ilahyani/Fract-ol
The aim of this 42school project is to Discover 2D programming and the psychedelic universe of fractals, using minilibX.
ilahyani/ft_IRC
IRC server implementation in C++98
ilahyani/ft_printf
The aim of this 42school project is to recode the Printf function.
ilahyani/ft_transcendence
Multiplayer online pong game webapp
ilahyani/get_next_line
get_next_line is a function that returns a line read from a file descriptor
ilahyani/ilahyani
ilahyani/libft
Libft a C library regrouping usual functions that will be using for some of 42 cursus projects
ilahyani/Minitalk
The aim of this 42school 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.
ilahyani/Philosophers
The aim of this 42school project is to learn about threads and mutexs through the dining philosophers problem
ilahyani/push_swap
This 42school project involves sorting data on a stack, with a limited set of instructions, and the smallest number of moves by manipulating various sorting algorithms and choosing the most appropriate solution(s) for optimized data sorting.
ilahyani/cub3d
An implementation of the infamous 90's game Wolfenstein3D with ray-casting in C
ilahyani/42_CPP
The goal of this 42 school project is to learn the fundamentals of C++
ilahyani/ContactManagerAPI
Contact Manager App backend built using Nodejs, ExpressJs and Mongodb
ilahyani/inception
This 42-school project, which serves as an introduction to system administration by using Docker, is a small infrastructure composed of different services under specific rules
ilahyani/PongGame
Basic PONG game built with html canvas and Javascript