42abudhabi

There are 41 repositories under 42abudhabi topic.

  • opsec-infosec/ft_irc-tester

    Tester for 42 ft_irc project. Uses multiple threads to create clients that can send messages and commands to your irc server.

    Language:C++16200
  • i99dev/42-goinfre

    42-goinfre , is script to help you be safe from error message `No space`.

    Language:Shell11013
  • MaazBinNaseer/42-LibFt-

    Creating our own library folder from start

    Language:C5100
  • simon-zerisenay/42Minitalk

    42 Minitalk: Minitalk is a project that involves creating a client-server communication system using signals. The goal is to implement a client program that can send messages to a server program using signals, which are then displayed by the server.

    Language:C4100
  • i99dev/ft_irc

    implementation of the IRC network

    Language:C++31252
  • simon-zerisenay/42-ft_printf

    42 ft_printf: ft_printf is a project that involves recreating the functionality of the printf function from the standard C library. The project focuses on parsing format specifiers, formatting output, and handling various data types.

    Language:C3100
  • simon-zerisenay/42_So_Long

    42 Solong is a 2D game project where players navigate through a maze, collecting items and avoiding obstacles. It involves tasks like parsing map files, handling player movement, and implementing basic game mechanics using the MinilibX graphics library.

    Language:C3101
  • simon-zerisenay/42Abudhabi_Piscine

    42 Piscine C Projects

    Language:C3100
  • i99dev/42-lab

    42-lab is script for 42 school students. It save you Time and Energy 😁 and handle for you all packages and programs that you need to install in your computer. To start your project you just need to run one command and all will be done for you.

    Language:Shell2000
  • Gab-182/42_AbuDhabi_Cursus_get-next-line

    Repository for get_next_line project from 42_AbuDhabi school.

    Language:C1100
  • Gab-182/42_AbuDhabi_Cursus_libft

    My Libft project in 42.abudhabi.cursus.

    Language:C1100
  • i99dev/mlx_42_examples

    This repository Explains some techniques for Use with MLX library

    Language:C1001
  • muazzam-akhtar/42-cursus

    42 Cursus - The Intermediate level / the Foundation course of 42 Abu Dhabi

    Language:C1200
  • simon-zerisenay/42_get_next_line

    Get next line is a function that takes one argument which is file descriptor and return the first line of a given file. Detailed explanation can be found in readme

    Language:C1100
  • simon-zerisenay/42_Philosophers

    42 Philosophers: Philosophers is a project that involves solving the dining philosophers problem using threads and synchronization. The goal is to implement a solution where multiple philosophers can share a limited number of resources (such as forks) without encountering deadlocks or starvation.

    Language:C1100
  • merhawi212/inception

    This project sets up a scalable web infrastructure using Docker compose, featuring NGINX, WordPress, and MariaDB in separate containers. It includes SSL encryption for secure communication, Docker volumes for data persistence, and network segregation for enhanced security -learning Docker, managing containerized app, and creating a robust web env.

    Language:Shell0100
  • Mr-Galt/42-Get-Next-Line

    Reading a line from a fd is way too tedious

    Language:C0100
  • Mr-Galt/42-libft

    Libft is a project at School 42, where we create our own library of useful functions in C.

    Language:C0100
  • Mr-Galt/42-Piscine

    My 42 Piscine Adventure

    Language:C0101
  • Mr-Galt/42-printf

    This project is pretty straightforward, I had to recode printf. It will be part of my future libft.

    Language:C0100
  • suhana66/cpp00

    CPP Module 00 (42 Cursus) helps us understand the specifities of C++ when compared to C. It also introduces the concept of Object-Oriented Programming.

    Language:C++00
  • suhana66/cub3d

    Cub3D (42 Cursus) consists of creating a dynamic view inside a maze using raycasting techniques and 42 school's graphical library: MiniLibx.

    Language:C0200
  • suhana66/fract-ol

    Fract-ol (42 Cursus) consists of creating graphically beautiful fractals using the 42 school graphical library: MiniLibx.

    Language:C0100
  • suhana66/ft_printf

    Ft_printf (42 Cursus) consists of coding a library that contains a simplified version of the printf function.

    Language:C0100
  • suhana66/get_next_line

    Get_next_line (42 Cursus) consists of coding a function that returns one line at a time from a file descriptor.

    Language:C0100
  • suhana66/libft

    Libft (42 Cursus) consists of coding basic C functions, which are then compiled into a library for use in other projects.

    Language:C0100
  • suhana66/minishell

    Minishell (42 Cursus) consists of creating a simple shell.

    Language:C0100
  • suhana66/minitalk

    Minitalk (42 Cursus) consists of coding a small data exchange program using UNIX signals.

    Language:C0100
  • suhana66/philosophers

    Philosophers (42 Cursus) aims to teach concurrent programming by coding a solution to the dining philosophers problem.

    Language:C0100
  • suhana66/push_swap

    Push_swap (42 Cursus) consists of sorting data on a stack, with a limited set of instructions, in the smallest number of moves.

    Language:C0100
  • UchihaShaco/philosophers

    The Dining Philosophers problem: Five philosophers, alternating between thinking and eating, sharing forks without deadlocks.

    Language:C0100