From 6fc954853771ef9ff0b652e5660c60183c85cca9 Mon Sep 17 00:00:00 2001 From: Lars Windolf Date: Tue, 7 Nov 2023 23:47:40 +0100 Subject: [PATCH] Update extra-cheat-sheets.json --- extra-cheat-sheets.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/extra-cheat-sheets.json b/extra-cheat-sheets.json index 1c58b28db..f37597916 100644 --- a/extra-cheat-sheets.json +++ b/extra-cheat-sheets.json @@ -316,5 +316,10 @@ "github": "cfenollosa/os-tutorial", "type": "github", "filePattern": "^(.+).md$" + }, + "Awesome Programming Projects": { + "github": "practical-tutorials/project-based-learning", + "type": "github", + "filePattern": "^(README).md$" } }