Skip to content
View FabianRapp's full-sized avatar
  • Heilbronn, Germany

Highlights

  • Pro

Block or report FabianRapp

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

Hi 👋, I'm Fabian Rapp

I am a 42 School student with a passion for low-level programming, driven to explore the foundational elements of technology.

Connect with me:

fabian rapp

Languages and Tools:

c cplusplus bash asm python lua

fabianrapp

fabianrapp

Pinned Loading

  1. minishell minishell Public

    A robust Bash 5.2 clone in C, built for the 42 curriculum, featuring precise parsing, redirection, piping, environment handling, and accurate replication of Bash behaviors. Includes meticulous hand…

    C 3 1

  2. graphics graphics Public

    This repository showcases a selection of my personal graphics projects, each reflecting different stages of my journey into 3D graphics and rendering techniques.

  3. philosophers philosophers Public

    Multithreaded implementation of the classic Dining Philosophers problem, focused on performance and efficiency. Incorporates prefetching, buffer swapping, cache optimization, and curve fitting to d…

    C 1

  4. webserv webserv Public

    Async webserv using nonblocking fds for sockets, pipes and files; polling for each fd access and forking for cgi execution

    C++ 6

  5. steffenparth/webserv steffenparth/webserv Public

    HTTP1.1 compliant webserv implementation in C++

    C++ 2

  6. 42_minitalk 42_minitalk Public

    “minitalk”: Send strings between processes using SIGUSR1 and SIGUSR2 signals, with a custom binary protocol designed to maintain data integrity without slowing down the transmission.

    C