fix: typos + emojis

This commit is contained in:
Laureηt 2022-08-13 18:34:52 +02:00
parent 3c05ba312b
commit 8f9ca85c6c
No known key found for this signature in database
GPG key ID: D88C6B294FD40994
4 changed files with 12 additions and 10 deletions

View file

@ -2,11 +2,11 @@ Personnal website:
year: 2022-2023 year: 2022-2023
description: Simple website built with [Franklin.jl](https://franklinjl.org/). description: Simple website built with [Franklin.jl](https://franklinjl.org/).
repository: https://git.inpt.fr/fainsil/personnal-website/ repository: https://git.inpt.fr/fainsil/personnal-website/
website: https://laurent.fainsin.bzh/ website: https://fainsin.bzh/
B00 plays GBA: B00 plays GBA:
year: 2021-2023 year: 2021-2023
description: Using technologies such as [websocket](https://websockets.readthedocs.io/en/stable/), [redis](https://redis.io/), [docker](https://www.docker.com/), [rtmp](https://en.wikipedia.org/wiki/Real-Time_Messaging_Protocol), [mgba](https://github.com/mgba-emu/mgba) and gluing it all together with [Python](https://en.wikipedia.org/wiki/Python_(programming_language)), we get a collaborative emulator inspired from [TwitchPlaysPokemon](https://en.wikipedia.org/wiki/Twitch_Plays_Pok%C3%A9mon). description: Using tools such as [websocket](https://websockets.readthedocs.io/en/stable/), [redis](https://redis.io/), [docker](https://www.docker.com/), [rtmp](https://en.wikipedia.org/wiki/Real-Time_Messaging_Protocol), [mgba](https://github.com/mgba-emu/mgba) and gluing it all together with [Python](https://en.wikipedia.org/wiki/Python_(programming_language)), we get a collaborative emulator inspired from [TwitchPlaysPokemon](https://en.wikipedia.org/wiki/Twitch_Plays_Pok%C3%A9mon).
repository: https://git.inpt.fr/fainsil/booplaysgba/ repository: https://git.inpt.fr/fainsil/booplaysgba/
INP-net (president): INP-net (president):
@ -23,6 +23,6 @@ net7 (treasurer):
Personnal website (old): Personnal website (old):
year: 2020-2022 year: 2020-2022
description: Simple website built with the static site generator [11ty.js](https://www.11ty.dev/). Made with [Nunjucks](https://mozilla.github.io/nunjucks/), [SCSS](https://sass-lang.com/), [Javascript](https://developer.mozilla.org/fr/docs/Web/JavaScript), [Yarn](https://yarnpkg.com/) and autodeployed with a [GitLab pipeline](https://git.inpt.fr/fainsil/personnal-website/-/pipelines). description: Simple website built with the static site generator [11ty.js](https://www.11ty.dev/). Made with [Nunjucks](https://mozilla.github.io/nunjucks/), [SCSS](https://sass-lang.com/), [Javascript](https://developer.mozilla.org/fr/docs/Web/JavaScript), [Yarn](https://yarnpkg.com/) and autodeployed with a [GitLab pipeline](https://git.inpt.fr/fainsil/personnal-website-old/-/pipelines).
repository: https://git.inpt.fr/fainsil/personnal-website-old/ repository: https://git.inpt.fr/fainsil/personnal-website-old/
website: https://fainsil.users.inpt.fr/ website: https://fainsil.users.inpt.fr/

View file

@ -7,7 +7,7 @@ Deep Learning:
Audio-visual data processing: Audio-visual data processing:
year: June 2022 year: June 2022
description: End of semester report on the numerous practical works in [Matlab](https://en.wikipedia.org/wiki/MATLAB). Wrote the report using [Pluto.jl](https://github.com/fonsp/Pluto.jl). description: End of semester report on the numerous practical works in [Matlab](https://en.wikipedia.org/wiki/MATLAB). Wrote the report using [Pluto.jl](https://github.com/fonsp/Pluto.jl).
website: https://fainsin.bzh/TAV/ website: https://fainsin.bzh/assets/TAV/
Sagittarius: Sagittarius:
year: May 2021 year: May 2021
@ -17,7 +17,7 @@ Sagittarius:
Minishell: Minishell:
year: May 2021 year: May 2021
description: Implementation of a basic [shell program](https://en.wikipedia.org/wiki/Shell_(computing)) in [C](https://en.wikipedia.org/wiki/C_(programming_language)), capable of launching programs, piping their streams and sending them signals. description: Implementation of a basic [shell program](https://en.wikipedia.org/wiki/Shell_(computing)) in [C](https://en.wikipedia.org/wiki/C_(programming_language)), capable of launching programs, [piping](https://en.wikipedia.org/wiki/Pipeline_(Unix)) their streams and sending them [signals](https://en.wikipedia.org/wiki/Signal_(IPC)).
repository: https://git.inpt.fr/fainsil/minishell repository: https://git.inpt.fr/fainsil/minishell
Pagerank: Pagerank:
@ -28,12 +28,12 @@ Pagerank:
Graphs: Graphs:
year: January 2022 year: January 2022
description: Studied [Compartmental models in epidemiology](https://en.wikipedia.org/wiki/Compartmental_models_in_epidemiology) using [Julia](https://julialang.org/) ands [Graphs](https://github.com/JuliaGraphs/Graphs.jl). description: Studied [Compartmental models in epidemiology](https://en.wikipedia.org/wiki/Compartmental_models_in_epidemiology) using [Julia](https://julialang.org/) and [Graphs](https://github.com/JuliaGraphs/Graphs.jl).
repository: https://git.inpt.fr/tocard-inc/enseeiht/projet-graphes/ repository: https://git.inpt.fr/tocard-inc/enseeiht/projet-graphes/
Geometric modeling: Geometric modeling:
year: May 2022 year: May 2022
description: Built a camera movement system using [B-splines](https://en.wikipedia.org/wiki/Composite_B%C3%A9zier_curve) and [Slerps](https://en.wikipedia.org/wiki/Slerp), in [Minecraft](https://www.minecraft.net/) by coding a [Java](https://en.wikipedia.org/wiki/Java_(programming_language)) plugin for [SpigotMC](https://www.spigotmc.org/). description: Built a camera travelling system using [B-splines](https://en.wikipedia.org/wiki/Composite_B%C3%A9zier_curve) and [Slerps](https://en.wikipedia.org/wiki/Slerp), in [Minecraft](https://www.minecraft.net/) by coding a [Java](https://en.wikipedia.org/wiki/Java_(programming_language)) plugin for [SpigotMC](https://www.spigotmc.org/).
repository: https://git.inpt.fr/tocard-inc/enseeiht/porjet-modelisation-geometrique repository: https://git.inpt.fr/tocard-inc/enseeiht/porjet-modelisation-geometrique
pdf: https://guillod.users.inpt.fr/ModeGeom/ pdf: https://guillod.users.inpt.fr/ModeGeom/
@ -48,7 +48,7 @@ Rendering Engine:
WebApp: WebApp:
year: June 2022 year: June 2022
description: TODO description: Inspired by [r/place](https://reddit.com/r/place), this (poc) webapp allows several people to buy and sell pixels on a grid. Built using [Wildfly](https://www.wildfly.org/), [MariaDB](https://mariadb.org/), [Docker](https://www.docker.com/), [Gradle](https://gradle.org/), [J2EE](https://en.wikipedia.org/wiki/Jakarta_EE) and the [REST principles](https://en.wikipedia.org/wiki/Representational_state_transfer).
repository: https://git.inpt.fr/tocard-inc/enseeiht/projet-web repository: https://git.inpt.fr/tocard-inc/enseeiht/projet-web
ISP modeling: ISP modeling:

View file

@ -1,10 +1,10 @@
@def title = "Laurent Fainsin" @def title = "Laurent Fainsin"
Hi, I'm Laurent. Hi 👋, I'm Laurent.
I'm currently an M2 [engineering](https://www.francecompetences.fr/recherche/rncp/35713/) student at [ENSEEIHT](https://www.enseeiht.fr/) in France. I'm currently an M2 [engineering](https://www.francecompetences.fr/recherche/rncp/35713/) student at [ENSEEIHT](https://www.enseeiht.fr/) in France.
I study [Computer Science](https://www.enseeiht.fr/fr/formation/formation-ingenieur/departement-sn/programme-sn.html) and this is my personnal website to showcase my work. I study [Computer Science](https://www.enseeiht.fr/fr/formation/formation-ingenieur/departement-sn/programme-sn.html) and this is my personnal website to showcase my work.
I'm interested in machine learning and computer graphics. I'm interested in machine learning and computer graphics.
I'm very active in the associative life of my school. I'm also very active in the associative life of my school.
Here is my [resume](/assets/resume.pdf) if you are professionally interested. Here is my [resume](/assets/resume.pdf) if you are professionally interested.

View file

@ -1,6 +1,8 @@
@def title = "Projects" @def title = "Projects"
@def hasicons = true @def hasicons = true
Here is a non-exhaustive list of my projects. Most of them are in French 🇫🇷 🥖 🥐.
# Personnal projects # Personnal projects
{{ print_projects _data/personnal_projects.yml }} {{ print_projects _data/personnal_projects.yml }}