## Todo - [ ] spaced repetition - [ ] kung-fu - [x] #task exercices maths evelyne ✅ 2022-11-19 - [[L2_maths_geometrie_TD1_2020-2021.pdf]] - [x] Exercice 8 (à partir du b.) (essayer) - [[L2_maths_analyse_TD2-fait.pdf]] - [ ] Exercice 8 - [x] Exercice 9 (partie 2) - [x] Exercice 10 - [[L2_maths_geometrie_TD4_2020-2021.pdf]] - [ ] Exercice 2 - [ ] Exercice 3 - [[L2_maths_geometrie_TD2_2020-2021.pdf]] - [[L2_maths_geometrie_TD3_2020-2021.pdf]] ## I did - [[L2_maths_arithmetique_TD1.pdf]] ## Devoirs > [!smalltodo] Devoirs > ```dataview > TABLE difficulty as "", due as "date", title as "description", file.etags as "tags" > FROM #devoir > WHERE contains(due, date(this.file.name)) > ``` > > [!done]- Devoirs faits > > ```dataview > > TABLE difficulty as "", due as "date", title as "description" > > FROM #devoir-fait > > WHERE contains(due, date(this.file.name)) > > ``` > [!smallquery] anniversaires `=this.file.name` > ```dataview > TABLE title, anniv > FROM #personne > WHERE contains(this.file.name, anniv) > ``` ## I am gratefull to