ghost613 commited on
Commit
aefb279
·
verified ·
1 Parent(s): 0b4e91c

Upload 2 files

Browse files
Files changed (2) hide show
  1. lists/learning.json +30 -0
  2. lists/practice.json +25 -0
lists/learning.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "Learning Resources",
3
+ "items": [
4
+ {
5
+ "name": "Linux Survival",
6
+ "description": "Linux tutorial",
7
+ "link": "https://linuxsurvival.com/"
8
+ },
9
+ {
10
+ "name": "Terminus",
11
+ "description": "Command line tutorial game",
12
+ "link": "https://web.mit.edu/mprat/Public/web/Terminus/Web/main.html"
13
+ },
14
+ {
15
+ "name": "Learn Git Branching",
16
+ "description": "Interactive Git tutorial",
17
+ "link": "https://learngitbranching.js.org/?locale=en_US"
18
+ },
19
+ {
20
+ "name": "VisuAlgo",
21
+ "description": "Algorithm visualization",
22
+ "link": "https://visualgo.net/en"
23
+ },
24
+ {
25
+ "name": "labml.ai",
26
+ "description": "Annotated Research Paper Implementations",
27
+ "link": "https://nn.labml.ai"
28
+ }
29
+ ]
30
+ }
lists/practice.json ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "Coding & ML Practice",
3
+ "items": [
4
+ {
5
+ "name": "LeetCode",
6
+ "description": "Platform for practicing coding interview questions and algorithms",
7
+ "link": "https://leetcode.com/"
8
+ },
9
+ {
10
+ "name": "Codeforces",
11
+ "description": "Competitive programming platform with contests and problem sets",
12
+ "link": "https://codeforces.com/"
13
+ },
14
+ {
15
+ "name": "Deep-ML",
16
+ "description": "Machine learning resources, tutorials and research papers",
17
+ "link": "https://deep-ml.com/"
18
+ },
19
+ {
20
+ "name": "Kaggle",
21
+ "description": "Data science competitions and datasets",
22
+ "link": "https://www.kaggle.com/"
23
+ }
24
+ ]
25
+ }