-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlanguage-stats.json
More file actions
executable file
·82 lines (82 loc) · 1.17 KB
/
language-stats.json
File metadata and controls
executable file
·82 lines (82 loc) · 1.17 KB
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
[
{
"language": "TypeScript",
"count": 528,
"color": "#3178c6"
},
{
"language": "Rust",
"count": 342,
"color": "#dea584"
},
{
"language": "Python",
"count": 235,
"color": "#3572A5"
},
{
"language": "C",
"count": 67,
"color": "#555555"
},
{
"language": "Go",
"count": 43,
"color": "#00ADD8"
},
{
"language": "JavaScript",
"count": 20,
"color": "#f1e05a"
},
{
"language": "Makefile",
"count": 14,
"color": "#8b949e"
},
{
"language": "HTML",
"count": 11,
"color": "#e34c26"
},
{
"language": "Cuda",
"count": 8,
"color": "#8b949e"
},
{
"language": "Java",
"count": 3,
"color": "#b07219"
},
{
"language": "Shell",
"count": 3,
"color": "#89e051"
},
{
"language": "Zig",
"count": 2,
"color": "#ec915c"
},
{
"language": "C#",
"count": 2,
"color": "#8b949e"
},
{
"language": "C++",
"count": 2,
"color": "#f34b7d"
},
{
"language": "PowerShell",
"count": 1,
"color": "#8b949e"
},
{
"language": "Jupyter Notebook",
"count": 1,
"color": "#DA5B0B"
}
]