@wcj/github-rank 21.11.1 → 21.11.2
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 +19424 -19409
- package/dist/sifou-daily.json +71 -35
- package/dist/sifou-monthly.json +54 -54
- package/dist/sifou-weekly.json +109 -100
- package/dist/toutiao-30.json +43 -43
- package/dist/toutiao-7.json +92 -92
- package/dist/toutiao-90.json +3 -3
- package/dist/trending-daily.json +193 -193
- package/dist/trending-monthly.json +159 -159
- package/dist/trending-weekly.json +185 -185
- package/dist/users.china.json +1308 -1308
- package/dist/users.json +1845 -1845
- package/package.json +1 -1
- package/web/36kr.html +712 -696
- package/web/data/repos.json +19424 -19409
- package/web/data/sifou-daily.json +71 -35
- package/web/data/sifou-monthly.json +54 -54
- package/web/data/sifou-weekly.json +109 -100
- package/web/data/toutiao-30.json +43 -43
- package/web/data/toutiao-7.json +92 -92
- package/web/data/toutiao-90.json +3 -3
- package/web/data/trending-daily.json +193 -193
- package/web/data/trending-monthly.json +159 -159
- package/web/data/trending-weekly.json +185 -185
- package/web/data/users.china.json +1308 -1308
- package/web/data/users.json +1845 -1845
- package/web/index.html +15551 -15533
- package/web/repos.html +29573 -29557
- package/web/sifou-daily.html +323 -193
- package/web/sifou-monthly.html +889 -871
- package/web/sifou-weekly.html +889 -843
- package/web/toutiao-30.html +700 -682
- package/web/toutiao-7.html +569 -551
- package/web/toutiao-90.html +700 -682
- package/web/trending-monthly.html +996 -974
- package/web/trending-weekly.html +996 -978
- package/web/trending.html +996 -962
- package/web/users.china.html +15551 -15533
|
@@ -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,18 @@
|
|
|
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"></a>
|
|
98
|
+
|
|
99
|
+
|
|
100
|
+
|
|
101
|
+
|
|
102
|
+
</h1>
|
|
103
|
+
<div class="time">Last cache created on 2021/11/2 by Github API v3.</div>
|
|
85
104
|
<div class="tabs">
|
|
86
105
|
<a class="" href="index.html">Users</a>
|
|
87
106
|
<a class="" href="repos.html">Repos</a>
|
|
@@ -91,960 +110,963 @@
|
|
|
91
110
|
<a class="" href="36kr.html">36Kr</a>
|
|
92
111
|
</div>
|
|
93
112
|
<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
|
-
<
|
|
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
|
-
<div class="
|
|
257
|
-
<
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
<
|
|
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
|
-
<div class="
|
|
295
|
-
<
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
<
|
|
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
|
-
<div class="
|
|
333
|
-
<
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
<
|
|
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
|
-
<div class="
|
|
371
|
-
<
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
<
|
|
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
|
-
<div class="
|
|
409
|
-
<
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
<
|
|
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
|
-
<div class="
|
|
447
|
-
<
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
<
|
|
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
|
-
<div class="
|
|
485
|
-
<
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
<
|
|
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
|
-
<div class="
|
|
523
|
-
<
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
<
|
|
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
|
-
<div class="
|
|
561
|
-
<
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
<
|
|
568
|
-
<
|
|
569
|
-
</
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
</
|
|
577
|
-
<span
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
</span>
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
<div class="
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
<
|
|
602
|
-
</
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
<
|
|
606
|
-
<
|
|
607
|
-
</
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
</
|
|
615
|
-
<span
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
</span>
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
<div class="
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
<
|
|
640
|
-
</
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
<
|
|
644
|
-
<
|
|
645
|
-
</
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
</
|
|
653
|
-
<span
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
</span>
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
<div class="
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
<
|
|
678
|
-
</
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
<
|
|
682
|
-
<
|
|
683
|
-
</
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
</
|
|
691
|
-
<span
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
</span>
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
<div class="
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
<
|
|
716
|
-
</
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
<
|
|
720
|
-
<
|
|
721
|
-
</
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
</
|
|
729
|
-
<span
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
</span>
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
<div class="
|
|
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
|
-
<span
|
|
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
|
-
|
|
113
|
+
<li class="rank-title">
|
|
114
|
+
<span class="select">
|
|
115
|
+
<a class="" href="trending.html">Today</a>
|
|
116
|
+
<a class="" href="trending-weekly.html">Week</a>
|
|
117
|
+
<a class="active" href="trending-monthly.html">Month</a>
|
|
118
|
+
</span>
|
|
119
|
+
</li>
|
|
120
|
+
|
|
121
|
+
<li>
|
|
122
|
+
<div class="info">
|
|
123
|
+
<div class="rank">
|
|
124
|
+
<span title="Ranking 1">1</span>
|
|
125
|
+
<a href="https://github.com/goplus/gop" target="_blank" title="goplus/gop">goplus/gop</a>
|
|
126
|
+
</div>
|
|
127
|
+
<div class="sub-title followers">
|
|
128
|
+
|
|
129
|
+
<a class="language" target="_blank" href="https://github.com/topics/go" title="Programming Language Go">
|
|
130
|
+
<span style="background-color: #00ADD8;"></span>Go
|
|
131
|
+
</a>
|
|
132
|
+
|
|
133
|
+
<span class="star" title="Stargazers Count">
|
|
134
|
+
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
135
|
+
<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>
|
|
136
|
+
</svg>
|
|
137
|
+
<span>7532</span>
|
|
138
|
+
</span>
|
|
139
|
+
<span class="star" title="Repo Forked">
|
|
140
|
+
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
141
|
+
<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">
|
|
142
|
+
</path>
|
|
143
|
+
</svg>
|
|
144
|
+
<span>478</span>
|
|
145
|
+
</span>
|
|
146
|
+
<span class="star">
|
|
147
|
+
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
148
|
+
<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>
|
|
149
|
+
</svg>
|
|
150
|
+
<span>2172 stars this month</span>
|
|
151
|
+
</span>
|
|
152
|
+
</div>
|
|
153
|
+
<div class="details">
|
|
154
|
+
GoPlus - The Go+ language for engineering, STEM education, and data science
|
|
155
|
+
</div>
|
|
156
|
+
</div>
|
|
157
|
+
</li>
|
|
158
|
+
|
|
159
|
+
<li>
|
|
160
|
+
<div class="info">
|
|
161
|
+
<div class="rank">
|
|
162
|
+
<span title="Ranking 2">2</span>
|
|
163
|
+
<a href="https://github.com/louislam/uptime-kuma" target="_blank" title="louislam/uptime-kuma">louislam/uptime-kuma</a>
|
|
164
|
+
</div>
|
|
165
|
+
<div class="sub-title followers">
|
|
166
|
+
|
|
167
|
+
<a class="language" target="_blank" href="https://github.com/topics/javascript" title="Programming Language JavaScript">
|
|
168
|
+
<span style="background-color: #f1e05a;"></span>JavaScript
|
|
169
|
+
</a>
|
|
170
|
+
|
|
171
|
+
<span class="star" title="Stargazers Count">
|
|
172
|
+
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
173
|
+
<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>
|
|
174
|
+
</svg>
|
|
175
|
+
<span>8865</span>
|
|
176
|
+
</span>
|
|
177
|
+
<span class="star" title="Repo Forked">
|
|
178
|
+
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
179
|
+
<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">
|
|
180
|
+
</path>
|
|
181
|
+
</svg>
|
|
182
|
+
<span>481</span>
|
|
183
|
+
</span>
|
|
184
|
+
<span class="star">
|
|
185
|
+
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
186
|
+
<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>
|
|
187
|
+
</svg>
|
|
188
|
+
<span>5234 stars this month</span>
|
|
189
|
+
</span>
|
|
190
|
+
</div>
|
|
191
|
+
<div class="details">
|
|
192
|
+
A fancy self-hosted monitoring tool
|
|
193
|
+
</div>
|
|
194
|
+
</div>
|
|
195
|
+
</li>
|
|
196
|
+
|
|
197
|
+
<li>
|
|
198
|
+
<div class="info">
|
|
199
|
+
<div class="rank">
|
|
200
|
+
<span title="Ranking 3">3</span>
|
|
201
|
+
<a href="https://github.com/TechXueXi/TechXueXi" target="_blank" title="TechXueXi/TechXueXi">TechXueXi/TechXueXi</a>
|
|
202
|
+
</div>
|
|
203
|
+
<div class="sub-title followers">
|
|
204
|
+
|
|
205
|
+
<a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
|
|
206
|
+
<span style="background-color: #3572A5;"></span>Python
|
|
207
|
+
</a>
|
|
208
|
+
|
|
209
|
+
<span class="star" title="Stargazers Count">
|
|
210
|
+
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
211
|
+
<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>
|
|
212
|
+
</svg>
|
|
213
|
+
<span>1174</span>
|
|
214
|
+
</span>
|
|
215
|
+
<span class="star" title="Repo Forked">
|
|
216
|
+
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
217
|
+
<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">
|
|
218
|
+
</path>
|
|
219
|
+
</svg>
|
|
220
|
+
<span>299</span>
|
|
221
|
+
</span>
|
|
222
|
+
<span class="star">
|
|
223
|
+
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
224
|
+
<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>
|
|
225
|
+
</svg>
|
|
226
|
+
<span>774 stars this month</span>
|
|
227
|
+
</span>
|
|
228
|
+
</div>
|
|
229
|
+
<div class="details">
|
|
230
|
+
强国通 科技强国 学习强国 xuexiqiangguo 全网最好用开源网页学习强国助手:TechXueXi (懒人刷分工具 自动学习)技术强国,支持答题,支持 docker 45分/天
|
|
231
|
+
</div>
|
|
232
|
+
</div>
|
|
233
|
+
</li>
|
|
234
|
+
|
|
235
|
+
<li>
|
|
236
|
+
<div class="info">
|
|
237
|
+
<div class="rank">
|
|
238
|
+
<span title="Ranking 4">4</span>
|
|
239
|
+
<a href="https://github.com/HashLips/hashlips_art_engine" target="_blank" title="HashLips/hashlips_art_engine">HashLips/hashlips_art_engine</a>
|
|
240
|
+
</div>
|
|
241
|
+
<div class="sub-title followers">
|
|
242
|
+
|
|
243
|
+
<a class="language" target="_blank" href="https://github.com/topics/javascript" title="Programming Language JavaScript">
|
|
244
|
+
<span style="background-color: #f1e05a;"></span>JavaScript
|
|
245
|
+
</a>
|
|
246
|
+
|
|
247
|
+
<span class="star" title="Stargazers Count">
|
|
248
|
+
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
249
|
+
<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>
|
|
250
|
+
</svg>
|
|
251
|
+
<span>1109</span>
|
|
252
|
+
</span>
|
|
253
|
+
<span class="star" title="Repo Forked">
|
|
254
|
+
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
255
|
+
<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">
|
|
256
|
+
</path>
|
|
257
|
+
</svg>
|
|
258
|
+
<span>495</span>
|
|
259
|
+
</span>
|
|
260
|
+
<span class="star">
|
|
261
|
+
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
262
|
+
<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>
|
|
263
|
+
</svg>
|
|
264
|
+
<span>620 stars this month</span>
|
|
265
|
+
</span>
|
|
266
|
+
</div>
|
|
267
|
+
<div class="details">
|
|
268
|
+
HashLips Art Engine is a tool used to create multiple different instances of artworks based on provided layers.
|
|
269
|
+
</div>
|
|
270
|
+
</div>
|
|
271
|
+
</li>
|
|
272
|
+
|
|
273
|
+
<li>
|
|
274
|
+
<div class="info">
|
|
275
|
+
<div class="rank">
|
|
276
|
+
<span title="Ranking 5">5</span>
|
|
277
|
+
<a href="https://github.com/facebook/flipper" target="_blank" title="facebook/flipper">facebook/flipper</a>
|
|
278
|
+
</div>
|
|
279
|
+
<div class="sub-title followers">
|
|
280
|
+
|
|
281
|
+
<a class="language" target="_blank" href="https://github.com/topics/typescript" title="Programming Language TypeScript">
|
|
282
|
+
<span style="background-color: #2b7489;"></span>TypeScript
|
|
283
|
+
</a>
|
|
284
|
+
|
|
285
|
+
<span class="star" title="Stargazers Count">
|
|
286
|
+
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
287
|
+
<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>
|
|
288
|
+
</svg>
|
|
289
|
+
<span>10146</span>
|
|
290
|
+
</span>
|
|
291
|
+
<span class="star" title="Repo Forked">
|
|
292
|
+
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
293
|
+
<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">
|
|
294
|
+
</path>
|
|
295
|
+
</svg>
|
|
296
|
+
<span>715</span>
|
|
297
|
+
</span>
|
|
298
|
+
<span class="star">
|
|
299
|
+
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
300
|
+
<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>
|
|
301
|
+
</svg>
|
|
302
|
+
<span>1207 stars this month</span>
|
|
303
|
+
</span>
|
|
304
|
+
</div>
|
|
305
|
+
<div class="details">
|
|
306
|
+
A desktop debugging platform for mobile developers.
|
|
307
|
+
</div>
|
|
308
|
+
</div>
|
|
309
|
+
</li>
|
|
310
|
+
|
|
311
|
+
<li>
|
|
312
|
+
<div class="info">
|
|
313
|
+
<div class="rank">
|
|
314
|
+
<span title="Ranking 6">6</span>
|
|
315
|
+
<a href="https://github.com/john-smilga/node-express-course" target="_blank" title="john-smilga/node-express-course">john-smilga/node-express-course</a>
|
|
316
|
+
</div>
|
|
317
|
+
<div class="sub-title followers">
|
|
318
|
+
|
|
319
|
+
<a class="language" target="_blank" href="https://github.com/topics/javascript" title="Programming Language JavaScript">
|
|
320
|
+
<span style="background-color: #f1e05a;"></span>JavaScript
|
|
321
|
+
</a>
|
|
322
|
+
|
|
323
|
+
<span class="star" title="Stargazers Count">
|
|
324
|
+
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
325
|
+
<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>
|
|
326
|
+
</svg>
|
|
327
|
+
<span>725</span>
|
|
328
|
+
</span>
|
|
329
|
+
<span class="star" title="Repo Forked">
|
|
330
|
+
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
331
|
+
<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">
|
|
332
|
+
</path>
|
|
333
|
+
</svg>
|
|
334
|
+
<span>671</span>
|
|
335
|
+
</span>
|
|
336
|
+
<span class="star">
|
|
337
|
+
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
338
|
+
<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>
|
|
339
|
+
</svg>
|
|
340
|
+
<span>244 stars this month</span>
|
|
341
|
+
</span>
|
|
342
|
+
</div>
|
|
343
|
+
<div class="details">
|
|
344
|
+
|
|
345
|
+
</div>
|
|
346
|
+
</div>
|
|
347
|
+
</li>
|
|
348
|
+
|
|
349
|
+
<li>
|
|
350
|
+
<div class="info">
|
|
351
|
+
<div class="rank">
|
|
352
|
+
<span title="Ranking 7">7</span>
|
|
353
|
+
<a href="https://github.com/TheAlgorithms/Python" target="_blank" title="TheAlgorithms/Python">TheAlgorithms/Python</a>
|
|
354
|
+
</div>
|
|
355
|
+
<div class="sub-title followers">
|
|
356
|
+
|
|
357
|
+
<a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
|
|
358
|
+
<span style="background-color: #3572A5;"></span>Python
|
|
359
|
+
</a>
|
|
360
|
+
|
|
361
|
+
<span class="star" title="Stargazers Count">
|
|
362
|
+
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
363
|
+
<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>
|
|
364
|
+
</svg>
|
|
365
|
+
<span>122092</span>
|
|
366
|
+
</span>
|
|
367
|
+
<span class="star" title="Repo Forked">
|
|
368
|
+
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
369
|
+
<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">
|
|
370
|
+
</path>
|
|
371
|
+
</svg>
|
|
372
|
+
<span>32751</span>
|
|
373
|
+
</span>
|
|
374
|
+
<span class="star">
|
|
375
|
+
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
376
|
+
<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>
|
|
377
|
+
</svg>
|
|
378
|
+
<span>3475 stars this month</span>
|
|
379
|
+
</span>
|
|
380
|
+
</div>
|
|
381
|
+
<div class="details">
|
|
382
|
+
All Algorithms implemented in Python
|
|
383
|
+
</div>
|
|
384
|
+
</div>
|
|
385
|
+
</li>
|
|
386
|
+
|
|
387
|
+
<li>
|
|
388
|
+
<div class="info">
|
|
389
|
+
<div class="rank">
|
|
390
|
+
<span title="Ranking 8">8</span>
|
|
391
|
+
<a href="https://github.com/appsmithorg/appsmith" target="_blank" title="appsmithorg/appsmith">appsmithorg/appsmith</a>
|
|
392
|
+
</div>
|
|
393
|
+
<div class="sub-title followers">
|
|
394
|
+
|
|
395
|
+
<a class="language" target="_blank" href="https://github.com/topics/typescript" title="Programming Language TypeScript">
|
|
396
|
+
<span style="background-color: #2b7489;"></span>TypeScript
|
|
397
|
+
</a>
|
|
398
|
+
|
|
399
|
+
<span class="star" title="Stargazers Count">
|
|
400
|
+
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
401
|
+
<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>
|
|
402
|
+
</svg>
|
|
403
|
+
<span>8117</span>
|
|
404
|
+
</span>
|
|
405
|
+
<span class="star" title="Repo Forked">
|
|
406
|
+
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
407
|
+
<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">
|
|
408
|
+
</path>
|
|
409
|
+
</svg>
|
|
410
|
+
<span>801</span>
|
|
411
|
+
</span>
|
|
412
|
+
<span class="star">
|
|
413
|
+
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
414
|
+
<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>
|
|
415
|
+
</svg>
|
|
416
|
+
<span>2166 stars this month</span>
|
|
417
|
+
</span>
|
|
418
|
+
</div>
|
|
419
|
+
<div class="details">
|
|
420
|
+
Quickly build any custom business software like admin panels, internal tools, dashboards and more with pre-built UI widgets that connect to any database, GraphQL or REST API, controlling everything with Javascript.
|
|
421
|
+
</div>
|
|
422
|
+
</div>
|
|
423
|
+
</li>
|
|
424
|
+
|
|
425
|
+
<li>
|
|
426
|
+
<div class="info">
|
|
427
|
+
<div class="rank">
|
|
428
|
+
<span title="Ranking 9">9</span>
|
|
429
|
+
<a href="https://github.com/rwightman/pytorch-image-models" target="_blank" title="rwightman/pytorch-image-models">rwightman/pytorch-image-models</a>
|
|
430
|
+
</div>
|
|
431
|
+
<div class="sub-title followers">
|
|
432
|
+
|
|
433
|
+
<a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
|
|
434
|
+
<span style="background-color: #3572A5;"></span>Python
|
|
435
|
+
</a>
|
|
436
|
+
|
|
437
|
+
<span class="star" title="Stargazers Count">
|
|
438
|
+
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
439
|
+
<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>
|
|
440
|
+
</svg>
|
|
441
|
+
<span>14135</span>
|
|
442
|
+
</span>
|
|
443
|
+
<span class="star" title="Repo Forked">
|
|
444
|
+
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
445
|
+
<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">
|
|
446
|
+
</path>
|
|
447
|
+
</svg>
|
|
448
|
+
<span>2233</span>
|
|
449
|
+
</span>
|
|
450
|
+
<span class="star">
|
|
451
|
+
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
452
|
+
<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>
|
|
453
|
+
</svg>
|
|
454
|
+
<span>1017 stars this month</span>
|
|
455
|
+
</span>
|
|
456
|
+
</div>
|
|
457
|
+
<div class="details">
|
|
458
|
+
PyTorch image models, scripts, pretrained weights -- ResNet, ResNeXT, EfficientNet, EfficientNetV2, NFNet, Vision Transformer, MixNet, MobileNet-V3/V2, RegNet, DPN, CSPNet, and more
|
|
459
|
+
</div>
|
|
460
|
+
</div>
|
|
461
|
+
</li>
|
|
462
|
+
|
|
463
|
+
<li>
|
|
464
|
+
<div class="info">
|
|
465
|
+
<div class="rank">
|
|
466
|
+
<span title="Ranking 10">10</span>
|
|
467
|
+
<a href="https://github.com/qiurunze123/miaosha" target="_blank" title="qiurunze123/miaosha">qiurunze123/miaosha</a>
|
|
468
|
+
</div>
|
|
469
|
+
<div class="sub-title followers">
|
|
470
|
+
|
|
471
|
+
<a class="language" target="_blank" href="https://github.com/topics/java" title="Programming Language Java">
|
|
472
|
+
<span style="background-color: #b07219;"></span>Java
|
|
473
|
+
</a>
|
|
474
|
+
|
|
475
|
+
<span class="star" title="Stargazers Count">
|
|
476
|
+
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
477
|
+
<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>
|
|
478
|
+
</svg>
|
|
479
|
+
<span>22771</span>
|
|
480
|
+
</span>
|
|
481
|
+
<span class="star" title="Repo Forked">
|
|
482
|
+
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
483
|
+
<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">
|
|
484
|
+
</path>
|
|
485
|
+
</svg>
|
|
486
|
+
<span>5851</span>
|
|
487
|
+
</span>
|
|
488
|
+
<span class="star">
|
|
489
|
+
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
490
|
+
<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>
|
|
491
|
+
</svg>
|
|
492
|
+
<span>1018 stars this month</span>
|
|
493
|
+
</span>
|
|
494
|
+
</div>
|
|
495
|
+
<div class="details">
|
|
496
|
+
⭐⭐⭐⭐秒杀系统设计与实现.互联网工程师进阶与分析🙋🐓
|
|
497
|
+
</div>
|
|
498
|
+
</div>
|
|
499
|
+
</li>
|
|
500
|
+
|
|
501
|
+
<li>
|
|
502
|
+
<div class="info">
|
|
503
|
+
<div class="rank">
|
|
504
|
+
<span title="Ranking 11">11</span>
|
|
505
|
+
<a href="https://github.com/OpenIMSDK/Open-IM-Server" target="_blank" title="OpenIMSDK/Open-IM-Server">OpenIMSDK/Open-IM-Server</a>
|
|
506
|
+
</div>
|
|
507
|
+
<div class="sub-title followers">
|
|
508
|
+
|
|
509
|
+
<a class="language" target="_blank" href="https://github.com/topics/go" title="Programming Language Go">
|
|
510
|
+
<span style="background-color: #00ADD8;"></span>Go
|
|
511
|
+
</a>
|
|
512
|
+
|
|
513
|
+
<span class="star" title="Stargazers Count">
|
|
514
|
+
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
515
|
+
<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>
|
|
516
|
+
</svg>
|
|
517
|
+
<span>2348</span>
|
|
518
|
+
</span>
|
|
519
|
+
<span class="star" title="Repo Forked">
|
|
520
|
+
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
521
|
+
<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">
|
|
522
|
+
</path>
|
|
523
|
+
</svg>
|
|
524
|
+
<span>339</span>
|
|
525
|
+
</span>
|
|
526
|
+
<span class="star">
|
|
527
|
+
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
528
|
+
<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>
|
|
529
|
+
</svg>
|
|
530
|
+
<span>1413 stars this month</span>
|
|
531
|
+
</span>
|
|
532
|
+
</div>
|
|
533
|
+
<div class="details">
|
|
534
|
+
OpenIM:由前微信技术专家打造的基于 Go 实现的即时通讯(IM)项目,从服务端到客户端SDK开源即时通讯(IM)整体解决方案,可以轻松替代第三方IM云服务,打造具备聊天、社交功能的app。
|
|
535
|
+
</div>
|
|
536
|
+
</div>
|
|
537
|
+
</li>
|
|
538
|
+
|
|
539
|
+
<li>
|
|
540
|
+
<div class="info">
|
|
541
|
+
<div class="rank">
|
|
542
|
+
<span title="Ranking 12">12</span>
|
|
543
|
+
<a href="https://github.com/mattermost/mattermost-server" target="_blank" title="mattermost/mattermost-server">mattermost/mattermost-server</a>
|
|
544
|
+
</div>
|
|
545
|
+
<div class="sub-title followers">
|
|
546
|
+
|
|
547
|
+
<a class="language" target="_blank" href="https://github.com/topics/go" title="Programming Language Go">
|
|
548
|
+
<span style="background-color: #00ADD8;"></span>Go
|
|
549
|
+
</a>
|
|
550
|
+
|
|
551
|
+
<span class="star" title="Stargazers Count">
|
|
552
|
+
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
553
|
+
<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>
|
|
554
|
+
</svg>
|
|
555
|
+
<span>21325</span>
|
|
556
|
+
</span>
|
|
557
|
+
<span class="star" title="Repo Forked">
|
|
558
|
+
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
559
|
+
<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">
|
|
560
|
+
</path>
|
|
561
|
+
</svg>
|
|
562
|
+
<span>5209</span>
|
|
563
|
+
</span>
|
|
564
|
+
<span class="star">
|
|
565
|
+
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
566
|
+
<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>
|
|
567
|
+
</svg>
|
|
568
|
+
<span>400 stars this month</span>
|
|
569
|
+
</span>
|
|
570
|
+
</div>
|
|
571
|
+
<div class="details">
|
|
572
|
+
Mattermost is an open source platform for secure collaboration across the entire software development lifecycle.
|
|
573
|
+
</div>
|
|
574
|
+
</div>
|
|
575
|
+
</li>
|
|
576
|
+
|
|
577
|
+
<li>
|
|
578
|
+
<div class="info">
|
|
579
|
+
<div class="rank">
|
|
580
|
+
<span title="Ranking 13">13</span>
|
|
581
|
+
<a href="https://github.com/firstcontributions/first-contributions" target="_blank" title="firstcontributions/first-contributions">firstcontributions/first-contributions</a>
|
|
582
|
+
</div>
|
|
583
|
+
<div class="sub-title followers">
|
|
584
|
+
|
|
585
|
+
<span class="star" title="Stargazers Count">
|
|
586
|
+
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
587
|
+
<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>
|
|
588
|
+
</svg>
|
|
589
|
+
<span>21553</span>
|
|
590
|
+
</span>
|
|
591
|
+
<span class="star" title="Repo Forked">
|
|
592
|
+
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
593
|
+
<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">
|
|
594
|
+
</path>
|
|
595
|
+
</svg>
|
|
596
|
+
<span>40763</span>
|
|
597
|
+
</span>
|
|
598
|
+
<span class="star">
|
|
599
|
+
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
600
|
+
<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>
|
|
601
|
+
</svg>
|
|
602
|
+
<span>687 stars this month</span>
|
|
603
|
+
</span>
|
|
604
|
+
</div>
|
|
605
|
+
<div class="details">
|
|
606
|
+
🚀✨ Help beginners to contribute to open source projects
|
|
607
|
+
</div>
|
|
608
|
+
</div>
|
|
609
|
+
</li>
|
|
610
|
+
|
|
611
|
+
<li>
|
|
612
|
+
<div class="info">
|
|
613
|
+
<div class="rank">
|
|
614
|
+
<span title="Ranking 14">14</span>
|
|
615
|
+
<a href="https://github.com/projectdiscovery/nuclei-templates" target="_blank" title="projectdiscovery/nuclei-templates">projectdiscovery/nuclei-templates</a>
|
|
616
|
+
</div>
|
|
617
|
+
<div class="sub-title followers">
|
|
618
|
+
|
|
619
|
+
<a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
|
|
620
|
+
<span style="background-color: #3572A5;"></span>Python
|
|
621
|
+
</a>
|
|
622
|
+
|
|
623
|
+
<span class="star" title="Stargazers Count">
|
|
624
|
+
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
625
|
+
<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>
|
|
626
|
+
</svg>
|
|
627
|
+
<span>2696</span>
|
|
628
|
+
</span>
|
|
629
|
+
<span class="star" title="Repo Forked">
|
|
630
|
+
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
631
|
+
<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">
|
|
632
|
+
</path>
|
|
633
|
+
</svg>
|
|
634
|
+
<span>855</span>
|
|
635
|
+
</span>
|
|
636
|
+
<span class="star">
|
|
637
|
+
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
638
|
+
<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>
|
|
639
|
+
</svg>
|
|
640
|
+
<span>370 stars this month</span>
|
|
641
|
+
</span>
|
|
642
|
+
</div>
|
|
643
|
+
<div class="details">
|
|
644
|
+
Community curated list of templates for the nuclei engine to find security vulnerabilities.
|
|
645
|
+
</div>
|
|
646
|
+
</div>
|
|
647
|
+
</li>
|
|
648
|
+
|
|
649
|
+
<li>
|
|
650
|
+
<div class="info">
|
|
651
|
+
<div class="rank">
|
|
652
|
+
<span title="Ranking 15">15</span>
|
|
653
|
+
<a href="https://github.com/microsoft/Data-Science-For-Beginners" target="_blank" title="microsoft/Data-Science-For-Beginners">microsoft/Data-Science-For-Beginners</a>
|
|
654
|
+
</div>
|
|
655
|
+
<div class="sub-title followers">
|
|
656
|
+
|
|
657
|
+
<a class="language" target="_blank" href="https://github.com/topics/jupyternotebook" title="Programming Language JupyterNotebook">
|
|
658
|
+
<span style="background-color: #DA5B0B;"></span>JupyterNotebook
|
|
659
|
+
</a>
|
|
660
|
+
|
|
661
|
+
<span class="star" title="Stargazers Count">
|
|
662
|
+
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
663
|
+
<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>
|
|
664
|
+
</svg>
|
|
665
|
+
<span>4912</span>
|
|
666
|
+
</span>
|
|
667
|
+
<span class="star" title="Repo Forked">
|
|
668
|
+
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
669
|
+
<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">
|
|
670
|
+
</path>
|
|
671
|
+
</svg>
|
|
672
|
+
<span>679</span>
|
|
673
|
+
</span>
|
|
674
|
+
<span class="star">
|
|
675
|
+
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
676
|
+
<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>
|
|
677
|
+
</svg>
|
|
678
|
+
<span>4204 stars this month</span>
|
|
679
|
+
</span>
|
|
680
|
+
</div>
|
|
681
|
+
<div class="details">
|
|
682
|
+
10 Weeks, 20 Lessons, Data Science for All!
|
|
683
|
+
</div>
|
|
684
|
+
</div>
|
|
685
|
+
</li>
|
|
686
|
+
|
|
687
|
+
<li>
|
|
688
|
+
<div class="info">
|
|
689
|
+
<div class="rank">
|
|
690
|
+
<span title="Ranking 16">16</span>
|
|
691
|
+
<a href="https://github.com/thewhiteh4t/seeker" target="_blank" title="thewhiteh4t/seeker">thewhiteh4t/seeker</a>
|
|
692
|
+
</div>
|
|
693
|
+
<div class="sub-title followers">
|
|
694
|
+
|
|
695
|
+
<a class="language" target="_blank" href="https://github.com/topics/css" title="Programming Language CSS">
|
|
696
|
+
<span style="background-color: #563d7c;"></span>CSS
|
|
697
|
+
</a>
|
|
698
|
+
|
|
699
|
+
<span class="star" title="Stargazers Count">
|
|
700
|
+
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
701
|
+
<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>
|
|
702
|
+
</svg>
|
|
703
|
+
<span>2538</span>
|
|
704
|
+
</span>
|
|
705
|
+
<span class="star" title="Repo Forked">
|
|
706
|
+
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
707
|
+
<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">
|
|
708
|
+
</path>
|
|
709
|
+
</svg>
|
|
710
|
+
<span>891</span>
|
|
711
|
+
</span>
|
|
712
|
+
<span class="star">
|
|
713
|
+
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
714
|
+
<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>
|
|
715
|
+
</svg>
|
|
716
|
+
<span>340 stars this month</span>
|
|
717
|
+
</span>
|
|
718
|
+
</div>
|
|
719
|
+
<div class="details">
|
|
720
|
+
Accurately Locate Smartphones using Social Engineering
|
|
721
|
+
</div>
|
|
722
|
+
</div>
|
|
723
|
+
</li>
|
|
724
|
+
|
|
725
|
+
<li>
|
|
726
|
+
<div class="info">
|
|
727
|
+
<div class="rank">
|
|
728
|
+
<span title="Ranking 17">17</span>
|
|
729
|
+
<a href="https://github.com/dotnet/sdk" target="_blank" title="dotnet/sdk">dotnet/sdk</a>
|
|
730
|
+
</div>
|
|
731
|
+
<div class="sub-title followers">
|
|
732
|
+
|
|
733
|
+
<a class="language" target="_blank" href="https://github.com/topics/c#" title="Programming Language C#">
|
|
734
|
+
<span style="background-color: #178600;"></span>C#
|
|
735
|
+
</a>
|
|
736
|
+
|
|
737
|
+
<span class="star" title="Stargazers Count">
|
|
738
|
+
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
739
|
+
<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>
|
|
740
|
+
</svg>
|
|
741
|
+
<span>1536</span>
|
|
742
|
+
</span>
|
|
743
|
+
<span class="star" title="Repo Forked">
|
|
744
|
+
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
745
|
+
<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">
|
|
746
|
+
</path>
|
|
747
|
+
</svg>
|
|
748
|
+
<span>536</span>
|
|
749
|
+
</span>
|
|
750
|
+
<span class="star">
|
|
751
|
+
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
752
|
+
<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>
|
|
753
|
+
</svg>
|
|
754
|
+
<span>303 stars this month</span>
|
|
755
|
+
</span>
|
|
756
|
+
</div>
|
|
757
|
+
<div class="details">
|
|
758
|
+
Core functionality needed to create .NET Core projects, that is shared between Visual Studio and CLI
|
|
759
|
+
</div>
|
|
760
|
+
</div>
|
|
761
|
+
</li>
|
|
762
|
+
|
|
763
|
+
<li>
|
|
764
|
+
<div class="info">
|
|
765
|
+
<div class="rank">
|
|
766
|
+
<span title="Ranking 18">18</span>
|
|
767
|
+
<a href="https://github.com/lvgl/lvgl" target="_blank" title="lvgl/lvgl">lvgl/lvgl</a>
|
|
768
|
+
</div>
|
|
769
|
+
<div class="sub-title followers">
|
|
770
|
+
|
|
771
|
+
<a class="language" target="_blank" href="https://github.com/topics/c" title="Programming Language C">
|
|
772
|
+
<span style="background-color: #555555;"></span>C
|
|
773
|
+
</a>
|
|
774
|
+
|
|
775
|
+
<span class="star" title="Stargazers Count">
|
|
776
|
+
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
777
|
+
<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>
|
|
778
|
+
</svg>
|
|
779
|
+
<span>7705</span>
|
|
780
|
+
</span>
|
|
781
|
+
<span class="star" title="Repo Forked">
|
|
782
|
+
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
783
|
+
<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">
|
|
784
|
+
</path>
|
|
785
|
+
</svg>
|
|
786
|
+
<span>1545</span>
|
|
787
|
+
</span>
|
|
788
|
+
<span class="star">
|
|
789
|
+
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
790
|
+
<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>
|
|
791
|
+
</svg>
|
|
792
|
+
<span>896 stars this month</span>
|
|
793
|
+
</span>
|
|
794
|
+
</div>
|
|
795
|
+
<div class="details">
|
|
796
|
+
Powerful and easy-to-use embedded GUI library with many widgets, advanced visual effects (opacity, antialiasing, animations) and low memory requirements (16K RAM, 64K Flash).
|
|
797
|
+
</div>
|
|
798
|
+
</div>
|
|
799
|
+
</li>
|
|
800
|
+
|
|
801
|
+
<li>
|
|
802
|
+
<div class="info">
|
|
803
|
+
<div class="rank">
|
|
804
|
+
<span title="Ranking 19">19</span>
|
|
805
|
+
<a href="https://github.com/odoo/odoo" target="_blank" title="odoo/odoo">odoo/odoo</a>
|
|
806
|
+
</div>
|
|
807
|
+
<div class="sub-title followers">
|
|
808
|
+
|
|
809
|
+
<a class="language" target="_blank" href="https://github.com/topics/javascript" title="Programming Language JavaScript">
|
|
810
|
+
<span style="background-color: #f1e05a;"></span>JavaScript
|
|
811
|
+
</a>
|
|
812
|
+
|
|
813
|
+
<span class="star" title="Stargazers Count">
|
|
814
|
+
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
815
|
+
<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>
|
|
816
|
+
</svg>
|
|
817
|
+
<span>23168</span>
|
|
818
|
+
</span>
|
|
819
|
+
<span class="star" title="Repo Forked">
|
|
820
|
+
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
821
|
+
<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">
|
|
822
|
+
</path>
|
|
823
|
+
</svg>
|
|
824
|
+
<span>15193</span>
|
|
825
|
+
</span>
|
|
826
|
+
<span class="star">
|
|
827
|
+
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
828
|
+
<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>
|
|
829
|
+
</svg>
|
|
830
|
+
<span>621 stars this month</span>
|
|
831
|
+
</span>
|
|
832
|
+
</div>
|
|
833
|
+
<div class="details">
|
|
834
|
+
Odoo. Open Source Apps To Grow Your Business.
|
|
835
|
+
</div>
|
|
836
|
+
</div>
|
|
837
|
+
</li>
|
|
838
|
+
|
|
839
|
+
<li>
|
|
840
|
+
<div class="info">
|
|
841
|
+
<div class="rank">
|
|
842
|
+
<span title="Ranking 20">20</span>
|
|
843
|
+
<a href="https://github.com/vercel/next.js" target="_blank" title="vercel/next.js">vercel/next.js</a>
|
|
844
|
+
</div>
|
|
845
|
+
<div class="sub-title followers">
|
|
846
|
+
|
|
847
|
+
<a class="language" target="_blank" href="https://github.com/topics/javascript" title="Programming Language JavaScript">
|
|
848
|
+
<span style="background-color: #f1e05a;"></span>JavaScript
|
|
849
|
+
</a>
|
|
850
|
+
|
|
851
|
+
<span class="star" title="Stargazers Count">
|
|
852
|
+
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
853
|
+
<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>
|
|
854
|
+
</svg>
|
|
855
|
+
<span>75805</span>
|
|
856
|
+
</span>
|
|
857
|
+
<span class="star" title="Repo Forked">
|
|
858
|
+
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
859
|
+
<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">
|
|
860
|
+
</path>
|
|
861
|
+
</svg>
|
|
862
|
+
<span>14995</span>
|
|
863
|
+
</span>
|
|
864
|
+
<span class="star">
|
|
865
|
+
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
866
|
+
<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>
|
|
867
|
+
</svg>
|
|
868
|
+
<span>2259 stars this month</span>
|
|
869
|
+
</span>
|
|
870
|
+
</div>
|
|
871
|
+
<div class="details">
|
|
872
|
+
The React Framework
|
|
873
|
+
</div>
|
|
874
|
+
</div>
|
|
875
|
+
</li>
|
|
876
|
+
|
|
877
|
+
<li>
|
|
878
|
+
<div class="info">
|
|
879
|
+
<div class="rank">
|
|
880
|
+
<span title="Ranking 21">21</span>
|
|
881
|
+
<a href="https://github.com/hrsh7th/nvim-cmp" target="_blank" title="hrsh7th/nvim-cmp">hrsh7th/nvim-cmp</a>
|
|
882
|
+
</div>
|
|
883
|
+
<div class="sub-title followers">
|
|
884
|
+
|
|
885
|
+
<a class="language" target="_blank" href="https://github.com/topics/lua" title="Programming Language Lua">
|
|
886
|
+
<span style="background-color: #000080;"></span>Lua
|
|
887
|
+
</a>
|
|
888
|
+
|
|
889
|
+
<span class="star" title="Stargazers Count">
|
|
890
|
+
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
891
|
+
<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>
|
|
892
|
+
</svg>
|
|
893
|
+
<span>1331</span>
|
|
894
|
+
</span>
|
|
895
|
+
<span class="star" title="Repo Forked">
|
|
896
|
+
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
897
|
+
<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">
|
|
898
|
+
</path>
|
|
899
|
+
</svg>
|
|
900
|
+
<span>55</span>
|
|
901
|
+
</span>
|
|
902
|
+
<span class="star">
|
|
903
|
+
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
904
|
+
<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>
|
|
905
|
+
</svg>
|
|
906
|
+
<span>486 stars this month</span>
|
|
907
|
+
</span>
|
|
908
|
+
</div>
|
|
909
|
+
<div class="details">
|
|
910
|
+
A completion plugin for neovim coded in Lua.
|
|
911
|
+
</div>
|
|
912
|
+
</div>
|
|
913
|
+
</li>
|
|
914
|
+
|
|
915
|
+
<li>
|
|
916
|
+
<div class="info">
|
|
917
|
+
<div class="rank">
|
|
918
|
+
<span title="Ranking 22">22</span>
|
|
919
|
+
<a href="https://github.com/trekhleb/javascript-algorithms" target="_blank" title="trekhleb/javascript-algorithms">trekhleb/javascript-algorithms</a>
|
|
920
|
+
</div>
|
|
921
|
+
<div class="sub-title followers">
|
|
922
|
+
|
|
923
|
+
<a class="language" target="_blank" href="https://github.com/topics/javascript" title="Programming Language JavaScript">
|
|
924
|
+
<span style="background-color: #f1e05a;"></span>JavaScript
|
|
925
|
+
</a>
|
|
926
|
+
|
|
927
|
+
<span class="star" title="Stargazers Count">
|
|
928
|
+
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
929
|
+
<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>
|
|
930
|
+
</svg>
|
|
931
|
+
<span>125688</span>
|
|
932
|
+
</span>
|
|
933
|
+
<span class="star" title="Repo Forked">
|
|
934
|
+
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
935
|
+
<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">
|
|
936
|
+
</path>
|
|
937
|
+
</svg>
|
|
938
|
+
<span>20460</span>
|
|
939
|
+
</span>
|
|
940
|
+
<span class="star">
|
|
941
|
+
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
942
|
+
<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>
|
|
943
|
+
</svg>
|
|
944
|
+
<span>5204 stars this month</span>
|
|
945
|
+
</span>
|
|
946
|
+
</div>
|
|
947
|
+
<div class="details">
|
|
948
|
+
📝 Algorithms and data structures implemented in JavaScript with explanations and links to further readings
|
|
949
|
+
</div>
|
|
950
|
+
</div>
|
|
951
|
+
</li>
|
|
952
|
+
|
|
953
|
+
<li>
|
|
954
|
+
<div class="info">
|
|
955
|
+
<div class="rank">
|
|
956
|
+
<span title="Ranking 23">23</span>
|
|
957
|
+
<a href="https://github.com/fchollet/deep-learning-with-python-notebooks" target="_blank" title="fchollet/deep-learning-with-python-notebooks">fchollet/deep-learning-with-python-notebooks</a>
|
|
958
|
+
</div>
|
|
959
|
+
<div class="sub-title followers">
|
|
960
|
+
|
|
961
|
+
<a class="language" target="_blank" href="https://github.com/topics/jupyternotebook" title="Programming Language JupyterNotebook">
|
|
962
|
+
<span style="background-color: #DA5B0B;"></span>JupyterNotebook
|
|
963
|
+
</a>
|
|
964
|
+
|
|
965
|
+
<span class="star" title="Stargazers Count">
|
|
966
|
+
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
967
|
+
<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>
|
|
968
|
+
</svg>
|
|
969
|
+
<span>13958</span>
|
|
970
|
+
</span>
|
|
971
|
+
<span class="star" title="Repo Forked">
|
|
972
|
+
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
973
|
+
<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">
|
|
974
|
+
</path>
|
|
975
|
+
</svg>
|
|
976
|
+
<span>6840</span>
|
|
977
|
+
</span>
|
|
978
|
+
<span class="star">
|
|
979
|
+
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
980
|
+
<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>
|
|
981
|
+
</svg>
|
|
982
|
+
<span>419 stars this month</span>
|
|
983
|
+
</span>
|
|
984
|
+
</div>
|
|
985
|
+
<div class="details">
|
|
986
|
+
Jupyter notebooks for the code samples of the book "Deep Learning with Python"
|
|
987
|
+
</div>
|
|
988
|
+
</div>
|
|
989
|
+
</li>
|
|
990
|
+
|
|
991
|
+
<li>
|
|
992
|
+
<div class="info">
|
|
993
|
+
<div class="rank">
|
|
994
|
+
<span title="Ranking 24">24</span>
|
|
995
|
+
<a href="https://github.com/cube-js/cube.js" target="_blank" title="cube-js/cube.js">cube-js/cube.js</a>
|
|
996
|
+
</div>
|
|
997
|
+
<div class="sub-title followers">
|
|
998
|
+
|
|
999
|
+
<a class="language" target="_blank" href="https://github.com/topics/rust" title="Programming Language Rust">
|
|
1000
|
+
<span style="background-color: #dea584;"></span>Rust
|
|
1001
|
+
</a>
|
|
1002
|
+
|
|
1003
|
+
<span class="star" title="Stargazers Count">
|
|
1004
|
+
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
1005
|
+
<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>
|
|
1006
|
+
</svg>
|
|
1007
|
+
<span>11663</span>
|
|
1008
|
+
</span>
|
|
1009
|
+
<span class="star" title="Repo Forked">
|
|
1010
|
+
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
1011
|
+
<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">
|
|
1012
|
+
</path>
|
|
1013
|
+
</svg>
|
|
1014
|
+
<span>1127</span>
|
|
1015
|
+
</span>
|
|
1016
|
+
<span class="star">
|
|
1017
|
+
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
1018
|
+
<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>
|
|
1019
|
+
</svg>
|
|
1020
|
+
<span>576 stars this month</span>
|
|
1021
|
+
</span>
|
|
1022
|
+
</div>
|
|
1023
|
+
<div class="details">
|
|
1024
|
+
📊 Cube.js — Open-Source Analytics API for Building Data Apps
|
|
1025
|
+
</div>
|
|
1026
|
+
</div>
|
|
1027
|
+
</li>
|
|
1028
|
+
|
|
1029
|
+
<li>
|
|
1030
|
+
<div class="info">
|
|
1031
|
+
<div class="rank">
|
|
1032
|
+
<span title="Ranking 25">25</span>
|
|
1033
|
+
<a href="https://github.com/htr-tech/zphisher" target="_blank" title="htr-tech/zphisher">htr-tech/zphisher</a>
|
|
1034
|
+
</div>
|
|
1035
|
+
<div class="sub-title followers">
|
|
1036
|
+
|
|
1037
|
+
<a class="language" target="_blank" href="https://github.com/topics/hack" title="Programming Language Hack">
|
|
1038
|
+
<span style="background-color: #878787;"></span>Hack
|
|
1039
|
+
</a>
|
|
1040
|
+
|
|
1041
|
+
<span class="star" title="Stargazers Count">
|
|
1042
|
+
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
1043
|
+
<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>
|
|
1044
|
+
</svg>
|
|
1045
|
+
<span>3740</span>
|
|
1046
|
+
</span>
|
|
1047
|
+
<span class="star" title="Repo Forked">
|
|
1048
|
+
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
1049
|
+
<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">
|
|
1050
|
+
</path>
|
|
1051
|
+
</svg>
|
|
1052
|
+
<span>1363</span>
|
|
1053
|
+
</span>
|
|
1054
|
+
<span class="star">
|
|
1055
|
+
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
1056
|
+
<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>
|
|
1057
|
+
</svg>
|
|
1058
|
+
<span>965 stars this month</span>
|
|
1059
|
+
</span>
|
|
1060
|
+
</div>
|
|
1061
|
+
<div class="details">
|
|
1062
|
+
An automated phishing tool with 30+ templates. This Tool is made for educational purpose only ! Author will not be responsible for any misuse of this toolkit !
|
|
1063
|
+
</div>
|
|
1064
|
+
</div>
|
|
1065
|
+
</li>
|
|
1066
|
+
|
|
1045
1067
|
</ul>
|
|
1046
1068
|
<div class="footer">
|
|
1047
|
-
<
|
|
1069
|
+
<div>
|
|
1048
1070
|
<a href="https://github.com/jaywcjlove/github-rank/network" target="_blank">
|
|
1049
1071
|
<img src="https://img.shields.io/github/forks/jaywcjlove/github-rank.svg">
|
|
1050
1072
|
</a>
|
|
@@ -1057,8 +1079,8 @@
|
|
|
1057
1079
|
<a href="https://unpkg.com/@wcj/github-rank/web/index.html" target="_blank">
|
|
1058
1080
|
<img src="https://img.shields.io/npm/v/@wcj/github-rank.svg?label=unpkg">
|
|
1059
1081
|
</a>
|
|
1060
|
-
</
|
|
1061
|
-
<div class="time">Last cache created on 2021/11/
|
|
1082
|
+
</div>
|
|
1083
|
+
<div class="time">Last cache created on 2021/11/2 by Github API v3.</div>
|
|
1062
1084
|
Create by <a href="https://github.com/jaywcjlove" target="_blank">小弟调调™</a>.
|
|
1063
1085
|
</div>
|
|
1064
1086
|
</body>
|