From 2d307d27fa6e8303fd64b871c6effa11ff7e13e0 Mon Sep 17 00:00:00 2001 From: Bhupesh-V Date: Tue, 30 Jul 2024 13:37:54 +0530 Subject: [PATCH] load stuff from #resources channel --- computer-science/index.json | 12 ++++++++++++ miscellaneous/index.json | 6 ++++++ 2 files changed, 18 insertions(+) diff --git a/computer-science/index.json b/computer-science/index.json index 04fb295..c724608 100644 --- a/computer-science/index.json +++ b/computer-science/index.json @@ -71,6 +71,18 @@ "url": "https://github.com/sarabander/sicp-pdf", "level": "everyone", "type": "book" + }, + { + "title":"Algorithms for Modern Hardware", + "url":"https://en.algorithmica.org/hpc/", + "type":"book", + "level":"intermediate" + }, + { + "title":"Computer Science by Example", + "url":"https://cscx.org/", + "type":"website", + "level":"everyone" } ] } \ No newline at end of file diff --git a/miscellaneous/index.json b/miscellaneous/index.json index 43929fd..fa501af 100644 --- a/miscellaneous/index.json +++ b/miscellaneous/index.json @@ -62,6 +62,12 @@ "url": "https://ciechanow.ski/gps/", "type": "article", "level": "everyone" + }, + { + "title":"Reverse Engineering For Everyone!", + "url":"https://0xinfection.github.io/reversing/", + "type":"website", + "level":"everyone" } ] } \ No newline at end of file