Skip to content
View aljamrftthlrnz's full-sized avatar
  • Freelance
  • Vienna

Highlights

  • Pro
Block or Report

Block or report aljamrftthlrnz

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

Popular repositories Loading

  1. Philosopher_42 Philosopher_42 Public

    The Philosopher Project is a coding challenge that simulates the dining philosophers problem - a classic synchronization problem. Providing hands-on experience in handling multi-threaded processes.

    C

  2. Libft_42 Libft_42 Public

    The 42 libft project is a fundamental programming exercise that involves creating a custom C library containing essential functions like string manipulation, memory management, and list operations,…

    C

  3. Ft_Printf_42 Ft_Printf_42 Public

    The 42 ft_printf project involves implementing a simplified version of the printf function in C, supporting various format specifiers for printing formatted output to the console. It's a crucial ex…

  4. Minitalk_42 Minitalk_42 Public

    Minitalk is a 42 project focused on low-level interprocess communication in C. It entails creating a client-server system where the client sends messages encoded in binary via signals to the server…

    C

  5. So_Long_42 So_Long_42 Public

    "So Long" is a 42 project that involves developing a simple 2D game in C. It focuses on parsing, error management, and memory allocation, requiring the player to navigate through a map, collect ite…

    C

  6. Push_Swap_42 Push_Swap_42 Public

    Push_Swap is a sorting algorithm project where you must sort a stack of numbers using only a limited set of operations on two stacks. It challenges algorithmic thinking, optimization, and understan…

    C