achrafelkhnissi
Software Developer @ NTT DATA | Relationship-oriented professional | AEM | C/C++ | Java | Docker | Nest.js | PostgreSQL
Pinned Repositories
1337
This repository contains a collection of 42School cursus projects in addition to the pool/piscine days (with a detailed step by step explanation). Enjoy!
1337-norm-checker
The norminette checker is a tool that helps you find norm errors in your C files.
achrafelkhnissi
Config files for my GitHub profile.
alx-checker
A checker for all alx-low_level_programming projects.
CPP_Modules
The goal of these modules is to introduce us to bject-Oriented Programming.This will be the starting point of our C++ journey.
cub3d
cub3D is project is inspired by the world-famous Wolfenstein 3D game, whichwas the first FPS ever. The goal of this project was to enable us to explore ray-casting. Our goal is to make a dynamic view inside a maze, in which we'll have to find our way.
libft
This project is about coding a C library. It will contain a lot of general purpose functions your programs will rely upon.
minishell
This project is about creating a simple shell, and learning about about processes and file descriptors.
minitalk
The purpose of this project is to code a small data exchange programusing UNIX signals.
webserv
webserv is an HTTP server capable of handling multiple clients simultaneously using C++, Socket programming, and CGI.
achrafelkhnissi's Repositories
achrafelkhnissi/1337
This repository contains a collection of 42School cursus projects in addition to the pool/piscine days (with a detailed step by step explanation). Enjoy!
achrafelkhnissi/CPP_Modules
The goal of these modules is to introduce us to bject-Oriented Programming.This will be the starting point of our C++ journey.
achrafelkhnissi/alx-checker
A checker for all alx-low_level_programming projects.
achrafelkhnissi/minishell
This project is about creating a simple shell, and learning about about processes and file descriptors.
achrafelkhnissi/libft
This project is about coding a C library. It will contain a lot of general purpose functions your programs will rely upon.
achrafelkhnissi/1337-norm-checker
The norminette checker is a tool that helps you find norm errors in your C files.
achrafelkhnissi/achrafelkhnissi
Config files for my GitHub profile.
achrafelkhnissi/minitalk
The purpose of this project is to code a small data exchange programusing UNIX signals.
achrafelkhnissi/webserv
webserv is an HTTP server capable of handling multiple clients simultaneously using C++, Socket programming, and CGI.
achrafelkhnissi/Athena
God decides that we need a library in 1337
achrafelkhnissi/Born2beroot
This project aimed to be an introduction to the wonderful world of virtualization.
achrafelkhnissi/fronendmasters-projects
Wordle is a web-based word game
achrafelkhnissi/Philosophers
This project is about learning threads and processes, mutexes and semaphores.
achrafelkhnissi/1337-contributors
achrafelkhnissi/cub3d
cub3D is project is inspired by the world-famous Wolfenstein 3D game, whichwas the first FPS ever. The goal of this project was to enable us to explore ray-casting. Our goal is to make a dynamic view inside a maze, in which we'll have to find our way.
achrafelkhnissi/ft_printf
The goal of this project is pretty straightforward. Is an implementation of printf().
achrafelkhnissi/ft_transcendence
ft_transcendence is a web application platform for users to play Pong with others in real-time multiplayer online games. The project includes features such as user authentication, user profiles, a chat system, and game functionality.
achrafelkhnissi/Advent-Of-Code
achrafelkhnissi/ft_containers
Implementation of a few container types of the C++ standard template library.
achrafelkhnissi/so_long
This project is a very small 2D game.Its purpose is to understand and work with textures, sprites,and some other very basic gameplay elements.
achrafelkhnissi/.dotfiles
achrafelkhnissi/get_next_line
This project is about programming a function that returns a lineread from a file descriptor.
achrafelkhnissi/Matcha
achrafelkhnissi/monty
achrafelkhnissi/OOP_Piscine
Object oriented programming piscine.
achrafelkhnissi/push_swap
This project is about sorting data on a stack with a limited set of instructions, using the lowest possible number of actions.