Skip to content
View pbremondFR's full-sized avatar
  • 42

Highlights

  • Pro

Block or report pbremondFR

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

Hi, I'm Paul Brémond

An avgeek and programming student at 42 Nice

pbremondfr

  • 🌱 I’m currently learning Rust
  • ❤ I often work with C, C++, Rust, Lua, Git, Linux, Visual Studio
  • 📄 But I've also used Docker, PostgreSQL, Typescript, NestJS, React, Arduino, Python, Bash, SVN, HTML5/CSS3, KerbalOS...
  • 🔭 I'm interested in embedded programming
  • ✈ I love aviation, which is why my part-time work involves that field!

pbremondfr

Pinned Loading

  1. ft_containers ft_containers Public

    My own implementation of C++98's vector, stack, map, set, enable_if, and more.

    C++ 1

  2. cub3d cub3d Public

    42 school cub3D: My basic raycasting engine

    C 3

  3. constexpr_enum_mapping constexpr_enum_mapping Public

    C++ enum reflection. A set of functions to map C++ enum values to their string representations.

    C++

  4. matrix matrix Public

    A small linear algebra library project.

    Rust

  5. ft_malloc ft_malloc Public

    A simple malloc re-implementation that supports multithreading, defragmentation, and viewing allocations.

    C 1

  6. toml_parser toml_parser Public

    A very basic TOML parser that I made for ft_webserv, and for fun.

    C++