Skip to content
View baptisteauduge's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report baptisteauduge

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

Pinned Loading

  1. mygit mygit Public

    This project is a simplified version of the Git version control system. It allows you to initialize a new repository, create and delete references, add files to the staging area, list and clear the…

    C 1

  2. portfolio portfolio Public

    Baptiste's Portfolio

    TypeScript

  3. picross-solver picross-solver Public

    Programme de résolution de puzzles de types "Picross" grâce à un algorithme de programmation dynamique, puis algorithme d'exploration partielle d'un arbre d'énumération (type algorithme de retour a…

    C++

  4. interpreter-pf2023 interpreter-pf2023 Public

    PF23 is a stack-based language inspired by PostScript. It is designed to be simple, easy to implement, and easy to use.

    OCaml

  5. movies-recommendation-and-subtitles-analysis movies-recommendation-and-subtitles-analysis Public

    A movies recommendation algorithm base on subtitles analysis (and on user reviews, based on scrapped data)

    Jupyter Notebook

  6. vigenere-cipher-crack vigenere-cipher-crack Public

    Cracking the Vigenere Cipher method using Index of Coincidence, Index of Coincidence Mutual and Pearson Correlation Coefficient

    Python