From 9c87c86d701b3c9650792e9ce592d946618a50b3 Mon Sep 17 00:00:00 2001 From: Martin Mares <mj@ucw.cz> Date: Tue, 1 Oct 2024 10:43:16 +0200 Subject: [PATCH] =?UTF-8?q?Aplikov=C3=A1n=20stroj=20=C4=8Dasu=20na=20v?= =?UTF-8?q?=C5=A1echny=20prezentace?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 01-uvod/01-uvod.tex | 2 +- 02-cykly/02-cykly.tex | 2 +- 03-seznamy/03-seznamy.tex | 2 +- 04-trideni/04-trideni.tex | 2 +- 05-funkce/05-funkce.tex | 2 +- 06-rezy/06-rezy.tex | 2 +- 07-compr/07-compr.tex | 2 +- 08-slovniky/08-slovniky.tex | 2 +- 09-objekty/09-objekty.tex | 2 +- 10-lambda/10-lambda.tex | 2 +- 11-soubory/11-soubory.tex | 2 +- 12-knihovna/12-knihovna.tex | 2 +- 12 files changed, 12 insertions(+), 12 deletions(-) diff --git a/01-uvod/01-uvod.tex b/01-uvod/01-uvod.tex index 189fc84..8199467 100644 --- a/01-uvod/01-uvod.tex +++ b/01-uvod/01-uvod.tex @@ -7,7 +7,7 @@ \title{Programování 1: Úvod do Pythonu} \author[Martin Mareš]{Martin Mareš\\\texttt{mj@ucw.cz}} \institute{Katedra Aplikované Matematiky\\MFF UK Praha} -\date{2020} +\date{2024} \begin{document} \setbeamertemplate{navigation symbols}{} \setbeamertemplate{footline}{} diff --git a/02-cykly/02-cykly.tex b/02-cykly/02-cykly.tex index 14e2924..a05cc09 100644 --- a/02-cykly/02-cykly.tex +++ b/02-cykly/02-cykly.tex @@ -7,7 +7,7 @@ \title{Programování 1: Podmínky a cykly} \author[Martin Mareš]{Martin Mareš\\\texttt{mj@ucw.cz}} \institute{Katedra Aplikované Matematiky\\MFF UK Praha} -\date{2020} +\date{2024} \begin{document} \setbeamertemplate{navigation symbols}{} \setbeamertemplate{footline}{} diff --git a/03-seznamy/03-seznamy.tex b/03-seznamy/03-seznamy.tex index 9b3ebca..69b807d 100644 --- a/03-seznamy/03-seznamy.tex +++ b/03-seznamy/03-seznamy.tex @@ -7,7 +7,7 @@ \title{Programování 1: Seznamy} \author[Martin Mareš]{Martin Mareš\\\texttt{mj@ucw.cz}} \institute{Katedra Aplikované Matematiky\\MFF UK Praha} -\date{2020} +\date{2024} \begin{document} \setbeamertemplate{navigation symbols}{} \setbeamertemplate{footline}{} diff --git a/04-trideni/04-trideni.tex b/04-trideni/04-trideni.tex index 0c6fac7..0e7c7e4 100644 --- a/04-trideni/04-trideni.tex +++ b/04-trideni/04-trideni.tex @@ -7,7 +7,7 @@ \title{Programování 1: Třídění a vyhledávání} \author[Martin Mareš]{Martin Mareš\\\texttt{mj@ucw.cz}} \institute{Katedra Aplikované Matematiky\\MFF UK Praha} -\date{2020} +\date{2024} \begin{document} \setbeamertemplate{navigation symbols}{} \setbeamertemplate{footline}{} diff --git a/05-funkce/05-funkce.tex b/05-funkce/05-funkce.tex index 7e6500c..1f949b6 100644 --- a/05-funkce/05-funkce.tex +++ b/05-funkce/05-funkce.tex @@ -7,7 +7,7 @@ \title{Programování 1: Funkce} \author[Martin Mareš]{Martin Mareš\\\texttt{mj@ucw.cz}} \institute{Katedra Aplikované Matematiky\\MFF UK Praha} -\date{2020} +\date{2024} \begin{document} \setbeamertemplate{navigation symbols}{} \setbeamertemplate{footline}{} diff --git a/06-rezy/06-rezy.tex b/06-rezy/06-rezy.tex index 20b4955..b5d2a90 100644 --- a/06-rezy/06-rezy.tex +++ b/06-rezy/06-rezy.tex @@ -7,7 +7,7 @@ \title{Programování 1: Seznamy, řezy a řetězce} \author[Martin Mareš]{Martin Mareš\\\texttt{mj@ucw.cz}} \institute{Katedra Aplikované Matematiky\\MFF UK Praha} -\date{2020} +\date{2024} \begin{document} \setbeamertemplate{navigation symbols}{} \setbeamertemplate{footline}{} diff --git a/07-compr/07-compr.tex b/07-compr/07-compr.tex index 28d4d11..061d8aa 100644 --- a/07-compr/07-compr.tex +++ b/07-compr/07-compr.tex @@ -7,7 +7,7 @@ \title{Programování 1: List comprehensions} \author[Martin Mareš]{Martin Mareš\\\texttt{mj@ucw.cz}} \institute{Katedra Aplikované Matematiky\\MFF UK Praha} -\date{2020} +\date{2024} \begin{document} \setbeamertemplate{navigation symbols}{} \setbeamertemplate{footline}{} diff --git a/08-slovniky/08-slovniky.tex b/08-slovniky/08-slovniky.tex index b65b2d7..8faedb7 100644 --- a/08-slovniky/08-slovniky.tex +++ b/08-slovniky/08-slovniky.tex @@ -7,7 +7,7 @@ \title{Programování 1: Množiny a slovníky} \author[Martin Mareš]{Martin Mareš\\\texttt{mj@ucw.cz}} \institute{Katedra Aplikované Matematiky\\MFF UK Praha} -\date{2020} +\date{2024} \begin{document} \setbeamertemplate{navigation symbols}{} \setbeamertemplate{footline}{} diff --git a/09-objekty/09-objekty.tex b/09-objekty/09-objekty.tex index c7bf828..758637d 100644 --- a/09-objekty/09-objekty.tex +++ b/09-objekty/09-objekty.tex @@ -7,7 +7,7 @@ \title{Programování 1: Třídy a objekty} \author[Martin Mareš]{Martin Mareš\\\texttt{mj@ucw.cz}} \institute{Katedra Aplikované Matematiky\\MFF UK Praha} -\date{2020} +\date{2024} \begin{document} \setbeamertemplate{navigation symbols}{} \setbeamertemplate{footline}{} diff --git a/10-lambda/10-lambda.tex b/10-lambda/10-lambda.tex index 3e42c25..441fbbd 100644 --- a/10-lambda/10-lambda.tex +++ b/10-lambda/10-lambda.tex @@ -7,7 +7,7 @@ \title{Programování 1: Triky s funkcemi} \author[Martin Mareš]{Martin Mareš\\\texttt{mj@ucw.cz}} \institute{Katedra Aplikované Matematiky\\MFF UK Praha} -\date{2020} +\date{2024} \begin{document} \setbeamertemplate{navigation symbols}{} \setbeamertemplate{footline}{} diff --git a/11-soubory/11-soubory.tex b/11-soubory/11-soubory.tex index edc621c..01c4038 100644 --- a/11-soubory/11-soubory.tex +++ b/11-soubory/11-soubory.tex @@ -7,7 +7,7 @@ \title{Programování 1: Soubory a výjimky} \author[Martin Mareš]{Martin Mareš\\\texttt{mj@ucw.cz}} \institute{Katedra Aplikované Matematiky\\MFF UK Praha} -\date{2020} +\date{2024} \begin{document} \setbeamertemplate{navigation symbols}{} \setbeamertemplate{footline}{} diff --git a/12-knihovna/12-knihovna.tex b/12-knihovna/12-knihovna.tex index 9126c81..442df42 100644 --- a/12-knihovna/12-knihovna.tex +++ b/12-knihovna/12-knihovna.tex @@ -7,7 +7,7 @@ \title{Programování 1: Standardní knihovna} \author[Martin Mareš]{Martin Mareš\\\texttt{mj@ucw.cz}} \institute{Katedra Aplikované Matematiky\\MFF UK Praha} -\date{2021} +\date{2024} \begin{document} \setbeamertemplate{navigation symbols}{} \setbeamertemplate{footline}{} -- GitLab