Skip to content
View arinatyurina's full-sized avatar

Highlights

  • Pro

Block or report arinatyurina

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

Hi there, I'm Arina - a student at 42 London ☀️

💻 I’m currently working on C++ Modules

📚 I’m learning C, C++

📧 You can reach me at arina.tyur@gmail.com

🧘 Apart from coding, I love doing yoga and cycling to the 42 campus

🎧 Fun fact: My friend and I recorded a song, and it's been streamed over a million times

My C projects:

  • Minishell - recreation of Bash

  • Philosophers - exploration of multithreading and mutexes

  • MiniRT (in progress) - a simple ray tracer being built from scratch

  • Push_swap - sorting algorithm within limited operations

  • Pipex - shell redirection and pipes

Connect with me:

arina-tyurina-6903511a5 dvtln

Languages and Tools:

c cplusplus figma linux

Pinned Loading

  1. minishell 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

  2. philosophers philosophers Public

    The Philosophers project delves into multithreading and mutex usage while tackling the dining philosophers problem.

    C

  3. push_swap push_swap Public

    Push_swap is a sorting algorithm project where you create programs to efficiently sort integers using a restricted set of operations.

    C

  4. fredch16/miniRT fredch16/miniRT Public

    Raytracing Simulator (WOW)

    C