@wcj/github-rank 22.4.16 → 22.4.17

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.
Files changed (38) hide show
  1. package/dist/repos.json +14352 -14373
  2. package/dist/sifou-daily.json +29 -38
  3. package/dist/sifou-monthly.json +57 -57
  4. package/dist/sifou-weekly.json +97 -97
  5. package/dist/toutiao-30.json +52 -52
  6. package/dist/toutiao-7.json +67 -67
  7. package/dist/toutiao-90.json +12 -12
  8. package/dist/trending-daily.json +171 -171
  9. package/dist/trending-monthly.json +157 -157
  10. package/dist/trending-weekly.json +162 -162
  11. package/dist/users.china.json +1113 -1113
  12. package/dist/users.json +1682 -1682
  13. package/package.json +1 -1
  14. package/web/36kr.html +2 -2
  15. package/web/data/repos.json +14352 -14373
  16. package/web/data/sifou-daily.json +29 -38
  17. package/web/data/sifou-monthly.json +57 -57
  18. package/web/data/sifou-weekly.json +97 -97
  19. package/web/data/toutiao-30.json +52 -52
  20. package/web/data/toutiao-7.json +67 -67
  21. package/web/data/toutiao-90.json +12 -12
  22. package/web/data/trending-daily.json +171 -171
  23. package/web/data/trending-monthly.json +157 -157
  24. package/web/data/trending-weekly.json +162 -162
  25. package/web/data/users.china.json +1113 -1113
  26. package/web/data/users.json +1682 -1682
  27. package/web/index.html +933 -933
  28. package/web/repos.html +2022 -2022
  29. package/web/sifou-daily.html +26 -54
  30. package/web/sifou-monthly.html +64 -64
  31. package/web/sifou-weekly.html +131 -131
  32. package/web/toutiao-30.html +60 -60
  33. package/web/toutiao-7.html +74 -74
  34. package/web/toutiao-90.html +25 -25
  35. package/web/trending-monthly.html +145 -141
  36. package/web/trending-weekly.html +144 -148
  37. package/web/trending.html +149 -149
  38. package/web/users.china.html +584 -584
@@ -124,7 +124,7 @@
124
124
 
125
125
 
126
126
  </h1>
127
- <div class="time">Last cache created on 2022/4/16 by
127
+ <div class="time">Last cache created on 2022/4/17 by
128
128
 
129
129
 
130
130
 
@@ -167,20 +167,20 @@
167
167
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
168
168
  <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>
169
169
  </svg>
170
- <span>57205</span>
170
+ <span>57295</span>
171
171
  </span>
172
172
  <span class="star" title="Repo Forked">
173
173
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
174
174
  <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">
175
175
  </path>
176
176
  </svg>
177
- <span>4631</span>
177
+ <span>4636</span>
178
178
  </span>
179
179
  <span class="star">
180
180
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
181
181
  <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>
182
182
  </svg>
183
- <span>2764 stars this week</span>
183
+ <span>2463 stars this week</span>
184
184
  </span>
185
185
  </div>
186
186
  <div class="details">
@@ -193,32 +193,32 @@
193
193
  <div class="info">
194
194
  <div class="rank">
195
195
  <span title="Ranking 2">2</span>
196
- <a href="https://github.com/Skykai521/DingDongHelper" target="_blank" title="Skykai521/DingDongHelper">Skykai521/DingDongHelper</a>
196
+ <a href="https://github.com/MichaelCade/90DaysOfDevOps" target="_blank" title="MichaelCade/90DaysOfDevOps">MichaelCade/90DaysOfDevOps</a>
197
197
  </div>
198
198
  <div class="sub-title followers">
199
199
 
200
- <a class="language" target="_blank" href="https://github.com/topics/kotlin" title="Programming Language Kotlin">
201
- <span style="background-color: #A97BFF;"></span>Kotlin
200
+ <a class="language" target="_blank" href="https://github.com/topics/shell" title="Programming Language Shell">
201
+ <span style="background-color: #89e051;"></span>Shell
202
202
  </a>
203
203
 
204
204
  <span class="star" title="Stargazers Count">
205
205
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
206
206
  <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>
207
207
  </svg>
208
- <span>1072</span>
208
+ <span>9595</span>
209
209
  </span>
210
210
  <span class="star" title="Repo Forked">
211
211
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
212
212
  <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">
213
213
  </path>
214
214
  </svg>
215
- <span>399</span>
215
+ <span>1464</span>
216
216
  </span>
217
217
  <span class="star">
218
218
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
219
219
  <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>
220
220
  </svg>
221
- <span>432 stars this week</span>
221
+ <span>2964 stars this week</span>
222
222
  </span>
223
223
  </div>
224
224
  <div class="details">
@@ -231,32 +231,32 @@
231
231
  <div class="info">
232
232
  <div class="rank">
233
233
  <span title="Ranking 3">3</span>
234
- <a href="https://github.com/MichaelCade/90DaysOfDevOps" target="_blank" title="MichaelCade/90DaysOfDevOps">MichaelCade/90DaysOfDevOps</a>
234
+ <a href="https://github.com/microsoft/ML-For-Beginners" target="_blank" title="microsoft/ML-For-Beginners">microsoft/ML-For-Beginners</a>
235
235
  </div>
236
236
  <div class="sub-title followers">
237
237
 
238
- <a class="language" target="_blank" href="https://github.com/topics/shell" title="Programming Language Shell">
239
- <span style="background-color: #89e051;"></span>Shell
238
+ <a class="language" target="_blank" href="https://github.com/topics/jupyternotebook" title="Programming Language JupyterNotebook">
239
+ <span style="background-color: #DA5B0B;"></span>JupyterNotebook
240
240
  </a>
241
241
 
242
242
  <span class="star" title="Stargazers Count">
243
243
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
244
244
  <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>
245
245
  </svg>
246
- <span>9444</span>
246
+ <span>32593</span>
247
247
  </span>
248
248
  <span class="star" title="Repo Forked">
249
249
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
250
250
  <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">
251
251
  </path>
252
252
  </svg>
253
- <span>1438</span>
253
+ <span>6477</span>
254
254
  </span>
255
255
  <span class="star">
256
256
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
257
257
  <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>
258
258
  </svg>
259
- <span>3106 stars this week</span>
259
+ <span>2424 stars this week</span>
260
260
  </span>
261
261
  </div>
262
262
  <div class="details">
@@ -269,32 +269,32 @@
269
269
  <div class="info">
270
270
  <div class="rank">
271
271
  <span title="Ranking 4">4</span>
272
- <a href="https://github.com/microsoft/ML-For-Beginners" target="_blank" title="microsoft/ML-For-Beginners">microsoft/ML-For-Beginners</a>
272
+ <a href="https://github.com/Skykai521/DingDongHelper" target="_blank" title="Skykai521/DingDongHelper">Skykai521/DingDongHelper</a>
273
273
  </div>
274
274
  <div class="sub-title followers">
275
275
 
276
- <a class="language" target="_blank" href="https://github.com/topics/jupyternotebook" title="Programming Language JupyterNotebook">
277
- <span style="background-color: #DA5B0B;"></span>JupyterNotebook
276
+ <a class="language" target="_blank" href="https://github.com/topics/kotlin" title="Programming Language Kotlin">
277
+ <span style="background-color: #A97BFF;"></span>Kotlin
278
278
  </a>
279
279
 
280
280
  <span class="star" title="Stargazers Count">
281
281
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
282
282
  <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>
283
283
  </svg>
284
- <span>32154</span>
284
+ <span>1085</span>
285
285
  </span>
286
286
  <span class="star" title="Repo Forked">
287
287
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
288
288
  <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">
289
289
  </path>
290
290
  </svg>
291
- <span>6447</span>
291
+ <span>401</span>
292
292
  </span>
293
293
  <span class="star">
294
294
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
295
295
  <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>
296
296
  </svg>
297
- <span>2018 stars this week</span>
297
+ <span>306 stars this week</span>
298
298
  </span>
299
299
  </div>
300
300
  <div class="details">
@@ -307,32 +307,32 @@
307
307
  <div class="info">
308
308
  <div class="rank">
309
309
  <span title="Ranking 5">5</span>
310
- <a href="https://github.com/CompVis/latent-diffusion" target="_blank" title="CompVis/latent-diffusion">CompVis/latent-diffusion</a>
310
+ <a href="https://github.com/skyline-emu/skyline" target="_blank" title="skyline-emu/skyline">skyline-emu/skyline</a>
311
311
  </div>
312
312
  <div class="sub-title followers">
313
313
 
314
- <a class="language" target="_blank" href="https://github.com/topics/jupyternotebook" title="Programming Language JupyterNotebook">
315
- <span style="background-color: #DA5B0B;"></span>JupyterNotebook
314
+ <a class="language" target="_blank" href="https://github.com/topics/c++" title="Programming Language C++">
315
+ <span style="background-color: #f34b7d;"></span>C++
316
316
  </a>
317
317
 
318
318
  <span class="star" title="Stargazers Count">
319
319
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
320
320
  <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>
321
321
  </svg>
322
- <span>1365</span>
322
+ <span>5619</span>
323
323
  </span>
324
324
  <span class="star" title="Repo Forked">
325
325
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
326
326
  <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">
327
327
  </path>
328
328
  </svg>
329
- <span>134</span>
329
+ <span>927</span>
330
330
  </span>
331
331
  <span class="star">
332
332
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
333
333
  <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>
334
334
  </svg>
335
- <span>324 stars this week</span>
335
+ <span>721 stars this week</span>
336
336
  </span>
337
337
  </div>
338
338
  <div class="details">
@@ -345,32 +345,32 @@
345
345
  <div class="info">
346
346
  <div class="rank">
347
347
  <span title="Ranking 6">6</span>
348
- <a href="https://github.com/skyline-emu/skyline" target="_blank" title="skyline-emu/skyline">skyline-emu/skyline</a>
348
+ <a href="https://github.com/CompVis/latent-diffusion" target="_blank" title="CompVis/latent-diffusion">CompVis/latent-diffusion</a>
349
349
  </div>
350
350
  <div class="sub-title followers">
351
351
 
352
- <a class="language" target="_blank" href="https://github.com/topics/c++" title="Programming Language C++">
353
- <span style="background-color: #f34b7d;"></span>C++
352
+ <a class="language" target="_blank" href="https://github.com/topics/jupyternotebook" title="Programming Language JupyterNotebook">
353
+ <span style="background-color: #DA5B0B;"></span>JupyterNotebook
354
354
  </a>
355
355
 
356
356
  <span class="star" title="Stargazers Count">
357
357
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
358
358
  <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>
359
359
  </svg>
360
- <span>5571</span>
360
+ <span>1382</span>
361
361
  </span>
362
362
  <span class="star" title="Repo Forked">
363
363
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
364
364
  <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">
365
365
  </path>
366
366
  </svg>
367
- <span>925</span>
367
+ <span>135</span>
368
368
  </span>
369
369
  <span class="star">
370
370
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
371
371
  <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>
372
372
  </svg>
373
- <span>705 stars this week</span>
373
+ <span>251 stars this week</span>
374
374
  </span>
375
375
  </div>
376
376
  <div class="details">
@@ -383,32 +383,32 @@
383
383
  <div class="info">
384
384
  <div class="rank">
385
385
  <span title="Ranking 7">7</span>
386
- <a href="https://github.com/trufflesecurity/trufflehog" target="_blank" title="trufflesecurity/trufflehog">trufflesecurity/trufflehog</a>
386
+ <a href="https://github.com/microsoft/dotnet-podcasts" target="_blank" title="microsoft/dotnet-podcasts">microsoft/dotnet-podcasts</a>
387
387
  </div>
388
388
  <div class="sub-title followers">
389
389
 
390
- <a class="language" target="_blank" href="https://github.com/topics/go" title="Programming Language Go">
391
- <span style="background-color: #00ADD8;"></span>Go
390
+ <a class="language" target="_blank" href="https://github.com/topics/c#" title="Programming Language C#">
391
+ <span style="background-color: #178600;"></span>C#
392
392
  </a>
393
393
 
394
394
  <span class="star" title="Stargazers Count">
395
395
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
396
396
  <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>
397
397
  </svg>
398
- <span>8031</span>
398
+ <span>960</span>
399
399
  </span>
400
400
  <span class="star" title="Repo Forked">
401
401
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
402
402
  <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">
403
403
  </path>
404
404
  </svg>
405
- <span>992</span>
405
+ <span>256</span>
406
406
  </span>
407
407
  <span class="star">
408
408
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
409
409
  <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>
410
410
  </svg>
411
- <span>468 stars this week</span>
411
+ <span>83 stars this week</span>
412
412
  </span>
413
413
  </div>
414
414
  <div class="details">
@@ -421,32 +421,32 @@
421
421
  <div class="info">
422
422
  <div class="rank">
423
423
  <span title="Ranking 8">8</span>
424
- <a href="https://github.com/BoomingTech/Pilot" target="_blank" title="BoomingTech/Pilot">BoomingTech/Pilot</a>
424
+ <a href="https://github.com/fighting41love/funNLP" target="_blank" title="fighting41love/funNLP">fighting41love/funNLP</a>
425
425
  </div>
426
426
  <div class="sub-title followers">
427
427
 
428
- <a class="language" target="_blank" href="https://github.com/topics/c++" title="Programming Language C++">
429
- <span style="background-color: #f34b7d;"></span>C++
428
+ <a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
429
+ <span style="background-color: #3572A5;"></span>Python
430
430
  </a>
431
431
 
432
432
  <span class="star" title="Stargazers Count">
433
433
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
434
434
  <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>
435
435
  </svg>
436
- <span>1859</span>
436
+ <span>38660</span>
437
437
  </span>
438
438
  <span class="star" title="Repo Forked">
439
439
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
440
440
  <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">
441
441
  </path>
442
442
  </svg>
443
- <span>643</span>
443
+ <span>11007</span>
444
444
  </span>
445
445
  <span class="star">
446
446
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
447
447
  <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>
448
448
  </svg>
449
- <span>417 stars this week</span>
449
+ <span>900 stars this week</span>
450
450
  </span>
451
451
  </div>
452
452
  <div class="details">
@@ -459,32 +459,32 @@
459
459
  <div class="info">
460
460
  <div class="rank">
461
461
  <span title="Ranking 9">9</span>
462
- <a href="https://github.com/microsoft/dotnet-podcasts" target="_blank" title="microsoft/dotnet-podcasts">microsoft/dotnet-podcasts</a>
462
+ <a href="https://github.com/singularity-data/risingwave" target="_blank" title="singularity-data/risingwave">singularity-data/risingwave</a>
463
463
  </div>
464
464
  <div class="sub-title followers">
465
465
 
466
- <a class="language" target="_blank" href="https://github.com/topics/c#" title="Programming Language C#">
467
- <span style="background-color: #178600;"></span>C#
466
+ <a class="language" target="_blank" href="https://github.com/topics/rust" title="Programming Language Rust">
467
+ <span style="background-color: #dea584;"></span>Rust
468
468
  </a>
469
469
 
470
470
  <span class="star" title="Stargazers Count">
471
471
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
472
472
  <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>
473
473
  </svg>
474
- <span>951</span>
474
+ <span>1090</span>
475
475
  </span>
476
476
  <span class="star" title="Repo Forked">
477
477
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
478
478
  <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">
479
479
  </path>
480
480
  </svg>
481
- <span>255</span>
481
+ <span>74</span>
482
482
  </span>
483
483
  <span class="star">
484
484
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
485
485
  <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>
486
486
  </svg>
487
- <span>75 stars this week</span>
487
+ <span>591 stars this week</span>
488
488
  </span>
489
489
  </div>
490
490
  <div class="details">
@@ -497,32 +497,32 @@
497
497
  <div class="info">
498
498
  <div class="rank">
499
499
  <span title="Ranking 10">10</span>
500
- <a href="https://github.com/microsoft/PowerToys" target="_blank" title="microsoft/PowerToys">microsoft/PowerToys</a>
500
+ <a href="https://github.com/fastlane/fastlane" target="_blank" title="fastlane/fastlane">fastlane/fastlane</a>
501
501
  </div>
502
502
  <div class="sub-title followers">
503
503
 
504
- <a class="language" target="_blank" href="https://github.com/topics/c#" title="Programming Language C#">
505
- <span style="background-color: #178600;"></span>C#
504
+ <a class="language" target="_blank" href="https://github.com/topics/ruby" title="Programming Language Ruby">
505
+ <span style="background-color: #701516;"></span>Ruby
506
506
  </a>
507
507
 
508
508
  <span class="star" title="Stargazers Count">
509
509
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
510
510
  <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>
511
511
  </svg>
512
- <span>71829</span>
512
+ <span>34652</span>
513
513
  </span>
514
514
  <span class="star" title="Repo Forked">
515
515
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
516
516
  <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">
517
517
  </path>
518
518
  </svg>
519
- <span>4061</span>
519
+ <span>5182</span>
520
520
  </span>
521
521
  <span class="star">
522
522
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
523
523
  <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>
524
524
  </svg>
525
- <span>776 stars this week</span>
525
+ <span>304 stars this week</span>
526
526
  </span>
527
527
  </div>
528
528
  <div class="details">
@@ -535,32 +535,32 @@
535
535
  <div class="info">
536
536
  <div class="rank">
537
537
  <span title="Ranking 11">11</span>
538
- <a href="https://github.com/nlohmann/json" target="_blank" title="nlohmann/json">nlohmann/json</a>
538
+ <a href="https://github.com/vinta/awesome-python" target="_blank" title="vinta/awesome-python">vinta/awesome-python</a>
539
539
  </div>
540
540
  <div class="sub-title followers">
541
541
 
542
- <a class="language" target="_blank" href="https://github.com/topics/c++" title="Programming Language C++">
543
- <span style="background-color: #f34b7d;"></span>C++
542
+ <a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
543
+ <span style="background-color: #3572A5;"></span>Python
544
544
  </a>
545
545
 
546
546
  <span class="star" title="Stargazers Count">
547
547
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
548
548
  <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>
549
549
  </svg>
550
- <span>29612</span>
550
+ <span>123912</span>
551
551
  </span>
552
552
  <span class="star" title="Repo Forked">
553
553
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
554
554
  <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">
555
555
  </path>
556
556
  </svg>
557
- <span>5095</span>
557
+ <span>21077</span>
558
558
  </span>
559
559
  <span class="star">
560
560
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
561
561
  <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>
562
562
  </svg>
563
- <span>253 stars this week</span>
563
+ <span>1306 stars this week</span>
564
564
  </span>
565
565
  </div>
566
566
  <div class="details">
@@ -573,32 +573,32 @@
573
573
  <div class="info">
574
574
  <div class="rank">
575
575
  <span title="Ranking 12">12</span>
576
- <a href="https://github.com/codeedu/imersao-7-codepix" target="_blank" title="codeedu/imersao-7-codepix">codeedu/imersao-7-codepix</a>
576
+ <a href="https://github.com/projectdiscovery/subfinder" target="_blank" title="projectdiscovery/subfinder">projectdiscovery/subfinder</a>
577
577
  </div>
578
578
  <div class="sub-title followers">
579
579
 
580
- <a class="language" target="_blank" href="https://github.com/topics/typescript" title="Programming Language TypeScript">
581
- <span style="background-color: #2b7489;"></span>TypeScript
580
+ <a class="language" target="_blank" href="https://github.com/topics/go" title="Programming Language Go">
581
+ <span style="background-color: #00ADD8;"></span>Go
582
582
  </a>
583
583
 
584
584
  <span class="star" title="Stargazers Count">
585
585
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
586
586
  <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>
587
587
  </svg>
588
- <span>200</span>
588
+ <span>5376</span>
589
589
  </span>
590
590
  <span class="star" title="Repo Forked">
591
591
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
592
592
  <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">
593
593
  </path>
594
594
  </svg>
595
- <span>128</span>
595
+ <span>792</span>
596
596
  </span>
597
597
  <span class="star">
598
598
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
599
599
  <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>
600
600
  </svg>
601
- <span>73 stars this week</span>
601
+ <span>301 stars this week</span>
602
602
  </span>
603
603
  </div>
604
604
  <div class="details">
@@ -611,32 +611,32 @@
611
611
  <div class="info">
612
612
  <div class="rank">
613
613
  <span title="Ranking 13">13</span>
614
- <a href="https://github.com/projectdiscovery/httpx" target="_blank" title="projectdiscovery/httpx">projectdiscovery/httpx</a>
614
+ <a href="https://github.com/microsoft/PowerToys" target="_blank" title="microsoft/PowerToys">microsoft/PowerToys</a>
615
615
  </div>
616
616
  <div class="sub-title followers">
617
617
 
618
- <a class="language" target="_blank" href="https://github.com/topics/go" title="Programming Language Go">
619
- <span style="background-color: #00ADD8;"></span>Go
618
+ <a class="language" target="_blank" href="https://github.com/topics/c#" title="Programming Language C#">
619
+ <span style="background-color: #178600;"></span>C#
620
620
  </a>
621
621
 
622
622
  <span class="star" title="Stargazers Count">
623
623
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
624
624
  <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>
625
625
  </svg>
626
- <span>2915</span>
626
+ <span>71865</span>
627
627
  </span>
628
628
  <span class="star" title="Repo Forked">
629
629
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
630
630
  <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">
631
631
  </path>
632
632
  </svg>
633
- <span>403</span>
633
+ <span>4064</span>
634
634
  </span>
635
635
  <span class="star">
636
636
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
637
637
  <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>
638
638
  </svg>
639
- <span>105 stars this week</span>
639
+ <span>684 stars this week</span>
640
640
  </span>
641
641
  </div>
642
642
  <div class="details">
@@ -649,32 +649,32 @@
649
649
  <div class="info">
650
650
  <div class="rank">
651
651
  <span title="Ranking 14">14</span>
652
- <a href="https://github.com/lucidrains/vit-pytorch" target="_blank" title="lucidrains/vit-pytorch">lucidrains/vit-pytorch</a>
652
+ <a href="https://github.com/rust-lang/rust-analyzer" target="_blank" title="rust-lang/rust-analyzer">rust-lang/rust-analyzer</a>
653
653
  </div>
654
654
  <div class="sub-title followers">
655
655
 
656
- <a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
657
- <span style="background-color: #3572A5;"></span>Python
656
+ <a class="language" target="_blank" href="https://github.com/topics/rust" title="Programming Language Rust">
657
+ <span style="background-color: #dea584;"></span>Rust
658
658
  </a>
659
659
 
660
660
  <span class="star" title="Stargazers Count">
661
661
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
662
662
  <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>
663
663
  </svg>
664
- <span>9429</span>
664
+ <span>9285</span>
665
665
  </span>
666
666
  <span class="star" title="Repo Forked">
667
667
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
668
668
  <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">
669
669
  </path>
670
670
  </svg>
671
- <span>1563</span>
671
+ <span>924</span>
672
672
  </span>
673
673
  <span class="star">
674
674
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
675
675
  <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>
676
676
  </svg>
677
- <span>150 stars this week</span>
677
+ <span>301 stars this week</span>
678
678
  </span>
679
679
  </div>
680
680
  <div class="details">
@@ -687,32 +687,32 @@
687
687
  <div class="info">
688
688
  <div class="rank">
689
689
  <span title="Ranking 15">15</span>
690
- <a href="https://github.com/sean529/robFood" target="_blank" title="sean529/robFood">sean529/robFood</a>
690
+ <a href="https://github.com/projectdiscovery/httpx" target="_blank" title="projectdiscovery/httpx">projectdiscovery/httpx</a>
691
691
  </div>
692
692
  <div class="sub-title followers">
693
693
 
694
- <a class="language" target="_blank" href="https://github.com/topics/javascript" title="Programming Language JavaScript">
695
- <span style="background-color: #f1e05a;"></span>JavaScript
694
+ <a class="language" target="_blank" href="https://github.com/topics/go" title="Programming Language Go">
695
+ <span style="background-color: #00ADD8;"></span>Go
696
696
  </a>
697
697
 
698
698
  <span class="star" title="Stargazers Count">
699
699
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
700
700
  <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>
701
701
  </svg>
702
- <span>288</span>
702
+ <span>2955</span>
703
703
  </span>
704
704
  <span class="star" title="Repo Forked">
705
705
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
706
706
  <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">
707
707
  </path>
708
708
  </svg>
709
- <span>83</span>
709
+ <span>405</span>
710
710
  </span>
711
711
  <span class="star">
712
712
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
713
713
  <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>
714
714
  </svg>
715
- <span>65 stars this week</span>
715
+ <span>138 stars this week</span>
716
716
  </span>
717
717
  </div>
718
718
  <div class="details">
@@ -725,32 +725,32 @@
725
725
  <div class="info">
726
726
  <div class="rank">
727
727
  <span title="Ranking 16">16</span>
728
- <a href="https://github.com/Azure/azure-sdk-for-net" target="_blank" title="Azure/azure-sdk-for-net">Azure/azure-sdk-for-net</a>
728
+ <a href="https://github.com/medusajs/medusa" target="_blank" title="medusajs/medusa">medusajs/medusa</a>
729
729
  </div>
730
730
  <div class="sub-title followers">
731
731
 
732
- <a class="language" target="_blank" href="https://github.com/topics/c#" title="Programming Language C#">
733
- <span style="background-color: #178600;"></span>C#
732
+ <a class="language" target="_blank" href="https://github.com/topics/javascript" title="Programming Language JavaScript">
733
+ <span style="background-color: #f1e05a;"></span>JavaScript
734
734
  </a>
735
735
 
736
736
  <span class="star" title="Stargazers Count">
737
737
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
738
738
  <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>
739
739
  </svg>
740
- <span>3628</span>
740
+ <span>10753</span>
741
741
  </span>
742
742
  <span class="star" title="Repo Forked">
743
743
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
744
744
  <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">
745
745
  </path>
746
746
  </svg>
747
- <span>3394</span>
747
+ <span>549</span>
748
748
  </span>
749
749
  <span class="star">
750
750
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
751
751
  <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>
752
752
  </svg>
753
- <span>55 stars this week</span>
753
+ <span>854 stars this week</span>
754
754
  </span>
755
755
  </div>
756
756
  <div class="details">
@@ -763,32 +763,32 @@
763
763
  <div class="info">
764
764
  <div class="rank">
765
765
  <span title="Ranking 17">17</span>
766
- <a href="https://github.com/projectdiscovery/subfinder" target="_blank" title="projectdiscovery/subfinder">projectdiscovery/subfinder</a>
766
+ <a href="https://github.com/lucidrains/vit-pytorch" target="_blank" title="lucidrains/vit-pytorch">lucidrains/vit-pytorch</a>
767
767
  </div>
768
768
  <div class="sub-title followers">
769
769
 
770
- <a class="language" target="_blank" href="https://github.com/topics/go" title="Programming Language Go">
771
- <span style="background-color: #00ADD8;"></span>Go
770
+ <a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
771
+ <span style="background-color: #3572A5;"></span>Python
772
772
  </a>
773
773
 
774
774
  <span class="star" title="Stargazers Count">
775
775
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
776
776
  <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>
777
777
  </svg>
778
- <span>5367</span>
778
+ <span>9436</span>
779
779
  </span>
780
780
  <span class="star" title="Repo Forked">
781
781
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
782
782
  <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">
783
783
  </path>
784
784
  </svg>
785
- <span>792</span>
785
+ <span>1563</span>
786
786
  </span>
787
787
  <span class="star">
788
788
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
789
789
  <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>
790
790
  </svg>
791
- <span>294 stars this week</span>
791
+ <span>143 stars this week</span>
792
792
  </span>
793
793
  </div>
794
794
  <div class="details">
@@ -801,32 +801,28 @@
801
801
  <div class="info">
802
802
  <div class="rank">
803
803
  <span title="Ranking 18">18</span>
804
- <a href="https://github.com/vinta/awesome-python" target="_blank" title="vinta/awesome-python">vinta/awesome-python</a>
804
+ <a href="https://github.com/Lissy93/personal-security-checklist" target="_blank" title="Lissy93/personal-security-checklist">Lissy93/personal-security-checklist</a>
805
805
  </div>
806
806
  <div class="sub-title followers">
807
807
 
808
- <a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
809
- <span style="background-color: #3572A5;"></span>Python
810
- </a>
811
-
812
808
  <span class="star" title="Stargazers Count">
813
809
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
814
810
  <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>
815
811
  </svg>
816
- <span>123815</span>
812
+ <span>7203</span>
817
813
  </span>
818
814
  <span class="star" title="Repo Forked">
819
815
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
820
816
  <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">
821
817
  </path>
822
818
  </svg>
823
- <span>21067</span>
819
+ <span>538</span>
824
820
  </span>
825
821
  <span class="star">
826
822
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
827
823
  <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>
828
824
  </svg>
829
- <span>1297 stars this week</span>
825
+ <span>1008 stars this week</span>
830
826
  </span>
831
827
  </div>
832
828
  <div class="details">
@@ -839,32 +835,32 @@
839
835
  <div class="info">
840
836
  <div class="rank">
841
837
  <span title="Ranking 19">19</span>
842
- <a href="https://github.com/atom/atom" target="_blank" title="atom/atom">atom/atom</a>
838
+ <a href="https://github.com/nlohmann/json" target="_blank" title="nlohmann/json">nlohmann/json</a>
843
839
  </div>
844
840
  <div class="sub-title followers">
845
841
 
846
- <a class="language" target="_blank" href="https://github.com/topics/javascript" title="Programming Language JavaScript">
847
- <span style="background-color: #f1e05a;"></span>JavaScript
842
+ <a class="language" target="_blank" href="https://github.com/topics/c++" title="Programming Language C++">
843
+ <span style="background-color: #f34b7d;"></span>C++
848
844
  </a>
849
845
 
850
846
  <span class="star" title="Stargazers Count">
851
847
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
852
848
  <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>
853
849
  </svg>
854
- <span>57340</span>
850
+ <span>29628</span>
855
851
  </span>
856
852
  <span class="star" title="Repo Forked">
857
853
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
858
854
  <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">
859
855
  </path>
860
856
  </svg>
861
- <span>17066</span>
857
+ <span>5096</span>
862
858
  </span>
863
859
  <span class="star">
864
860
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
865
861
  <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>
866
862
  </svg>
867
- <span>225 stars this week</span>
863
+ <span>206 stars this week</span>
868
864
  </span>
869
865
  </div>
870
866
  <div class="details">
@@ -877,32 +873,28 @@
877
873
  <div class="info">
878
874
  <div class="rank">
879
875
  <span title="Ranking 20">20</span>
880
- <a href="https://github.com/redwoodjs/redwood" target="_blank" title="redwoodjs/redwood">redwoodjs/redwood</a>
876
+ <a href="https://github.com/GitHubDaily/GitHubDaily" target="_blank" title="GitHubDaily/GitHubDaily">GitHubDaily/GitHubDaily</a>
881
877
  </div>
882
878
  <div class="sub-title followers">
883
879
 
884
- <a class="language" target="_blank" href="https://github.com/topics/typescript" title="Programming Language TypeScript">
885
- <span style="background-color: #2b7489;"></span>TypeScript
886
- </a>
887
-
888
880
  <span class="star" title="Stargazers Count">
889
881
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
890
882
  <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>
891
883
  </svg>
892
- <span>12141</span>
884
+ <span>12635</span>
893
885
  </span>
894
886
  <span class="star" title="Repo Forked">
895
887
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
896
888
  <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">
897
889
  </path>
898
890
  </svg>
899
- <span>548</span>
891
+ <span>1551</span>
900
892
  </span>
901
893
  <span class="star">
902
894
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
903
895
  <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>
904
896
  </svg>
905
- <span>358 stars this week</span>
897
+ <span>957 stars this week</span>
906
898
  </span>
907
899
  </div>
908
900
  <div class="details">
@@ -915,32 +907,32 @@
915
907
  <div class="info">
916
908
  <div class="rank">
917
909
  <span title="Ranking 21">21</span>
918
- <a href="https://github.com/withastro/astro" target="_blank" title="withastro/astro">withastro/astro</a>
910
+ <a href="https://github.com/ClemensElflein/OpenMower" target="_blank" title="ClemensElflein/OpenMower">ClemensElflein/OpenMower</a>
919
911
  </div>
920
912
  <div class="sub-title followers">
921
913
 
922
- <a class="language" target="_blank" href="https://github.com/topics/typescript" title="Programming Language TypeScript">
923
- <span style="background-color: #2b7489;"></span>TypeScript
914
+ <a class="language" target="_blank" href="https://github.com/topics/html" title="Programming Language HTML">
915
+ <span style="background-color: #e34c26;"></span>HTML
924
916
  </a>
925
917
 
926
918
  <span class="star" title="Stargazers Count">
927
919
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
928
920
  <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>
929
921
  </svg>
930
- <span>11301</span>
922
+ <span>1207</span>
931
923
  </span>
932
924
  <span class="star" title="Repo Forked">
933
925
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
934
926
  <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">
935
927
  </path>
936
928
  </svg>
937
- <span>567</span>
929
+ <span>48</span>
938
930
  </span>
939
931
  <span class="star">
940
932
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
941
933
  <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>
942
934
  </svg>
943
- <span>146 stars this week</span>
935
+ <span>756 stars this week</span>
944
936
  </span>
945
937
  </div>
946
938
  <div class="details">
@@ -953,32 +945,32 @@
953
945
  <div class="info">
954
946
  <div class="rank">
955
947
  <span title="Ranking 22">22</span>
956
- <a href="https://github.com/lambda765/robFoodDD" target="_blank" title="lambda765/robFoodDD">lambda765/robFoodDD</a>
948
+ <a href="https://github.com/vxunderground/MalwareSourceCode" target="_blank" title="vxunderground/MalwareSourceCode">vxunderground/MalwareSourceCode</a>
957
949
  </div>
958
950
  <div class="sub-title followers">
959
951
 
960
- <a class="language" target="_blank" href="https://github.com/topics/go" title="Programming Language Go">
961
- <span style="background-color: #00ADD8;"></span>Go
952
+ <a class="language" target="_blank" href="https://github.com/topics/assembly" title="Programming Language Assembly">
953
+ <span style="background-color: #6E4C13;"></span>Assembly
962
954
  </a>
963
955
 
964
956
  <span class="star" title="Stargazers Count">
965
957
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
966
958
  <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>
967
959
  </svg>
968
- <span>194</span>
960
+ <span>9963</span>
969
961
  </span>
970
962
  <span class="star" title="Repo Forked">
971
963
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
972
964
  <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">
973
965
  </path>
974
966
  </svg>
975
- <span>202</span>
967
+ <span>1072</span>
976
968
  </span>
977
969
  <span class="star">
978
970
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
979
971
  <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>
980
972
  </svg>
981
- <span>45 stars this week</span>
973
+ <span>728 stars this week</span>
982
974
  </span>
983
975
  </div>
984
976
  <div class="details">
@@ -1003,20 +995,20 @@
1003
995
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
1004
996
  <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>
1005
997
  </svg>
1006
- <span>4772</span>
998
+ <span>4800</span>
1007
999
  </span>
1008
1000
  <span class="star" title="Repo Forked">
1009
1001
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
1010
1002
  <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">
1011
1003
  </path>
1012
1004
  </svg>
1013
- <span>781</span>
1005
+ <span>785</span>
1014
1006
  </span>
1015
1007
  <span class="star">
1016
1008
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
1017
1009
  <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>
1018
1010
  </svg>
1019
- <span>361 stars this week</span>
1011
+ <span>335 stars this week</span>
1020
1012
  </span>
1021
1013
  </div>
1022
1014
  <div class="details">
@@ -1029,32 +1021,32 @@
1029
1021
  <div class="info">
1030
1022
  <div class="rank">
1031
1023
  <span title="Ranking 24">24</span>
1032
- <a href="https://github.com/vxunderground/MalwareSourceCode" target="_blank" title="vxunderground/MalwareSourceCode">vxunderground/MalwareSourceCode</a>
1024
+ <a href="https://github.com/public-apis/public-apis" target="_blank" title="public-apis/public-apis">public-apis/public-apis</a>
1033
1025
  </div>
1034
1026
  <div class="sub-title followers">
1035
1027
 
1036
- <a class="language" target="_blank" href="https://github.com/topics/assembly" title="Programming Language Assembly">
1037
- <span style="background-color: #6E4C13;"></span>Assembly
1028
+ <a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
1029
+ <span style="background-color: #3572A5;"></span>Python
1038
1030
  </a>
1039
1031
 
1040
1032
  <span class="star" title="Stargazers Count">
1041
1033
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
1042
1034
  <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>
1043
1035
  </svg>
1044
- <span>9941</span>
1036
+ <span>189464</span>
1045
1037
  </span>
1046
1038
  <span class="star" title="Repo Forked">
1047
1039
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
1048
1040
  <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">
1049
1041
  </path>
1050
1042
  </svg>
1051
- <span>1070</span>
1043
+ <span>21864</span>
1052
1044
  </span>
1053
1045
  <span class="star">
1054
1046
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
1055
1047
  <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>
1056
1048
  </svg>
1057
- <span>750 stars this week</span>
1049
+ <span>1447 stars this week</span>
1058
1050
  </span>
1059
1051
  </div>
1060
1052
  <div class="details">
@@ -1067,28 +1059,32 @@
1067
1059
  <div class="info">
1068
1060
  <div class="rank">
1069
1061
  <span title="Ranking 25">25</span>
1070
- <a href="https://github.com/warpdotdev/Warp" target="_blank" title="warpdotdev/Warp">warpdotdev/Warp</a>
1062
+ <a href="https://github.com/PaddlePaddle/PaddleOCR" target="_blank" title="PaddlePaddle/PaddleOCR">PaddlePaddle/PaddleOCR</a>
1071
1063
  </div>
1072
1064
  <div class="sub-title followers">
1073
1065
 
1066
+ <a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
1067
+ <span style="background-color: #3572A5;"></span>Python
1068
+ </a>
1069
+
1074
1070
  <span class="star" title="Stargazers Count">
1075
1071
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
1076
1072
  <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>
1077
1073
  </svg>
1078
- <span>3367</span>
1074
+ <span>19933</span>
1079
1075
  </span>
1080
1076
  <span class="star" title="Repo Forked">
1081
1077
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
1082
1078
  <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">
1083
1079
  </path>
1084
1080
  </svg>
1085
- <span>42</span>
1081
+ <span>4201</span>
1086
1082
  </span>
1087
1083
  <span class="star">
1088
1084
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
1089
1085
  <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>
1090
1086
  </svg>
1091
- <span>842 stars this week</span>
1087
+ <span>190 stars this week</span>
1092
1088
  </span>
1093
1089
  </div>
1094
1090
  <div class="details">
@@ -1113,7 +1109,7 @@
1113
1109
  <img src="https://img.shields.io/npm/v/@wcj/github-rank.svg?label=unpkg">
1114
1110
  </a>
1115
1111
  </div>
1116
- <div class="time">Last cache created on 2022/4/16 by Github API v3.</div>
1112
+ <div class="time">Last cache created on 2022/4/17 by Github API v3.</div>
1117
1113
  Create by <a href="https://github.com/jaywcjlove" target="_blank">小弟调调™</a>.
1118
1114
  </div>
1119
1115
  </body>