@wcj/github-rank 22.10.10 → 22.10.12

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 (37) hide show
  1. package/dist/repos.json +27497 -27497
  2. package/dist/sifou-daily.json +55 -28
  3. package/dist/sifou-monthly.json +80 -80
  4. package/dist/sifou-weekly.json +160 -160
  5. package/dist/toutiao-30.json +76 -76
  6. package/dist/toutiao-7.json +102 -102
  7. package/dist/toutiao-90.json +25 -25
  8. package/dist/trending-daily.json +165 -165
  9. package/dist/trending-monthly.json +148 -148
  10. package/dist/trending-weekly.json +157 -157
  11. package/dist/users.china.json +2359 -2359
  12. package/dist/users.json +3481 -3481
  13. package/package.json +1 -1
  14. package/web/data/repos.json +27497 -27497
  15. package/web/data/sifou-daily.json +55 -28
  16. package/web/data/sifou-monthly.json +80 -80
  17. package/web/data/sifou-weekly.json +160 -160
  18. package/web/data/toutiao-30.json +76 -76
  19. package/web/data/toutiao-7.json +102 -102
  20. package/web/data/toutiao-90.json +25 -25
  21. package/web/data/trending-daily.json +165 -165
  22. package/web/data/trending-monthly.json +148 -148
  23. package/web/data/trending-weekly.json +157 -157
  24. package/web/data/users.china.json +2359 -2359
  25. package/web/data/users.json +3481 -3481
  26. package/web/index.html +1816 -1816
  27. package/web/repos.html +3494 -3494
  28. package/web/sifou-daily.html +109 -25
  29. package/web/sifou-monthly.html +93 -93
  30. package/web/sifou-weekly.html +143 -143
  31. package/web/toutiao-30.html +69 -69
  32. package/web/toutiao-7.html +89 -89
  33. package/web/toutiao-90.html +57 -57
  34. package/web/trending-monthly.html +131 -135
  35. package/web/trending-weekly.html +135 -139
  36. package/web/trending.html +142 -142
  37. package/web/users.china.html +1160 -1160
@@ -128,7 +128,7 @@
128
128
 
129
129
 
130
130
  </h1>
131
- <div class="time">Last cache created on 2022/10/10 by
131
+ <div class="time">Last cache created on 2022/10/12 by
132
132
 
133
133
 
134
134
 
@@ -157,28 +157,32 @@
157
157
  <div class="info">
158
158
  <div class="rank">
159
159
  <span title="Ranking 1">1</span>
160
- <a href="https://github.com/firstcontributions/first-contributions" target="_blank" title="firstcontributions/first-contributions">firstcontributions/first-contributions</a>
160
+ <a href="https://github.com/facebookincubator/AITemplate" target="_blank" title="facebookincubator/AITemplate">facebookincubator/AITemplate</a>
161
161
  </div>
162
162
  <div class="sub-title followers">
163
163
 
164
+ <a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
165
+ <span style="background-color: #3572A5;"></span>Python
166
+ </a>
167
+
164
168
  <span class="star" title="Stargazers Count">
165
169
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
166
170
  <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>
167
171
  </svg>
168
- <span>28577</span>
172
+ <span>2131</span>
169
173
  </span>
170
174
  <span class="star" title="Repo Forked">
171
175
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
172
176
  <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">
173
177
  </path>
174
178
  </svg>
175
- <span>52001</span>
179
+ <span>113</span>
176
180
  </span>
177
181
  <span class="star">
178
182
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
179
183
  <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>
180
184
  </svg>
181
- <span>1039 stars this week</span>
185
+ <span>1259 stars this week</span>
182
186
  </span>
183
187
  </div>
184
188
  <div class="details">
@@ -203,20 +207,20 @@
203
207
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
204
208
  <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>
205
209
  </svg>
206
- <span>8761</span>
210
+ <span>10607</span>
207
211
  </span>
208
212
  <span class="star" title="Repo Forked">
209
213
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
210
214
  <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">
211
215
  </path>
212
216
  </svg>
213
- <span>1226</span>
217
+ <span>1515</span>
214
218
  </span>
215
219
  <span class="star">
216
220
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
217
221
  <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>
218
222
  </svg>
219
- <span>3017 stars this week</span>
223
+ <span>4443 stars this week</span>
220
224
  </span>
221
225
  </div>
222
226
  <div class="details">
@@ -229,32 +233,32 @@
229
233
  <div class="info">
230
234
  <div class="rank">
231
235
  <span title="Ranking 3">3</span>
232
- <a href="https://github.com/ToolJet/ToolJet" target="_blank" title="ToolJet/ToolJet">ToolJet/ToolJet</a>
236
+ <a href="https://github.com/soxoj/maigret" target="_blank" title="soxoj/maigret">soxoj/maigret</a>
233
237
  </div>
234
238
  <div class="sub-title followers">
235
239
 
236
- <a class="language" target="_blank" href="https://github.com/topics/javascript" title="Programming Language JavaScript">
237
- <span style="background-color: #f1e05a;"></span>JavaScript
240
+ <a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
241
+ <span style="background-color: #3572A5;"></span>Python
238
242
  </a>
239
243
 
240
244
  <span class="star" title="Stargazers Count">
241
245
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
242
246
  <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>
243
247
  </svg>
244
- <span>13911</span>
248
+ <span>6510</span>
245
249
  </span>
246
250
  <span class="star" title="Repo Forked">
247
251
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
248
252
  <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">
249
253
  </path>
250
254
  </svg>
251
- <span>1212</span>
255
+ <span>490</span>
252
256
  </span>
253
257
  <span class="star">
254
258
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
255
259
  <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>
256
260
  </svg>
257
- <span>434 stars this week</span>
261
+ <span>2888 stars this week</span>
258
262
  </span>
259
263
  </div>
260
264
  <div class="details">
@@ -267,7 +271,7 @@
267
271
  <div class="info">
268
272
  <div class="rank">
269
273
  <span title="Ranking 4">4</span>
270
- <a href="https://github.com/HavocFramework/Havoc" target="_blank" title="HavocFramework/Havoc">HavocFramework/Havoc</a>
274
+ <a href="https://github.com/bnb-chain/bsc" target="_blank" title="bnb-chain/bsc">bnb-chain/bsc</a>
271
275
  </div>
272
276
  <div class="sub-title followers">
273
277
 
@@ -279,20 +283,20 @@
279
283
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
280
284
  <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>
281
285
  </svg>
282
- <span>1956</span>
286
+ <span>1805</span>
283
287
  </span>
284
288
  <span class="star" title="Repo Forked">
285
289
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
286
290
  <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">
287
291
  </path>
288
292
  </svg>
289
- <span>272</span>
293
+ <span>830</span>
290
294
  </span>
291
295
  <span class="star">
292
296
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
293
297
  <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>
294
298
  </svg>
295
- <span>1032 stars this week</span>
299
+ <span>95 stars this week</span>
296
300
  </span>
297
301
  </div>
298
302
  <div class="details">
@@ -305,32 +309,32 @@
305
309
  <div class="info">
306
310
  <div class="rank">
307
311
  <span title="Ranking 5">5</span>
308
- <a href="https://github.com/TheAlgorithms/C-Plus-Plus" target="_blank" title="TheAlgorithms/C-Plus-Plus">TheAlgorithms/C-Plus-Plus</a>
312
+ <a href="https://github.com/psf/black" target="_blank" title="psf/black">psf/black</a>
309
313
  </div>
310
314
  <div class="sub-title followers">
311
315
 
312
- <a class="language" target="_blank" href="https://github.com/topics/c++" title="Programming Language C++">
313
- <span style="background-color: #f34b7d;"></span>C++
316
+ <a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
317
+ <span style="background-color: #3572A5;"></span>Python
314
318
  </a>
315
319
 
316
320
  <span class="star" title="Stargazers Count">
317
321
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
318
322
  <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>
319
323
  </svg>
320
- <span>21709</span>
324
+ <span>29735</span>
321
325
  </span>
322
326
  <span class="star" title="Repo Forked">
323
327
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
324
328
  <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">
325
329
  </path>
326
330
  </svg>
327
- <span>5755</span>
331
+ <span>1889</span>
328
332
  </span>
329
333
  <span class="star">
330
334
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
331
335
  <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>
332
336
  </svg>
333
- <span>622 stars this week</span>
337
+ <span>452 stars this week</span>
334
338
  </span>
335
339
  </div>
336
340
  <div class="details">
@@ -343,32 +347,32 @@
343
347
  <div class="info">
344
348
  <div class="rank">
345
349
  <span title="Ranking 6">6</span>
346
- <a href="https://github.com/bnb-chain/bsc" target="_blank" title="bnb-chain/bsc">bnb-chain/bsc</a>
350
+ <a href="https://github.com/iced-rs/iced" target="_blank" title="iced-rs/iced">iced-rs/iced</a>
347
351
  </div>
348
352
  <div class="sub-title followers">
349
353
 
350
- <a class="language" target="_blank" href="https://github.com/topics/go" title="Programming Language Go">
351
- <span style="background-color: #00ADD8;"></span>Go
354
+ <a class="language" target="_blank" href="https://github.com/topics/rust" title="Programming Language Rust">
355
+ <span style="background-color: #dea584;"></span>Rust
352
356
  </a>
353
357
 
354
358
  <span class="star" title="Stargazers Count">
355
359
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
356
360
  <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>
357
361
  </svg>
358
- <span>1791</span>
362
+ <span>16240</span>
359
363
  </span>
360
364
  <span class="star" title="Repo Forked">
361
365
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
362
366
  <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">
363
367
  </path>
364
368
  </svg>
365
- <span>826</span>
369
+ <span>672</span>
366
370
  </span>
367
371
  <span class="star">
368
372
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
369
373
  <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>
370
374
  </svg>
371
- <span>82 stars this week</span>
375
+ <span>647 stars this week</span>
372
376
  </span>
373
377
  </div>
374
378
  <div class="details">
@@ -381,7 +385,7 @@
381
385
  <div class="info">
382
386
  <div class="rank">
383
387
  <span title="Ranking 7">7</span>
384
- <a href="https://github.com/lkwq007/stablediffusion-infinity" target="_blank" title="lkwq007/stablediffusion-infinity">lkwq007/stablediffusion-infinity</a>
388
+ <a href="https://github.com/TencentARC/GFPGAN" target="_blank" title="TencentARC/GFPGAN">TencentARC/GFPGAN</a>
385
389
  </div>
386
390
  <div class="sub-title followers">
387
391
 
@@ -393,20 +397,20 @@
393
397
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
394
398
  <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>
395
399
  </svg>
396
- <span>1882</span>
400
+ <span>23355</span>
397
401
  </span>
398
402
  <span class="star" title="Repo Forked">
399
403
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
400
404
  <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">
401
405
  </path>
402
406
  </svg>
403
- <span>121</span>
407
+ <span>3456</span>
404
408
  </span>
405
409
  <span class="star">
406
410
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
407
411
  <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>
408
412
  </svg>
409
- <span>698 stars this week</span>
413
+ <span>458 stars this week</span>
410
414
  </span>
411
415
  </div>
412
416
  <div class="details">
@@ -419,32 +423,32 @@
419
423
  <div class="info">
420
424
  <div class="rank">
421
425
  <span title="Ranking 8">8</span>
422
- <a href="https://github.com/freeCodeCamp/freeCodeCamp" target="_blank" title="freeCodeCamp/freeCodeCamp">freeCodeCamp/freeCodeCamp</a>
426
+ <a href="https://github.com/OpenBB-finance/OpenBBTerminal" target="_blank" title="OpenBB-finance/OpenBBTerminal">OpenBB-finance/OpenBBTerminal</a>
423
427
  </div>
424
428
  <div class="sub-title followers">
425
429
 
426
- <a class="language" target="_blank" href="https://github.com/topics/typescript" title="Programming Language TypeScript">
427
- <span style="background-color: #3178c6;"></span>TypeScript
430
+ <a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
431
+ <span style="background-color: #3572A5;"></span>Python
428
432
  </a>
429
433
 
430
434
  <span class="star" title="Stargazers Count">
431
435
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
432
436
  <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>
433
437
  </svg>
434
- <span>355083</span>
438
+ <span>17159</span>
435
439
  </span>
436
440
  <span class="star" title="Repo Forked">
437
441
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
438
442
  <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">
439
443
  </path>
440
444
  </svg>
441
- <span>29939</span>
445
+ <span>1779</span>
442
446
  </span>
443
447
  <span class="star">
444
448
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
445
449
  <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>
446
450
  </svg>
447
- <span>674 stars this week</span>
451
+ <span>466 stars this week</span>
448
452
  </span>
449
453
  </div>
450
454
  <div class="details">
@@ -457,32 +461,32 @@
457
461
  <div class="info">
458
462
  <div class="rank">
459
463
  <span title="Ranking 9">9</span>
460
- <a href="https://github.com/OpenBB-finance/OpenBBTerminal" target="_blank" title="OpenBB-finance/OpenBBTerminal">OpenBB-finance/OpenBBTerminal</a>
464
+ <a href="https://github.com/HavocFramework/Havoc" target="_blank" title="HavocFramework/Havoc">HavocFramework/Havoc</a>
461
465
  </div>
462
466
  <div class="sub-title followers">
463
467
 
464
- <a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
465
- <span style="background-color: #3572A5;"></span>Python
468
+ <a class="language" target="_blank" href="https://github.com/topics/go" title="Programming Language Go">
469
+ <span style="background-color: #00ADD8;"></span>Go
466
470
  </a>
467
471
 
468
472
  <span class="star" title="Stargazers Count">
469
473
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
470
474
  <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>
471
475
  </svg>
472
- <span>17085</span>
476
+ <span>2077</span>
473
477
  </span>
474
478
  <span class="star" title="Repo Forked">
475
479
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
476
480
  <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">
477
481
  </path>
478
482
  </svg>
479
- <span>1768</span>
483
+ <span>292</span>
480
484
  </span>
481
485
  <span class="star">
482
486
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
483
487
  <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>
484
488
  </svg>
485
- <span>413 stars this week</span>
489
+ <span>640 stars this week</span>
486
490
  </span>
487
491
  </div>
488
492
  <div class="details">
@@ -495,32 +499,28 @@
495
499
  <div class="info">
496
500
  <div class="rank">
497
501
  <span title="Ranking 10">10</span>
498
- <a href="https://github.com/TryGhost/Ghost" target="_blank" title="TryGhost/Ghost">TryGhost/Ghost</a>
502
+ <a href="https://github.com/firstcontributions/first-contributions" target="_blank" title="firstcontributions/first-contributions">firstcontributions/first-contributions</a>
499
503
  </div>
500
504
  <div class="sub-title followers">
501
505
 
502
- <a class="language" target="_blank" href="https://github.com/topics/javascript" title="Programming Language JavaScript">
503
- <span style="background-color: #f1e05a;"></span>JavaScript
504
- </a>
505
-
506
506
  <span class="star" title="Stargazers Count">
507
507
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
508
508
  <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>
509
509
  </svg>
510
- <span>41429</span>
510
+ <span>28739</span>
511
511
  </span>
512
512
  <span class="star" title="Repo Forked">
513
513
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
514
514
  <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">
515
515
  </path>
516
516
  </svg>
517
- <span>8940</span>
517
+ <span>52245</span>
518
518
  </span>
519
519
  <span class="star">
520
520
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
521
521
  <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>
522
522
  </svg>
523
- <span>256 stars this week</span>
523
+ <span>709 stars this week</span>
524
524
  </span>
525
525
  </div>
526
526
  <div class="details">
@@ -533,32 +533,32 @@
533
533
  <div class="info">
534
534
  <div class="rank">
535
535
  <span title="Ranking 11">11</span>
536
- <a href="https://github.com/pola-rs/polars" target="_blank" title="pola-rs/polars">pola-rs/polars</a>
536
+ <a href="https://github.com/nocodb/nocodb" target="_blank" title="nocodb/nocodb">nocodb/nocodb</a>
537
537
  </div>
538
538
  <div class="sub-title followers">
539
539
 
540
- <a class="language" target="_blank" href="https://github.com/topics/rust" title="Programming Language Rust">
541
- <span style="background-color: #dea584;"></span>Rust
540
+ <a class="language" target="_blank" href="https://github.com/topics/typescript" title="Programming Language TypeScript">
541
+ <span style="background-color: #3178c6;"></span>TypeScript
542
542
  </a>
543
543
 
544
544
  <span class="star" title="Stargazers Count">
545
545
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
546
546
  <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>
547
547
  </svg>
548
- <span>8456</span>
548
+ <span>31249</span>
549
549
  </span>
550
550
  <span class="star" title="Repo Forked">
551
551
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
552
552
  <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">
553
553
  </path>
554
554
  </svg>
555
- <span>466</span>
555
+ <span>1906</span>
556
556
  </span>
557
557
  <span class="star">
558
558
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
559
559
  <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>
560
560
  </svg>
561
- <span>336 stars this week</span>
561
+ <span>909 stars this week</span>
562
562
  </span>
563
563
  </div>
564
564
  <div class="details">
@@ -571,32 +571,32 @@
571
571
  <div class="info">
572
572
  <div class="rank">
573
573
  <span title="Ranking 12">12</span>
574
- <a href="https://github.com/CodeEditApp/CodeEdit" target="_blank" title="CodeEditApp/CodeEdit">CodeEditApp/CodeEdit</a>
574
+ <a href="https://github.com/dail8859/NotepadNext" target="_blank" title="dail8859/NotepadNext">dail8859/NotepadNext</a>
575
575
  </div>
576
576
  <div class="sub-title followers">
577
577
 
578
- <a class="language" target="_blank" href="https://github.com/topics/swift" title="Programming Language Swift">
579
- <span style="background-color: #F05138;"></span>Swift
578
+ <a class="language" target="_blank" href="https://github.com/topics/c++" title="Programming Language C++">
579
+ <span style="background-color: #f34b7d;"></span>C++
580
580
  </a>
581
581
 
582
582
  <span class="star" title="Stargazers Count">
583
583
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
584
584
  <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>
585
585
  </svg>
586
- <span>15245</span>
586
+ <span>3663</span>
587
587
  </span>
588
588
  <span class="star" title="Repo Forked">
589
589
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
590
590
  <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">
591
591
  </path>
592
592
  </svg>
593
- <span>706</span>
593
+ <span>216</span>
594
594
  </span>
595
595
  <span class="star">
596
596
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
597
597
  <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>
598
598
  </svg>
599
- <span>468 stars this week</span>
599
+ <span>833 stars this week</span>
600
600
  </span>
601
601
  </div>
602
602
  <div class="details">
@@ -609,32 +609,32 @@
609
609
  <div class="info">
610
610
  <div class="rank">
611
611
  <span title="Ranking 13">13</span>
612
- <a href="https://github.com/github/docs" target="_blank" title="github/docs">github/docs</a>
612
+ <a href="https://github.com/williamyang1991/VToonify" target="_blank" title="williamyang1991/VToonify">williamyang1991/VToonify</a>
613
613
  </div>
614
614
  <div class="sub-title followers">
615
615
 
616
- <a class="language" target="_blank" href="https://github.com/topics/javascript" title="Programming Language JavaScript">
617
- <span style="background-color: #f1e05a;"></span>JavaScript
616
+ <a class="language" target="_blank" href="https://github.com/topics/jupyternotebook" title="Programming Language JupyterNotebook">
617
+ <span style="background-color: #DA5B0B;"></span>JupyterNotebook
618
618
  </a>
619
619
 
620
620
  <span class="star" title="Stargazers Count">
621
621
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
622
622
  <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>
623
623
  </svg>
624
- <span>11635</span>
624
+ <span>1005</span>
625
625
  </span>
626
626
  <span class="star" title="Repo Forked">
627
627
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
628
628
  <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">
629
629
  </path>
630
630
  </svg>
631
- <span>57018</span>
631
+ <span>89</span>
632
632
  </span>
633
633
  <span class="star">
634
634
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
635
635
  <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>
636
636
  </svg>
637
- <span>262 stars this week</span>
637
+ <span>436 stars this week</span>
638
638
  </span>
639
639
  </div>
640
640
  <div class="details">
@@ -647,32 +647,32 @@
647
647
  <div class="info">
648
648
  <div class="rank">
649
649
  <span title="Ranking 14">14</span>
650
- <a href="https://github.com/novuhq/novu" target="_blank" title="novuhq/novu">novuhq/novu</a>
650
+ <a href="https://github.com/pola-rs/polars" target="_blank" title="pola-rs/polars">pola-rs/polars</a>
651
651
  </div>
652
652
  <div class="sub-title followers">
653
653
 
654
- <a class="language" target="_blank" href="https://github.com/topics/typescript" title="Programming Language TypeScript">
655
- <span style="background-color: #3178c6;"></span>TypeScript
654
+ <a class="language" target="_blank" href="https://github.com/topics/rust" title="Programming Language Rust">
655
+ <span style="background-color: #dea584;"></span>Rust
656
656
  </a>
657
657
 
658
658
  <span class="star" title="Stargazers Count">
659
659
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
660
660
  <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>
661
661
  </svg>
662
- <span>10534</span>
662
+ <span>8528</span>
663
663
  </span>
664
664
  <span class="star" title="Repo Forked">
665
665
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
666
666
  <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">
667
667
  </path>
668
668
  </svg>
669
- <span>606</span>
669
+ <span>470</span>
670
670
  </span>
671
671
  <span class="star">
672
672
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
673
673
  <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>
674
674
  </svg>
675
- <span>624 stars this week</span>
675
+ <span>370 stars this week</span>
676
676
  </span>
677
677
  </div>
678
678
  <div class="details">
@@ -685,32 +685,32 @@
685
685
  <div class="info">
686
686
  <div class="rank">
687
687
  <span title="Ranking 15">15</span>
688
- <a href="https://github.com/nocodb/nocodb" target="_blank" title="nocodb/nocodb">nocodb/nocodb</a>
688
+ <a href="https://github.com/github/docs" target="_blank" title="github/docs">github/docs</a>
689
689
  </div>
690
690
  <div class="sub-title followers">
691
691
 
692
- <a class="language" target="_blank" href="https://github.com/topics/typescript" title="Programming Language TypeScript">
693
- <span style="background-color: #3178c6;"></span>TypeScript
692
+ <a class="language" target="_blank" href="https://github.com/topics/javascript" title="Programming Language JavaScript">
693
+ <span style="background-color: #f1e05a;"></span>JavaScript
694
694
  </a>
695
695
 
696
696
  <span class="star" title="Stargazers Count">
697
697
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
698
698
  <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>
699
699
  </svg>
700
- <span>30983</span>
700
+ <span>11649</span>
701
701
  </span>
702
702
  <span class="star" title="Repo Forked">
703
703
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
704
704
  <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">
705
705
  </path>
706
706
  </svg>
707
- <span>1903</span>
707
+ <span>57064</span>
708
708
  </span>
709
709
  <span class="star">
710
710
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
711
711
  <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>
712
712
  </svg>
713
- <span>699 stars this week</span>
713
+ <span>176 stars this week</span>
714
714
  </span>
715
715
  </div>
716
716
  <div class="details">
@@ -723,32 +723,32 @@
723
723
  <div class="info">
724
724
  <div class="rank">
725
725
  <span title="Ranking 16">16</span>
726
- <a href="https://github.com/sherlock-project/sherlock" target="_blank" title="sherlock-project/sherlock">sherlock-project/sherlock</a>
726
+ <a href="https://github.com/mrdbourke/pytorch-deep-learning" target="_blank" title="mrdbourke/pytorch-deep-learning">mrdbourke/pytorch-deep-learning</a>
727
727
  </div>
728
728
  <div class="sub-title followers">
729
729
 
730
- <a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
731
- <span style="background-color: #3572A5;"></span>Python
730
+ <a class="language" target="_blank" href="https://github.com/topics/jupyternotebook" title="Programming Language JupyterNotebook">
731
+ <span style="background-color: #DA5B0B;"></span>JupyterNotebook
732
732
  </a>
733
733
 
734
734
  <span class="star" title="Stargazers Count">
735
735
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
736
736
  <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>
737
737
  </svg>
738
- <span>36285</span>
738
+ <span>1433</span>
739
739
  </span>
740
740
  <span class="star" title="Repo Forked">
741
741
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
742
742
  <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">
743
743
  </path>
744
744
  </svg>
745
- <span>4265</span>
745
+ <span>313</span>
746
746
  </span>
747
747
  <span class="star">
748
748
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
749
749
  <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>
750
750
  </svg>
751
- <span>599 stars this week</span>
751
+ <span>296 stars this week</span>
752
752
  </span>
753
753
  </div>
754
754
  <div class="details">
@@ -761,32 +761,32 @@
761
761
  <div class="info">
762
762
  <div class="rank">
763
763
  <span title="Ranking 17">17</span>
764
- <a href="https://github.com/SigNoz/signoz" target="_blank" title="SigNoz/signoz">SigNoz/signoz</a>
764
+ <a href="https://github.com/ToolJet/ToolJet" target="_blank" title="ToolJet/ToolJet">ToolJet/ToolJet</a>
765
765
  </div>
766
766
  <div class="sub-title followers">
767
767
 
768
- <a class="language" target="_blank" href="https://github.com/topics/typescript" title="Programming Language TypeScript">
769
- <span style="background-color: #3178c6;"></span>TypeScript
768
+ <a class="language" target="_blank" href="https://github.com/topics/javascript" title="Programming Language JavaScript">
769
+ <span style="background-color: #f1e05a;"></span>JavaScript
770
770
  </a>
771
771
 
772
772
  <span class="star" title="Stargazers Count">
773
773
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
774
774
  <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>
775
775
  </svg>
776
- <span>9701</span>
776
+ <span>13949</span>
777
777
  </span>
778
778
  <span class="star" title="Repo Forked">
779
779
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
780
780
  <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">
781
781
  </path>
782
782
  </svg>
783
- <span>526</span>
783
+ <span>1220</span>
784
784
  </span>
785
785
  <span class="star">
786
786
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
787
787
  <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>
788
788
  </svg>
789
- <span>850 stars this week</span>
789
+ <span>217 stars this week</span>
790
790
  </span>
791
791
  </div>
792
792
  <div class="details">
@@ -799,32 +799,32 @@
799
799
  <div class="info">
800
800
  <div class="rank">
801
801
  <span title="Ranking 18">18</span>
802
- <a href="https://github.com/neovim/neovim" target="_blank" title="neovim/neovim">neovim/neovim</a>
802
+ <a href="https://github.com/helix-editor/helix" target="_blank" title="helix-editor/helix">helix-editor/helix</a>
803
803
  </div>
804
804
  <div class="sub-title followers">
805
805
 
806
- <a class="language" target="_blank" href="https://github.com/topics/vimscript" title="Programming Language VimScript">
807
- <span style="background-color: #199f4b;"></span>VimScript
806
+ <a class="language" target="_blank" href="https://github.com/topics/rust" title="Programming Language Rust">
807
+ <span style="background-color: #dea584;"></span>Rust
808
808
  </a>
809
809
 
810
810
  <span class="star" title="Stargazers Count">
811
811
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
812
812
  <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>
813
813
  </svg>
814
- <span>58460</span>
814
+ <span>14497</span>
815
815
  </span>
816
816
  <span class="star" title="Repo Forked">
817
817
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
818
818
  <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">
819
819
  </path>
820
820
  </svg>
821
- <span>4085</span>
821
+ <span>909</span>
822
822
  </span>
823
823
  <span class="star">
824
824
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
825
825
  <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>
826
826
  </svg>
827
- <span>290 stars this week</span>
827
+ <span>993 stars this week</span>
828
828
  </span>
829
829
  </div>
830
830
  <div class="details">
@@ -837,32 +837,28 @@
837
837
  <div class="info">
838
838
  <div class="rank">
839
839
  <span title="Ranking 19">19</span>
840
- <a href="https://github.com/appwrite/appwrite" target="_blank" title="appwrite/appwrite">appwrite/appwrite</a>
840
+ <a href="https://github.com/EbookFoundation/free-programming-books" target="_blank" title="EbookFoundation/free-programming-books">EbookFoundation/free-programming-books</a>
841
841
  </div>
842
842
  <div class="sub-title followers">
843
843
 
844
- <a class="language" target="_blank" href="https://github.com/topics/typescript" title="Programming Language TypeScript">
845
- <span style="background-color: #3178c6;"></span>TypeScript
846
- </a>
847
-
848
844
  <span class="star" title="Stargazers Count">
849
845
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
850
846
  <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>
851
847
  </svg>
852
- <span>26104</span>
848
+ <span>251562</span>
853
849
  </span>
854
850
  <span class="star" title="Repo Forked">
855
851
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
856
852
  <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">
857
853
  </path>
858
854
  </svg>
859
- <span>2109</span>
855
+ <span>51498</span>
860
856
  </span>
861
857
  <span class="star">
862
858
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
863
859
  <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>
864
860
  </svg>
865
- <span>317 stars this week</span>
861
+ <span>883 stars this week</span>
866
862
  </span>
867
863
  </div>
868
864
  <div class="details">
@@ -887,20 +883,20 @@
887
883
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
888
884
  <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>
889
885
  </svg>
890
- <span>33317</span>
886
+ <span>33435</span>
891
887
  </span>
892
888
  <span class="star" title="Repo Forked">
893
889
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
894
890
  <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">
895
891
  </path>
896
892
  </svg>
897
- <span>2648</span>
893
+ <span>2655</span>
898
894
  </span>
899
895
  <span class="star">
900
896
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
901
897
  <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>
902
898
  </svg>
903
- <span>1128 stars this week</span>
899
+ <span>1217 stars this week</span>
904
900
  </span>
905
901
  </div>
906
902
  <div class="details">
@@ -913,32 +909,32 @@
913
909
  <div class="info">
914
910
  <div class="rank">
915
911
  <span title="Ranking 21">21</span>
916
- <a href="https://github.com/JoePenna/Dreambooth-Stable-Diffusion" target="_blank" title="JoePenna/Dreambooth-Stable-Diffusion">JoePenna/Dreambooth-Stable-Diffusion</a>
912
+ <a href="https://github.com/grpc/grpc" target="_blank" title="grpc/grpc">grpc/grpc</a>
917
913
  </div>
918
914
  <div class="sub-title followers">
919
915
 
920
- <a class="language" target="_blank" href="https://github.com/topics/jupyternotebook" title="Programming Language JupyterNotebook">
921
- <span style="background-color: #DA5B0B;"></span>JupyterNotebook
916
+ <a class="language" target="_blank" href="https://github.com/topics/c++" title="Programming Language C++">
917
+ <span style="background-color: #f34b7d;"></span>C++
922
918
  </a>
923
919
 
924
920
  <span class="star" title="Stargazers Count">
925
921
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
926
922
  <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>
927
923
  </svg>
928
- <span>1164</span>
924
+ <span>35890</span>
929
925
  </span>
930
926
  <span class="star" title="Repo Forked">
931
927
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
932
928
  <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">
933
929
  </path>
934
930
  </svg>
935
- <span>176</span>
931
+ <span>9442</span>
936
932
  </span>
937
933
  <span class="star">
938
934
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
939
935
  <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>
940
936
  </svg>
941
- <span>219 stars this week</span>
937
+ <span>139 stars this week</span>
942
938
  </span>
943
939
  </div>
944
940
  <div class="details">
@@ -951,32 +947,32 @@
951
947
  <div class="info">
952
948
  <div class="rank">
953
949
  <span title="Ranking 22">22</span>
954
- <a href="https://github.com/LunarVim/LunarVim" target="_blank" title="LunarVim/LunarVim">LunarVim/LunarVim</a>
950
+ <a href="https://github.com/project-chip/connectedhomeip" target="_blank" title="project-chip/connectedhomeip">project-chip/connectedhomeip</a>
955
951
  </div>
956
952
  <div class="sub-title followers">
957
953
 
958
- <a class="language" target="_blank" href="https://github.com/topics/lua" title="Programming Language Lua">
959
- <span style="background-color: #000080;"></span>Lua
954
+ <a class="language" target="_blank" href="https://github.com/topics/c++" title="Programming Language C++">
955
+ <span style="background-color: #f34b7d;"></span>C++
960
956
  </a>
961
957
 
962
958
  <span class="star" title="Stargazers Count">
963
959
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
964
960
  <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>
965
961
  </svg>
966
- <span>10835</span>
962
+ <span>4718</span>
967
963
  </span>
968
964
  <span class="star" title="Repo Forked">
969
965
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
970
966
  <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">
971
967
  </path>
972
968
  </svg>
973
- <span>1282</span>
969
+ <span>1041</span>
974
970
  </span>
975
971
  <span class="star">
976
972
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
977
973
  <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>
978
974
  </svg>
979
- <span>195 stars this week</span>
975
+ <span>217 stars this week</span>
980
976
  </span>
981
977
  </div>
982
978
  <div class="details">
@@ -989,7 +985,7 @@
989
985
  <div class="info">
990
986
  <div class="rank">
991
987
  <span title="Ranking 23">23</span>
992
- <a href="https://github.com/microsoft/Web-Dev-For-Beginners" target="_blank" title="microsoft/Web-Dev-For-Beginners">microsoft/Web-Dev-For-Beginners</a>
988
+ <a href="https://github.com/typescript-cheatsheets/react" target="_blank" title="typescript-cheatsheets/react">typescript-cheatsheets/react</a>
993
989
  </div>
994
990
  <div class="sub-title followers">
995
991
 
@@ -1001,20 +997,20 @@
1001
997
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
1002
998
  <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>
1003
999
  </svg>
1004
- <span>58209</span>
1000
+ <span>36997</span>
1005
1001
  </span>
1006
1002
  <span class="star" title="Repo Forked">
1007
1003
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
1008
1004
  <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">
1009
1005
  </path>
1010
1006
  </svg>
1011
- <span>8987</span>
1007
+ <span>3250</span>
1012
1008
  </span>
1013
1009
  <span class="star">
1014
1010
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
1015
1011
  <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>
1016
1012
  </svg>
1017
- <span>361 stars this week</span>
1013
+ <span>239 stars this week</span>
1018
1014
  </span>
1019
1015
  </div>
1020
1016
  <div class="details">
@@ -1039,20 +1035,20 @@
1039
1035
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
1040
1036
  <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>
1041
1037
  </svg>
1042
- <span>21486</span>
1038
+ <span>22008</span>
1043
1039
  </span>
1044
1040
  <span class="star" title="Repo Forked">
1045
1041
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
1046
1042
  <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">
1047
1043
  </path>
1048
1044
  </svg>
1049
- <span>2292</span>
1045
+ <span>2320</span>
1050
1046
  </span>
1051
1047
  <span class="star">
1052
1048
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
1053
1049
  <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>
1054
1050
  </svg>
1055
- <span>1632 stars this week</span>
1051
+ <span>1971 stars this week</span>
1056
1052
  </span>
1057
1053
  </div>
1058
1054
  <div class="details">
@@ -1065,32 +1061,32 @@
1065
1061
  <div class="info">
1066
1062
  <div class="rank">
1067
1063
  <span title="Ranking 25">25</span>
1068
- <a href="https://github.com/nat/natbot" target="_blank" title="nat/natbot">nat/natbot</a>
1064
+ <a href="https://github.com/mattermost/mattermost-server" target="_blank" title="mattermost/mattermost-server">mattermost/mattermost-server</a>
1069
1065
  </div>
1070
1066
  <div class="sub-title followers">
1071
1067
 
1072
- <a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
1073
- <span style="background-color: #3572A5;"></span>Python
1068
+ <a class="language" target="_blank" href="https://github.com/topics/go" title="Programming Language Go">
1069
+ <span style="background-color: #00ADD8;"></span>Go
1074
1070
  </a>
1075
1071
 
1076
1072
  <span class="star" title="Stargazers Count">
1077
1073
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
1078
1074
  <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>
1079
1075
  </svg>
1080
- <span>433</span>
1076
+ <span>24054</span>
1081
1077
  </span>
1082
1078
  <span class="star" title="Repo Forked">
1083
1079
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
1084
1080
  <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">
1085
1081
  </path>
1086
1082
  </svg>
1087
- <span>43</span>
1083
+ <span>5732</span>
1088
1084
  </span>
1089
1085
  <span class="star">
1090
1086
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
1091
1087
  <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>
1092
1088
  </svg>
1093
- <span>190 stars this week</span>
1089
+ <span>99 stars this week</span>
1094
1090
  </span>
1095
1091
  </div>
1096
1092
  <div class="details">
@@ -1115,7 +1111,7 @@
1115
1111
  <img src="https://img.shields.io/npm/v/@wcj/github-rank.svg?label=unpkg">
1116
1112
  </a>
1117
1113
  </div>
1118
- <div class="time">Last cache created on 2022/10/10 by Github API v3.</div>
1114
+ <div class="time">Last cache created on 2022/10/12 by Github API v3.</div>
1119
1115
  Create by <a href="https://github.com/jaywcjlove" target="_blank">小弟调调™</a>.
1120
1116
  </div>
1121
1117
  </body>