- ORCID: 0009-0003-5684-5862
- groups:
- projects: source + public
Tip
to generate the table, because GitLab is not very friendly when it comes to finding and filtering projects...
$env.GITLAB_HOST = "gitlab.isae-supaero.fr"
let res = glab repo list --user a.stevan --per-page 1000 --output json | from json
$res
| where { |it| $it.visibility == "public" and "source" in $it.topics }
| select id name path_with_namespace topics description
| update topics { each { $"`($in)`" } | str join ", " }
| update path_with_namespace { $"[($in)]\(https://gitlab.isae-supaero.fr/($in)\)" }
| update description { lines | str join " " }
| sort-by id
| to md --pretty
| id | name | path_with_namespace | topics | description |
|---|---|---|---|---|
| 1092 | latex-poster-template | a.stevan/latex-poster-template | source |
A LaTeX template to write beautiful posters. |
| 1094 | latex-math-document-template | a.stevan/latex-math-document-template | source |
A template to write simple math documents. |
| 1743 | Quicksort Comparison | a.stevan/quicksort-comparison |
probe, source
|
A project that investigates the correcteness and performance of different quicksort implementations. |
| 1748 | Random Matrices | a.stevan/random-matrices |
probe, source
|
A project investigating the invertability of random matrices over a finite field. |
| 1858 | PLNK - a simple Rust benchmark framework | a.stevan/plnk |
source, tool
|
|
| 1870 | GPLT - a general plotter script in Python | a.stevan/gplt |
source, tool
|
|
| 1960 | RNG branching | a.stevan/rng-branching |
probe, source
|
Explores ways to branch an RNG to measure things about a random process without changing the state of the RNG when doing measures or not. |
| 2146 | Mario Kart 8 Deluxe - Datasets | a.stevan/mk8dx-datasets |
source, teaching
|
|
| 2742 | nob.rs | a.stevan/nob.rs |
source, tool
|
|
| 2801 | crypto | a.stevan/crypto |
probe, source
|
|
| 6434 | net-view | a.stevan/net-view |
data-viz, source
|
Personal projects
View all- Loading
Loading
About
https://keys.openpgp.org/search?q=antoine.stevan%40isae-supaero.fr
Info
11:13 PM
Member since September 26, 2021