Skip to content
View rngina's full-sized avatar
🧚
🧚

Highlights

  • Pro

Block or report rngina

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
rngina/README.md

Hi 👋 My name is Regina and I am a student at 42 London

I am an aspiring software engineer who codes in C and C++ and has expertise in Linux and Bash. I enjoy solving problems and finding new and creative solutions.

📚 I'm learning C and C++
🎯 I’m currently working on C++ Modules at 42 London
❤️ I love knitting and yoga

My projects

Advokit - self-advocacy tool for creating legal complaints using LLM
Cub3D - a dynamic maze exploration using a ray-casting
Minishell - a simple shell
Philosophers - solving Dining Philosophers problem using multithreading
Fract-ol - a small fractal exploration

I work with

c logo cplusplus logo bash logo linux logo docker logo javascript logo react logo

Connect with me

linkedinlogo gmail logo

Pinned Loading

  1. antonioldev/cub3d antonioldev/cub3d Public

    Cub3D, a raycasting engine built for the 9th project of the 42 London curriculum. I dove into the world of raycasting, using the minilib library and its X11 foundation to create a 3D.

    C 1

  2. arinatyurina/minishell arinatyurina/minishell Public

    This group project involves recreating a simplified version of the Bash shell, focusing on interpreting and executing user commands. Key features include parsing and executing built-in commands, ma…

    C