Skip to content

Commit 2d307d2

Browse files
committed
load stuff from #resources channel
1 parent c1e1cca commit 2d307d2

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

computer-science/index.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,18 @@
7171
"url": "https://github.com/sarabander/sicp-pdf",
7272
"level": "everyone",
7373
"type": "book"
74+
},
75+
{
76+
"title":"Algorithms for Modern Hardware",
77+
"url":"https://en.algorithmica.org/hpc/",
78+
"type":"book",
79+
"level":"intermediate"
80+
},
81+
{
82+
"title":"Computer Science by Example",
83+
"url":"https://cscx.org/",
84+
"type":"website",
85+
"level":"everyone"
7486
}
7587
]
7688
}

miscellaneous/index.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,12 @@
6262
"url": "https://ciechanow.ski/gps/",
6363
"type": "article",
6464
"level": "everyone"
65+
},
66+
{
67+
"title":"Reverse Engineering For Everyone!",
68+
"url":"https://0xinfection.github.io/reversing/",
69+
"type":"website",
70+
"level":"everyone"
6571
}
6672
]
6773
}

0 commit comments

Comments
 (0)