Skip to content
View zarakel's full-sized avatar

Highlights

  • Pro

Block or report zarakel

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 is supported. This note will only be visible to you.
Report abuse

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

Report abuse

Popular repositories Loading

  1. pipex pipex Public

    This project made on my own asked to copy the function Pipe ( | ) of the Shell and implement it in C. What I learned during that project is the manipulation of FD for creating the opening and the e…

    C

  2. So_Long_Bowser So_Long_Bowser Public

    This project made by my own represents a 2d game code from scratch, except for the graphic library who was given by the school. The principals concepts are to manipulate correctly our Array, mainta…

    C

  3. philo philo Public

    This project realised on my own asked us to code a classical multithreading problem called Philosophers. Resolving that problem ask to code lightly, just the essential for limiting as less the perf…

    C

  4. cub_fini cub_fini Public

    Forked from Lmaujean/cub_fini

    This project has makes us with @Lmaujean to code a game using the same technique as the First Doom game, the Ray Casting. We add that to a first logic of a game in 2d for rendering the impressions …

    C

  5. Inception Inception Public

    I learned and develop a program using docker CLI, docker compose and docker files for launching with a simple line and some basic info a wordpress website turning with 3 containers, one for Nginx, …

    Dockerfile

  6. ft_irc ft_irc Public

    This project has allow my teammate and I to construct from scratch an IRC server using : The websocket library for creating it Creating an architecture who will answer the usual needs cover by the…

    C++