Skip to content
View hxwvaa's full-sized avatar
🏎️
Vroom Vroom
🏎️
Vroom Vroom
  • Abu Dhabi
  • 03:40 - 4h ahead

Highlights

  • Pro

Block or report hxwvaa

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

Pinned Loading

  1. Minishell Public

    A UNIX shell implementation in C, designed to replicate the core functionality and behavior of a standard shell (such as bash), supporting command execution, input parsing and shell features.

    C 1

  2. cub3D Public

    Forked from Ghazawee/cub3D

    A 3D game engine using the MLX library, inspired by Wolfenstein 3D. Features raycasting for wall rendering, player movement, and basic textures.

    C

  3. Philosophers Public

    A multithreaded simulation of the Dining Philosophers Problem, exploring concurrency, threading, and synchronization using mutexes.

    C

  4. push_swap Public

    An efficient number sorting algorithm using Radix Sort in Push_swap. Optimized for minimal moves while adhering to stack-based sorting.

    C

  5. fract-ol Public

    An interactive fractal renderer using the MLX library, showcasing Mandelbrot, Julia, and Burning Ship fractals.

    C

  6. ft_printf Public

    A custom implementation of the C printf function, handling formatted output with precision and flexibility

    C