@wcj/github-rank 21.10.31 → 21.11.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/repos.json +34302 -34297
- package/dist/sifou-daily.json +33 -42
- package/dist/sifou-monthly.json +93 -93
- package/dist/sifou-weekly.json +158 -167
- package/dist/toutiao-30.json +93 -93
- package/dist/toutiao-7.json +147 -147
- package/dist/toutiao-90.json +68 -68
- package/dist/trending-daily.json +193 -193
- package/dist/trending-monthly.json +182 -182
- package/dist/trending-weekly.json +192 -192
- package/dist/users.china.json +3183 -3183
- package/dist/users.json +3841 -3841
- package/package.json +1 -1
- package/web/36kr.html +714 -696
- package/web/data/repos.json +34302 -34297
- package/web/data/sifou-daily.json +33 -42
- package/web/data/sifou-monthly.json +93 -93
- package/web/data/sifou-weekly.json +158 -167
- package/web/data/toutiao-30.json +93 -93
- package/web/data/toutiao-7.json +147 -147
- package/web/data/toutiao-90.json +68 -68
- package/web/data/trending-daily.json +193 -193
- package/web/data/trending-monthly.json +182 -182
- package/web/data/trending-weekly.json +192 -192
- package/web/data/users.china.json +3183 -3183
- package/web/data/users.json +3841 -3841
- package/web/index.html +15551 -15533
- package/web/repos.html +29575 -29557
- package/web/sifou-daily.html +212 -220
- package/web/sifou-monthly.html +891 -871
- package/web/sifou-weekly.html +835 -843
- package/web/toutiao-30.html +702 -682
- package/web/toutiao-7.html +571 -551
- package/web/toutiao-90.html +702 -682
- package/web/trending-monthly.html +1002 -974
- package/web/trending-weekly.html +998 -978
- package/web/trending.html +986 -962
- package/web/users.china.html +15551 -15533
package/web/trending-weekly.html
CHANGED
|
@@ -12,31 +12,36 @@
|
|
|
12
12
|
html, body, ul, li, h1 { margin: 0; padding: 0 }
|
|
13
13
|
html, body { font-size: 16px; font-family: -apple-system,"Helvetica Neue",Helvetica,Arial,"PingFang SC","Hiragino Sans GB","WenQuanYi Micro Hei","Microsoft Yahei",sans-serif; }
|
|
14
14
|
ul { list-style: none; }
|
|
15
|
-
|
|
15
|
+
|
|
16
16
|
a { color: #333; text-decoration: none; transition: all .2s ease-in; }
|
|
17
17
|
a:hover { color: #1600ff; }
|
|
18
18
|
a.github-corner:hover .octo-arm { animation: octocat-wave 560ms infinite linear; }
|
|
19
19
|
a.github-corner svg { fill: #f1f1f1; color: #000; position: absolute; top: 0; border: 0; right: 0; z-index: 99; width: 70px; height: 70px; }
|
|
20
20
|
a.github-corner { position: fixed; z-index: 9999; top: 0; right: 0; }
|
|
21
|
-
|
|
22
|
-
.
|
|
23
|
-
.
|
|
24
|
-
.
|
|
25
|
-
.
|
|
26
|
-
.
|
|
27
|
-
.
|
|
21
|
+
|
|
22
|
+
.title { padding: 32px 20px 10px 20px; font-size: 32px; display: flex; }
|
|
23
|
+
.title a svg { display: block; }
|
|
24
|
+
.title a { color: #0059ff; display: inline-block; margin-left: 10px; }
|
|
25
|
+
.time, .footer { padding: 5px 20px 2px 20px; font-size: 12px; color: #adadad; }
|
|
26
|
+
.tabs { padding: 0 20px 5px 20px;}
|
|
27
|
+
.tabs a { background: #e2e2e2; display: inline-block; border-radius: 2px; margin: 2px 0; padding: 2px 5px; font-size: 12px; line-height: 16px; color: #0366d6; }
|
|
28
|
+
.tabs a.active { background: #333; color: #efefef; }
|
|
29
|
+
.tabs a:hover:not(.active) { background: #efefef; }
|
|
30
|
+
.footer { padding: 0 20px 30px 20px; font-size: 12px; color: #adadad; }
|
|
31
|
+
.footer .time { padding: 0; }
|
|
32
|
+
.list { text-align: left; padding-bottom: 10px; margin: 0 15px; }
|
|
28
33
|
.list img { width: 36px; height: 36px; border-radius: 3px; display: block; margin: 0 auto; background-color: #e2e2e2; border: 0; overflow: hidden; }
|
|
29
34
|
.list a { color: #0366d6; }
|
|
30
35
|
.list a:hover { color: #1600ff; }
|
|
31
|
-
.list li { padding:
|
|
32
|
-
.list li.rank-title {
|
|
33
|
-
.list li.rank-title
|
|
36
|
+
.list li { padding: 10px; transition: all .3s; }
|
|
37
|
+
.list li.rank-title { margin: 0; padding: 3px 0 0 7px; margin-bottom: 10px; border-radius: 5px; font-size: 12px; line-height: 16px; }
|
|
38
|
+
.list li.rank-title > a { margin-right: 10px; }
|
|
39
|
+
.list li.rank-title:hover { background: transparent; }
|
|
34
40
|
.list li:last-child, .list li.rank-title { border-bottom: 0; }
|
|
35
|
-
.list li:hover { background:
|
|
41
|
+
.list li:hover { background: #efefef8f; }
|
|
36
42
|
.list li > div { display: table-cell; vertical-align: top; font-size: 14px; }
|
|
37
|
-
.list li div.rank { padding: 0 8px; }
|
|
38
43
|
.list li div.rank span { font-weight: bold; }
|
|
39
|
-
.list li div.details { padding: 2px 0 0
|
|
44
|
+
.list li div.details { padding: 2px 0 0 0; font-size: 12px; float: left; color: #b9b9b9; }
|
|
40
45
|
.list li div.details a { color: #b9b9b9; transition: all .3s; }
|
|
41
46
|
.list li div.details a:hover { color: #1600ff; }
|
|
42
47
|
.list li div.details a:hover svg { fill: #1600ff; }
|
|
@@ -46,17 +51,18 @@
|
|
|
46
51
|
.list li > div.info { width: 100%; }
|
|
47
52
|
.list li > div.info i { color: #717171; }
|
|
48
53
|
.list li > div.info a:hover i { color: #333; }
|
|
49
|
-
.list li div.sub-title { color: #333; margin: 4px 0 0
|
|
54
|
+
.list li div.sub-title { color: #333; margin: 4px 0 0 0; }
|
|
55
|
+
.list li div.avatar { padding-right: 10px; }
|
|
50
56
|
|
|
51
57
|
.list li a.language,
|
|
52
58
|
.list li span.star { height: 18px; background: #e2e2e2; display: inline-block; padding: 2px 4px; border-radius: 3px; }
|
|
53
59
|
|
|
54
60
|
|
|
55
|
-
.list .select {
|
|
56
|
-
.list .select .active { color: #333; font-weight: bold; }
|
|
61
|
+
.list .select { }
|
|
62
|
+
.list .select .active { color: #333; font-weight: bold; border-bottom: 1px dotted #000;}
|
|
57
63
|
|
|
58
64
|
|
|
59
|
-
.list li div.followers { font-size: 12px; color: #7d7d7d; white-space:nowrap; padding-
|
|
65
|
+
.list li div.followers { font-size: 12px; color: #7d7d7d; white-space:nowrap; padding-top: 2px; border-radius: 3px; }
|
|
60
66
|
.list li div.followers a { color: #545454; }
|
|
61
67
|
.list li div.followers * { vertical-align: middle; }
|
|
62
68
|
.list li div.followers svg { vertical-align: text-top; display: inline-block; fill: #9E9E9E; width: 14px; height: 14px; }
|
|
@@ -68,6 +74,9 @@
|
|
|
68
74
|
20%,60%{-webkit-transform:rotate(-25deg); transform:rotate(-25deg);}
|
|
69
75
|
40%,80%{-webkit-transform:rotate(10deg); transform:rotate(10deg);}
|
|
70
76
|
}
|
|
77
|
+
@media screen and (max-width: 479px) {
|
|
78
|
+
.title { padding-top: 16px; font-size: 21px; }
|
|
79
|
+
}
|
|
71
80
|
</style>
|
|
72
81
|
<style>
|
|
73
82
|
</style>
|
|
@@ -80,8 +89,20 @@
|
|
|
80
89
|
<path fill="currentColor" class="octo-body" d="M115.0,115.0 C114.9,115.1 118.7,116.5 119.8,115.4 L133.7,101.6 C136.9,99.2 139.9,98.4 142.2,98.6 C133.8,88.0 127.5,74.4 143.8,58.0 C148.5,53.4 154.0,51.2 159.7,51.0 C160.3,49.4 163.2,43.6 171.4,40.1 C171.4,40.1 176.1,42.5 178.8,56.2 C183.1,58.6 187.2,61.8 190.9,65.4 C194.5,69.0 197.7,73.2 200.1,77.6 C213.8,80.2 216.3,84.9 216.3,84.9 C212.7,93.1 206.9,96.0 205.4,96.6 C205.1,102.4 203.0,107.8 198.3,112.5 C181.9,128.9 168.3,122.5 157.7,114.1 C157.9,116.9 156.7,120.9 152.7,124.9 L141.0,136.5 C139.8,137.7 141.6,141.9 141.8,141.8 Z"></path>
|
|
81
90
|
</svg>
|
|
82
91
|
</a>
|
|
83
|
-
<h1 class="title">
|
|
84
|
-
|
|
92
|
+
<h1 class="title">
|
|
93
|
+
GitHub Repositories Trending
|
|
94
|
+
|
|
95
|
+
|
|
96
|
+
|
|
97
|
+
<a target="_blank" href="https://github.com/trending">
|
|
98
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="16" viewBox="0 0 16 16" version="1.1" aria-hidden="true"><path fill-rule="evenodd" fill="currentColor" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg>
|
|
99
|
+
</a>
|
|
100
|
+
|
|
101
|
+
|
|
102
|
+
|
|
103
|
+
|
|
104
|
+
</h1>
|
|
105
|
+
<div class="time">Last cache created on 2021/11/4 by Github API v3.</div>
|
|
85
106
|
<div class="tabs">
|
|
86
107
|
<a class="" href="index.html">Users</a>
|
|
87
108
|
<a class="" href="repos.html">Repos</a>
|
|
@@ -91,964 +112,963 @@
|
|
|
91
112
|
<a class="" href="36kr.html">36Kr</a>
|
|
92
113
|
</div>
|
|
93
114
|
<ul class="list repos trending">
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
<
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
<
|
|
104
|
-
<div class="
|
|
105
|
-
<
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
<
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
<
|
|
116
|
-
<
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
<
|
|
122
|
-
<
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
<
|
|
129
|
-
<
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
<
|
|
142
|
-
<div class="
|
|
143
|
-
<
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
<
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
<
|
|
154
|
-
<
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
<
|
|
160
|
-
<
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
<
|
|
167
|
-
<
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
<
|
|
180
|
-
<div class="
|
|
181
|
-
<
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
<
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
<
|
|
192
|
-
<
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
<
|
|
198
|
-
<
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
<
|
|
205
|
-
<
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
<
|
|
218
|
-
<div class="
|
|
219
|
-
<
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
<span
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
<
|
|
237
|
-
</
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
<
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
<span
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
<
|
|
275
|
-
</
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
<
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
<span
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
<
|
|
313
|
-
</
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
<
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
<span
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
<
|
|
351
|
-
</
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
<
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
<span
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
<
|
|
389
|
-
</
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
<
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
<span
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
<
|
|
427
|
-
</
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
<
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
<span
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
<
|
|
465
|
-
</
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
<
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
<span
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
<
|
|
503
|
-
</
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
<
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
<span
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
<
|
|
541
|
-
</
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
<
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
<
|
|
568
|
-
<
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
<
|
|
574
|
-
<
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
<
|
|
581
|
-
<
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
<
|
|
594
|
-
<div class="
|
|
595
|
-
<
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
<
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
<
|
|
606
|
-
<
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
<
|
|
612
|
-
<
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
<
|
|
619
|
-
<
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
<
|
|
632
|
-
<div class="
|
|
633
|
-
<
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
<
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
<
|
|
644
|
-
<
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
<
|
|
650
|
-
<
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
<
|
|
657
|
-
<
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
<
|
|
670
|
-
<div class="
|
|
671
|
-
<
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
<
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
<
|
|
682
|
-
<
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
<
|
|
688
|
-
<
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
<
|
|
695
|
-
<
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
<
|
|
708
|
-
<div class="
|
|
709
|
-
<
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
<
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
<
|
|
720
|
-
<
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
<
|
|
726
|
-
<
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
<
|
|
733
|
-
<
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
<
|
|
746
|
-
<div class="
|
|
747
|
-
<
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
<
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
<
|
|
758
|
-
<
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
<
|
|
764
|
-
<
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
<
|
|
771
|
-
<
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
<
|
|
784
|
-
<div class="
|
|
785
|
-
<
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
<
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
<
|
|
796
|
-
<
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
<
|
|
802
|
-
<
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
<
|
|
809
|
-
<
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
<
|
|
822
|
-
<div class="
|
|
823
|
-
<
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
<
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
<
|
|
834
|
-
<
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
|
|
839
|
-
<
|
|
840
|
-
<
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
<
|
|
847
|
-
<
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
<
|
|
860
|
-
<div class="
|
|
861
|
-
<
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
|
|
867
|
-
<
|
|
868
|
-
|
|
869
|
-
|
|
870
|
-
|
|
871
|
-
<
|
|
872
|
-
<
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
<
|
|
878
|
-
<
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
|
|
882
|
-
|
|
883
|
-
|
|
884
|
-
<
|
|
885
|
-
<
|
|
886
|
-
|
|
887
|
-
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
|
|
892
|
-
|
|
893
|
-
|
|
894
|
-
|
|
895
|
-
|
|
896
|
-
|
|
897
|
-
<
|
|
898
|
-
<div class="
|
|
899
|
-
<
|
|
900
|
-
|
|
901
|
-
|
|
902
|
-
|
|
903
|
-
|
|
904
|
-
|
|
905
|
-
<
|
|
906
|
-
|
|
907
|
-
|
|
908
|
-
|
|
909
|
-
<
|
|
910
|
-
<
|
|
911
|
-
|
|
912
|
-
|
|
913
|
-
|
|
914
|
-
|
|
915
|
-
<
|
|
916
|
-
<
|
|
917
|
-
|
|
918
|
-
|
|
919
|
-
|
|
920
|
-
|
|
921
|
-
|
|
922
|
-
<
|
|
923
|
-
<
|
|
924
|
-
|
|
925
|
-
|
|
926
|
-
|
|
927
|
-
|
|
928
|
-
|
|
929
|
-
|
|
930
|
-
|
|
931
|
-
|
|
932
|
-
|
|
933
|
-
|
|
934
|
-
|
|
935
|
-
<
|
|
936
|
-
<div class="
|
|
937
|
-
<
|
|
938
|
-
|
|
939
|
-
|
|
940
|
-
|
|
941
|
-
|
|
942
|
-
|
|
943
|
-
<
|
|
944
|
-
|
|
945
|
-
|
|
946
|
-
|
|
947
|
-
<
|
|
948
|
-
<
|
|
949
|
-
|
|
950
|
-
|
|
951
|
-
|
|
952
|
-
|
|
953
|
-
<
|
|
954
|
-
<
|
|
955
|
-
|
|
956
|
-
|
|
957
|
-
|
|
958
|
-
|
|
959
|
-
|
|
960
|
-
<
|
|
961
|
-
<
|
|
962
|
-
|
|
963
|
-
|
|
964
|
-
|
|
965
|
-
|
|
966
|
-
|
|
967
|
-
|
|
968
|
-
|
|
969
|
-
|
|
970
|
-
|
|
971
|
-
|
|
972
|
-
|
|
973
|
-
<
|
|
974
|
-
<div class="
|
|
975
|
-
<
|
|
976
|
-
|
|
977
|
-
|
|
978
|
-
|
|
979
|
-
|
|
980
|
-
|
|
981
|
-
<
|
|
982
|
-
|
|
983
|
-
|
|
984
|
-
|
|
985
|
-
<
|
|
986
|
-
<
|
|
987
|
-
|
|
988
|
-
|
|
989
|
-
|
|
990
|
-
|
|
991
|
-
<
|
|
992
|
-
<
|
|
993
|
-
|
|
994
|
-
|
|
995
|
-
|
|
996
|
-
|
|
997
|
-
|
|
998
|
-
<
|
|
999
|
-
<
|
|
1000
|
-
|
|
1001
|
-
|
|
1002
|
-
|
|
1003
|
-
|
|
1004
|
-
|
|
1005
|
-
|
|
1006
|
-
|
|
1007
|
-
|
|
1008
|
-
|
|
1009
|
-
|
|
1010
|
-
|
|
1011
|
-
<
|
|
1012
|
-
<div class="
|
|
1013
|
-
<
|
|
1014
|
-
|
|
1015
|
-
|
|
1016
|
-
|
|
1017
|
-
|
|
1018
|
-
|
|
1019
|
-
<
|
|
1020
|
-
|
|
1021
|
-
|
|
1022
|
-
|
|
1023
|
-
<
|
|
1024
|
-
<
|
|
1025
|
-
|
|
1026
|
-
|
|
1027
|
-
|
|
1028
|
-
|
|
1029
|
-
<
|
|
1030
|
-
<
|
|
1031
|
-
|
|
1032
|
-
|
|
1033
|
-
|
|
1034
|
-
|
|
1035
|
-
|
|
1036
|
-
<
|
|
1037
|
-
<
|
|
1038
|
-
|
|
1039
|
-
|
|
1040
|
-
|
|
1041
|
-
|
|
1042
|
-
|
|
1043
|
-
|
|
1044
|
-
|
|
1045
|
-
|
|
1046
|
-
|
|
1047
|
-
|
|
1048
|
-
|
|
115
|
+
<li class="rank-title">
|
|
116
|
+
<span class="select">
|
|
117
|
+
<a class="" href="trending.html">Today</a>
|
|
118
|
+
<a class="active" href="trending-weekly.html">Week</a>
|
|
119
|
+
<a class="" href="trending-monthly.html">Month</a>
|
|
120
|
+
</span>
|
|
121
|
+
</li>
|
|
122
|
+
|
|
123
|
+
<li>
|
|
124
|
+
<div class="info">
|
|
125
|
+
<div class="rank">
|
|
126
|
+
<span title="Ranking 1">1</span>
|
|
127
|
+
<a href="https://github.com/DouyinFE/semi-design" target="_blank" title="DouyinFE/semi-design">DouyinFE/semi-design</a>
|
|
128
|
+
</div>
|
|
129
|
+
<div class="sub-title followers">
|
|
130
|
+
|
|
131
|
+
<a class="language" target="_blank" href="https://github.com/topics/typescript" title="Programming Language TypeScript">
|
|
132
|
+
<span style="background-color: #2b7489;"></span>TypeScript
|
|
133
|
+
</a>
|
|
134
|
+
|
|
135
|
+
<span class="star" title="Stargazers Count">
|
|
136
|
+
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
137
|
+
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
138
|
+
</svg>
|
|
139
|
+
<span>3978</span>
|
|
140
|
+
</span>
|
|
141
|
+
<span class="star" title="Repo Forked">
|
|
142
|
+
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
143
|
+
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
144
|
+
</path>
|
|
145
|
+
</svg>
|
|
146
|
+
<span>257</span>
|
|
147
|
+
</span>
|
|
148
|
+
<span class="star">
|
|
149
|
+
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
150
|
+
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
151
|
+
</svg>
|
|
152
|
+
<span>1493 stars this week</span>
|
|
153
|
+
</span>
|
|
154
|
+
</div>
|
|
155
|
+
<div class="details">
|
|
156
|
+
|
|
157
|
+
</div>
|
|
158
|
+
</div>
|
|
159
|
+
</li>
|
|
160
|
+
|
|
161
|
+
<li>
|
|
162
|
+
<div class="info">
|
|
163
|
+
<div class="rank">
|
|
164
|
+
<span title="Ranking 2">2</span>
|
|
165
|
+
<a href="https://github.com/modern-js-dev/modern.js" target="_blank" title="modern-js-dev/modern.js">modern-js-dev/modern.js</a>
|
|
166
|
+
</div>
|
|
167
|
+
<div class="sub-title followers">
|
|
168
|
+
|
|
169
|
+
<a class="language" target="_blank" href="https://github.com/topics/typescript" title="Programming Language TypeScript">
|
|
170
|
+
<span style="background-color: #2b7489;"></span>TypeScript
|
|
171
|
+
</a>
|
|
172
|
+
|
|
173
|
+
<span class="star" title="Stargazers Count">
|
|
174
|
+
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
175
|
+
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
176
|
+
</svg>
|
|
177
|
+
<span>2064</span>
|
|
178
|
+
</span>
|
|
179
|
+
<span class="star" title="Repo Forked">
|
|
180
|
+
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
181
|
+
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
182
|
+
</path>
|
|
183
|
+
</svg>
|
|
184
|
+
<span>103</span>
|
|
185
|
+
</span>
|
|
186
|
+
<span class="star">
|
|
187
|
+
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
188
|
+
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
189
|
+
</svg>
|
|
190
|
+
<span>937 stars this week</span>
|
|
191
|
+
</span>
|
|
192
|
+
</div>
|
|
193
|
+
<div class="details">
|
|
194
|
+
|
|
195
|
+
</div>
|
|
196
|
+
</div>
|
|
197
|
+
</li>
|
|
198
|
+
|
|
199
|
+
<li>
|
|
200
|
+
<div class="info">
|
|
201
|
+
<div class="rank">
|
|
202
|
+
<span title="Ranking 3">3</span>
|
|
203
|
+
<a href="https://github.com/nuta/kerla" target="_blank" title="nuta/kerla">nuta/kerla</a>
|
|
204
|
+
</div>
|
|
205
|
+
<div class="sub-title followers">
|
|
206
|
+
|
|
207
|
+
<a class="language" target="_blank" href="https://github.com/topics/rust" title="Programming Language Rust">
|
|
208
|
+
<span style="background-color: #dea584;"></span>Rust
|
|
209
|
+
</a>
|
|
210
|
+
|
|
211
|
+
<span class="star" title="Stargazers Count">
|
|
212
|
+
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
213
|
+
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
214
|
+
</svg>
|
|
215
|
+
<span>2476</span>
|
|
216
|
+
</span>
|
|
217
|
+
<span class="star" title="Repo Forked">
|
|
218
|
+
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
219
|
+
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
220
|
+
</path>
|
|
221
|
+
</svg>
|
|
222
|
+
<span>50</span>
|
|
223
|
+
</span>
|
|
224
|
+
<span class="star">
|
|
225
|
+
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
226
|
+
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
227
|
+
</svg>
|
|
228
|
+
<span>770 stars this week</span>
|
|
229
|
+
</span>
|
|
230
|
+
</div>
|
|
231
|
+
<div class="details">
|
|
232
|
+
|
|
233
|
+
</div>
|
|
234
|
+
</div>
|
|
235
|
+
</li>
|
|
236
|
+
|
|
237
|
+
<li>
|
|
238
|
+
<div class="info">
|
|
239
|
+
<div class="rank">
|
|
240
|
+
<span title="Ranking 4">4</span>
|
|
241
|
+
<a href="https://github.com/devMEremenko/XcodeBenchmark" target="_blank" title="devMEremenko/XcodeBenchmark">devMEremenko/XcodeBenchmark</a>
|
|
242
|
+
</div>
|
|
243
|
+
<div class="sub-title followers">
|
|
244
|
+
|
|
245
|
+
<a class="language" target="_blank" href="https://github.com/topics/swift" title="Programming Language Swift">
|
|
246
|
+
<span style="background-color: #F05138;"></span>Swift
|
|
247
|
+
</a>
|
|
248
|
+
|
|
249
|
+
<span class="star" title="Stargazers Count">
|
|
250
|
+
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
251
|
+
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
252
|
+
</svg>
|
|
253
|
+
<span>1407</span>
|
|
254
|
+
</span>
|
|
255
|
+
<span class="star" title="Repo Forked">
|
|
256
|
+
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
257
|
+
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
258
|
+
</path>
|
|
259
|
+
</svg>
|
|
260
|
+
<span>172</span>
|
|
261
|
+
</span>
|
|
262
|
+
<span class="star">
|
|
263
|
+
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
264
|
+
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
265
|
+
</svg>
|
|
266
|
+
<span>287 stars this week</span>
|
|
267
|
+
</span>
|
|
268
|
+
</div>
|
|
269
|
+
<div class="details">
|
|
270
|
+
|
|
271
|
+
</div>
|
|
272
|
+
</div>
|
|
273
|
+
</li>
|
|
274
|
+
|
|
275
|
+
<li>
|
|
276
|
+
<div class="info">
|
|
277
|
+
<div class="rank">
|
|
278
|
+
<span title="Ranking 5">5</span>
|
|
279
|
+
<a href="https://github.com/OpenIMSDK/Open-IM-Server" target="_blank" title="OpenIMSDK/Open-IM-Server">OpenIMSDK/Open-IM-Server</a>
|
|
280
|
+
</div>
|
|
281
|
+
<div class="sub-title followers">
|
|
282
|
+
|
|
283
|
+
<a class="language" target="_blank" href="https://github.com/topics/go" title="Programming Language Go">
|
|
284
|
+
<span style="background-color: #00ADD8;"></span>Go
|
|
285
|
+
</a>
|
|
286
|
+
|
|
287
|
+
<span class="star" title="Stargazers Count">
|
|
288
|
+
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
289
|
+
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
290
|
+
</svg>
|
|
291
|
+
<span>3192</span>
|
|
292
|
+
</span>
|
|
293
|
+
<span class="star" title="Repo Forked">
|
|
294
|
+
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
295
|
+
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
296
|
+
</path>
|
|
297
|
+
</svg>
|
|
298
|
+
<span>430</span>
|
|
299
|
+
</span>
|
|
300
|
+
<span class="star">
|
|
301
|
+
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
302
|
+
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
303
|
+
</svg>
|
|
304
|
+
<span>1674 stars this week</span>
|
|
305
|
+
</span>
|
|
306
|
+
</div>
|
|
307
|
+
<div class="details">
|
|
308
|
+
|
|
309
|
+
</div>
|
|
310
|
+
</div>
|
|
311
|
+
</li>
|
|
312
|
+
|
|
313
|
+
<li>
|
|
314
|
+
<div class="info">
|
|
315
|
+
<div class="rank">
|
|
316
|
+
<span title="Ranking 6">6</span>
|
|
317
|
+
<a href="https://github.com/czj2369/jd_tb_auto" target="_blank" title="czj2369/jd_tb_auto">czj2369/jd_tb_auto</a>
|
|
318
|
+
</div>
|
|
319
|
+
<div class="sub-title followers">
|
|
320
|
+
|
|
321
|
+
<a class="language" target="_blank" href="https://github.com/topics/javascript" title="Programming Language JavaScript">
|
|
322
|
+
<span style="background-color: #f1e05a;"></span>JavaScript
|
|
323
|
+
</a>
|
|
324
|
+
|
|
325
|
+
<span class="star" title="Stargazers Count">
|
|
326
|
+
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
327
|
+
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
328
|
+
</svg>
|
|
329
|
+
<span>1004</span>
|
|
330
|
+
</span>
|
|
331
|
+
<span class="star" title="Repo Forked">
|
|
332
|
+
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
333
|
+
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
334
|
+
</path>
|
|
335
|
+
</svg>
|
|
336
|
+
<span>319</span>
|
|
337
|
+
</span>
|
|
338
|
+
<span class="star">
|
|
339
|
+
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
340
|
+
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
341
|
+
</svg>
|
|
342
|
+
<span>328 stars this week</span>
|
|
343
|
+
</span>
|
|
344
|
+
</div>
|
|
345
|
+
<div class="details">
|
|
346
|
+
|
|
347
|
+
</div>
|
|
348
|
+
</div>
|
|
349
|
+
</li>
|
|
350
|
+
|
|
351
|
+
<li>
|
|
352
|
+
<div class="info">
|
|
353
|
+
<div class="rank">
|
|
354
|
+
<span title="Ranking 7">7</span>
|
|
355
|
+
<a href="https://github.com/WSA-Community/WSAGAScript" target="_blank" title="WSA-Community/WSAGAScript">WSA-Community/WSAGAScript</a>
|
|
356
|
+
</div>
|
|
357
|
+
<div class="sub-title followers">
|
|
358
|
+
|
|
359
|
+
<a class="language" target="_blank" href="https://github.com/topics/shell" title="Programming Language Shell">
|
|
360
|
+
<span style="background-color: #89e051;"></span>Shell
|
|
361
|
+
</a>
|
|
362
|
+
|
|
363
|
+
<span class="star" title="Stargazers Count">
|
|
364
|
+
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
365
|
+
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
366
|
+
</svg>
|
|
367
|
+
<span>1487</span>
|
|
368
|
+
</span>
|
|
369
|
+
<span class="star" title="Repo Forked">
|
|
370
|
+
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
371
|
+
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
372
|
+
</path>
|
|
373
|
+
</svg>
|
|
374
|
+
<span>129</span>
|
|
375
|
+
</span>
|
|
376
|
+
<span class="star">
|
|
377
|
+
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
378
|
+
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
379
|
+
</svg>
|
|
380
|
+
<span>296 stars this week</span>
|
|
381
|
+
</span>
|
|
382
|
+
</div>
|
|
383
|
+
<div class="details">
|
|
384
|
+
|
|
385
|
+
</div>
|
|
386
|
+
</div>
|
|
387
|
+
</li>
|
|
388
|
+
|
|
389
|
+
<li>
|
|
390
|
+
<div class="info">
|
|
391
|
+
<div class="rank">
|
|
392
|
+
<span title="Ranking 8">8</span>
|
|
393
|
+
<a href="https://github.com/zero205/JD_tencent_scf" target="_blank" title="zero205/JD_tencent_scf">zero205/JD_tencent_scf</a>
|
|
394
|
+
</div>
|
|
395
|
+
<div class="sub-title followers">
|
|
396
|
+
|
|
397
|
+
<a class="language" target="_blank" href="https://github.com/topics/javascript" title="Programming Language JavaScript">
|
|
398
|
+
<span style="background-color: #f1e05a;"></span>JavaScript
|
|
399
|
+
</a>
|
|
400
|
+
|
|
401
|
+
<span class="star" title="Stargazers Count">
|
|
402
|
+
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
403
|
+
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
404
|
+
</svg>
|
|
405
|
+
<span>836</span>
|
|
406
|
+
</span>
|
|
407
|
+
<span class="star" title="Repo Forked">
|
|
408
|
+
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
409
|
+
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
410
|
+
</path>
|
|
411
|
+
</svg>
|
|
412
|
+
<span>364</span>
|
|
413
|
+
</span>
|
|
414
|
+
<span class="star">
|
|
415
|
+
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
416
|
+
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
417
|
+
</svg>
|
|
418
|
+
<span>174 stars this week</span>
|
|
419
|
+
</span>
|
|
420
|
+
</div>
|
|
421
|
+
<div class="details">
|
|
422
|
+
|
|
423
|
+
</div>
|
|
424
|
+
</div>
|
|
425
|
+
</li>
|
|
426
|
+
|
|
427
|
+
<li>
|
|
428
|
+
<div class="info">
|
|
429
|
+
<div class="rank">
|
|
430
|
+
<span title="Ranking 9">9</span>
|
|
431
|
+
<a href="https://github.com/LinusHenze/Fugu14" target="_blank" title="LinusHenze/Fugu14">LinusHenze/Fugu14</a>
|
|
432
|
+
</div>
|
|
433
|
+
<div class="sub-title followers">
|
|
434
|
+
|
|
435
|
+
<a class="language" target="_blank" href="https://github.com/topics/swift" title="Programming Language Swift">
|
|
436
|
+
<span style="background-color: #F05138;"></span>Swift
|
|
437
|
+
</a>
|
|
438
|
+
|
|
439
|
+
<span class="star" title="Stargazers Count">
|
|
440
|
+
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
441
|
+
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
442
|
+
</svg>
|
|
443
|
+
<span>872</span>
|
|
444
|
+
</span>
|
|
445
|
+
<span class="star" title="Repo Forked">
|
|
446
|
+
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
447
|
+
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
448
|
+
</path>
|
|
449
|
+
</svg>
|
|
450
|
+
<span>206</span>
|
|
451
|
+
</span>
|
|
452
|
+
<span class="star">
|
|
453
|
+
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
454
|
+
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
455
|
+
</svg>
|
|
456
|
+
<span>180 stars this week</span>
|
|
457
|
+
</span>
|
|
458
|
+
</div>
|
|
459
|
+
<div class="details">
|
|
460
|
+
|
|
461
|
+
</div>
|
|
462
|
+
</div>
|
|
463
|
+
</li>
|
|
464
|
+
|
|
465
|
+
<li>
|
|
466
|
+
<div class="info">
|
|
467
|
+
<div class="rank">
|
|
468
|
+
<span title="Ranking 10">10</span>
|
|
469
|
+
<a href="https://github.com/microsoft/Data-Science-For-Beginners" target="_blank" title="microsoft/Data-Science-For-Beginners">microsoft/Data-Science-For-Beginners</a>
|
|
470
|
+
</div>
|
|
471
|
+
<div class="sub-title followers">
|
|
472
|
+
|
|
473
|
+
<a class="language" target="_blank" href="https://github.com/topics/jupyternotebook" title="Programming Language JupyterNotebook">
|
|
474
|
+
<span style="background-color: #DA5B0B;"></span>JupyterNotebook
|
|
475
|
+
</a>
|
|
476
|
+
|
|
477
|
+
<span class="star" title="Stargazers Count">
|
|
478
|
+
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
479
|
+
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
480
|
+
</svg>
|
|
481
|
+
<span>5785</span>
|
|
482
|
+
</span>
|
|
483
|
+
<span class="star" title="Repo Forked">
|
|
484
|
+
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
485
|
+
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
486
|
+
</path>
|
|
487
|
+
</svg>
|
|
488
|
+
<span>781</span>
|
|
489
|
+
</span>
|
|
490
|
+
<span class="star">
|
|
491
|
+
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
492
|
+
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
493
|
+
</svg>
|
|
494
|
+
<span>2234 stars this week</span>
|
|
495
|
+
</span>
|
|
496
|
+
</div>
|
|
497
|
+
<div class="details">
|
|
498
|
+
|
|
499
|
+
</div>
|
|
500
|
+
</div>
|
|
501
|
+
</li>
|
|
502
|
+
|
|
503
|
+
<li>
|
|
504
|
+
<div class="info">
|
|
505
|
+
<div class="rank">
|
|
506
|
+
<span title="Ranking 11">11</span>
|
|
507
|
+
<a href="https://github.com/swc-project/swc" target="_blank" title="swc-project/swc">swc-project/swc</a>
|
|
508
|
+
</div>
|
|
509
|
+
<div class="sub-title followers">
|
|
510
|
+
|
|
511
|
+
<a class="language" target="_blank" href="https://github.com/topics/rust" title="Programming Language Rust">
|
|
512
|
+
<span style="background-color: #dea584;"></span>Rust
|
|
513
|
+
</a>
|
|
514
|
+
|
|
515
|
+
<span class="star" title="Stargazers Count">
|
|
516
|
+
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
517
|
+
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
518
|
+
</svg>
|
|
519
|
+
<span>16789</span>
|
|
520
|
+
</span>
|
|
521
|
+
<span class="star" title="Repo Forked">
|
|
522
|
+
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
523
|
+
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
524
|
+
</path>
|
|
525
|
+
</svg>
|
|
526
|
+
<span>470</span>
|
|
527
|
+
</span>
|
|
528
|
+
<span class="star">
|
|
529
|
+
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
530
|
+
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
531
|
+
</svg>
|
|
532
|
+
<span>625 stars this week</span>
|
|
533
|
+
</span>
|
|
534
|
+
</div>
|
|
535
|
+
<div class="details">
|
|
536
|
+
|
|
537
|
+
</div>
|
|
538
|
+
</div>
|
|
539
|
+
</li>
|
|
540
|
+
|
|
541
|
+
<li>
|
|
542
|
+
<div class="info">
|
|
543
|
+
<div class="rank">
|
|
544
|
+
<span title="Ranking 12">12</span>
|
|
545
|
+
<a href="https://github.com/acidanthera/OpenCorePkg" target="_blank" title="acidanthera/OpenCorePkg">acidanthera/OpenCorePkg</a>
|
|
546
|
+
</div>
|
|
547
|
+
<div class="sub-title followers">
|
|
548
|
+
|
|
549
|
+
<a class="language" target="_blank" href="https://github.com/topics/c" title="Programming Language C">
|
|
550
|
+
<span style="background-color: #555555;"></span>C
|
|
551
|
+
</a>
|
|
552
|
+
|
|
553
|
+
<span class="star" title="Stargazers Count">
|
|
554
|
+
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
555
|
+
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
556
|
+
</svg>
|
|
557
|
+
<span>8432</span>
|
|
558
|
+
</span>
|
|
559
|
+
<span class="star" title="Repo Forked">
|
|
560
|
+
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
561
|
+
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
562
|
+
</path>
|
|
563
|
+
</svg>
|
|
564
|
+
<span>1485</span>
|
|
565
|
+
</span>
|
|
566
|
+
<span class="star">
|
|
567
|
+
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
568
|
+
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
569
|
+
</svg>
|
|
570
|
+
<span>122 stars this week</span>
|
|
571
|
+
</span>
|
|
572
|
+
</div>
|
|
573
|
+
<div class="details">
|
|
574
|
+
|
|
575
|
+
</div>
|
|
576
|
+
</div>
|
|
577
|
+
</li>
|
|
578
|
+
|
|
579
|
+
<li>
|
|
580
|
+
<div class="info">
|
|
581
|
+
<div class="rank">
|
|
582
|
+
<span title="Ranking 13">13</span>
|
|
583
|
+
<a href="https://github.com/0voice/audio_video_streaming" target="_blank" title="0voice/audio_video_streaming">0voice/audio_video_streaming</a>
|
|
584
|
+
</div>
|
|
585
|
+
<div class="sub-title followers">
|
|
586
|
+
|
|
587
|
+
<span class="star" title="Stargazers Count">
|
|
588
|
+
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
589
|
+
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
590
|
+
</svg>
|
|
591
|
+
<span>1937</span>
|
|
592
|
+
</span>
|
|
593
|
+
<span class="star" title="Repo Forked">
|
|
594
|
+
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
595
|
+
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
596
|
+
</path>
|
|
597
|
+
</svg>
|
|
598
|
+
<span>334</span>
|
|
599
|
+
</span>
|
|
600
|
+
<span class="star">
|
|
601
|
+
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
602
|
+
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
603
|
+
</svg>
|
|
604
|
+
<span>268 stars this week</span>
|
|
605
|
+
</span>
|
|
606
|
+
</div>
|
|
607
|
+
<div class="details">
|
|
608
|
+
|
|
609
|
+
</div>
|
|
610
|
+
</div>
|
|
611
|
+
</li>
|
|
612
|
+
|
|
613
|
+
<li>
|
|
614
|
+
<div class="info">
|
|
615
|
+
<div class="rank">
|
|
616
|
+
<span title="Ranking 14">14</span>
|
|
617
|
+
<a href="https://github.com/shufflewzc/faker2" target="_blank" title="shufflewzc/faker2">shufflewzc/faker2</a>
|
|
618
|
+
</div>
|
|
619
|
+
<div class="sub-title followers">
|
|
620
|
+
|
|
621
|
+
<a class="language" target="_blank" href="https://github.com/topics/javascript" title="Programming Language JavaScript">
|
|
622
|
+
<span style="background-color: #f1e05a;"></span>JavaScript
|
|
623
|
+
</a>
|
|
624
|
+
|
|
625
|
+
<span class="star" title="Stargazers Count">
|
|
626
|
+
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
627
|
+
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
628
|
+
</svg>
|
|
629
|
+
<span>2103</span>
|
|
630
|
+
</span>
|
|
631
|
+
<span class="star" title="Repo Forked">
|
|
632
|
+
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
633
|
+
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
634
|
+
</path>
|
|
635
|
+
</svg>
|
|
636
|
+
<span>1090</span>
|
|
637
|
+
</span>
|
|
638
|
+
<span class="star">
|
|
639
|
+
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
640
|
+
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
641
|
+
</svg>
|
|
642
|
+
<span>121 stars this week</span>
|
|
643
|
+
</span>
|
|
644
|
+
</div>
|
|
645
|
+
<div class="details">
|
|
646
|
+
|
|
647
|
+
</div>
|
|
648
|
+
</div>
|
|
649
|
+
</li>
|
|
650
|
+
|
|
651
|
+
<li>
|
|
652
|
+
<div class="info">
|
|
653
|
+
<div class="rank">
|
|
654
|
+
<span title="Ranking 15">15</span>
|
|
655
|
+
<a href="https://github.com/vercel/next.js" target="_blank" title="vercel/next.js">vercel/next.js</a>
|
|
656
|
+
</div>
|
|
657
|
+
<div class="sub-title followers">
|
|
658
|
+
|
|
659
|
+
<a class="language" target="_blank" href="https://github.com/topics/javascript" title="Programming Language JavaScript">
|
|
660
|
+
<span style="background-color: #f1e05a;"></span>JavaScript
|
|
661
|
+
</a>
|
|
662
|
+
|
|
663
|
+
<span class="star" title="Stargazers Count">
|
|
664
|
+
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
665
|
+
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
666
|
+
</svg>
|
|
667
|
+
<span>75962</span>
|
|
668
|
+
</span>
|
|
669
|
+
<span class="star" title="Repo Forked">
|
|
670
|
+
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
671
|
+
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
672
|
+
</path>
|
|
673
|
+
</svg>
|
|
674
|
+
<span>15038</span>
|
|
675
|
+
</span>
|
|
676
|
+
<span class="star">
|
|
677
|
+
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
678
|
+
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
679
|
+
</svg>
|
|
680
|
+
<span>907 stars this week</span>
|
|
681
|
+
</span>
|
|
682
|
+
</div>
|
|
683
|
+
<div class="details">
|
|
684
|
+
|
|
685
|
+
</div>
|
|
686
|
+
</div>
|
|
687
|
+
</li>
|
|
688
|
+
|
|
689
|
+
<li>
|
|
690
|
+
<div class="info">
|
|
691
|
+
<div class="rank">
|
|
692
|
+
<span title="Ranking 16">16</span>
|
|
693
|
+
<a href="https://github.com/iterativv/NostalgiaForInfinity" target="_blank" title="iterativv/NostalgiaForInfinity">iterativv/NostalgiaForInfinity</a>
|
|
694
|
+
</div>
|
|
695
|
+
<div class="sub-title followers">
|
|
696
|
+
|
|
697
|
+
<a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
|
|
698
|
+
<span style="background-color: #3572A5;"></span>Python
|
|
699
|
+
</a>
|
|
700
|
+
|
|
701
|
+
<span class="star" title="Stargazers Count">
|
|
702
|
+
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
703
|
+
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
704
|
+
</svg>
|
|
705
|
+
<span>544</span>
|
|
706
|
+
</span>
|
|
707
|
+
<span class="star" title="Repo Forked">
|
|
708
|
+
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
709
|
+
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
710
|
+
</path>
|
|
711
|
+
</svg>
|
|
712
|
+
<span>142</span>
|
|
713
|
+
</span>
|
|
714
|
+
<span class="star">
|
|
715
|
+
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
716
|
+
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
717
|
+
</svg>
|
|
718
|
+
<span>118 stars this week</span>
|
|
719
|
+
</span>
|
|
720
|
+
</div>
|
|
721
|
+
<div class="details">
|
|
722
|
+
|
|
723
|
+
</div>
|
|
724
|
+
</div>
|
|
725
|
+
</li>
|
|
726
|
+
|
|
727
|
+
<li>
|
|
728
|
+
<div class="info">
|
|
729
|
+
<div class="rank">
|
|
730
|
+
<span title="Ranking 17">17</span>
|
|
731
|
+
<a href="https://github.com/edeng23/binance-trade-bot" target="_blank" title="edeng23/binance-trade-bot">edeng23/binance-trade-bot</a>
|
|
732
|
+
</div>
|
|
733
|
+
<div class="sub-title followers">
|
|
734
|
+
|
|
735
|
+
<a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
|
|
736
|
+
<span style="background-color: #3572A5;"></span>Python
|
|
737
|
+
</a>
|
|
738
|
+
|
|
739
|
+
<span class="star" title="Stargazers Count">
|
|
740
|
+
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
741
|
+
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
742
|
+
</svg>
|
|
743
|
+
<span>5463</span>
|
|
744
|
+
</span>
|
|
745
|
+
<span class="star" title="Repo Forked">
|
|
746
|
+
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
747
|
+
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
748
|
+
</path>
|
|
749
|
+
</svg>
|
|
750
|
+
<span>1427</span>
|
|
751
|
+
</span>
|
|
752
|
+
<span class="star">
|
|
753
|
+
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
754
|
+
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
755
|
+
</svg>
|
|
756
|
+
<span>201 stars this week</span>
|
|
757
|
+
</span>
|
|
758
|
+
</div>
|
|
759
|
+
<div class="details">
|
|
760
|
+
|
|
761
|
+
</div>
|
|
762
|
+
</div>
|
|
763
|
+
</li>
|
|
764
|
+
|
|
765
|
+
<li>
|
|
766
|
+
<div class="info">
|
|
767
|
+
<div class="rank">
|
|
768
|
+
<span title="Ranking 18">18</span>
|
|
769
|
+
<a href="https://github.com/d2l-ai/d2l-zh" target="_blank" title="d2l-ai/d2l-zh">d2l-ai/d2l-zh</a>
|
|
770
|
+
</div>
|
|
771
|
+
<div class="sub-title followers">
|
|
772
|
+
|
|
773
|
+
<a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
|
|
774
|
+
<span style="background-color: #3572A5;"></span>Python
|
|
775
|
+
</a>
|
|
776
|
+
|
|
777
|
+
<span class="star" title="Stargazers Count">
|
|
778
|
+
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
779
|
+
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
780
|
+
</svg>
|
|
781
|
+
<span>26799</span>
|
|
782
|
+
</span>
|
|
783
|
+
<span class="star" title="Repo Forked">
|
|
784
|
+
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
785
|
+
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
786
|
+
</path>
|
|
787
|
+
</svg>
|
|
788
|
+
<span>6432</span>
|
|
789
|
+
</span>
|
|
790
|
+
<span class="star">
|
|
791
|
+
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
792
|
+
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
793
|
+
</svg>
|
|
794
|
+
<span>484 stars this week</span>
|
|
795
|
+
</span>
|
|
796
|
+
</div>
|
|
797
|
+
<div class="details">
|
|
798
|
+
|
|
799
|
+
</div>
|
|
800
|
+
</div>
|
|
801
|
+
</li>
|
|
802
|
+
|
|
803
|
+
<li>
|
|
804
|
+
<div class="info">
|
|
805
|
+
<div class="rank">
|
|
806
|
+
<span title="Ranking 19">19</span>
|
|
807
|
+
<a href="https://github.com/nvm-sh/nvm" target="_blank" title="nvm-sh/nvm">nvm-sh/nvm</a>
|
|
808
|
+
</div>
|
|
809
|
+
<div class="sub-title followers">
|
|
810
|
+
|
|
811
|
+
<a class="language" target="_blank" href="https://github.com/topics/shell" title="Programming Language Shell">
|
|
812
|
+
<span style="background-color: #89e051;"></span>Shell
|
|
813
|
+
</a>
|
|
814
|
+
|
|
815
|
+
<span class="star" title="Stargazers Count">
|
|
816
|
+
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
817
|
+
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
818
|
+
</svg>
|
|
819
|
+
<span>52756</span>
|
|
820
|
+
</span>
|
|
821
|
+
<span class="star" title="Repo Forked">
|
|
822
|
+
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
823
|
+
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
824
|
+
</path>
|
|
825
|
+
</svg>
|
|
826
|
+
<span>5431</span>
|
|
827
|
+
</span>
|
|
828
|
+
<span class="star">
|
|
829
|
+
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
830
|
+
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
831
|
+
</svg>
|
|
832
|
+
<span>266 stars this week</span>
|
|
833
|
+
</span>
|
|
834
|
+
</div>
|
|
835
|
+
<div class="details">
|
|
836
|
+
|
|
837
|
+
</div>
|
|
838
|
+
</div>
|
|
839
|
+
</li>
|
|
840
|
+
|
|
841
|
+
<li>
|
|
842
|
+
<div class="info">
|
|
843
|
+
<div class="rank">
|
|
844
|
+
<span title="Ranking 20">20</span>
|
|
845
|
+
<a href="https://github.com/microsoft/PowerToys" target="_blank" title="microsoft/PowerToys">microsoft/PowerToys</a>
|
|
846
|
+
</div>
|
|
847
|
+
<div class="sub-title followers">
|
|
848
|
+
|
|
849
|
+
<a class="language" target="_blank" href="https://github.com/topics/c#" title="Programming Language C#">
|
|
850
|
+
<span style="background-color: #178600;"></span>C#
|
|
851
|
+
</a>
|
|
852
|
+
|
|
853
|
+
<span class="star" title="Stargazers Count">
|
|
854
|
+
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
855
|
+
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
856
|
+
</svg>
|
|
857
|
+
<span>62885</span>
|
|
858
|
+
</span>
|
|
859
|
+
<span class="star" title="Repo Forked">
|
|
860
|
+
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
861
|
+
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
862
|
+
</path>
|
|
863
|
+
</svg>
|
|
864
|
+
<span>3475</span>
|
|
865
|
+
</span>
|
|
866
|
+
<span class="star">
|
|
867
|
+
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
868
|
+
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
869
|
+
</svg>
|
|
870
|
+
<span>1013 stars this week</span>
|
|
871
|
+
</span>
|
|
872
|
+
</div>
|
|
873
|
+
<div class="details">
|
|
874
|
+
|
|
875
|
+
</div>
|
|
876
|
+
</div>
|
|
877
|
+
</li>
|
|
878
|
+
|
|
879
|
+
<li>
|
|
880
|
+
<div class="info">
|
|
881
|
+
<div class="rank">
|
|
882
|
+
<span title="Ranking 21">21</span>
|
|
883
|
+
<a href="https://github.com/exelban/stats" target="_blank" title="exelban/stats">exelban/stats</a>
|
|
884
|
+
</div>
|
|
885
|
+
<div class="sub-title followers">
|
|
886
|
+
|
|
887
|
+
<a class="language" target="_blank" href="https://github.com/topics/swift" title="Programming Language Swift">
|
|
888
|
+
<span style="background-color: #F05138;"></span>Swift
|
|
889
|
+
</a>
|
|
890
|
+
|
|
891
|
+
<span class="star" title="Stargazers Count">
|
|
892
|
+
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
893
|
+
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
894
|
+
</svg>
|
|
895
|
+
<span>6174</span>
|
|
896
|
+
</span>
|
|
897
|
+
<span class="star" title="Repo Forked">
|
|
898
|
+
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
899
|
+
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
900
|
+
</path>
|
|
901
|
+
</svg>
|
|
902
|
+
<span>236</span>
|
|
903
|
+
</span>
|
|
904
|
+
<span class="star">
|
|
905
|
+
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
906
|
+
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
907
|
+
</svg>
|
|
908
|
+
<span>167 stars this week</span>
|
|
909
|
+
</span>
|
|
910
|
+
</div>
|
|
911
|
+
<div class="details">
|
|
912
|
+
|
|
913
|
+
</div>
|
|
914
|
+
</div>
|
|
915
|
+
</li>
|
|
916
|
+
|
|
917
|
+
<li>
|
|
918
|
+
<div class="info">
|
|
919
|
+
<div class="rank">
|
|
920
|
+
<span title="Ranking 22">22</span>
|
|
921
|
+
<a href="https://github.com/Koenkk/zigbee2mqtt" target="_blank" title="Koenkk/zigbee2mqtt">Koenkk/zigbee2mqtt</a>
|
|
922
|
+
</div>
|
|
923
|
+
<div class="sub-title followers">
|
|
924
|
+
|
|
925
|
+
<a class="language" target="_blank" href="https://github.com/topics/javascript" title="Programming Language JavaScript">
|
|
926
|
+
<span style="background-color: #f1e05a;"></span>JavaScript
|
|
927
|
+
</a>
|
|
928
|
+
|
|
929
|
+
<span class="star" title="Stargazers Count">
|
|
930
|
+
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
931
|
+
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
932
|
+
</svg>
|
|
933
|
+
<span>6809</span>
|
|
934
|
+
</span>
|
|
935
|
+
<span class="star" title="Repo Forked">
|
|
936
|
+
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
937
|
+
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
938
|
+
</path>
|
|
939
|
+
</svg>
|
|
940
|
+
<span>1122</span>
|
|
941
|
+
</span>
|
|
942
|
+
<span class="star">
|
|
943
|
+
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
944
|
+
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
945
|
+
</svg>
|
|
946
|
+
<span>292 stars this week</span>
|
|
947
|
+
</span>
|
|
948
|
+
</div>
|
|
949
|
+
<div class="details">
|
|
950
|
+
|
|
951
|
+
</div>
|
|
952
|
+
</div>
|
|
953
|
+
</li>
|
|
954
|
+
|
|
955
|
+
<li>
|
|
956
|
+
<div class="info">
|
|
957
|
+
<div class="rank">
|
|
958
|
+
<span title="Ranking 23">23</span>
|
|
959
|
+
<a href="https://github.com/microsoft/Web-Dev-For-Beginners" target="_blank" title="microsoft/Web-Dev-For-Beginners">microsoft/Web-Dev-For-Beginners</a>
|
|
960
|
+
</div>
|
|
961
|
+
<div class="sub-title followers">
|
|
962
|
+
|
|
963
|
+
<a class="language" target="_blank" href="https://github.com/topics/javascript" title="Programming Language JavaScript">
|
|
964
|
+
<span style="background-color: #f1e05a;"></span>JavaScript
|
|
965
|
+
</a>
|
|
966
|
+
|
|
967
|
+
<span class="star" title="Stargazers Count">
|
|
968
|
+
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
969
|
+
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
970
|
+
</svg>
|
|
971
|
+
<span>36169</span>
|
|
972
|
+
</span>
|
|
973
|
+
<span class="star" title="Repo Forked">
|
|
974
|
+
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
975
|
+
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
976
|
+
</path>
|
|
977
|
+
</svg>
|
|
978
|
+
<span>5113</span>
|
|
979
|
+
</span>
|
|
980
|
+
<span class="star">
|
|
981
|
+
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
982
|
+
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
983
|
+
</svg>
|
|
984
|
+
<span>344 stars this week</span>
|
|
985
|
+
</span>
|
|
986
|
+
</div>
|
|
987
|
+
<div class="details">
|
|
988
|
+
|
|
989
|
+
</div>
|
|
990
|
+
</div>
|
|
991
|
+
</li>
|
|
992
|
+
|
|
993
|
+
<li>
|
|
994
|
+
<div class="info">
|
|
995
|
+
<div class="rank">
|
|
996
|
+
<span title="Ranking 24">24</span>
|
|
997
|
+
<a href="https://github.com/flutter/flutter" target="_blank" title="flutter/flutter">flutter/flutter</a>
|
|
998
|
+
</div>
|
|
999
|
+
<div class="sub-title followers">
|
|
1000
|
+
|
|
1001
|
+
<a class="language" target="_blank" href="https://github.com/topics/dart" title="Programming Language Dart">
|
|
1002
|
+
<span style="background-color: #00B4AB;"></span>Dart
|
|
1003
|
+
</a>
|
|
1004
|
+
|
|
1005
|
+
<span class="star" title="Stargazers Count">
|
|
1006
|
+
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
1007
|
+
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
1008
|
+
</svg>
|
|
1009
|
+
<span>131806</span>
|
|
1010
|
+
</span>
|
|
1011
|
+
<span class="star" title="Repo Forked">
|
|
1012
|
+
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
1013
|
+
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
1014
|
+
</path>
|
|
1015
|
+
</svg>
|
|
1016
|
+
<span>19271</span>
|
|
1017
|
+
</span>
|
|
1018
|
+
<span class="star">
|
|
1019
|
+
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
1020
|
+
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
1021
|
+
</svg>
|
|
1022
|
+
<span>280 stars this week</span>
|
|
1023
|
+
</span>
|
|
1024
|
+
</div>
|
|
1025
|
+
<div class="details">
|
|
1026
|
+
|
|
1027
|
+
</div>
|
|
1028
|
+
</div>
|
|
1029
|
+
</li>
|
|
1030
|
+
|
|
1031
|
+
<li>
|
|
1032
|
+
<div class="info">
|
|
1033
|
+
<div class="rank">
|
|
1034
|
+
<span title="Ranking 25">25</span>
|
|
1035
|
+
<a href="https://github.com/Superalgos/Superalgos" target="_blank" title="Superalgos/Superalgos">Superalgos/Superalgos</a>
|
|
1036
|
+
</div>
|
|
1037
|
+
<div class="sub-title followers">
|
|
1038
|
+
|
|
1039
|
+
<a class="language" target="_blank" href="https://github.com/topics/javascript" title="Programming Language JavaScript">
|
|
1040
|
+
<span style="background-color: #f1e05a;"></span>JavaScript
|
|
1041
|
+
</a>
|
|
1042
|
+
|
|
1043
|
+
<span class="star" title="Stargazers Count">
|
|
1044
|
+
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
1045
|
+
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
1046
|
+
</svg>
|
|
1047
|
+
<span>2012</span>
|
|
1048
|
+
</span>
|
|
1049
|
+
<span class="star" title="Repo Forked">
|
|
1050
|
+
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
1051
|
+
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
1052
|
+
</path>
|
|
1053
|
+
</svg>
|
|
1054
|
+
<span>4151</span>
|
|
1055
|
+
</span>
|
|
1056
|
+
<span class="star">
|
|
1057
|
+
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
1058
|
+
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
1059
|
+
</svg>
|
|
1060
|
+
<span>86 stars this week</span>
|
|
1061
|
+
</span>
|
|
1062
|
+
</div>
|
|
1063
|
+
<div class="details">
|
|
1064
|
+
|
|
1065
|
+
</div>
|
|
1066
|
+
</div>
|
|
1067
|
+
</li>
|
|
1068
|
+
|
|
1049
1069
|
</ul>
|
|
1050
1070
|
<div class="footer">
|
|
1051
|
-
<
|
|
1071
|
+
<div>
|
|
1052
1072
|
<a href="https://github.com/jaywcjlove/github-rank/network" target="_blank">
|
|
1053
1073
|
<img src="https://img.shields.io/github/forks/jaywcjlove/github-rank.svg">
|
|
1054
1074
|
</a>
|
|
@@ -1061,8 +1081,8 @@
|
|
|
1061
1081
|
<a href="https://unpkg.com/@wcj/github-rank/web/index.html" target="_blank">
|
|
1062
1082
|
<img src="https://img.shields.io/npm/v/@wcj/github-rank.svg?label=unpkg">
|
|
1063
1083
|
</a>
|
|
1064
|
-
</
|
|
1065
|
-
<div class="time">Last cache created on 2021/
|
|
1084
|
+
</div>
|
|
1085
|
+
<div class="time">Last cache created on 2021/11/4 by Github API v3.</div>
|
|
1066
1086
|
Create by <a href="https://github.com/jaywcjlove" target="_blank">小弟调调™</a>.
|
|
1067
1087
|
</div>
|
|
1068
1088
|
</body>
|