-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdata.json
41 lines (41 loc) · 1.19 KB
/
data.json
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
31
32
33
34
35
36
37
38
39
40
41
{
"tutorials": [
{
"name": "tutorial_yarp-basics",
"url": "https://github.com/vvv-school/tutorial_yarp-basics.git",
"score": 1
},
{
"name": "tutorial_yarp-opencv",
"url": "https://github.com/vvv-school/tutorial_yarp-opencv.git",
"score": 1
},
{
"name": "tutorial_find-wally",
"url": "https://github.com/vvv-school/tutorial_find-wally.git",
"score": 2
}
],
"assignments": [
{
"name": "assignment_git",
"url": "https://github.com/vvv-school/assignment_git.git",
"score": 1
},
{
"name": "assignment_yarp-find-rgb",
"url": "https://github.com/vvv-school/assignment_yarp-find-rgb.git",
"score": 5
},
{
"name": "assignment_control-pid",
"url": "https://github.com/vvv-school/assignment_control-pid.git",
"score": 5
},
{
"name": "assignment_closest-blob",
"url": "https://github.com/vvv-school/assignment_closest-blob.git",
"score": 5
}
]
}