anudit commited on
Commit
54412a8
·
verified ·
1 Parent(s): c299663

Add files using upload-large-folder tool

Browse files
Files changed (8) hide show
  1. README.md +3 -3
  2. checksums.json +12 -12
  3. language_manifest.json +3 -124
  4. meta.json +195 -202
  5. sources.json +218 -218
  6. test.npz +2 -2
  7. train.npz +2 -2
  8. val.npz +2 -2
README.md CHANGED
@@ -9,7 +9,7 @@ tags:
9
 
10
  # lex-large
11
 
12
- Prepared numeric training cache for the 99.97 KiB, 193-grammar neural lexer.
13
  It contains token features and nine-class syntax labels, not the original source
14
  text. File-level hashing fixes the train/validation/test split before upload.
15
 
@@ -21,9 +21,9 @@ text. File-level hashing fixes the train/validation/test split before upload.
21
  - `sources.json`: GitHub repository provenance used by corpus preparation
22
  - `checksums.json`: byte sizes and SHA-256 checksums
23
 
24
- Total labelled tokens: 138,556,411
25
 
26
- Languages covered: 192/193
27
 
28
  Sequence length: 512
29
 
 
9
 
10
  # lex-large
11
 
12
+ Prepared numeric training cache for the 99.97 KiB, 185-grammar neural lexer.
13
  It contains token features and nine-class syntax labels, not the original source
14
  text. File-level hashing fixes the train/validation/test split before upload.
15
 
 
21
  - `sources.json`: GitHub repository provenance used by corpus preparation
22
  - `checksums.json`: byte sizes and SHA-256 checksums
23
 
24
+ Total labelled tokens: 145,368,132
25
 
26
+ Languages covered: 185/185
27
 
28
  Sequence length: 512
29
 
checksums.json CHANGED
@@ -4,33 +4,33 @@
4
  "files": [
5
  {
6
  "path": "train.npz",
7
- "bytes": 17894449588,
8
- "sha256": "91271c93156e94bcb92508a2d1eb0ea59b9637ae9fc305b045ce9350f84dbdef"
9
  },
10
  {
11
  "path": "val.npz",
12
- "bytes": 1025261292,
13
- "sha256": "afca280bc7f34f8fdc7377bb531281271b2d80984de58419c1e44ca68b92ecc0"
14
  },
15
  {
16
  "path": "test.npz",
17
- "bytes": 1037510700,
18
- "sha256": "d0b970a57e0d0c9e416a7ecbae7cbff58e15503b4cf2713f9a8c634e5763a877"
19
  },
20
  {
21
  "path": "meta.json",
22
- "bytes": 4669,
23
- "sha256": "a82951838e2bfd0506235daa3f727ef3c3d5c0b3d5c412ea9007163f01aacf0c"
24
  },
25
  {
26
  "path": "language_manifest.json",
27
- "bytes": 69405,
28
- "sha256": "ab64881affd555bc7efd0f8dab419d3f64b7c8d64f1a7c8ededd9a70892da21e"
29
  },
30
  {
31
  "path": "sources.json",
32
- "bytes": 133854,
33
- "sha256": "7c1e8d67c22896aea0e791688c5377417f2611982affbc3f4b256f7ec79db387"
34
  }
35
  ]
36
  }
 
4
  "files": [
5
  {
6
  "path": "train.npz",
7
+ "bytes": 18783823444,
8
+ "sha256": "41ee2ae039f3aa63585a41b2f3caa23536d6e39b26ba6f77a884cb288869e323"
9
  },
10
  {
11
  "path": "val.npz",
12
+ "bytes": 1072046348,
13
+ "sha256": "2b526f090b62f0efaabab2ef8330404f8039c46ded7f4f30dec7e0822b8ce8b1"
14
  },
15
  {
16
  "path": "test.npz",
17
+ "bytes": 1082487244,
18
+ "sha256": "be94a7a4b70c6011055418c0d793261f49486f5b032e6b6e9e731780a4c818c2"
19
  },
20
  {
21
  "path": "meta.json",
22
+ "bytes": 4507,
23
+ "sha256": "78c686093972384867cd85c808fc031bd8d83cf385da41715315e0ee37b519ca"
24
  },
25
  {
26
  "path": "language_manifest.json",
27
+ "bytes": 67095,
28
+ "sha256": "216e1140147259878c9dd9f39a27ce61b1fa3be59a6da9e107e0657be9052f43"
29
  },
30
  {
31
  "path": "sources.json",
32
+ "bytes": 133751,
33
+ "sha256": "15d47ceb71d72bba06cc92448bed94c8992982e7f3ed7a64aea1d3d524b2a665"
34
  }
35
  ]
36
  }
language_manifest.json CHANGED
@@ -1,16 +1,16 @@
1
  {
2
  "format": "lex-large-language-manifest-v1",
3
- "generated": "2026-09-11T13:08:14.250Z",
4
  "highlightJs": {
5
  "version": "11.12.0",
6
- "canonicalGrammarCount": 193,
7
  "releaseCommit": "f7f7d3803bd898e37c017ffb881317f0cde04a70"
8
  },
9
  "shiki": {
10
  "version": "4.4.3"
11
  },
12
  "githubLinguist": {
13
- "commit": "8b57fcfd3e082d8d369c0abd9b5f90f273cf865e"
14
  },
15
  "languages": [
16
  {
@@ -553,20 +553,6 @@
553
  "riemann.config"
554
  ]
555
  },
556
- {
557
- "id": "clojure-repl",
558
- "name": "Clojure REPL",
559
- "aliases": [],
560
- "teacher": {
561
- "engine": "highlight.js",
562
- "language": "clojure-repl"
563
- },
564
- "linguist": null,
565
- "extensions": [
566
- ".clj"
567
- ],
568
- "filenames": []
569
- },
570
  {
571
  "id": "cmake",
572
  "name": "CMake",
@@ -1066,37 +1052,6 @@
1066
  "rebar.lock"
1067
  ]
1068
  },
1069
- {
1070
- "id": "erlang-repl",
1071
- "name": "Erlang REPL",
1072
- "aliases": [],
1073
- "teacher": {
1074
- "engine": "highlight.js",
1075
- "language": "erlang-repl"
1076
- },
1077
- "linguist": null,
1078
- "extensions": [
1079
- ".erl"
1080
- ],
1081
- "filenames": []
1082
- },
1083
- {
1084
- "id": "excel",
1085
- "name": "Excel formulae",
1086
- "aliases": [
1087
- "xls",
1088
- "xlsx"
1089
- ],
1090
- "teacher": {
1091
- "engine": "highlight.js",
1092
- "language": "excel"
1093
- },
1094
- "linguist": null,
1095
- "extensions": [
1096
- ".xlsx"
1097
- ],
1098
- "filenames": []
1099
- },
1100
  {
1101
  "id": "fix",
1102
  "name": "FIX",
@@ -1736,22 +1691,6 @@
1736
  ],
1737
  "filenames": []
1738
  },
1739
- {
1740
- "id": "julia-repl",
1741
- "name": "Julia REPL",
1742
- "aliases": [
1743
- "jldoctest"
1744
- ],
1745
- "teacher": {
1746
- "engine": "highlight.js",
1747
- "language": "julia-repl"
1748
- },
1749
- "linguist": "Julia REPL",
1750
- "extensions": [
1751
- ".jl"
1752
- ],
1753
- "filenames": []
1754
- },
1755
  {
1756
  "id": "kotlin",
1757
  "name": "Kotlin",
@@ -2288,20 +2227,6 @@
2288
  ],
2289
  "filenames": []
2290
  },
2291
- {
2292
- "id": "node-repl",
2293
- "name": "Node REPL",
2294
- "aliases": [],
2295
- "teacher": {
2296
- "engine": "highlight.js",
2297
- "language": "node-repl"
2298
- },
2299
- "linguist": null,
2300
- "extensions": [
2301
- ".js"
2302
- ],
2303
- "filenames": []
2304
- },
2305
  {
2306
  "id": "nsis",
2307
  "name": "NSIS",
@@ -2497,20 +2422,6 @@
2497
  "Phakefile"
2498
  ]
2499
  },
2500
- {
2501
- "id": "php-template",
2502
- "name": "PHP template",
2503
- "aliases": [],
2504
- "teacher": {
2505
- "engine": "highlight.js",
2506
- "language": "php-template"
2507
- },
2508
- "linguist": null,
2509
- "extensions": [
2510
- ".php"
2511
- ],
2512
- "filenames": []
2513
- },
2514
  {
2515
  "id": "plaintext",
2516
  "name": "Plain text",
@@ -2747,22 +2658,6 @@
2747
  "wscript"
2748
  ]
2749
  },
2750
- {
2751
- "id": "python-repl",
2752
- "name": "python-repl",
2753
- "aliases": [
2754
- "pycon"
2755
- ],
2756
- "teacher": {
2757
- "engine": "highlight.js",
2758
- "language": "python-repl"
2759
- },
2760
- "linguist": "Python console",
2761
- "extensions": [
2762
- ".py"
2763
- ],
2764
- "filenames": []
2765
- },
2766
  {
2767
  "id": "q",
2768
  "name": "Q",
@@ -3575,22 +3470,6 @@
3575
  ],
3576
  "filenames": []
3577
  },
3578
- {
3579
- "id": "xl",
3580
- "name": "XL",
3581
- "aliases": [
3582
- "tao"
3583
- ],
3584
- "teacher": {
3585
- "engine": "highlight.js",
3586
- "language": "xl"
3587
- },
3588
- "linguist": null,
3589
- "extensions": [
3590
- ".xl"
3591
- ],
3592
- "filenames": []
3593
- },
3594
  {
3595
  "id": "xml",
3596
  "name": "HTML, XML",
 
1
  {
2
  "format": "lex-large-language-manifest-v1",
3
+ "generated": "2026-09-12T06:13:17.352Z",
4
  "highlightJs": {
5
  "version": "11.12.0",
6
+ "canonicalGrammarCount": 185,
7
  "releaseCommit": "f7f7d3803bd898e37c017ffb881317f0cde04a70"
8
  },
9
  "shiki": {
10
  "version": "4.4.3"
11
  },
12
  "githubLinguist": {
13
+ "commit": "16cac170f73c97eb4e4329d66fcb341ef25ef4f0"
14
  },
15
  "languages": [
16
  {
 
553
  "riemann.config"
554
  ]
555
  },
 
 
 
 
 
 
 
 
 
 
 
 
 
 
556
  {
557
  "id": "cmake",
558
  "name": "CMake",
 
1052
  "rebar.lock"
1053
  ]
1054
  },
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1055
  {
1056
  "id": "fix",
1057
  "name": "FIX",
 
1691
  ],
1692
  "filenames": []
1693
  },
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1694
  {
1695
  "id": "kotlin",
1696
  "name": "Kotlin",
 
2227
  ],
2228
  "filenames": []
2229
  },
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2230
  {
2231
  "id": "nsis",
2232
  "name": "NSIS",
 
2422
  "Phakefile"
2423
  ]
2424
  },
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2425
  {
2426
  "id": "plaintext",
2427
  "name": "Plain text",
 
2658
  "wscript"
2659
  ]
2660
  },
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2661
  {
2662
  "id": "q",
2663
  "name": "Q",
 
3470
  ],
3471
  "filenames": []
3472
  },
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3473
  {
3474
  "id": "xml",
3475
  "name": "HTML, XML",
meta.json CHANGED
@@ -1,215 +1,208 @@
1
  {
2
  "seq_len": 512,
3
- "total_tokens": 138556411,
4
- "files": 96059,
5
- "languages_covered": 192,
6
- "languages_target": 193,
7
- "weight_covered": 0.9983689425320413,
8
  "tokens_per_lang": {
9
- "javascript": 3510316,
10
- "markdown": 1550176,
11
- "ceylon": 688299,
12
- "shell": 682507,
13
- "vim": 899722,
14
- "clojure": 682781,
15
- "scilab": 681816,
16
- "diff": 681754,
17
- "objectivec": 682421,
18
- "django": 682426,
19
- "hy": 683588,
20
- "capnproto": 684337,
21
- "prolog": 686724,
22
- "sas": 683670,
23
- "mathematica": 685776,
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
24
  "axapta": 459062,
25
  "accesslog": 334971,
26
- "mercury": 683931,
27
- "vbnet": 688780,
28
- "sml": 681750,
29
- "maxima": 697140,
30
- "vbscript": 688210,
31
- "leaf": 405,
32
- "php-template": 682104,
33
- "step21": 261906,
34
- "bash": 1886349,
35
- "json": 1249035,
36
- "glsl": 850264,
37
- "rust": 1503700,
38
- "handlebars": 681841,
39
- "nix": 684329,
40
- "elixir": 681640,
41
- "twig": 682012,
42
- "openscad": 684399,
43
- "node-repl": 687308,
44
- "ocaml": 684436,
45
- "pony": 685685,
46
- "lasso": 682669,
47
- "gcode": 682097,
48
- "csp": 696439,
49
- "inform7": 691377,
50
- "apache": 303590,
51
- "flix": 695347,
52
- "wren": 681684,
53
- "livecodeserver": 199179,
54
- "profile": 1216,
55
- "tp": 331808,
56
- "dockerfile": 944734,
57
- "css": 1572694,
58
- "crystal": 685011,
59
- "groovy": 945433,
60
- "clean": 692571,
61
- "purebasic": 681786,
62
- "protobuf": 681936,
63
- "sqf": 683657,
64
- "zephir": 683463,
65
- "arduino": 683625,
66
- "julia-repl": 682079,
67
- "lisp": 683132,
68
- "erlang-repl": 682686,
69
- "coq": 682121,
70
- "delphi": 686806,
71
- "cos": 684275,
72
- "oxygene": 86130,
73
- "wasm": 685435,
74
- "freedesktop": 16883,
75
- "q": 684528,
76
- "crmsh": 1659,
77
- "fix": 65703,
78
- "mel": 270779,
79
- "properties": 688305,
80
- "vbscript-html": 126,
81
- "ruby": 1594277,
82
- "kotlin": 1366384,
83
- "c": 1811833,
84
- "awk": 819015,
85
- "applescript": 683632,
86
- "lua": 1031752,
87
- "scss": 683658,
88
- "perl": 996260,
89
- "thrift": 682947,
90
- "moonscript": 681683,
91
- "julia": 682079,
92
- "monkey": 690085,
93
- "basic": 683913,
94
- "python-repl": 683320,
95
- "1c": 687906,
96
- "golo": 682997,
97
- "gherkin": 843689,
98
- "nginx": 53407,
99
- "ebnf": 111982,
100
- "nim": 685139,
101
- "reasonml": 683416,
102
- "gradle": 282318,
103
- "ldif": 544764,
104
- "gml": 681759,
105
- "mizar": 695263,
106
- "rib": 199413,
107
- "xl": 688849,
108
- "makefile": 1075514,
109
- "dart": 1214619,
110
- "go": 1773329,
111
- "haml": 684773,
112
- "xquery": 681624,
113
- "xml": 1726511,
114
- "clojure-repl": 686788,
115
- "stan": 681816,
116
- "less": 681754,
117
- "qml": 682535,
118
- "tcl": 821056,
119
- "vala": 681749,
120
- "llvm": 692976,
121
- "latex": 683904,
122
- "smali": 685287,
123
- "gams": 689495,
124
  "abnf": 330015,
125
- "verilog": 684152,
126
- "hsp": 145526,
127
- "mojolicious": 2255,
128
- "roboconf": 268187,
129
- "php": 1928159,
130
- "python": 3367285,
131
- "avrasm": 681913,
132
- "x86asm": 682604,
133
- "powershell": 1071486,
134
- "cpp": 1998989,
135
- "ini": 689709,
136
- "aspectj": 682582,
137
- "livescript": 681635,
138
- "haxe": 681942,
139
- "scheme": 682370,
140
- "lsl": 684115,
141
- "nsis": 683715,
142
- "erlang": 682686,
143
- "pgsql": 682662,
144
- "d": 683392,
145
- "plaintext": 685791,
146
  "bnf": 291791,
147
- "subunit": 1242,
148
- "puppet": 685040,
149
- "erb": 196814,
150
- "taggerscript": 25651,
151
- "dts": 681833,
152
- "irpf90": 1194,
153
- "n1ql": 483,
154
- "routeros": 486196,
155
- "csharp": 2065875,
156
- "cmake": 995305,
157
- "swift": 1308113,
158
- "graphql": 682474,
159
- "coffeescript": 683539,
160
- "stylus": 683804,
161
- "sql": 946831,
162
- "r": 994361,
163
- "autohotkey": 688215,
164
- "ada": 682974,
165
- "elm": 682175,
166
- "autoit": 682785,
167
- "brainfuck": 682828,
168
- "vhdl": 682781,
169
- "fortran": 686115,
170
- "matlab": 690962,
171
- "dsconfig": 358552,
172
- "dns": 243187,
173
- "nestedtext": 687295,
174
- "isbl": 483554,
175
- "parser3": 792,
176
- "rsl": 5248,
177
- "yaml": 1277153,
178
- "java": 2517768,
179
- "typescript": 2840048,
180
- "scala": 1110758,
181
- "armasm": 685162,
182
- "http": 682414,
183
- "asciidoc": 683676,
184
- "actionscript": 682080,
185
- "processing": 682238,
186
- "mipsasm": 681580,
187
- "haskell": 683372,
188
- "fsharp": 682210,
189
- "angelscript": 684135,
190
- "stata": 684534,
191
- "smalltalk": 373090,
192
- "dos": 640036,
193
- "cal": 682362,
194
  "arcade": 55342,
195
- "gauss": 103311,
196
- "tap": 367920,
197
- "dust": 153,
198
- "jboss-cli": 615,
199
- "pf": 344156,
200
- "ruleslanguage": 541116
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
201
  },
202
  "label_counts": {
203
- "plain": 47109854,
204
- "comment": 9845910,
205
- "string": 10753964,
206
- "number": 2173793,
207
- "keyword": 3613823,
208
- "type": 2636143,
209
- "function": 1918231,
210
- "constant": 992756,
211
- "operator": 12415537
212
  },
213
- "chunks_dropped_dup": 8171,
214
  "total_tokens_requested": 160000000
215
  }
 
1
  {
2
  "seq_len": 512,
3
+ "total_tokens": 145368132,
4
+ "files": 100460,
5
+ "languages_covered": 185,
6
+ "languages_target": 185,
7
+ "weight_covered": 1.0,
8
  "tokens_per_lang": {
9
+ "javascript": 3657221,
10
+ "markdown": 1606614,
11
+ "ceylon": 705464,
12
+ "shell": 709168,
13
+ "vim": 935615,
14
+ "aspectj": 710973,
15
+ "gherkin": 879609,
16
+ "sqf": 705708,
17
+ "haxe": 709306,
18
+ "objectivec": 715199,
19
+ "fsharp": 708018,
20
+ "capnproto": 704923,
21
+ "reasonml": 709235,
22
+ "prolog": 705480,
23
+ "sas": 708335,
24
+ "pgsql": 710440,
25
+ "dos": 640036,
26
+ "inform7": 714900,
27
+ "routeros": 705057,
28
+ "hsp": 290164,
29
+ "livecodeserver": 208883,
30
+ "roboconf": 528153,
31
+ "profile": 14393,
32
+ "bash": 1960150,
33
+ "json": 1294870,
34
+ "glsl": 878069,
35
+ "rust": 1554424,
36
+ "handlebars": 705183,
37
+ "nix": 705099,
38
+ "elixir": 704952,
39
+ "processing": 707252,
40
+ "wren": 705417,
41
+ "openscad": 705465,
42
+ "lsl": 706893,
43
+ "pony": 712412,
44
+ "angelscript": 705612,
45
+ "golo": 704941,
46
+ "q": 706210,
47
+ "coq": 705914,
48
+ "csp": 715257,
49
+ "mathematica": 707815,
50
+ "dsconfig": 358552,
51
+ "gauss": 203597,
52
+ "n1ql": 15222,
53
+ "oxygene": 86399,
54
+ "dockerfile": 977697,
55
+ "css": 1638264,
56
+ "crystal": 707458,
57
+ "groovy": 978654,
58
+ "clean": 710928,
59
+ "purebasic": 705167,
60
+ "protobuf": 705625,
61
+ "stan": 706478,
62
+ "ada": 709070,
63
+ "qml": 706721,
64
+ "elm": 705557,
65
+ "autoit": 707222,
66
+ "lisp": 708026,
67
+ "vhdl": 705224,
68
+ "fortran": 706082,
69
+ "gcode": 708515,
70
+ "gams": 704877,
71
+ "matlab": 714667,
72
+ "mizar": 709969,
73
+ "leaf": 143083,
74
+ "rib": 379894,
75
+ "taggerscript": 49930,
76
+ "ruby": 1654845,
77
+ "kotlin": 1416856,
78
+ "c": 1877189,
79
+ "awk": 843615,
80
+ "applescript": 705691,
81
+ "lua": 1069003,
82
+ "scss": 715845,
83
+ "perl": 1027778,
84
+ "diff": 709476,
85
+ "wasm": 705401,
86
+ "tcl": 846518,
87
+ "haskell": 705567,
88
+ "hy": 705596,
89
+ "llvm": 705879,
90
+ "lasso": 708455,
91
+ "maxima": 716202,
92
+ "smalltalk": 373090,
93
+ "d": 705289,
94
+ "vbnet": 709110,
95
+ "pf": 674198,
96
  "axapta": 459062,
97
  "accesslog": 334971,
98
+ "ebnf": 155198,
99
+ "makefile": 1110730,
100
+ "dart": 1257742,
101
+ "go": 1835563,
102
+ "haml": 704992,
103
+ "xquery": 713395,
104
+ "xml": 1796438,
105
+ "clojure": 711059,
106
+ "scilab": 715759,
107
+ "less": 705053,
108
+ "moonscript": 705357,
109
+ "dts": 707859,
110
+ "scheme": 705747,
111
+ "flix": 705648,
112
+ "basic": 707777,
113
+ "stata": 705732,
114
+ "smali": 706961,
115
+ "nestedtext": 708603,
116
+ "ruleslanguage": 705065,
117
+ "ldif": 714372,
118
+ "crmsh": 328833,
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
119
  "abnf": 330015,
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
120
  "bnf": 291791,
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
121
  "arcade": 55342,
122
+ "fix": 130769,
123
+ "php": 1996849,
124
+ "python": 3506215,
125
+ "avrasm": 709837,
126
+ "x86asm": 716834,
127
+ "powershell": 1117511,
128
+ "cpp": 2073832,
129
+ "ini": 705235,
130
+ "gml": 707119,
131
+ "autohotkey": 705220,
132
+ "livescript": 704864,
133
+ "mipsasm": 715810,
134
+ "vala": 707895,
135
+ "brainfuck": 719346,
136
+ "vbscript-html": 706948,
137
+ "sml": 705967,
138
+ "parser3": 705366,
139
+ "gradle": 551920,
140
+ "mercury": 706573,
141
+ "cos": 706645,
142
+ "plaintext": 701615,
143
+ "mel": 511645,
144
+ "tap": 702837,
145
+ "apache": 303590,
146
+ "subunit": 1736,
147
+ "csharp": 2145289,
148
+ "cmake": 1026664,
149
+ "swift": 1357750,
150
+ "graphql": 707674,
151
+ "coffeescript": 708942,
152
+ "stylus": 705424,
153
+ "sql": 979992,
154
+ "r": 1024295,
155
+ "twig": 706319,
156
+ "verilog": 706951,
157
+ "arduino": 705973,
158
+ "django": 705519,
159
+ "ocaml": 712141,
160
+ "nsis": 705808,
161
+ "nim": 705402,
162
+ "properties": 705277,
163
+ "mojolicious": 622850,
164
+ "delphi": 705245,
165
+ "cal": 710001,
166
+ "vbscript": 713039,
167
+ "tp": 591779,
168
+ "dns": 243187,
169
+ "freedesktop": 32158,
170
+ "yaml": 1329706,
171
+ "java": 2617224,
172
+ "typescript": 2947933,
173
+ "scala": 1149221,
174
+ "armasm": 709230,
175
+ "http": 705734,
176
+ "asciidoc": 711132,
177
+ "actionscript": 705080,
178
+ "thrift": 705596,
179
+ "puppet": 704992,
180
+ "zephir": 705122,
181
+ "julia": 706578,
182
+ "monkey": 706641,
183
+ "erlang": 705519,
184
+ "latex": 707752,
185
+ "irpf90": 708633,
186
+ "1c": 711200,
187
+ "dust": 357994,
188
+ "isbl": 705214,
189
+ "step21": 448448,
190
+ "erb": 389154,
191
+ "jboss-cli": 109623,
192
+ "nginx": 84285,
193
+ "rsl": 9890
194
  },
195
  "label_counts": {
196
+ "plain": 49964370,
197
+ "comment": 10185711,
198
+ "string": 11119520,
199
+ "number": 2254860,
200
+ "keyword": 3767419,
201
+ "type": 2741619,
202
+ "function": 1988749,
203
+ "constant": 1029542,
204
+ "operator": 12914004
205
  },
206
+ "chunks_dropped_dup": 11006,
207
  "total_tokens_requested": 160000000
208
  }
sources.json CHANGED
@@ -218,11 +218,11 @@
218
  "ettolrach/advent-of-code-2025",
219
  "agrc/utrans-tools",
220
  "NTGISC/Training",
221
- "polluks/PETSCIIRobots-MorphOS",
222
- "polluks/PETSCIIRobots-Atari",
223
  "stilesdev/dotfiles",
224
  "Arthas-0/Arthas-Arcaea-Charts",
225
- "civicmapper/culvert-toolkit"
 
 
226
  ],
227
  "arduino": [
228
  "tensorflow/tensorflow",
@@ -870,30 +870,30 @@
870
  "LizardByte/Sunshine"
871
  ],
872
  "crmsh": [
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
873
  "obra/superpowers",
874
  "mattpocock/skills",
875
  "ohmyzsh/ohmyzsh",
876
  "msitarzewski/agency-agents",
877
  "d3/d3",
878
- "papers-we-love/papers-we-love",
879
- "nvm-sh/nvm",
880
- "tw93/Mole",
881
- "youngyangyang04/leetcode-master",
882
- "pi-hole/pi-hole",
883
- "romkatv/powerlevel10k",
884
- "dockur/windows",
885
- "sickcodes/Docker-OSX",
886
- "acmesh-official/acme.sh",
887
- "pyenv/pyenv",
888
- "omacom/omarchy",
889
- "inkonchain/node",
890
- "open-guides/og-aws",
891
- "zsh-users/zsh-autosuggestions",
892
- "VSCodium/vscodium",
893
- "dokku/dokku",
894
- "mathiasbynens/dotfiles",
895
- "MichaelCade/90DaysOfDevOps",
896
- "233boy/v2ray"
897
  ],
898
  "crystal": [
899
  "iv-org/invidious",
@@ -1245,30 +1245,30 @@
1245
  "multica-ai/andrej-karpathy-skills"
1246
  ],
1247
  "dust": [
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1248
  "ossu/computer-science",
1249
  "f/prompts.chat",
1250
- "ripienaar/free-for-dev",
1251
- "PKUFlyingPig/cs-self-learning",
1252
- "shanraisshan/claude-code-best-practice",
1253
- "docker/awesome-compose",
1254
- "QSCTech/zju-icicles",
1255
- "google/styleguide",
1256
- "cathrynlavery/diagram-design",
1257
- "fengdu78/Coursera-ML-AndrewNg-Notes",
1258
- "PKUanonym/REKCARC-TSC-UHT",
1259
- "alpinejs/alpine",
1260
- "foundation/foundation-sites",
1261
- "wilsonfreitas/awesome-quant",
1262
- "aishwaryanr/awesome-generative-ai-guide",
1263
- "wesbos/JavaScript30",
1264
- "vernesong/OpenClash",
1265
- "Tencent/weui",
1266
- "dwmkerr/hacker-laws",
1267
- "op7418/guizang-ppt-skill",
1268
- "javascript-tutorial/en.javascript.info",
1269
- "bitcoinbook/bitcoinbook",
1270
- "eip-work/kuboard-press",
1271
- "liguodongiot/llm-action"
1272
  ],
1273
  "ebnf": [
1274
  "seanpm2001/SNU_2D_ProgrammingTools_IDE_EBNF",
@@ -1277,7 +1277,6 @@
1277
  "amber-lang/amber",
1278
  "projectfluent/fluent",
1279
  "jauhien/iron-kaleidoscope",
1280
- "intlify/vue-i18n",
1281
  "onflow/cadence",
1282
  "aquamacs-emacs/aquamacs-emacs",
1283
  "goccmack/gocc",
@@ -1294,7 +1293,8 @@
1294
  "rochus-keller/LjTools",
1295
  "seagreen/Son",
1296
  "kairolang/kairo",
1297
- "marcioAlmada/annotations"
 
1298
  ],
1299
  "elixir": [
1300
  "anoma/anoma",
@@ -1453,6 +1453,7 @@
1453
  "jph00/latex-ppt"
1454
  ],
1455
  "fix": [
 
1456
  "dafny-lang/dafny",
1457
  "plone/Products.CMFPlone",
1458
  "PDP-10/its",
@@ -1461,7 +1462,6 @@
1461
  "ggnkua/Atari_ST_Sources",
1462
  "ufal/udpipe",
1463
  "LibreCat/Catmandu",
1464
- "scipopt/scip",
1465
  "onexstack/onex",
1466
  "bunkeriot/BunkerM",
1467
  "tube0013/tube_gateways",
@@ -1534,7 +1534,6 @@
1534
  "seanpm2001/Daily-desktop-screenshots",
1535
  "zakery1369/Qryn-Unit-File",
1536
  "gokcehan/lf",
1537
- "status-im/status-go",
1538
  "eteran/edb-debugger",
1539
  "MeanEYE/Sunflower",
1540
  "cloudhead/rx",
@@ -1554,7 +1553,8 @@
1554
  "siduck/st",
1555
  "nousr/koi",
1556
  "djfun/audio-visualizer-python",
1557
- "ChrisTitusTech/dwm-titus"
 
1558
  ],
1559
  "fsharp": [
1560
  "FStarLang/FStar",
@@ -2064,6 +2064,8 @@
2064
  "OzanUrkmez/MDClient"
2065
  ],
2066
  "irpf90": [
 
 
2067
  "Reference-LAPACK/lapack",
2068
  "wrf-model/WRF",
2069
  "ElmerCSC/elmerfem",
@@ -2085,9 +2087,7 @@
2085
  "E3SM-Project/E3SM",
2086
  "wavebitscientific/functional-fortran",
2087
  "dftbplus/dftbplus",
2088
- "MFlowCode/MFC",
2089
- "scivision/fortran2018-examples",
2090
- "libprima/prima"
2091
  ],
2092
  "isbl": [
2093
  "KxSystems/kdb",
@@ -2157,30 +2157,30 @@
2157
  "career-ops-hq/career-ops"
2158
  ],
2159
  "jboss-cli": [
2160
- "obra/superpowers",
2161
- "mattpocock/skills",
2162
- "ohmyzsh/ohmyzsh",
2163
- "msitarzewski/agency-agents",
2164
- "d3/d3",
2165
- "papers-we-love/papers-we-love",
2166
- "nvm-sh/nvm",
2167
- "tw93/Mole",
2168
- "youngyangyang04/leetcode-master",
2169
- "pi-hole/pi-hole",
2170
- "romkatv/powerlevel10k",
2171
- "dockur/windows",
2172
- "sickcodes/Docker-OSX",
2173
- "acmesh-official/acme.sh",
2174
- "pyenv/pyenv",
2175
- "omacom/omarchy",
2176
- "inkonchain/node",
2177
- "open-guides/og-aws",
2178
- "zsh-users/zsh-autosuggestions",
2179
- "VSCodium/vscodium",
2180
- "dokku/dokku",
2181
- "mathiasbynens/dotfiles",
2182
- "MichaelCade/90DaysOfDevOps",
2183
- "233boy/v2ray"
2184
  ],
2185
  "json": [
2186
  "Fyrd/caniuse",
@@ -2365,30 +2365,30 @@
2365
  "linkeddata/swap"
2366
  ],
2367
  "leaf": [
2368
- "ossu/computer-science",
2369
- "f/prompts.chat",
2370
- "ripienaar/free-for-dev",
2371
- "PKUFlyingPig/cs-self-learning",
2372
- "shanraisshan/claude-code-best-practice",
2373
- "docker/awesome-compose",
2374
- "QSCTech/zju-icicles",
2375
- "google/styleguide",
2376
- "cathrynlavery/diagram-design",
2377
- "fengdu78/Coursera-ML-AndrewNg-Notes",
2378
- "PKUanonym/REKCARC-TSC-UHT",
2379
- "alpinejs/alpine",
2380
- "foundation/foundation-sites",
2381
- "wilsonfreitas/awesome-quant",
2382
- "aishwaryanr/awesome-generative-ai-guide",
2383
- "wesbos/JavaScript30",
2384
- "vernesong/OpenClash",
2385
- "Tencent/weui",
2386
- "dwmkerr/hacker-laws",
2387
- "op7418/guizang-ppt-skill",
2388
- "javascript-tutorial/en.javascript.info",
2389
- "bitcoinbook/bitcoinbook",
2390
- "eip-work/kuboard-press",
2391
- "liguodongiot/llm-action"
2392
  ],
2393
  "less": [
2394
  "Tencent/weui-wxss",
@@ -2752,30 +2752,30 @@
2752
  "MizarSystem/MML"
2753
  ],
2754
  "mojolicious": [
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2755
  "AlDanial/cloc",
2756
- "brendangregg/FlameGraph",
2757
- "so-fancy/diff-so-fancy",
2758
- "sullo/nikto",
2759
- "major/MySQLTuner-perl",
2760
- "sitaramc/gitolite",
2761
- "astrid-runtime/book",
2762
- "exiftool/exiftool",
2763
- "jlord/git-it-electron",
2764
- "Jack000/Expose",
2765
- "sarabander/sicp-pdf",
2766
- "x0rz/EQGRP",
2767
- "darold/pgbadger",
2768
- "holzschu/a-shell",
2769
- "jimsalterjrs/sanoid",
2770
- "rsnapshot/rsnapshot",
2771
- "ddclient/ddclient",
2772
- "ThePrimeagen/.dotfiles",
2773
- "adrienverge/openfortivpn",
2774
- "curl/trurl",
2775
- "thoughtbot/rcm",
2776
- "GuidoBartoli/sherloq",
2777
- "sqitchers/sqitch",
2778
- "Difegue/LANraragi"
2779
  ],
2780
  "monkey": [
2781
  "blitz-research/monkey2",
@@ -2830,6 +2830,8 @@
2830
  "Nymphium/moor"
2831
  ],
2832
  "n1ql": [
 
 
2833
  "ben-nour/SQL-tips-and-tricks",
2834
  "cahyadsn/wilayah",
2835
  "Thomas-George-T/HackerRank-SQL-Challenges-Solutions",
@@ -2851,9 +2853,7 @@
2851
  "sunnotes/Ali-Data-Mining",
2852
  "TrinityCore/TDB_4.3.4_NLU",
2853
  "mattDevigili/dms-smm695",
2854
- "maf345/sql-hands-on",
2855
- "SomiaNasir/Google-Data-Analytics-Capstone-Cyclistic-Case-Study",
2856
- "biljana-zobenica/SQL-complete-tutorial"
2857
  ],
2858
  "nestedtext": [
2859
  "remacs/remacs",
@@ -3116,30 +3116,30 @@
3116
  "Alfred-Dunhill/hairy-lana"
3117
  ],
3118
  "parser3": [
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3119
  "ossu/computer-science",
3120
  "f/prompts.chat",
3121
  "ripienaar/free-for-dev",
3122
  "PKUFlyingPig/cs-self-learning",
3123
- "shanraisshan/claude-code-best-practice",
3124
- "docker/awesome-compose",
3125
- "QSCTech/zju-icicles",
3126
- "google/styleguide",
3127
- "cathrynlavery/diagram-design",
3128
- "fengdu78/Coursera-ML-AndrewNg-Notes",
3129
- "PKUanonym/REKCARC-TSC-UHT",
3130
- "alpinejs/alpine",
3131
- "foundation/foundation-sites",
3132
- "wilsonfreitas/awesome-quant",
3133
- "aishwaryanr/awesome-generative-ai-guide",
3134
- "wesbos/JavaScript30",
3135
- "vernesong/OpenClash",
3136
- "Tencent/weui",
3137
- "dwmkerr/hacker-laws",
3138
- "op7418/guizang-ppt-skill",
3139
- "javascript-tutorial/en.javascript.info",
3140
- "bitcoinbook/bitcoinbook",
3141
- "eip-work/kuboard-press",
3142
- "liguodongiot/llm-action"
3143
  ],
3144
  "perl": [
3145
  "AlDanial/cloc",
@@ -3376,30 +3376,30 @@
3376
  "feltron/MMapper"
3377
  ],
3378
  "profile": [
3379
- "obra/superpowers",
3380
- "mattpocock/skills",
3381
- "ohmyzsh/ohmyzsh",
3382
- "msitarzewski/agency-agents",
3383
- "d3/d3",
3384
- "papers-we-love/papers-we-love",
3385
- "nvm-sh/nvm",
3386
- "tw93/Mole",
3387
- "youngyangyang04/leetcode-master",
3388
- "pi-hole/pi-hole",
3389
- "romkatv/powerlevel10k",
3390
- "dockur/windows",
3391
- "sickcodes/Docker-OSX",
3392
- "acmesh-official/acme.sh",
3393
- "pyenv/pyenv",
3394
- "omacom/omarchy",
3395
- "inkonchain/node",
3396
- "open-guides/og-aws",
3397
- "zsh-users/zsh-autosuggestions",
3398
- "VSCodium/vscodium",
3399
- "dokku/dokku",
3400
- "mathiasbynens/dotfiles",
3401
- "MichaelCade/90DaysOfDevOps",
3402
- "233boy/v2ray"
3403
  ],
3404
  "prolog": [
3405
  "terminusdb/terminusdb",
@@ -4201,30 +4201,30 @@
4201
  "raphaelfabeni/ui-interactions"
4202
  ],
4203
  "subunit": [
4204
- "public-apis/public-apis",
4205
- "EbookFoundation/free-programming-books",
4206
- "donnemartin/system-design-primer",
4207
- "vinta/awesome-python",
4208
- "practical-tutorials/project-based-learning",
4209
- "NousResearch/hermes-agent",
4210
- "TheAlgorithms/Python",
4211
- "yt-dlp/yt-dlp",
4212
- "Significant-Gravitas/AutoGPT",
4213
- "microsoft/markitdown",
4214
- "521xueweihan/HelloGitHub",
4215
- "anthropics/skills",
4216
- "huggingface/transformers",
4217
- "AUTOMATIC1111/stable-diffusion-webui",
4218
- "langflow-ai/langflow",
4219
- "open-webui/open-webui",
4220
- "langchain-ai/langchain",
4221
- "ytdl-org/youtube-dl",
4222
- "Shubhamsaboo/awesome-llm-apps",
4223
- "github/spec-kit",
4224
- "Comfy-Org/ComfyUI",
4225
- "nextlevelbuilder/ui-ux-pro-max-skill",
4226
- "harry0703/MoneyPrinterTurbo",
4227
- "Graphify-Labs/graphify"
4228
  ],
4229
  "swift": [
4230
  "jaywcjlove/awesome-mac",
@@ -4513,30 +4513,30 @@
4513
  "jsm174/vpx-standalone-scripts"
4514
  ],
4515
  "vbscript-html": [
4516
- "abbodi1406/vcredist",
4517
- "pyenv-win/pyenv-win",
4518
- "Da2dalus/The-MALWARE-Repo",
4519
- "rootclay/WMIHACKER",
4520
- "farag2/Install-Office",
4521
- "sailay1996/awesome_windows_logical_bugs",
4522
- "z1un/Z1-AggressorScripts",
4523
- "bugfan/i996",
4524
- "onx/ILOVEYOU",
4525
- "N-able/ScriptsAndAutomationPolicies",
4526
- "exp-3/CloudMusic.UWP-Repacked",
4527
- "lixk/easy-window",
4528
- "vaishnavucv/cybersecurity-note",
4529
- "mgeeky/RobustPentestMacro",
4530
- "erwan2212/tinypxeserver",
4531
- "stanleyguevara/win10-bluetooth-headphones",
4532
- "NYAN-x-CAT/Bypass-Windows-Defender-VBS",
4533
- "djhohnstein/ScatterBrain",
4534
- "nak1114/rbenv-win",
4535
- "ElectricRCAircraftGuy/Windows_Proxy_Toggler",
4536
- "GitMetaio/SurfingWin",
4537
- "bewhale/BurpLoaderKeygen-Modified",
4538
- "bitsadmin/revbshell",
4539
- "jsm174/vpx-standalone-scripts"
4540
  ],
4541
  "verilog": [
4542
  "The-OpenROAD-Project/OpenROAD",
 
218
  "ettolrach/advent-of-code-2025",
219
  "agrc/utrans-tools",
220
  "NTGISC/Training",
 
 
221
  "stilesdev/dotfiles",
222
  "Arthas-0/Arthas-Arcaea-Charts",
223
+ "civicmapper/culvert-toolkit",
224
+ "polluks/PETSCIIRobots-Atari",
225
+ "polluks/PETSCIIRobots-MorphOS"
226
  ],
227
  "arduino": [
228
  "tensorflow/tensorflow",
 
870
  "LizardByte/Sunshine"
871
  ],
872
  "crmsh": [
873
+ "WuKongOpenSource/Wukong-AICRM",
874
+ "staven630/vue-cli4-config",
875
+ "ClusterLabs/crmsh",
876
+ "dana-i2cat/felix",
877
+ "SuperOffice/CRMScripts",
878
+ "fallahn/crush",
879
+ "LandQ123/lq-components",
880
+ "SUSE/SAPHanaSR-ScaleOut",
881
+ "paolomarrone/Zampogna",
882
+ "nguyenphuminh/HelloWorld",
883
+ "ngbplatform/NGB",
884
+ "mobiledgex/edge-cloud",
885
+ "SUSE/cluster-tools",
886
+ "progzc/zcblog",
887
+ "GerHobbelt/crm114",
888
+ "maestrano/interleave",
889
+ "ppouliot/ansible-drbd_virt_cluster",
890
+ "edgexr/edge-cloud-platform",
891
  "obra/superpowers",
892
  "mattpocock/skills",
893
  "ohmyzsh/ohmyzsh",
894
  "msitarzewski/agency-agents",
895
  "d3/d3",
896
+ "papers-we-love/papers-we-love"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
897
  ],
898
  "crystal": [
899
  "iv-org/invidious",
 
1245
  "multica-ai/andrej-karpathy-skills"
1246
  ],
1247
  "dust": [
1248
+ "fxbois/web-mode",
1249
+ "vtex/front.portal-plugins",
1250
+ "devgeniem/dustpress",
1251
+ "cholla-hydro/cholla",
1252
+ "adlawson/mixcloud-tracklist",
1253
+ "Ysheep666/partake",
1254
+ "ASQ-USI/ASQ",
1255
+ "jsconfcn/jingjs",
1256
+ "christophior/JSONConfigurablePersonalSite",
1257
+ "Zolmeister/Zop",
1258
+ "devgeniem/silverbullet-kitchensink",
1259
+ "baryshev/template-benchmark",
1260
+ "devgeniem/tms-theme-base",
1261
+ "mstraughan86/Scry",
1262
+ "dadi/docs",
1263
+ "liveblog/plugin-liveblog-embed-server",
1264
+ "AKSW/context",
1265
+ "dmix/duster.js",
1266
+ "hatnote/seealso",
1267
+ "giokokos/editor",
1268
+ "newmips/newmips",
1269
  "ossu/computer-science",
1270
  "f/prompts.chat",
1271
+ "ripienaar/free-for-dev"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1272
  ],
1273
  "ebnf": [
1274
  "seanpm2001/SNU_2D_ProgrammingTools_IDE_EBNF",
 
1277
  "amber-lang/amber",
1278
  "projectfluent/fluent",
1279
  "jauhien/iron-kaleidoscope",
 
1280
  "onflow/cadence",
1281
  "aquamacs-emacs/aquamacs-emacs",
1282
  "goccmack/gocc",
 
1293
  "rochus-keller/LjTools",
1294
  "seagreen/Son",
1295
  "kairolang/kairo",
1296
+ "marcioAlmada/annotations",
1297
+ "w3c-cg/cogai"
1298
  ],
1299
  "elixir": [
1300
  "anoma/anoma",
 
1453
  "jph00/latex-ppt"
1454
  ],
1455
  "fix": [
1456
+ "lionsoul2014/ip2region",
1457
  "dafny-lang/dafny",
1458
  "plone/Products.CMFPlone",
1459
  "PDP-10/its",
 
1462
  "ggnkua/Atari_ST_Sources",
1463
  "ufal/udpipe",
1464
  "LibreCat/Catmandu",
 
1465
  "onexstack/onex",
1466
  "bunkeriot/BunkerM",
1467
  "tube0013/tube_gateways",
 
1534
  "seanpm2001/Daily-desktop-screenshots",
1535
  "zakery1369/Qryn-Unit-File",
1536
  "gokcehan/lf",
 
1537
  "eteran/edb-debugger",
1538
  "MeanEYE/Sunflower",
1539
  "cloudhead/rx",
 
1553
  "siduck/st",
1554
  "nousr/koi",
1555
  "djfun/audio-visualizer-python",
1556
+ "ChrisTitusTech/dwm-titus",
1557
+ "sole/aafm"
1558
  ],
1559
  "fsharp": [
1560
  "FStarLang/FStar",
 
2064
  "OzanUrkmez/MDClient"
2065
  ],
2066
  "irpf90": [
2067
+ "ut-beg-texnet/NonLinLoc",
2068
+ "QuantumPackage/qp2",
2069
  "Reference-LAPACK/lapack",
2070
  "wrf-model/WRF",
2071
  "ElmerCSC/elmerfem",
 
2087
  "E3SM-Project/E3SM",
2088
  "wavebitscientific/functional-fortran",
2089
  "dftbplus/dftbplus",
2090
+ "MFlowCode/MFC"
 
 
2091
  ],
2092
  "isbl": [
2093
  "KxSystems/kdb",
 
2157
  "career-ops-hq/career-ops"
2158
  ],
2159
  "jboss-cli": [
2160
+ "kubevela/kubevela",
2161
+ "loft-sh/vcluster",
2162
+ "DSpace/DSpace",
2163
+ "docker-easyconnect/docker-easyconnect",
2164
+ "Syngnat/GoNavi",
2165
+ "thecodingmachine/docker-images-php",
2166
+ "build2/build2",
2167
+ "denizsafak/AutoSubSync",
2168
+ "pinterest/bonsai",
2169
+ "drupal-graphql/drupal-decoupled-app",
2170
+ "scottransom/presto",
2171
+ "BigBoot/AutoKuma",
2172
+ "yhy0/ChYing",
2173
+ "baohaojun/system-config",
2174
+ "dodona-edu/dolos",
2175
+ "SDM-TIB/SDM-RDFizer",
2176
+ "etsap-TIMES/TIMES_model",
2177
+ "appvia/terranetes-controller",
2178
+ "theaniketgiri/create-llm",
2179
+ "vzakharchenko/keycloak-radius-plugin",
2180
+ "Nexusoft/LLL-TAO",
2181
+ "dpaleino/wicd",
2182
+ "thomasdarimont/keycloak-user-storage-provider-demo",
2183
+ "bproctor/MMURTL"
2184
  ],
2185
  "json": [
2186
  "Fyrd/caniuse",
 
2365
  "linkeddata/swap"
2366
  ],
2367
  "leaf": [
2368
+ "krzyzanowskim/OnlineSwiftPlayground",
2369
+ "jonigata/caper",
2370
+ "nullishzero/PDFEdit",
2371
+ "BalestraPatrick/HomeKitty",
2372
+ "vapor/blog",
2373
+ "skreutzberger/SBWebsite",
2374
+ "0xPr0xy/VaporBlog",
2375
+ "chrissicool/l4openbsd",
2376
+ "pigeon-cms/pigeon",
2377
+ "n3d1117/itms-helper",
2378
+ "rinold/Steamer",
2379
+ "kpmy/leaf",
2380
+ "nchauhan890/leaf-language",
2381
+ "azhzx/leafc",
2382
+ "nukleus/psotnic-ng",
2383
+ "orjpap/appstoreconnect-register-devices",
2384
+ "mdsahilak/RestaurantServer",
2385
+ "johann/catsrightmeowapi",
2386
+ "labrat97/MIMe",
2387
+ "MaliceLabs/phoenix",
2388
+ "elegantchaos/Vapor4WebAuthentication",
2389
+ "InspireIdaho/myprogress-vapor-api",
2390
+ "sihon321/vaporBlog",
2391
+ "rayfix/Astro"
2392
  ],
2393
  "less": [
2394
  "Tencent/weui-wxss",
 
2752
  "MizarSystem/MML"
2753
  ],
2754
  "mojolicious": [
2755
+ "yuki-kimoto/gitprep",
2756
+ "seccubus/seccubus",
2757
+ "convos-chat/convos",
2758
+ "UPC/ravada",
2759
+ "baohaojun/system-config",
2760
+ "s4vitar/evilTrust",
2761
+ "rakudo/rakudo.org",
2762
+ "derf/travelynx",
2763
+ "HackerDom/checksystem",
2764
+ "tripadvisor/hive-query-tool",
2765
+ "somenonymous/OshiUpload",
2766
+ "oetiker/extopus",
2767
+ "Raku/marketing",
2768
+ "derf/db-fakedisplay",
2769
+ "Kidd3n/WifiPwnedd",
2770
+ "preaction/Statocles",
2771
+ "openSUSE/MirrorCache",
2772
+ "karlstroetmann/Formal-Languages",
2773
+ "ivan-sincek/evil-twin",
2774
+ "rallytac/pub",
2775
+ "openSUSE/cavil",
2776
+ "Grinnz/perldoc-browser",
2777
  "AlDanial/cloc",
2778
+ "brendangregg/FlameGraph"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2779
  ],
2780
  "monkey": [
2781
  "blitz-research/monkey2",
 
2830
  "Nymphium/moor"
2831
  ],
2832
  "n1ql": [
2833
+ "couchbase/query-ui",
2834
+ "couchbaselabs/docs-devex",
2835
  "ben-nour/SQL-tips-and-tricks",
2836
  "cahyadsn/wilayah",
2837
  "Thomas-George-T/HackerRank-SQL-Challenges-Solutions",
 
2853
  "sunnotes/Ali-Data-Mining",
2854
  "TrinityCore/TDB_4.3.4_NLU",
2855
  "mattDevigili/dms-smm695",
2856
+ "maf345/sql-hands-on"
 
 
2857
  ],
2858
  "nestedtext": [
2859
  "remacs/remacs",
 
3116
  "Alfred-Dunhill/hairy-lana"
3117
  ],
3118
  "parser3": [
3119
+ "romansky/dom-to-semantic-markdown",
3120
+ "KxSystems/pyq",
3121
+ "amix/photoshop",
3122
+ "aditya1503/Siamese-LSTM",
3123
+ "microsoft/WAFBench",
3124
+ "seann999/ssd_tensorflow",
3125
+ "zenware/FizzBuzz",
3126
+ "namazso/PawnIO.Modules",
3127
+ "viridia/faery-tale-amiga",
3128
+ "lol-qwop/lol-qwop",
3129
+ "CloudFundoo/ApacheBench-ab",
3130
+ "stephenmcd/two-queues",
3131
+ "progress/ADE",
3132
+ "kokonior/Python-Projects",
3133
+ "SWI-Prolog/tabled-prolog-book",
3134
+ "n8vi/pru-dds",
3135
+ "tvondra/ispell_czech",
3136
+ "vyorkin-archive/libgdx-particles",
3137
+ "randomnoisevlad/persoml",
3138
  "ossu/computer-science",
3139
  "f/prompts.chat",
3140
  "ripienaar/free-for-dev",
3141
  "PKUFlyingPig/cs-self-learning",
3142
+ "shanraisshan/claude-code-best-practice"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3143
  ],
3144
  "perl": [
3145
  "AlDanial/cloc",
 
3376
  "feltron/MMapper"
3377
  ],
3378
  "profile": [
3379
+ "paulirish/dotfiles",
3380
+ "inguardians/peirates",
3381
+ "laksa19/mikhmonv3",
3382
+ "Lattyware/massivedecks",
3383
+ "alfunx/.dotfiles",
3384
+ "rwxrob/dot",
3385
+ "wadewegner/deploy-to-sfdx",
3386
+ "GSA/inventory-app",
3387
+ "kwatch/migr8",
3388
+ "tdy/dots",
3389
+ "plone/plone.dotfiles",
3390
+ "medic/medic-os",
3391
+ "oscarmorrison/nightmare-heroku",
3392
+ "Piotr1215/dotfiles",
3393
+ "cloud-gov/wordpress-example",
3394
+ "jayywolff/dotfiles",
3395
+ "Ambrevar/dotfiles",
3396
+ "johanwiden/exwm-setup",
3397
+ "ibhagwan/dots",
3398
+ "elbachir-one/dotfiles",
3399
+ "chaselambda/dotfiles",
3400
+ "Haron-Prime/My_config_files",
3401
+ "isaacs/dotfiles",
3402
+ "cyphar/dotfiles"
3403
  ],
3404
  "prolog": [
3405
  "terminusdb/terminusdb",
 
4201
  "raphaelfabeni/ui-interactions"
4202
  ],
4203
  "subunit": [
4204
+ "RMerl/asuswrt-merlin.ng",
4205
+ "FreshTomato-Project/freshtomato-arm",
4206
+ "shaojiankui/samba-iOS",
4207
+ "gzenux/asuswrt-rtn18u",
4208
+ "FreshTomato-Project/freshtomato-mips",
4209
+ "chongshengB/rt-n56u-old",
4210
+ "jollyjinx/idl4k",
4211
+ "berserker/android_samba",
4212
+ "xvortex/xwrt-vortex",
4213
+ "ligurio/testres",
4214
+ "tuapuikia/asuswrt-phantom",
4215
+ "deepin-community/subunit",
4216
+ "stkuroneko/asuswrt-modx-next",
4217
+ "praiskup/fedora-sources-statistics",
4218
+ "kontlex/samba4_embedded_useless",
4219
+ "jameshilliard/DD-WRT",
4220
+ "shibajee/mediatek-sdk",
4221
+ "crispino/MTK_Router",
4222
+ "crispino/RealTek_Router",
4223
+ "hobbytp/percona-xtrabackup",
4224
+ "sourajitk/Archer-A6",
4225
+ "lilmayofuksu/tplink-ex530v1-gpl",
4226
+ "NCLnclNCL/re220v1_gplcode",
4227
+ "cpatulea/VC220-G3u_V2_GPL"
4228
  ],
4229
  "swift": [
4230
  "jaywcjlove/awesome-mac",
 
4513
  "jsm174/vpx-standalone-scripts"
4514
  ],
4515
  "vbscript-html": [
4516
+ "TheBinitGhimire/Web-Shells",
4517
+ "Jackysi/advancedtomato-gui",
4518
+ "aspLite/aspLite",
4519
+ "merttasci/weapons4pentester",
4520
+ "S9MF/S9MF-php-webshell-bypass",
4521
+ "webshellpub/awsome-webshell",
4522
+ "Skatterbrainz/CMWT",
4523
+ "ballsballsballsballsballsballsballsball/Balls",
4524
+ "Snifer/L4bsForShell",
4525
+ "PieterCooreman/QuickerSite",
4526
+ "tugrul/aspjson",
4527
+ "cactusoft/kartris",
4528
+ "nviet/simple-asp-file-manager",
4529
+ "codemnkey/class-classic-ASP-aws-S3",
4530
+ "Larryxi/MSSQL-SQLi-Labs",
4531
+ "matheuseduardo/fpdf-asp",
4532
+ "as08/ClassicASP.Bcrypt",
4533
+ "modux/ShortShells",
4534
+ "volcanohatred/webshell-bypass",
4535
+ "Zhang-Sir/advancedtomato-gui-chinese",
4536
+ "cevio/PJBlog4",
4537
+ "nullbind/Metasploit-Modules",
4538
+ "ekede/WTS-Classic-ASP-MVC-Framework",
4539
+ "akitaonrails/ASP_Classic_WebForm"
4540
  ],
4541
  "verilog": [
4542
  "The-OpenROAD-Project/OpenROAD",
test.npz CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d0b970a57e0d0c9e416a7ecbae7cbff58e15503b4cf2713f9a8c634e5763a877
3
- size 1037510700
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:be94a7a4b70c6011055418c0d793261f49486f5b032e6b6e9e731780a4c818c2
3
+ size 1082487244
train.npz CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:91271c93156e94bcb92508a2d1eb0ea59b9637ae9fc305b045ce9350f84dbdef
3
- size 17894449588
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:41ee2ae039f3aa63585a41b2f3caa23536d6e39b26ba6f77a884cb288869e323
3
+ size 18783823444
val.npz CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:afca280bc7f34f8fdc7377bb531281271b2d80984de58419c1e44ca68b92ecc0
3
- size 1025261292
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2b526f090b62f0efaabab2ef8330404f8039c46ded7f4f30dec7e0822b8ce8b1
3
+ size 1072046348