Skip to content
View nztcoder's full-sized avatar

Highlights

  • Pro

Block or report nztcoder

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. goose_game goose_game Public

    Simple Python game

    Python

  2. libft libft Public

    Implementation of the libft library in C

    C

  3. printf printf Public

    Implementation of the printf function in C

    C

  4. monitoring_script monitoring_script Public

    Lightweight Bash monitoring script originally written for the 42 Born2beroot project

    Shell

  5. get_next_line get_next_line Public

    C function that reads a file line by line. Handles multiple file descriptors and custom buffer sizes. No memory leaks

    C

  6. push_swap push_swap Public

    Efficiently sort data using two stacks and the Radix Sort algorithm. This C project focuses on bitwise manipulation to minimize operations and handle large datasets. Features optimized bit-by-bit p…

    C