Skip to content
View JoachimFavre's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report JoachimFavre

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. EPFLNotesIN EPFLNotesIN Public

    My typed notes from my EPFL Computer Science lessons.

    TeX 47 12

  2. ProximaEPFL/proxima ProximaEPFL/proxima Public

    A social app that encourages users to visit places in order to see posts.

    Dart 7 1

  3. PathTracer PathTracer Public

    A C++ renderer using the Path Tracing algorithm made throughout 2020 in the context of my Travail de Maturité.

    C++ 3

  4. PyMaTex PyMaTex Public

    The aim of this school project is to give (some kind of) library, which allows to write a simple mathematical proof, which will get completely verified and then saved in a LaTeX document. If you ar…

    Python 4

  5. PathTracerDocumentation PathTracerDocumentation Public

    Contains the documentation for a path tracer I wrote in the context of my Travail de Maturité. See https://github.com/JoachimFavre/PathTracer

    TeX

  6. RegexRightToLeft RegexRightToLeft Public

    Turns a regular expression into one that would work the same on a reversed string. In other words, the regex is turned to a right-to-left version of itself. This can be used to find the last (and b…

    Python