From 6f0eb4761520b40bd2305a3eaaac808e1d030ded Mon Sep 17 00:00:00 2001 From: Orestis Malaspinas <orestis.malaspinas@hesge.ch> Date: Tue, 24 Sep 2019 11:29:33 +0200 Subject: [PATCH] updated --- index.md | 28 +++++++++++++++++++++------- 1 file changed, 21 insertions(+), 7 deletions(-) diff --git a/index.md b/index.md index ff8065b..5c78387 100644 --- a/index.md +++ b/index.md @@ -22,7 +22,10 @@ urlcolor: blue corrige: false --- -# Cours de première année +:::::::::::::: {.columns} +::: {.column width="40%"} + +# Première année # Cours de programmation séquentielle en C @@ -40,16 +43,19 @@ corrige: false ## Tableaux unidimensionnels, [HTML](prog_seq_c_tp/tableaux_unidimensionnels/index.html), [PDF](prog_seq_c_tp/tableaux_unidimensionnels/tableaux_unidimensionnels.pdf), [GFX](prog_seq_c_tp/tableaux_unidimensionnels/gfx_example.tar.gz) -# Cours de deuxième année +::: +::: {.column width="60%"} -## [Mathématiques en technologie de l'information](mti/index.html), [git repo](https://githepia.hesge.ch/orestis.malaspin/math_tech_info), [pdf](mti/cours.pdf) -## [Programmation concurrente](concurrence/index.html), [git repo](https://githepia.hesge.ch/orestis.malaspin/cours_prog_conc) -# Les projets de bachelor passés +# Deuxième année -## [Astéroides avec algorithme génétique, T. Ibanez](https://dai.ly/x6tosqh) -## [Pacman, Pong et Phoenix avec technique de renforcement, N. Nufer](https://dai.ly/x6tosqg) +# Mathématiques en technologie de l'information + +## [Polycopié](mti/index.html), [git repo](https://githepia.hesge.ch/orestis.malaspin/math_tech_info), [pdf](mti/cours.pdf) + +# Programmation concurrente +## [Polycopié](concurrence/index.html), [git repo](https://githepia.hesge.ch/orestis.malaspin/cours_prog_conc) <!-- ## [Programmation séquentielle en Rust](prog_seq/index.html), [git repo](https://githepia.hesge.ch/orestis.malaspin/rust) @@ -64,3 +70,11 @@ corrige: false ## TP7 Rust: Reed-Solomon, [HTML](prog_seq/exercices/07_reed_solomon/index.html), [PDF](prog_seq/exercices/07_reed_solomon/index.pdf) ## TP8 Rust: Transformation d'images, [HTML](prog_seq/exercices/08_transformation_images/index.html), [PDF](prog_seq/exercices/08_transformation_images/index.pdf) ## TP9 Rust: Problème du voyageur de commerce, [HTML](prog_seq/exercices/09_voyageur_commerce/index.html), [PDF](prog_seq/exercices/09_voyageur_commerce/index.pdf) --> + +::: +:::::::::::::: + +# Les projets de bachelor passés + +## [Astéroides avec algorithme génétique, T. Ibanez](https://dai.ly/x6tosqh) +## [Pacman, Pong et Phoenix avec technique de renforcement, N. Nufer](https://dai.ly/x6tosqg) \ No newline at end of file -- GitLab