[go: up one dir, main page]

Skip to content
View Adam2475's full-sized avatar
🎯
Focusing
🎯
Focusing
  • 42 Firenze Luiss
  • Florence

Block or report Adam2475

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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

Pinned Loading

  1. 42_Piscine 42_Piscine Public

    My work during the 42 piscine admission process. Originally done until module 8.

    C

  2. Libft_Ultimate Libft_Ultimate Public

    My final version of Libft, optimized and packed with functions to menage lists and other custom functions.

    C

  3. Ft_Printf_New Ft_Printf_New Public

    A small replica of the original printf function, does not have buffer menagement. No bonus.

    C

  4. Get_Next_Line Get_Next_Line Public

    The fourth project done at 42 school, it reads a file passed in input by it's fd line by line, no leaks, bonus not working.

    C

  5. Pipex_New Pipex_New Public

    The program functionally mimic the command: "< infile cmd1 | cmd2 > outfile", it will execute the cmd on 2 different processes, with their data streams linked by a pipe.

    C

  6. Philosofers Philosofers Public

    My solution to the dining philosofers problem, every philosofer is a thread and they must eat, sleep and think without synchronization issues or data races.

    C