From 9646c62fe80d29594a737c15750a37f2fe13f199 Mon Sep 17 00:00:00 2001 From: borb Date: Mon, 23 Jun 2025 17:56:04 +0300 Subject: [PATCH] update readme and markdown snippets --- .vscode/markdown.code-snippets | 4 ++-- README.md | 11 +++-------- 2 files changed, 5 insertions(+), 10 deletions(-) diff --git a/.vscode/markdown.code-snippets b/.vscode/markdown.code-snippets index 5550dcd..af1f5c9 100644 --- a/.vscode/markdown.code-snippets +++ b/.vscode/markdown.code-snippets @@ -62,7 +62,7 @@ "prefix": "extra", "body": [ "## Extra: $0", - "", + "", ], "description": "Extra slide colors" }, @@ -71,7 +71,7 @@ "prefix": "exercise", "body": [ "## Exercise $0.", - "", + "", ], "description": "Exercise slide colors" }, diff --git a/README.md b/README.md index e162620..72c0133 100644 --- a/README.md +++ b/README.md @@ -4,11 +4,6 @@ Material completion denoted with 🌑🌘🌗🌖🌕 . | # | Lecture | Materials | Exercises | | ---: | ------------------------------------- | --------: | --------: | -| 1 | [Example Lecture](example-lecture.md) | 🌕 | 🌕 | - - -## Repository notes (remove before publishing) - -- After reading, remove [example-lecture.md](./example-lecture.md), [example-lecture-slides.html](./example-lecture-slides.html) and [buuttilogo.png](./imgs/buuttilogo.png) -- See [Markdown code snippets](.vscode/markdown.code-snippets) for autocomplete stuff. -- Remove the .gitkeep files from imgs and solutions folders after adding new files to those folders. \ No newline at end of file +| 13 | [Generics, IEnumberable and LINQ](13.%20Generics,%20IEnumerable%20and%20LINQ.md) | 🌕 | 🌕 | +| 14 | [Exceptions, Threads and Tasks](14.%20Exceptions,%20Threads%20and%20Tasks.md) | 🌕 | 🌕 | +| 15 | [Design Patterns in C#](15.%20Design%20Patterns%20in%20C#.md) | 🌗 | 🌑 |