Skip to content
View TheoGerardin's full-sized avatar
πŸ–₯️
:)
πŸ–₯️
:)
  • 42 Perpignan
  • France

Highlights

  • Pro

Block or report TheoGerardin

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

Theo Gerardin 42 Student

πŸ‘©β€πŸ’» About Me

42 student with 3 years of web experience.
I mainly code in C and C++, and I have strong interest about cybersecurity.

Languages :

c logo cplusplus logo python logo

Tools :

linux logo git logo vscode logo docker logo

Studies :

  • Currently 42 student since 2023.

  • From 2018 to 2021 learning web developpement at DBS.

πŸ“« How to reach me:

Pinned Loading

  1. Minishell Minishell Public

    Minishell is a minimalistic shell project that mimics the basic functionalities of a real shell. It provides hands-on experience with process creation and management, file descriptors, and signals.

    C

  2. Cub3D Cub3D Public

    cub3d is a 3D graphical project inspired by Wolfenstein 3D, designed to create a simple first-person shooter. It focuses on ray-casting techniques for rendering 3D environments from a 2D map.

    C

  3. ft_irc ft_irc Public

    ft_irc is a project that implements a simple chat server using the IRC protocol. It focuses on network programming, server-client communication, and the management of real-time messages.

    C++

  4. Philosophers Philosophers Public

    This project simulates the classic dining philosophers problem to explore concurrency, threading, and resource management. It focuses on avoiding deadlocks and ensuring proper synchronization.

    C