Spaces:
Sleeping
Sleeping
File size: 773 Bytes
aefb279 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 |
{
"name": "Learning Resources",
"items": [
{
"name": "Linux Survival",
"description": "Linux tutorial",
"link": "https://linuxsurvival.com/"
},
{
"name": "Terminus",
"description": "Command line tutorial game",
"link": "https://web.mit.edu/mprat/Public/web/Terminus/Web/main.html"
},
{
"name": "Learn Git Branching",
"description": "Interactive Git tutorial",
"link": "https://learngitbranching.js.org/?locale=en_US"
},
{
"name": "VisuAlgo",
"description": "Algorithm visualization",
"link": "https://visualgo.net/en"
},
{
"name": "labml.ai",
"description": "Annotated Research Paper Implementations",
"link": "https://nn.labml.ai"
}
]
} |