Skip to content
View Alicebaghunts's full-sized avatar
🍊
On vacation
🍊
On vacation

Block or report Alicebaghunts

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. RayTracer-MiniRT RayTracer-MiniRT Public

    MiniRT – A simple 3D ray tracing renderer in C. This project implements a basic ray tracer capable of rendering spheres, planes, and cylinders with diffuse and reflective lighting. It supports came…

    C 1

  2. 42-Libft 42-Libft Public

    Libft – A custom C library of essential functions. Reimplements standard C library functions (strings, memory, and character operations) and adds useful utilities like ft_split, ft_itoa, and ft_str…

    C

  3. Get-Next-Line Get-Next-Line Public

    Get Next Line – Reads a file line by line in C. Implements a function that returns the next line from a file descriptor each time it’s called. Demonstrates dynamic memory management, static variabl…

    C

  4. Push-Swap Push-Swap Public

    Push Swap – Sorting integers with limited operations in C. This project implements an algorithm to sort a stack of integers using a minimal number of allowed operations (sa, sb, ss, pa, pb, ra, rb,…

    C

  5. Mini-Talk Mini-Talk Public

    Minitalk – Inter-process communication using signals in C. This project implements a simple client-server messaging system. The client sends messages to the server one bit at a time using Unix sign…

    C

  6. 42-Pipex 42-Pipex Public

    Pipex – Simulates Unix pipes in C. Executes multiple commands connected by pipes, mimicking shell behavior. Demonstrates process creation, file descriptors, and inter-process communication.

    C