Skip to content
View Ali-Danish-72's full-sized avatar

Highlights

  • Pro

Block or report Ali-Danish-72

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
  • TypeScript Updated Oct 18, 2025
  • A non-blocking, event-driven HTTP/1.1 server in C++98 with CGI support, built from scratch using epoll. Handles static files, dynamic scripts, and multiple concurrent clients with full RFC-complian…

    C++ Updated Aug 12, 2025
  • inception Public

    Multi-service web infrastructure virtualized with Docker on Debian. Orchestrates NGINX TLSv1.2+, WordPress (PHP-FPM), MariaDB, Redis, VSFTPD, Adminer and Portainer. Implements custom Docker network…

    Shell Updated Jun 11, 2025
  • These are the two clusters of C++ Modules that I encountered in the 42 Common Core. These introduced us to C++ and Object Oriented Programming in general.

    C++ Updated May 1, 2025
  • cub3D Public

    C 1 Updated Nov 18, 2024
  • FdF Public

    This project is about creating wireframe models through instructions provided from a map. This is one of the first three graphical projects that each student must attempt.

    C Updated Sep 24, 2024
  • minishell Public

    Forked from mahahahad/Minishell

    This project focuses on recreating the bash, albeit at a significantly smaller scale. It focuses on parsing prompts, executing commands, handling redirect and piping, managing the environment as we…

    C Updated Sep 1, 2024
  • This project is related to creating threads and using mutexes. These are used with the purpose of running processes in parallel and preventing data races and deadlocks while using the same set of m…

    C Updated Apr 23, 2024
  • Pipex Public

    Summary: This project will let you discover in detail a UNIX mechanism that you already know by using it in your program.

    C Updated Apr 17, 2024
  • Push_Swap Public

    The first project I attempted in Rank 2. It is about creating a program that runs algorithms to sort numbers that are provided to it as arguments.

    C Updated Feb 12, 2024
  • CPiscine Public

    All the code I wrote during the Piscine for the projects and exam practice.

    C Updated Sep 19, 2023
  • Libft Public

    The first project students at 42 are supposed to complete, usually within a month of the Kickoff.

    C Updated Aug 28, 2023
  • The third project. This project is about creating a function that will return, one line at a time, the contents of any file specified. Each call to the get_next_line function must return only 1 lin…

    C 1 Updated Aug 16, 2023
  • ft_printf Public

    The project I decided to do right after Libft. In this project, you write your own printf function that covers some parts of the original printf function, mainly 9 of the format specifiers.

    C Updated Aug 15, 2023