Skip to content
View mindoodoo's full-sized avatar
๐Ÿ 
Working from home
๐Ÿ 
Working from home
  • Bangkok, Thailand
  • 04:44 (UTC +07:00)

Organizations

@EpitechPromo2025 @ukraine-arrival-support @ratatui-org
Block or Report

Block or report mindoodoo

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

Hi there, I'm Leon ๐Ÿ‘‹

tl;dr

I'm a 22 year old computer science student currently studying at Epitech Berlin. French & American, I love everything technology and programming.

Lately, I've been spending more time writing rust in personal projects and getting more into open source. I also recently finished working on glados, a minimalistic scheme sheme like programming language compiler written in haskell.

I am currently looking for a software development internship, feel free to reach out. You may find my resume here : (English or French).

About Me

I am very passionate about low level systems programming languages, especially C and Rust. Over the course of my studies, I have on numerous occasions honed my skills by re-writing linux cli programs and libc functions. Some of my favourites were Nm / Objdump, Ftp Server and Malloc.

When I'm not writing C, you will most likely find me writing C++. Some of my best projects include :

Before starting my studies I was mostly interested in high level programming languages such as Python and Lua, working on a diverse set of projects ranging from basic machine learning using Tensorflow to android applications using lua and corona sdk (now Solar2D).

Pinned

  1. Nydragon/GLaDOS-2023 Nydragon/GLaDOS-2023 Public

    A Scheme interpreter in Haskell.

    Haskell 5 1

  2. Epitech-R-Type/R-Type Epitech-R-Type/R-Type Public

    This project aims to implement the classic game R-Type.

    C++ 3

  3. Arcade Arcade Public

    A basic implementation of classic arcade games supporting multiple graphical library switching at runtime (including Ncurses)..

    C++ 1

  4. Ftp-Server Ftp-Server Public

    Basic FTP Server implementation.

    C

  5. Minilibc Minilibc Public

    Basic libc functions implemented in assembly.

    Assembly

  6. Nm-Objdump Nm-Objdump Public

    Implementations of nm and objdump (only -fs flags) linux commands.

    C