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

Highlights

  • Pro

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

Hi

Hello, my name is Martin. I study Computer Science at 42 Paris

Here are some of my 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

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