Skip to content
View Malbreik's full-sized avatar
๐Ÿ˜Š
๐Ÿš€ Debugging life and code. Not sure which is harder | Abu Dhabi
๐Ÿ˜Š
๐Ÿš€ Debugging life and code. Not sure which is harder | Abu Dhabi

Highlights

  • Pro

Block or report Malbreik

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

Popular repositories Loading

  1. 42_libft 42_libft Public

    ๐Ÿš€ A custom C standard library recreated from scratch โ€” part of the 42 coding school journey. Includes essential functions for memory, string, and list manipulation, written in pure C ๐Ÿ’ป.

    C

  2. 42_ft_printf 42_ft_printf Public

    ๐Ÿ–จ๏ธ ft_printf โ€“ A custom implementation of the C printf function, built from the ground up at 42. ๐ŸŽฏ Handles formatted output with precision, efficiency, and full support for flags, width, and types.

    C

  3. 42_get_next_line 42_get_next_line Public

    ๐Ÿ“„ get_next_line โ€“ Efficient line-by-line file reading in C, developed for the 42 coding school. ๐Ÿ” Reads from a file descriptor one line at a time, handling buffers and memory with precision.

    C

  4. 42_minitalk 42_minitalk Public

    ๐Ÿ“ก minitalk โ€“ A simple messaging system using UNIX signals, built at 42. ๐Ÿ’ฌ Enables communication between processes by encoding characters bit by bit using SIGUSR1 and SIGUSR2.

    C

  5. 42_push_swap 42_push_swap Public

    ๐Ÿงฎ push_swap โ€“ Sorting integers with minimal operations using two stacks, crafted at 42. โš™๏ธ Features custom algorithms to optimize sorting with limited stack-based instructions.

    C

  6. 42_so_long 42_so_long Public

    ๐Ÿ•น๏ธ so_long โ€“ A 2D mini-game built with the MLX graphics library at 42. ๐Ÿšช Navigate mazes, collect items, and reach the exit โ€” all while learning event handling and rendering in C!

    C