diff --git a/lesson_plans/day_5/day_5.qmd b/lesson_plans/day_5/day_5.qmd index 6678db1..00ce23d 100644 --- a/lesson_plans/day_5/day_5.qmd +++ b/lesson_plans/day_5/day_5.qmd @@ -440,27 +440,30 @@ Are important. Please rest! ## Break 1: 10:00-10:15 +![https://xkcd.com/208/](xkcd_regular_expressions.png) + ## Break 2: 11:00-11:15 +![https://www.explainxkcd.com/wiki/index.php/1313:_Regex_Golf](xkcd_regex_golf.png) ## Break 3: 12:00-13:00 - +![https://www.explainxkcd.com/wiki/index.php/1171:_Perl_Problems](xkcd_perl_problems.png) ## Break 4: 14:00-14:15 - +![https://www.explainxkcd.com/wiki/index.php/1638:_Backslashes](xkcd_backslashes.png) ## Break 5: 15:00-15:15 - +![https://xkcd.com/353/](xkcd_python.png) ## Break 6: 16:00-16:15 - +![https://xkcd.com/1987/](xkcd_python_environment_2x.png) ## Done diff --git a/lesson_plans/day_5/xkcd_backslashes.png b/lesson_plans/day_5/xkcd_backslashes.png new file mode 100644 index 0000000..a798d17 Binary files /dev/null and b/lesson_plans/day_5/xkcd_backslashes.png differ diff --git a/lesson_plans/day_5/xkcd_perl_problems.png b/lesson_plans/day_5/xkcd_perl_problems.png new file mode 100644 index 0000000..e1dd02d Binary files /dev/null and b/lesson_plans/day_5/xkcd_perl_problems.png differ diff --git a/lesson_plans/day_5/xkcd_python.png b/lesson_plans/day_5/xkcd_python.png new file mode 100644 index 0000000..23a4c6e Binary files /dev/null and b/lesson_plans/day_5/xkcd_python.png differ diff --git a/lesson_plans/day_5/xkcd_python_environment_2x.png b/lesson_plans/day_5/xkcd_python_environment_2x.png new file mode 100644 index 0000000..3413fde Binary files /dev/null and b/lesson_plans/day_5/xkcd_python_environment_2x.png differ diff --git a/lesson_plans/day_5/xkcd_regex_golf.png b/lesson_plans/day_5/xkcd_regex_golf.png new file mode 100644 index 0000000..921ca4e Binary files /dev/null and b/lesson_plans/day_5/xkcd_regex_golf.png differ diff --git a/lesson_plans/day_5/xkcd_regular_expressions.png b/lesson_plans/day_5/xkcd_regular_expressions.png new file mode 100644 index 0000000..acbc243 Binary files /dev/null and b/lesson_plans/day_5/xkcd_regular_expressions.png differ