Skip to content
View kitearuba's full-sized avatar
🎯
Focusing (CPP Module)
🎯
Focusing (CPP Module)

Block or report kitearuba

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

Hey, I'm Christian aka kitearuba

42 Barcelona student | Code warrior | Future Pythonista

42 Intra Username: chrrodri

Typing SVG


πŸ§ͺ 42 Project Highlights


Languages & Tools


Currently Working On

  • CPP Module @ 42Barcelona
  • Python OpenEDG Certification
  • Learning clean backend structures & sharpening C

GitHub Stats


Top Languages


Socials


β€œReality is compiled. Hack yours.”
β€” kitearuba

cool people

Pinned Loading

  1. printf_basic_tester printf_basic_tester Public

    πŸ§ͺ A lightweight tester for ft_printf. Includes structured test cases for format handling, edge cases, and output correctness at 42Barcelona.

    C

  2. push_swap push_swap Public

    πŸ“Š Sorting algorithm challenge using stacks and limited operations. Optimized C code to sort integers with the fewest possible moves. Logic meets efficiency.

    C

  3. fdf fdf Public

    πŸŒ„ 3D wireframe renderer using MinilibX. Parses .fdf elevation maps to render terrain in isometric and parallel projections. Rotate, zoom, and explore in C.

    C

  4. philosopher philosopher Public

    🍝 Implementation of the classic Dining Philosophers problem in C, using threads and mutexes to explore concurrent process synchronization, deadlock prevention, and clean state management via enums.

    C

  5. .gitignore .gitignore Public

    ✨ A clean and battle-tested .gitignore for C projects using Vim, CLion, Visual Studio, and minilibx β€” no junk, no stress.

  6. minishell minishell Public

    🐚 42 Minishell β€” evaluated & passed. Norm-compliant shell (mandatory scope + minimal wildcard bonus). Educational reference; not a full Bash.

    C 1