Skip to content
View Augustojrl92's full-sized avatar

Highlights

  • Pro

Block or report Augustojrl92

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

Pinned Loading

  1. Minishell-42 Minishell-42 Public

    🐚 A C mini shell that parses and expands commands, runs pipelines and redirections (|, <, >, >>, <<), handles signals and heredoc, and implements builtins (echo, cd, pwd, export, unset, env, exit).

    C 1

  2. CPP_00-04_Rank04 CPP_00-04_Rank04 Public

    Learning Object-Oriented Programming in C++ through modules CPP00 to CPP04 — mastering classes, inheritance, polymorphism, memory management, and canonical forms.

    C++

  3. CPP_05-09_Rank05 CPP_05-09_Rank05 Public

    Exploring advanced Object-Oriented Programming and modern C++ features through modules CPP05–CPP09 — focusing on exception handling, type conversion, templates, and the Standard Template Library (S…

    C++

  4. CUB3D_42 CUB3D_42 Public

    🎮A first-person 3D maze engine built in pure C with MiniLibX — featuring real-time raycasting, textured walls, mouse look, and a dynamic minimap.

    C

  5. get_next_line-42 get_next_line-42 Public

    Este proyecto implementa get_next_line, una función que permite leer un archivo línea a línea, gestionando internamente un buffer estático y manteniendo el estado entre llamadas sucesivas.

    C

  6. Philosophers-42 Philosophers-42 Public

    🧘 A C project simulating the classic Dining Philosophers problem. Each philosopher thinks, eats, and sleeps while sharing forks safely using threads, mutexes, and semaphores to avoid deadlocks.

    C