Namularbre
  • Joined on 2025-09-11
Namularbre created repository Namularbre/db_builder 2026-04-01 22:40:28 +00:00
Namularbre pushed to master at Namularbre/UdpSocketServer 2026-03-24 08:28:45 +00:00
2a3ef945ae fix: updated rust, follow clippy recommendation
Namularbre pushed to master at Namularbre/UdpSocketServer 2026-03-23 17:06:49 +00:00
1138dddcb7 fix: remove check formating step in CI/CD (different version makes it bug I guess)
e97a15d84b fix: format the project
Compare 2 commits »
Namularbre pushed to master at Namularbre/UdpSocketServer 2026-03-23 13:31:01 +00:00
9a24fc33c6 fix: correct the typo in action directory
Namularbre pushed to master at Namularbre/UdpSocketServer 2026-03-23 13:28:12 +00:00
ce180792db fix: simplify the trigger of the CI
Namularbre pushed to master at Namularbre/UdpSocketServer 2026-03-23 13:25:20 +00:00
cc6dfa9d7f fix: correct file name
Namularbre pushed to master at Namularbre/UdpSocketServer 2026-03-23 13:17:03 +00:00
2617a082b0 feat: add a basic pipeline
Namularbre pushed to master at Namularbre/UdpSocketServer 2026-03-23 10:58:29 +00:00
4bf3c984eb Merge pull request #2 from Namularbre/hotfix/2.0.1
Namularbre created branch master in Namularbre/UdpSocketServer 2026-03-23 10:58:29 +00:00
Namularbre pushed to hotfix/2.0.1 at Namularbre/UdpSocketServer 2026-03-23 10:54:26 +00:00
4f46b4a932 fix: follow clippy recommandation
6462493b98 Merge pull request #1 from Namularbre/architecture-refactoring
479f2ff4c9 refactor: Put the files in modules
2d1689d03d [chore] adds a licence to the project
119460a8ca [refactor] move listen function in server module
Compare 10 commits »
Namularbre created branch hotfix/2.0.1 in Namularbre/UdpSocketServer 2026-03-23 10:54:25 +00:00
Namularbre created repository Namularbre/UdpSocketServer 2026-03-23 10:35:09 +00:00
Namularbre pushed to master at Namularbre/tp_ana_num 2026-01-19 10:44:16 +00:00
c16d5536c6 Feat: Ajoute l'exercice 2
Namularbre pushed to master at Namularbre/tp_ana_num 2026-01-19 09:34:07 +00:00
0db8d58d8f Feat: Ajoute les fonctions de calcul d'equa diff
Namularbre pushed to master at Namularbre/tp_ana_num 2026-01-18 22:47:13 +00:00
f6c69efb16 Refactor: Ajoute de la documentation et de nouvelle implémentation pour les méthodes de calcul d'intervalle
Namularbre pushed to master at Namularbre/tp_ana_num 2026-01-16 14:26:27 +00:00
428a9db530 Fix: Utilise le bon interval dans Monte-Carlo
Namularbre pushed to master at Namularbre/tp_ana_num 2026-01-16 14:23:42 +00:00
5894ca0bbc Feat: Ajoute newton_cotes et monte_carlo_2d
Namularbre pushed to master at Namularbre/tp_ana_num 2026-01-13 15:09:15 +00:00
73e6e548dc Feat: Ajoute la méthode des trapèzes et de Simpson
Namularbre pushed to master at Namularbre/tp_ana_num 2026-01-07 15:27:58 +00:00
10f3b4c20d Feat: Ajoute la méthode des moindres carrés
Namularbre pushed to master at Namularbre/tp_ana_num 2026-01-07 13:36:02 +00:00
51fd37f80b Feat: Ajoute la comparaison graphique entre sin(x) et l'interpolation avec le polynôme de Newton