diff --git a/boussaid/DM_WEB/index.html b/boussaid/DM_WEB/index.html index b5b9c0c..565c796 100644 --- a/boussaid/DM_WEB/index.html +++ b/boussaid/DM_WEB/index.html @@ -72,55 +72,61 @@
-

un raccourcisseur d'url

ortener +

un raccourcisseur d'url

-

un convertisseur youtube mp3/mp4

tutubedl +

un convertisseur youtube mp3/mp4

-

un module magisk (debloquer un acces root sur android) pour ajouter la binary fusermount a /usr/bin

fusermount +

un module magisk (debloquer un acces root sur android) pour ajouter la binary fusermount a /usr/bin

-

je peux recevoir des notifications sur mon telephone grace a l'api telegram

- telegrambot - - pronote-api-wrapper : utilise l'api pronote pour m'envoyez des notifications de nouveaux evenements + + telegrambot +

je peux recevoir des notifications push sur mon telephone grace a l'api telegram

+
+
turboself : utilise puppeteer pour me notifier si j'ai pas reserver un repas
-
- - +
+ + pronote-api-wrapper : utilise l'api pronote pour m'envoyez des notifications de nouveaux evenements + +
+ + + - + - - + + - + - - - - - - - + + + + + + + - + diff --git a/dmmath.py b/dmmath.py new file mode 100644 index 0000000..bb1dc4f --- /dev/null +++ b/dmmath.py @@ -0,0 +1,10 @@ +from math import* +def temps(): + T = 0 + nb_litre = 0 + while nb_litre <= 2400: + T += 1 + nb_litre = 4800-4800*exp(-0.00625*T) + return(T) + +print(temps()) diff --git a/histoire.odt b/histoire.odt index 4a188ab..2c1b33a 100644 Binary files a/histoire.odt and b/histoire.odt differ