Thanks to visit codestin.com
Credit goes to github.com

Skip to content
View Benoilte's full-sized avatar

Highlights

  • Pro

Block or report Benoilte

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
Benoilte/README.md

Hi there 👋 I'm Benoît from switzerland.

I started my coding journey beginning of 2022 and I finished Le Wagon Bootcamp on September of the same year. I mostly learned Ruby - Ruby on Rails - SQL - HTML - CSS - Javascript. In June of 2023 I succeed the 42 school's 'piscine' and just started my new adventure to improve my coding skill with 42 school in Lausanne.

If you want to know more about me check my portfolio

About me

🗻 I like hiking or running across Switzerland's mountain

Pinned Loading

  1. fil_de_fer fil_de_fer Public

    This project is about representing a landscape as a 3D object in which all surfaces are outlined in lines.

    C

  2. ft_get_next_line ft_get_next_line Public

    Ce projet a pour but de vous faire développer une fonction qui renvoie une ligne lue depuis un descripteur de fichier. Ce projet va non seulement vous permettre d’ajouter une fonction très pratique…

    C

  3. ft_printf ft_printf Public

    The goal of this project is to recode printf() and mainly learn about using a variable number of arguments. How cool is that?? It is actually pretty cool :)

    C

  4. libft libft Public

    This project is about coding a C library. It will contain a lot of general purpose functions your programs will rely upon.

    C

  5. push_swap push_swap Public

    The learning objectives of this project are rigor, use of C, and use of basic algorithms. Especially focusing on their complexity. Sorting values is simple. To sort them the fastest way possible is…

    C

  6. philosopers philosopers Public

    In this project, you will learn the basics of threading a process. You will see how to create threads and you will discover mutexes.

    C