Skip to content
View yorncl's full-sized avatar
🤨
Are we the von Neumann probe ?
🤨
Are we the von Neumann probe ?

Block or report yorncl

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

Hi

Hello, my name is Martin. I do computer things. I sometimes hang out at 42 Paris. I like systems programming in C/Rust, Linux related things, and dabble in webdev when I'm feeling like shooting myself in the foot.

Here are some of my school projects :

  • minirt : A minimal raytracer written in C
  • scop : A small program that parses and renders simple obj files from scratch with OpenGL.
  • ft_containers : An implementation of the most common STL containers in C++
  • ft_transcendance : Group project, a full-stack web application to play pong with your friends (NestJS + Nuxt w/ typescript)
  • webserver : Group project, an implementation of a web server based on Nginx for HTTP/1.1 in C++
  • ft_linux: a custom linux distribution (linux from scratch), includes KDE Plasma 5
  • minishell : Group project, an implementation of a shell mimicking bash behaviour.

Here are some stupid ideas that I took the time to implement:

  • snake-bootloader : A snake game fitting into 256 bytes that you can boot in a virtual machine or on real hardware
  • QwertyRace : A game where you have to type qwerty over and over as fast as possible

Honorable mentions:

  • mojitOS : a x86 kernel written in Rust, with high ambitions but with a high probability of lying unfinished (currently with a few hardware drivers, memory management, interrupts handling, and basic kernel threads)

Pinned Loading

  1. snake-bootloader snake-bootloader Public

    A bootable 16bit x86 snake game

    Assembly 3

  2. ft_containers ft_containers Public

    2021 ft_containers project at 42 Paris

    C++ 1

  3. qwertyrace qwertyrace Public

    Type qwerty as fast as possible in this breathtaking game

    Vue 4

  4. scop scop Public

    A small program that parses and renders simple obj files from scratch with OpenGL.

    C