Skip to content
View x0141af92ax's full-sized avatar
🎯
Locked in
🎯
Locked in

Highlights

  • Pro

Block or report x0141af92ax

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

Pinned Loading

  1. Get_next_line Get_next_line Public

    get_next_line is a project at 42 School that involves writing a function that returns a line read from a file descriptor. The goal is to learn about static variables, file descriptors, memory manag…

    C

  2. push_swap push_swap Public

    Push_swap is a highly efficient sorting algorithm project involving data manipulation on a stack data structure. The goal is to write a C program that calculates and displays the smallest instructi…

    C

  3. pipex pipex Public

    A C implementation of the UNIX mechanism pipe. This project mimics the behavior of the shell command < infile cmd1 | cmd2 > outfile, handling process creation, file descriptor redirection, and exe…

    C

  4. a-maze-ing a-maze-ing Public

    A-Maze-ing is a Python-based maze generator and visualizer. It creates random, coherent mazes using both Non-Recursive Backtracker (DFS) and Prim's Algorithm. The project includes a mandatory "42" …

    Python