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 is supported. This note will only be visible to 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. 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

  3. 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

  4. ft_transcendence ft_transcendence Public

    🕹️ Final 42 Common Core project: a full-stack web platform built with Django, Next.js and PostgreSQL, featuring 42 OAuth authentication, campus data synchronization, rankings, historical snapshots,…

    Python 3

  5. Webserver-42 Webserver-42 Public

    🌐 A C++ HTTP server that handles multiple client connections with sockets and poll(), parses HTTP requests, serves static content, supports configurable routes and error pages, and executes CGI scr…

    C++

  6. Doker_Inception-42 Doker_Inception-42 Public

    🐳 Proyecto de infraestructura con Docker Compose que despliega Nginx, WordPress y MariaDB en servicios aislados, con redes, volúmenes persistentes y configuración en Linux.

    Shell