@wcj/github-rank 22.5.20 → 22.5.21

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 +21070 -21041
  2. package/dist/sifou-daily.json +39 -93
  3. package/dist/sifou-monthly.json +50 -50
  4. package/dist/sifou-weekly.json +110 -110
  5. package/dist/toutiao-30.json +59 -59
  6. package/dist/toutiao-7.json +78 -78
  7. package/dist/toutiao-90.json +27 -27
  8. package/dist/trending-daily.json +169 -169
  9. package/dist/trending-monthly.json +147 -147
  10. package/dist/trending-weekly.json +165 -165
  11. package/dist/users.china.json +1383 -1383
  12. package/dist/users.json +1909 -1909
  13. package/package.json +1 -1
  14. package/web/36kr.html +2 -2
  15. package/web/data/repos.json +21070 -21041
  16. package/web/data/sifou-daily.json +39 -93
  17. package/web/data/sifou-monthly.json +50 -50
  18. package/web/data/sifou-weekly.json +110 -110
  19. package/web/data/toutiao-30.json +59 -59
  20. package/web/data/toutiao-7.json +78 -78
  21. package/web/data/toutiao-90.json +27 -27
  22. package/web/data/trending-daily.json +169 -169
  23. package/web/data/trending-monthly.json +147 -147
  24. package/web/data/trending-weekly.json +165 -165
  25. package/web/data/users.china.json +1383 -1383
  26. package/web/data/users.json +1909 -1909
  27. package/web/index.html +1079 -1079
  28. package/web/repos.html +3716 -3728
  29. package/web/sifou-daily.html +34 -202
  30. package/web/sifou-monthly.html +96 -96
  31. package/web/sifou-weekly.html +135 -135
  32. package/web/toutiao-30.html +64 -64
  33. package/web/toutiao-7.html +68 -68
  34. package/web/toutiao-90.html +44 -44
  35. package/web/trending-monthly.html +134 -138
  36. package/web/trending-weekly.html +148 -144
  37. package/web/trending.html +144 -148
  38. package/web/users.china.html +690 -690
@@ -124,7 +124,7 @@
124
124
 
125
125
 
126
126
  </h1>
127
- <div class="time">Last cache created on 2022/5/20 by
127
+ <div class="time">Last cache created on 2022/5/21 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>4767</span>
170
+ <span>4814</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>256</span>
177
+ <span>260</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>3309 stars this month</span>
183
+ <span>3308 stars this month</span>
184
184
  </span>
185
185
  </div>
186
186
  <div class="details">
@@ -193,32 +193,28 @@
193
193
  <div class="info">
194
194
  <div class="rank">
195
195
  <span title="Ranking 2">2</span>
196
- <a href="https://github.com/hehonghui/the-economist-ebooks" target="_blank" title="hehonghui/the-economist-ebooks">hehonghui/the-economist-ebooks</a>
196
+ <a href="https://github.com/geekan/HowToLiveLonger" target="_blank" title="geekan/HowToLiveLonger">geekan/HowToLiveLonger</a>
197
197
  </div>
198
198
  <div class="sub-title followers">
199
199
 
200
- <a class="language" target="_blank" href="https://github.com/topics/css" title="Programming Language CSS">
201
- <span style="background-color: #563d7c;"></span>CSS
202
- </a>
203
-
204
200
  <span class="star" title="Stargazers Count">
205
201
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
206
202
  <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
203
  </svg>
208
- <span>9305</span>
204
+ <span>16187</span>
209
205
  </span>
210
206
  <span class="star" title="Repo Forked">
211
207
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
212
208
  <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
209
  </path>
214
210
  </svg>
215
- <span>1140</span>
211
+ <span>974</span>
216
212
  </span>
217
213
  <span class="star">
218
214
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
219
215
  <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
216
  </svg>
221
- <span>3672 stars this month</span>
217
+ <span>11233 stars this month</span>
222
218
  </span>
223
219
  </div>
224
220
  <div class="details">
@@ -231,28 +227,32 @@
231
227
  <div class="info">
232
228
  <div class="rank">
233
229
  <span title="Ranking 3">3</span>
234
- <a href="https://github.com/The-Run-Philosophy-Organization/run" target="_blank" title="The-Run-Philosophy-Organization/run">The-Run-Philosophy-Organization/run</a>
230
+ <a href="https://github.com/hehonghui/the-economist-ebooks" target="_blank" title="hehonghui/the-economist-ebooks">hehonghui/the-economist-ebooks</a>
235
231
  </div>
236
232
  <div class="sub-title followers">
237
233
 
234
+ <a class="language" target="_blank" href="https://github.com/topics/css" title="Programming Language CSS">
235
+ <span style="background-color: #563d7c;"></span>CSS
236
+ </a>
237
+
238
238
  <span class="star" title="Stargazers Count">
239
239
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
240
240
  <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>
241
241
  </svg>
242
- <span>15710</span>
242
+ <span>9343</span>
243
243
  </span>
244
244
  <span class="star" title="Repo Forked">
245
245
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
246
246
  <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">
247
247
  </path>
248
248
  </svg>
249
- <span>1152</span>
249
+ <span>1145</span>
250
250
  </span>
251
251
  <span class="star">
252
252
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
253
253
  <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>
254
254
  </svg>
255
- <span>7361 stars this month</span>
255
+ <span>3557 stars this month</span>
256
256
  </span>
257
257
  </div>
258
258
  <div class="details">
@@ -265,32 +265,28 @@
265
265
  <div class="info">
266
266
  <div class="rank">
267
267
  <span title="Ranking 4">4</span>
268
- <a href="https://github.com/SebLague/Geographical-Adventures" target="_blank" title="SebLague/Geographical-Adventures">SebLague/Geographical-Adventures</a>
268
+ <a href="https://github.com/The-Run-Philosophy-Organization/run" target="_blank" title="The-Run-Philosophy-Organization/run">The-Run-Philosophy-Organization/run</a>
269
269
  </div>
270
270
  <div class="sub-title followers">
271
271
 
272
- <a class="language" target="_blank" href="https://github.com/topics/c#" title="Programming Language C#">
273
- <span style="background-color: #178600;"></span>C#
274
- </a>
275
-
276
272
  <span class="star" title="Stargazers Count">
277
273
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
278
274
  <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>
279
275
  </svg>
280
- <span>2086</span>
276
+ <span>15891</span>
281
277
  </span>
282
278
  <span class="star" title="Repo Forked">
283
279
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
284
280
  <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">
285
281
  </path>
286
282
  </svg>
287
- <span>239</span>
283
+ <span>1187</span>
288
284
  </span>
289
285
  <span class="star">
290
286
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
291
287
  <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
292
288
  </svg>
293
- <span>1586 stars this month</span>
289
+ <span>7165 stars this month</span>
294
290
  </span>
295
291
  </div>
296
292
  <div class="details">
@@ -315,20 +311,20 @@
315
311
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
316
312
  <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>
317
313
  </svg>
318
- <span>2164</span>
314
+ <span>2178</span>
319
315
  </span>
320
316
  <span class="star" title="Repo Forked">
321
317
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
322
318
  <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">
323
319
  </path>
324
320
  </svg>
325
- <span>1421</span>
321
+ <span>1443</span>
326
322
  </span>
327
323
  <span class="star">
328
324
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
329
325
  <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
330
326
  </svg>
331
- <span>1468 stars this month</span>
327
+ <span>1351 stars this month</span>
332
328
  </span>
333
329
  </div>
334
330
  <div class="details">
@@ -341,32 +337,32 @@
341
337
  <div class="info">
342
338
  <div class="rank">
343
339
  <span title="Ranking 6">6</span>
344
- <a href="https://github.com/mastodon/mastodon" target="_blank" title="mastodon/mastodon">mastodon/mastodon</a>
340
+ <a href="https://github.com/Vonng/ddia" target="_blank" title="Vonng/ddia">Vonng/ddia</a>
345
341
  </div>
346
342
  <div class="sub-title followers">
347
343
 
348
- <a class="language" target="_blank" href="https://github.com/topics/ruby" title="Programming Language Ruby">
349
- <span style="background-color: #701516;"></span>Ruby
344
+ <a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
345
+ <span style="background-color: #3572A5;"></span>Python
350
346
  </a>
351
347
 
352
348
  <span class="star" title="Stargazers Count">
353
349
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
354
350
  <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>
355
351
  </svg>
356
- <span>29229</span>
352
+ <span>14238</span>
357
353
  </span>
358
354
  <span class="star" title="Repo Forked">
359
355
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
360
356
  <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">
361
357
  </path>
362
358
  </svg>
363
- <span>4565</span>
359
+ <span>3114</span>
364
360
  </span>
365
361
  <span class="star">
366
362
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
367
363
  <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
368
364
  </svg>
369
- <span>1754 stars this month</span>
365
+ <span>1430 stars this month</span>
370
366
  </span>
371
367
  </div>
372
368
  <div class="details">
@@ -379,32 +375,32 @@
379
375
  <div class="info">
380
376
  <div class="rank">
381
377
  <span title="Ranking 7">7</span>
382
- <a href="https://github.com/Vonng/ddia" target="_blank" title="Vonng/ddia">Vonng/ddia</a>
378
+ <a href="https://github.com/flutter/samples" target="_blank" title="flutter/samples">flutter/samples</a>
383
379
  </div>
384
380
  <div class="sub-title followers">
385
381
 
386
- <a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
387
- <span style="background-color: #3572A5;"></span>Python
382
+ <a class="language" target="_blank" href="https://github.com/topics/dart" title="Programming Language Dart">
383
+ <span style="background-color: #00B4AB;"></span>Dart
388
384
  </a>
389
385
 
390
386
  <span class="star" title="Stargazers Count">
391
387
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
392
388
  <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>
393
389
  </svg>
394
- <span>14220</span>
390
+ <span>12214</span>
395
391
  </span>
396
392
  <span class="star" title="Repo Forked">
397
393
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
398
394
  <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">
399
395
  </path>
400
396
  </svg>
401
- <span>3113</span>
397
+ <span>5355</span>
402
398
  </span>
403
399
  <span class="star">
404
400
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
405
401
  <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
406
402
  </svg>
407
- <span>1420 stars this month</span>
403
+ <span>722 stars this month</span>
408
404
  </span>
409
405
  </div>
410
406
  <div class="details">
@@ -429,20 +425,20 @@
429
425
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
430
426
  <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>
431
427
  </svg>
432
- <span>18059</span>
428
+ <span>18096</span>
433
429
  </span>
434
430
  <span class="star" title="Repo Forked">
435
431
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
436
432
  <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">
437
433
  </path>
438
434
  </svg>
439
- <span>1465</span>
435
+ <span>1470</span>
440
436
  </span>
441
437
  <span class="star">
442
438
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
443
439
  <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
444
440
  </svg>
445
- <span>3050 stars this month</span>
441
+ <span>3064 stars this month</span>
446
442
  </span>
447
443
  </div>
448
444
  <div class="details">
@@ -467,20 +463,20 @@
467
463
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
468
464
  <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>
469
465
  </svg>
470
- <span>21956</span>
466
+ <span>21993</span>
471
467
  </span>
472
468
  <span class="star" title="Repo Forked">
473
469
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
474
470
  <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">
475
471
  </path>
476
472
  </svg>
477
- <span>4491</span>
473
+ <span>4498</span>
478
474
  </span>
479
475
  <span class="star">
480
476
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
481
477
  <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
482
478
  </svg>
483
- <span>2031 stars this month</span>
479
+ <span>2040 stars this month</span>
484
480
  </span>
485
481
  </div>
486
482
  <div class="details">
@@ -493,32 +489,32 @@
493
489
  <div class="info">
494
490
  <div class="rank">
495
491
  <span title="Ranking 10">10</span>
496
- <a href="https://github.com/alembics/disco-diffusion" target="_blank" title="alembics/disco-diffusion">alembics/disco-diffusion</a>
492
+ <a href="https://github.com/mastodon/mastodon" target="_blank" title="mastodon/mastodon">mastodon/mastodon</a>
497
493
  </div>
498
494
  <div class="sub-title followers">
499
495
 
500
- <a class="language" target="_blank" href="https://github.com/topics/jupyternotebook" title="Programming Language JupyterNotebook">
501
- <span style="background-color: #DA5B0B;"></span>JupyterNotebook
496
+ <a class="language" target="_blank" href="https://github.com/topics/ruby" title="Programming Language Ruby">
497
+ <span style="background-color: #701516;"></span>Ruby
502
498
  </a>
503
499
 
504
500
  <span class="star" title="Stargazers Count">
505
501
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
506
502
  <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>
507
503
  </svg>
508
- <span>1864</span>
504
+ <span>29243</span>
509
505
  </span>
510
506
  <span class="star" title="Repo Forked">
511
507
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
512
508
  <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">
513
509
  </path>
514
510
  </svg>
515
- <span>299</span>
511
+ <span>4567</span>
516
512
  </span>
517
513
  <span class="star">
518
514
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
519
515
  <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
520
516
  </svg>
521
- <span>1207 stars this month</span>
517
+ <span>1750 stars this month</span>
522
518
  </span>
523
519
  </div>
524
520
  <div class="details">
@@ -531,32 +527,32 @@
531
527
  <div class="info">
532
528
  <div class="rank">
533
529
  <span title="Ranking 11">11</span>
534
- <a href="https://github.com/google/googletest" target="_blank" title="google/googletest">google/googletest</a>
530
+ <a href="https://github.com/alembics/disco-diffusion" target="_blank" title="alembics/disco-diffusion">alembics/disco-diffusion</a>
535
531
  </div>
536
532
  <div class="sub-title followers">
537
533
 
538
- <a class="language" target="_blank" href="https://github.com/topics/c++" title="Programming Language C++">
539
- <span style="background-color: #f34b7d;"></span>C++
534
+ <a class="language" target="_blank" href="https://github.com/topics/jupyternotebook" title="Programming Language JupyterNotebook">
535
+ <span style="background-color: #DA5B0B;"></span>JupyterNotebook
540
536
  </a>
541
537
 
542
538
  <span class="star" title="Stargazers Count">
543
539
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
544
540
  <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>
545
541
  </svg>
546
- <span>26336</span>
542
+ <span>1899</span>
547
543
  </span>
548
544
  <span class="star" title="Repo Forked">
549
545
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
550
546
  <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">
551
547
  </path>
552
548
  </svg>
553
- <span>8576</span>
549
+ <span>302</span>
554
550
  </span>
555
551
  <span class="star">
556
552
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
557
553
  <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
558
554
  </svg>
559
- <span>800 stars this month</span>
555
+ <span>1184 stars this month</span>
560
556
  </span>
561
557
  </div>
562
558
  <div class="details">
@@ -569,32 +565,32 @@
569
565
  <div class="info">
570
566
  <div class="rank">
571
567
  <span title="Ranking 12">12</span>
572
- <a href="https://github.com/flutter/samples" target="_blank" title="flutter/samples">flutter/samples</a>
568
+ <a href="https://github.com/bloomberg/memray" target="_blank" title="bloomberg/memray">bloomberg/memray</a>
573
569
  </div>
574
570
  <div class="sub-title followers">
575
571
 
576
- <a class="language" target="_blank" href="https://github.com/topics/dart" title="Programming Language Dart">
577
- <span style="background-color: #00B4AB;"></span>Dart
572
+ <a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
573
+ <span style="background-color: #3572A5;"></span>Python
578
574
  </a>
579
575
 
580
576
  <span class="star" title="Stargazers Count">
581
577
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
582
578
  <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>
583
579
  </svg>
584
- <span>12183</span>
580
+ <span>8317</span>
585
581
  </span>
586
582
  <span class="star" title="Repo Forked">
587
583
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
588
584
  <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">
589
585
  </path>
590
586
  </svg>
591
- <span>5337</span>
587
+ <span>209</span>
592
588
  </span>
593
589
  <span class="star">
594
590
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
595
591
  <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>
596
592
  </svg>
597
- <span>697 stars this month</span>
593
+ <span>6959 stars this month</span>
598
594
  </span>
599
595
  </div>
600
596
  <div class="details">
@@ -607,32 +603,32 @@
607
603
  <div class="info">
608
604
  <div class="rank">
609
605
  <span title="Ranking 13">13</span>
610
- <a href="https://github.com/sunflower-land/sunflower-land" target="_blank" title="sunflower-land/sunflower-land">sunflower-land/sunflower-land</a>
606
+ <a href="https://github.com/0xAX/linux-insides" target="_blank" title="0xAX/linux-insides">0xAX/linux-insides</a>
611
607
  </div>
612
608
  <div class="sub-title followers">
613
609
 
614
- <a class="language" target="_blank" href="https://github.com/topics/typescript" title="Programming Language TypeScript">
615
- <span style="background-color: #2b7489;"></span>TypeScript
610
+ <a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
611
+ <span style="background-color: #3572A5;"></span>Python
616
612
  </a>
617
613
 
618
614
  <span class="star" title="Stargazers Count">
619
615
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
620
616
  <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>
621
617
  </svg>
622
- <span>1257</span>
618
+ <span>25933</span>
623
619
  </span>
624
620
  <span class="star" title="Repo Forked">
625
621
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
626
622
  <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">
627
623
  </path>
628
624
  </svg>
629
- <span>382</span>
625
+ <span>2959</span>
630
626
  </span>
631
627
  <span class="star">
632
628
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
633
629
  <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>
634
630
  </svg>
635
- <span>323 stars this month</span>
631
+ <span>1502 stars this month</span>
636
632
  </span>
637
633
  </div>
638
634
  <div class="details">
@@ -645,32 +641,32 @@
645
641
  <div class="info">
646
642
  <div class="rank">
647
643
  <span title="Ranking 14">14</span>
648
- <a href="https://github.com/terra-money/core" target="_blank" title="terra-money/core">terra-money/core</a>
644
+ <a href="https://github.com/rustdesk/rustdesk" target="_blank" title="rustdesk/rustdesk">rustdesk/rustdesk</a>
649
645
  </div>
650
646
  <div class="sub-title followers">
651
647
 
652
- <a class="language" target="_blank" href="https://github.com/topics/javascript" title="Programming Language JavaScript">
653
- <span style="background-color: #f1e05a;"></span>JavaScript
648
+ <a class="language" target="_blank" href="https://github.com/topics/rust" title="Programming Language Rust">
649
+ <span style="background-color: #dea584;"></span>Rust
654
650
  </a>
655
651
 
656
652
  <span class="star" title="Stargazers Count">
657
653
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
658
654
  <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>
659
655
  </svg>
660
- <span>939</span>
656
+ <span>18105</span>
661
657
  </span>
662
658
  <span class="star" title="Repo Forked">
663
659
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
664
660
  <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">
665
661
  </path>
666
662
  </svg>
667
- <span>268</span>
663
+ <span>1797</span>
668
664
  </span>
669
665
  <span class="star">
670
666
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
671
667
  <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>
672
668
  </svg>
673
- <span>277 stars this month</span>
669
+ <span>1735 stars this month</span>
674
670
  </span>
675
671
  </div>
676
672
  <div class="details">
@@ -683,32 +679,32 @@
683
679
  <div class="info">
684
680
  <div class="rank">
685
681
  <span title="Ranking 15">15</span>
686
- <a href="https://github.com/Textualize/textual" target="_blank" title="Textualize/textual">Textualize/textual</a>
682
+ <a href="https://github.com/google/googletest" target="_blank" title="google/googletest">google/googletest</a>
687
683
  </div>
688
684
  <div class="sub-title followers">
689
685
 
690
- <a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
691
- <span style="background-color: #3572A5;"></span>Python
686
+ <a class="language" target="_blank" href="https://github.com/topics/c++" title="Programming Language C++">
687
+ <span style="background-color: #f34b7d;"></span>C++
692
688
  </a>
693
689
 
694
690
  <span class="star" title="Stargazers Count">
695
691
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
696
692
  <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>
697
693
  </svg>
698
- <span>11079</span>
694
+ <span>26347</span>
699
695
  </span>
700
696
  <span class="star" title="Repo Forked">
701
697
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
702
698
  <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">
703
699
  </path>
704
700
  </svg>
705
- <span>288</span>
701
+ <span>8576</span>
706
702
  </span>
707
703
  <span class="star">
708
704
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
709
705
  <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>
710
706
  </svg>
711
- <span>2004 stars this month</span>
707
+ <span>807 stars this month</span>
712
708
  </span>
713
709
  </div>
714
710
  <div class="details">
@@ -721,32 +717,32 @@
721
717
  <div class="info">
722
718
  <div class="rank">
723
719
  <span title="Ranking 16">16</span>
724
- <a href="https://github.com/benbjohnson/litestream" target="_blank" title="benbjohnson/litestream">benbjohnson/litestream</a>
720
+ <a href="https://github.com/terra-money/core" target="_blank" title="terra-money/core">terra-money/core</a>
725
721
  </div>
726
722
  <div class="sub-title followers">
727
723
 
728
- <a class="language" target="_blank" href="https://github.com/topics/go" title="Programming Language Go">
729
- <span style="background-color: #00ADD8;"></span>Go
724
+ <a class="language" target="_blank" href="https://github.com/topics/javascript" title="Programming Language JavaScript">
725
+ <span style="background-color: #f1e05a;"></span>JavaScript
730
726
  </a>
731
727
 
732
728
  <span class="star" title="Stargazers Count">
733
729
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
734
730
  <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>
735
731
  </svg>
736
- <span>6404</span>
732
+ <span>949</span>
737
733
  </span>
738
734
  <span class="star" title="Repo Forked">
739
735
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
740
736
  <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">
741
737
  </path>
742
738
  </svg>
743
- <span>127</span>
739
+ <span>272</span>
744
740
  </span>
745
741
  <span class="star">
746
742
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
747
743
  <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>
748
744
  </svg>
749
- <span>1406 stars this month</span>
745
+ <span>287 stars this month</span>
750
746
  </span>
751
747
  </div>
752
748
  <div class="details">
@@ -759,7 +755,7 @@
759
755
  <div class="info">
760
756
  <div class="rank">
761
757
  <span title="Ranking 17">17</span>
762
- <a href="https://github.com/bregman-arie/devops-exercises" target="_blank" title="bregman-arie/devops-exercises">bregman-arie/devops-exercises</a>
758
+ <a href="https://github.com/Textualize/textual" target="_blank" title="Textualize/textual">Textualize/textual</a>
763
759
  </div>
764
760
  <div class="sub-title followers">
765
761
 
@@ -771,20 +767,20 @@
771
767
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
772
768
  <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>
773
769
  </svg>
774
- <span>24166</span>
770
+ <span>11119</span>
775
771
  </span>
776
772
  <span class="star" title="Repo Forked">
777
773
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
778
774
  <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">
779
775
  </path>
780
776
  </svg>
781
- <span>5115</span>
777
+ <span>289</span>
782
778
  </span>
783
779
  <span class="star">
784
780
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
785
781
  <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>
786
782
  </svg>
787
- <span>2050 stars this month</span>
783
+ <span>2041 stars this month</span>
788
784
  </span>
789
785
  </div>
790
786
  <div class="details">
@@ -797,32 +793,32 @@
797
793
  <div class="info">
798
794
  <div class="rank">
799
795
  <span title="Ranking 18">18</span>
800
- <a href="https://github.com/flipperdevices/flipperzero-firmware" target="_blank" title="flipperdevices/flipperzero-firmware">flipperdevices/flipperzero-firmware</a>
796
+ <a href="https://github.com/sunflower-land/sunflower-land" target="_blank" title="sunflower-land/sunflower-land">sunflower-land/sunflower-land</a>
801
797
  </div>
802
798
  <div class="sub-title followers">
803
799
 
804
- <a class="language" target="_blank" href="https://github.com/topics/c" title="Programming Language C">
805
- <span style="background-color: #555555;"></span>C
800
+ <a class="language" target="_blank" href="https://github.com/topics/typescript" title="Programming Language TypeScript">
801
+ <span style="background-color: #2b7489;"></span>TypeScript
806
802
  </a>
807
803
 
808
804
  <span class="star" title="Stargazers Count">
809
805
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
810
806
  <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>
811
807
  </svg>
812
- <span>1573</span>
808
+ <span>1267</span>
813
809
  </span>
814
810
  <span class="star" title="Repo Forked">
815
811
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
816
812
  <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">
817
813
  </path>
818
814
  </svg>
819
- <span>306</span>
815
+ <span>382</span>
820
816
  </span>
821
817
  <span class="star">
822
818
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
823
819
  <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>
824
820
  </svg>
825
- <span>260 stars this month</span>
821
+ <span>323 stars this month</span>
826
822
  </span>
827
823
  </div>
828
824
  <div class="details">
@@ -835,7 +831,7 @@
835
831
  <div class="info">
836
832
  <div class="rank">
837
833
  <span title="Ranking 19">19</span>
838
- <a href="https://github.com/openai/DALL-E" target="_blank" title="openai/DALL-E">openai/DALL-E</a>
834
+ <a href="https://github.com/bregman-arie/devops-exercises" target="_blank" title="bregman-arie/devops-exercises">bregman-arie/devops-exercises</a>
839
835
  </div>
840
836
  <div class="sub-title followers">
841
837
 
@@ -847,20 +843,20 @@
847
843
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
848
844
  <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>
849
845
  </svg>
850
- <span>5607</span>
846
+ <span>24202</span>
851
847
  </span>
852
848
  <span class="star" title="Repo Forked">
853
849
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
854
850
  <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">
855
851
  </path>
856
852
  </svg>
857
- <span>925</span>
853
+ <span>5121</span>
858
854
  </span>
859
855
  <span class="star">
860
856
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
861
857
  <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>
862
858
  </svg>
863
- <span>706 stars this month</span>
859
+ <span>2053 stars this month</span>
864
860
  </span>
865
861
  </div>
866
862
  <div class="details">
@@ -873,32 +869,32 @@
873
869
  <div class="info">
874
870
  <div class="rank">
875
871
  <span title="Ranking 20">20</span>
876
- <a href="https://github.com/rustdesk/rustdesk" target="_blank" title="rustdesk/rustdesk">rustdesk/rustdesk</a>
872
+ <a href="https://github.com/benbjohnson/litestream" target="_blank" title="benbjohnson/litestream">benbjohnson/litestream</a>
877
873
  </div>
878
874
  <div class="sub-title followers">
879
875
 
880
- <a class="language" target="_blank" href="https://github.com/topics/rust" title="Programming Language Rust">
881
- <span style="background-color: #dea584;"></span>Rust
876
+ <a class="language" target="_blank" href="https://github.com/topics/go" title="Programming Language Go">
877
+ <span style="background-color: #00ADD8;"></span>Go
882
878
  </a>
883
879
 
884
880
  <span class="star" title="Stargazers Count">
885
881
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
886
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>
887
883
  </svg>
888
- <span>17899</span>
884
+ <span>6441</span>
889
885
  </span>
890
886
  <span class="star" title="Repo Forked">
891
887
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
892
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">
893
889
  </path>
894
890
  </svg>
895
- <span>1780</span>
891
+ <span>127</span>
896
892
  </span>
897
893
  <span class="star">
898
894
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
899
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>
900
896
  </svg>
901
- <span>1549 stars this month</span>
897
+ <span>1433 stars this month</span>
902
898
  </span>
903
899
  </div>
904
900
  <div class="details">
@@ -911,32 +907,32 @@
911
907
  <div class="info">
912
908
  <div class="rank">
913
909
  <span title="Ranking 21">21</span>
914
- <a href="https://github.com/PaddlePaddle/PaddleNLP" target="_blank" title="PaddlePaddle/PaddleNLP">PaddlePaddle/PaddleNLP</a>
910
+ <a href="https://github.com/flipperdevices/flipperzero-firmware" target="_blank" title="flipperdevices/flipperzero-firmware">flipperdevices/flipperzero-firmware</a>
915
911
  </div>
916
912
  <div class="sub-title followers">
917
913
 
918
- <a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
919
- <span style="background-color: #3572A5;"></span>Python
914
+ <a class="language" target="_blank" href="https://github.com/topics/c" title="Programming Language C">
915
+ <span style="background-color: #555555;"></span>C
920
916
  </a>
921
917
 
922
918
  <span class="star" title="Stargazers Count">
923
919
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
924
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>
925
921
  </svg>
926
- <span>4028</span>
922
+ <span>1581</span>
927
923
  </span>
928
924
  <span class="star" title="Repo Forked">
929
925
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
930
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">
931
927
  </path>
932
928
  </svg>
933
- <span>1210</span>
929
+ <span>311</span>
934
930
  </span>
935
931
  <span class="star">
936
932
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
937
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>
938
934
  </svg>
939
- <span>911 stars this month</span>
935
+ <span>266 stars this month</span>
940
936
  </span>
941
937
  </div>
942
938
  <div class="details">
@@ -949,32 +945,32 @@
949
945
  <div class="info">
950
946
  <div class="rank">
951
947
  <span title="Ranking 22">22</span>
952
- <a href="https://github.com/DataTalksClub/data-engineering-zoomcamp" target="_blank" title="DataTalksClub/data-engineering-zoomcamp">DataTalksClub/data-engineering-zoomcamp</a>
948
+ <a href="https://github.com/openai/DALL-E" target="_blank" title="openai/DALL-E">openai/DALL-E</a>
953
949
  </div>
954
950
  <div class="sub-title followers">
955
951
 
956
- <a class="language" target="_blank" href="https://github.com/topics/jupyternotebook" title="Programming Language JupyterNotebook">
957
- <span style="background-color: #DA5B0B;"></span>JupyterNotebook
952
+ <a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
953
+ <span style="background-color: #3572A5;"></span>Python
958
954
  </a>
959
955
 
960
956
  <span class="star" title="Stargazers Count">
961
957
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
962
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>
963
959
  </svg>
964
- <span>4330</span>
960
+ <span>5632</span>
965
961
  </span>
966
962
  <span class="star" title="Repo Forked">
967
963
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
968
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">
969
965
  </path>
970
966
  </svg>
971
- <span>1033</span>
967
+ <span>926</span>
972
968
  </span>
973
969
  <span class="star">
974
970
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
975
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>
976
972
  </svg>
977
- <span>741 stars this month</span>
973
+ <span>688 stars this month</span>
978
974
  </span>
979
975
  </div>
980
976
  <div class="details">
@@ -987,32 +983,32 @@
987
983
  <div class="info">
988
984
  <div class="rank">
989
985
  <span title="Ranking 23">23</span>
990
- <a href="https://github.com/hashcat/hashcat" target="_blank" title="hashcat/hashcat">hashcat/hashcat</a>
986
+ <a href="https://github.com/DataTalksClub/data-engineering-zoomcamp" target="_blank" title="DataTalksClub/data-engineering-zoomcamp">DataTalksClub/data-engineering-zoomcamp</a>
991
987
  </div>
992
988
  <div class="sub-title followers">
993
989
 
994
- <a class="language" target="_blank" href="https://github.com/topics/c" title="Programming Language C">
995
- <span style="background-color: #555555;"></span>C
990
+ <a class="language" target="_blank" href="https://github.com/topics/jupyternotebook" title="Programming Language JupyterNotebook">
991
+ <span style="background-color: #DA5B0B;"></span>JupyterNotebook
996
992
  </a>
997
993
 
998
994
  <span class="star" title="Stargazers Count">
999
995
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
1000
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>
1001
997
  </svg>
1002
- <span>14424</span>
998
+ <span>4368</span>
1003
999
  </span>
1004
1000
  <span class="star" title="Repo Forked">
1005
1001
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
1006
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">
1007
1003
  </path>
1008
1004
  </svg>
1009
- <span>2217</span>
1005
+ <span>1038</span>
1010
1006
  </span>
1011
1007
  <span class="star">
1012
1008
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
1013
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>
1014
1010
  </svg>
1015
- <span>2082 stars this month</span>
1011
+ <span>774 stars this month</span>
1016
1012
  </span>
1017
1013
  </div>
1018
1014
  <div class="details">
@@ -1025,32 +1021,32 @@
1025
1021
  <div class="info">
1026
1022
  <div class="rank">
1027
1023
  <span title="Ranking 24">24</span>
1028
- <a href="https://github.com/nuxt/framework" target="_blank" title="nuxt/framework">nuxt/framework</a>
1024
+ <a href="https://github.com/PaddlePaddle/PaddleNLP" target="_blank" title="PaddlePaddle/PaddleNLP">PaddlePaddle/PaddleNLP</a>
1029
1025
  </div>
1030
1026
  <div class="sub-title followers">
1031
1027
 
1032
- <a class="language" target="_blank" href="https://github.com/topics/typescript" title="Programming Language TypeScript">
1033
- <span style="background-color: #2b7489;"></span>TypeScript
1028
+ <a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
1029
+ <span style="background-color: #3572A5;"></span>Python
1034
1030
  </a>
1035
1031
 
1036
1032
  <span class="star" title="Stargazers Count">
1037
1033
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
1038
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>
1039
1035
  </svg>
1040
- <span>7060</span>
1036
+ <span>4075</span>
1041
1037
  </span>
1042
1038
  <span class="star" title="Repo Forked">
1043
1039
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
1044
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">
1045
1041
  </path>
1046
1042
  </svg>
1047
- <span>577</span>
1043
+ <span>1214</span>
1048
1044
  </span>
1049
1045
  <span class="star">
1050
1046
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
1051
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>
1052
1048
  </svg>
1053
- <span>1684 stars this month</span>
1049
+ <span>946 stars this month</span>
1054
1050
  </span>
1055
1051
  </div>
1056
1052
  <div class="details">
@@ -1063,32 +1059,32 @@
1063
1059
  <div class="info">
1064
1060
  <div class="rank">
1065
1061
  <span title="Ranking 25">25</span>
1066
- <a href="https://github.com/bradtraversy/50projects50days" target="_blank" title="bradtraversy/50projects50days">bradtraversy/50projects50days</a>
1062
+ <a href="https://github.com/hashcat/hashcat" target="_blank" title="hashcat/hashcat">hashcat/hashcat</a>
1067
1063
  </div>
1068
1064
  <div class="sub-title followers">
1069
1065
 
1070
- <a class="language" target="_blank" href="https://github.com/topics/css" title="Programming Language CSS">
1071
- <span style="background-color: #563d7c;"></span>CSS
1066
+ <a class="language" target="_blank" href="https://github.com/topics/c" title="Programming Language C">
1067
+ <span style="background-color: #555555;"></span>C
1072
1068
  </a>
1073
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>13329</span>
1074
+ <span>14455</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>3959</span>
1081
+ <span>2217</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>1094 stars this month</span>
1087
+ <span>2104 stars this month</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/5/20 by Github API v3.</div>
1112
+ <div class="time">Last cache created on 2022/5/21 by Github API v3.</div>
1117
1113
  Create by <a href="https://github.com/jaywcjlove" target="_blank">小弟调调™</a>.
1118
1114
  </div>
1119
1115
  </body>