blob: 8b2bc0e47ae801afe6c0a00a6de5b35b570aeb44 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
{ ... }:
[
{
year = 2023;
name = "Operating Principles of Binary Machines";
level = "L1";
institution = "Université Paris-Cité";
hours = 26;
}
{
year = 2023;
name = "Introduction to Operating Systems";
level = "L1";
institution = "Université Paris-Cité";
hours = 26;
}
{
year = 2024;
name = "Lambda-Calculi and Categories";
level = "M1";
institution = "École Normale Supérieure de Paris";
hours = 18;
}
{
year = 2025;
name = "Automata and Lexical Analysis";
level = "L2";
institution = "Université Paris-Cité";
hours = 26;
}
]
|