@wcj/github-rank 21.12.9 → 21.12.13

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 +40244 -40214
  2. package/dist/sifou-daily.json +83 -65
  3. package/dist/sifou-monthly.json +128 -128
  4. package/dist/sifou-weekly.json +163 -163
  5. package/dist/toutiao-30.json +77 -77
  6. package/dist/toutiao-7.json +145 -145
  7. package/dist/toutiao-90.json +39 -39
  8. package/dist/trending-daily.json +171 -171
  9. package/dist/trending-monthly.json +163 -163
  10. package/dist/trending-weekly.json +169 -169
  11. package/dist/users.china.json +2663 -2663
  12. package/dist/users.json +3694 -3694
  13. package/package.json +1 -1
  14. package/web/36kr.html +2 -2
  15. package/web/data/repos.json +40244 -40214
  16. package/web/data/sifou-daily.json +83 -65
  17. package/web/data/sifou-monthly.json +128 -128
  18. package/web/data/sifou-weekly.json +163 -163
  19. package/web/data/toutiao-30.json +77 -77
  20. package/web/data/toutiao-7.json +145 -145
  21. package/web/data/toutiao-90.json +39 -39
  22. package/web/data/trending-daily.json +171 -171
  23. package/web/data/trending-monthly.json +163 -163
  24. package/web/data/trending-weekly.json +169 -169
  25. package/web/data/users.china.json +2663 -2663
  26. package/web/data/users.json +3694 -3694
  27. package/web/index.html +1932 -1932
  28. package/web/repos.html +4451 -4463
  29. package/web/sifou-daily.html +110 -54
  30. package/web/sifou-monthly.html +140 -140
  31. package/web/sifou-weekly.html +147 -147
  32. package/web/toutiao-30.html +99 -99
  33. package/web/toutiao-7.html +101 -101
  34. package/web/toutiao-90.html +80 -80
  35. package/web/trending-monthly.html +142 -146
  36. package/web/trending-weekly.html +148 -144
  37. package/web/trending.html +152 -144
  38. package/web/users.china.html +1457 -1457
@@ -102,7 +102,7 @@
102
102
 
103
103
 
104
104
  </h1>
105
- <div class="time">Last cache created on 2021/12/9 by Github API v3.</div>
105
+ <div class="time">Last cache created on 2021/12/13 by Github API v3.</div>
106
106
  <div class="tabs">
107
107
  <a class="" href="index.html">Users</a>
108
108
  <a class="" href="repos.html">Repos</a>
@@ -124,32 +124,32 @@
124
124
  <div class="info">
125
125
  <div class="rank">
126
126
  <span title="Ranking 1">1</span>
127
- <a href="https://github.com/bryandlee/animegan2-pytorch" target="_blank" title="bryandlee/animegan2-pytorch">bryandlee/animegan2-pytorch</a>
127
+ <a href="https://github.com/TencentARC/GFPGAN" target="_blank" title="TencentARC/GFPGAN">TencentARC/GFPGAN</a>
128
128
  </div>
129
129
  <div class="sub-title followers">
130
130
 
131
- <a class="language" target="_blank" href="https://github.com/topics/jupyternotebook" title="Programming Language JupyterNotebook">
132
- <span style="background-color: #DA5B0B;"></span>JupyterNotebook
131
+ <a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
132
+ <span style="background-color: #3572A5;"></span>Python
133
133
  </a>
134
134
 
135
135
  <span class="star" title="Stargazers Count">
136
136
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
137
137
  <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
138
138
  </svg>
139
- <span>2595</span>
139
+ <span>7237</span>
140
140
  </span>
141
141
  <span class="star" title="Repo Forked">
142
142
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
143
143
  <path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
144
144
  </path>
145
145
  </svg>
146
- <span>292</span>
146
+ <span>988</span>
147
147
  </span>
148
148
  <span class="star">
149
149
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
150
150
  <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
151
151
  </svg>
152
- <span>1950 stars this month</span>
152
+ <span>3508 stars this month</span>
153
153
  </span>
154
154
  </div>
155
155
  <div class="details">
@@ -174,20 +174,20 @@
174
174
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
175
175
  <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
176
176
  </svg>
177
- <span>7778</span>
177
+ <span>7896</span>
178
178
  </span>
179
179
  <span class="star" title="Repo Forked">
180
180
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
181
181
  <path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
182
182
  </path>
183
183
  </svg>
184
- <span>404</span>
184
+ <span>414</span>
185
185
  </span>
186
186
  <span class="star">
187
187
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
188
188
  <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
189
189
  </svg>
190
- <span>2588 stars this month</span>
190
+ <span>2670 stars this month</span>
191
191
  </span>
192
192
  </div>
193
193
  <div class="details">
@@ -200,32 +200,32 @@
200
200
  <div class="info">
201
201
  <div class="rank">
202
202
  <span title="Ranking 3">3</span>
203
- <a href="https://github.com/alan2207/bulletproof-react" target="_blank" title="alan2207/bulletproof-react">alan2207/bulletproof-react</a>
203
+ <a href="https://github.com/medusajs/medusa" target="_blank" title="medusajs/medusa">medusajs/medusa</a>
204
204
  </div>
205
205
  <div class="sub-title followers">
206
206
 
207
- <a class="language" target="_blank" href="https://github.com/topics/typescript" title="Programming Language TypeScript">
208
- <span style="background-color: #2b7489;"></span>TypeScript
207
+ <a class="language" target="_blank" href="https://github.com/topics/javascript" title="Programming Language JavaScript">
208
+ <span style="background-color: #f1e05a;"></span>JavaScript
209
209
  </a>
210
210
 
211
211
  <span class="star" title="Stargazers Count">
212
212
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
213
213
  <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
214
214
  </svg>
215
- <span>7602</span>
215
+ <span>5020</span>
216
216
  </span>
217
217
  <span class="star" title="Repo Forked">
218
218
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
219
219
  <path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
220
220
  </path>
221
221
  </svg>
222
- <span>458</span>
222
+ <span>242</span>
223
223
  </span>
224
224
  <span class="star">
225
225
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
226
226
  <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
227
227
  </svg>
228
- <span>2013 stars this month</span>
228
+ <span>3418 stars this month</span>
229
229
  </span>
230
230
  </div>
231
231
  <div class="details">
@@ -238,32 +238,32 @@
238
238
  <div class="info">
239
239
  <div class="rank">
240
240
  <span title="Ranking 4">4</span>
241
- <a href="https://github.com/medusajs/medusa" target="_blank" title="medusajs/medusa">medusajs/medusa</a>
241
+ <a href="https://github.com/bryandlee/animegan2-pytorch" target="_blank" title="bryandlee/animegan2-pytorch">bryandlee/animegan2-pytorch</a>
242
242
  </div>
243
243
  <div class="sub-title followers">
244
244
 
245
- <a class="language" target="_blank" href="https://github.com/topics/javascript" title="Programming Language JavaScript">
246
- <span style="background-color: #f1e05a;"></span>JavaScript
245
+ <a class="language" target="_blank" href="https://github.com/topics/jupyternotebook" title="Programming Language JupyterNotebook">
246
+ <span style="background-color: #DA5B0B;"></span>JupyterNotebook
247
247
  </a>
248
248
 
249
249
  <span class="star" title="Stargazers Count">
250
250
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
251
251
  <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
252
252
  </svg>
253
- <span>4911</span>
253
+ <span>2748</span>
254
254
  </span>
255
255
  <span class="star" title="Repo Forked">
256
256
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
257
257
  <path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
258
258
  </path>
259
259
  </svg>
260
- <span>232</span>
260
+ <span>315</span>
261
261
  </span>
262
262
  <span class="star">
263
263
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
264
264
  <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
265
265
  </svg>
266
- <span>3367 stars this month</span>
266
+ <span>1513 stars this month</span>
267
267
  </span>
268
268
  </div>
269
269
  <div class="details">
@@ -276,32 +276,32 @@
276
276
  <div class="info">
277
277
  <div class="rank">
278
278
  <span title="Ranking 5">5</span>
279
- <a href="https://github.com/ardalis/CleanArchitecture" target="_blank" title="ardalis/CleanArchitecture">ardalis/CleanArchitecture</a>
279
+ <a href="https://github.com/PaperMC/Paper" target="_blank" title="PaperMC/Paper">PaperMC/Paper</a>
280
280
  </div>
281
281
  <div class="sub-title followers">
282
282
 
283
- <a class="language" target="_blank" href="https://github.com/topics/c#" title="Programming Language C#">
284
- <span style="background-color: #178600;"></span>C#
283
+ <a class="language" target="_blank" href="https://github.com/topics/java" title="Programming Language Java">
284
+ <span style="background-color: #b07219;"></span>Java
285
285
  </a>
286
286
 
287
287
  <span class="star" title="Stargazers Count">
288
288
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
289
289
  <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
290
290
  </svg>
291
- <span>8793</span>
291
+ <span>5156</span>
292
292
  </span>
293
293
  <span class="star" title="Repo Forked">
294
294
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
295
295
  <path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
296
296
  </path>
297
297
  </svg>
298
- <span>1606</span>
298
+ <span>1320</span>
299
299
  </span>
300
300
  <span class="star">
301
301
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
302
302
  <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
303
303
  </svg>
304
- <span>857 stars this month</span>
304
+ <span>448 stars this month</span>
305
305
  </span>
306
306
  </div>
307
307
  <div class="details">
@@ -314,32 +314,32 @@
314
314
  <div class="info">
315
315
  <div class="rank">
316
316
  <span title="Ranking 6">6</span>
317
- <a href="https://github.com/xmrig/xmrig" target="_blank" title="xmrig/xmrig">xmrig/xmrig</a>
317
+ <a href="https://github.com/danielmiessler/SecLists" target="_blank" title="danielmiessler/SecLists">danielmiessler/SecLists</a>
318
318
  </div>
319
319
  <div class="sub-title followers">
320
320
 
321
- <a class="language" target="_blank" href="https://github.com/topics/c" title="Programming Language C">
322
- <span style="background-color: #555555;"></span>C
321
+ <a class="language" target="_blank" href="https://github.com/topics/php" title="Programming Language PHP">
322
+ <span style="background-color: #4F5D95;"></span>PHP
323
323
  </a>
324
324
 
325
325
  <span class="star" title="Stargazers Count">
326
326
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
327
327
  <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
328
328
  </svg>
329
- <span>6281</span>
329
+ <span>35757</span>
330
330
  </span>
331
331
  <span class="star" title="Repo Forked">
332
332
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
333
333
  <path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
334
334
  </path>
335
335
  </svg>
336
- <span>2844</span>
336
+ <span>18474</span>
337
337
  </span>
338
338
  <span class="star">
339
339
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
340
340
  <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
341
341
  </svg>
342
- <span>461 stars this month</span>
342
+ <span>1215 stars this month</span>
343
343
  </span>
344
344
  </div>
345
345
  <div class="details">
@@ -364,20 +364,20 @@
364
364
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
365
365
  <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
366
366
  </svg>
367
- <span>7383</span>
367
+ <span>7450</span>
368
368
  </span>
369
369
  <span class="star" title="Repo Forked">
370
370
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
371
371
  <path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
372
372
  </path>
373
373
  </svg>
374
- <span>437</span>
374
+ <span>442</span>
375
375
  </span>
376
376
  <span class="star">
377
377
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
378
378
  <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
379
379
  </svg>
380
- <span>787 stars this month</span>
380
+ <span>828 stars this month</span>
381
381
  </span>
382
382
  </div>
383
383
  <div class="details">
@@ -390,32 +390,32 @@
390
390
  <div class="info">
391
391
  <div class="rank">
392
392
  <span title="Ranking 8">8</span>
393
- <a href="https://github.com/OlympusDAO/olympus-contracts" target="_blank" title="OlympusDAO/olympus-contracts">OlympusDAO/olympus-contracts</a>
393
+ <a href="https://github.com/jesseduffield/lazygit" target="_blank" title="jesseduffield/lazygit">jesseduffield/lazygit</a>
394
394
  </div>
395
395
  <div class="sub-title followers">
396
396
 
397
- <a class="language" target="_blank" href="https://github.com/topics/solidity" title="Programming Language Solidity">
398
- <span style="background-color: #AA6746;"></span>Solidity
397
+ <a class="language" target="_blank" href="https://github.com/topics/go" title="Programming Language Go">
398
+ <span style="background-color: #00ADD8;"></span>Go
399
399
  </a>
400
400
 
401
401
  <span class="star" title="Stargazers Count">
402
402
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
403
403
  <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
404
404
  </svg>
405
- <span>378</span>
405
+ <span>24771</span>
406
406
  </span>
407
407
  <span class="star" title="Repo Forked">
408
408
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
409
409
  <path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
410
410
  </path>
411
411
  </svg>
412
- <span>415</span>
412
+ <span>926</span>
413
413
  </span>
414
414
  <span class="star">
415
415
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
416
416
  <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
417
417
  </svg>
418
- <span>183 stars this month</span>
418
+ <span>2918 stars this month</span>
419
419
  </span>
420
420
  </div>
421
421
  <div class="details">
@@ -428,32 +428,32 @@
428
428
  <div class="info">
429
429
  <div class="rank">
430
430
  <span title="Ranking 9">9</span>
431
- <a href="https://github.com/ethereum-boilerplate/ethereum-boilerplate" target="_blank" title="ethereum-boilerplate/ethereum-boilerplate">ethereum-boilerplate/ethereum-boilerplate</a>
431
+ <a href="https://github.com/kamranahmedse/developer-roadmap" target="_blank" title="kamranahmedse/developer-roadmap">kamranahmedse/developer-roadmap</a>
432
432
  </div>
433
433
  <div class="sub-title followers">
434
434
 
435
- <a class="language" target="_blank" href="https://github.com/topics/javascript" title="Programming Language JavaScript">
436
- <span style="background-color: #f1e05a;"></span>JavaScript
435
+ <a class="language" target="_blank" href="https://github.com/topics/typescript" title="Programming Language TypeScript">
436
+ <span style="background-color: #2b7489;"></span>TypeScript
437
437
  </a>
438
438
 
439
439
  <span class="star" title="Stargazers Count">
440
440
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
441
441
  <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
442
442
  </svg>
443
- <span>1291</span>
443
+ <span>180197</span>
444
444
  </span>
445
445
  <span class="star" title="Repo Forked">
446
446
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
447
447
  <path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
448
448
  </path>
449
449
  </svg>
450
- <span>448</span>
450
+ <span>25824</span>
451
451
  </span>
452
452
  <span class="star">
453
453
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
454
454
  <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
455
455
  </svg>
456
- <span>562 stars this month</span>
456
+ <span>4701 stars this month</span>
457
457
  </span>
458
458
  </div>
459
459
  <div class="details">
@@ -466,32 +466,32 @@
466
466
  <div class="info">
467
467
  <div class="rank">
468
468
  <span title="Ranking 10">10</span>
469
- <a href="https://github.com/PaperMC/Paper" target="_blank" title="PaperMC/Paper">PaperMC/Paper</a>
469
+ <a href="https://github.com/supabase/supabase" target="_blank" title="supabase/supabase">supabase/supabase</a>
470
470
  </div>
471
471
  <div class="sub-title followers">
472
472
 
473
- <a class="language" target="_blank" href="https://github.com/topics/java" title="Programming Language Java">
474
- <span style="background-color: #b07219;"></span>Java
473
+ <a class="language" target="_blank" href="https://github.com/topics/typescript" title="Programming Language TypeScript">
474
+ <span style="background-color: #2b7489;"></span>TypeScript
475
475
  </a>
476
476
 
477
477
  <span class="star" title="Stargazers Count">
478
478
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
479
479
  <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
480
480
  </svg>
481
- <span>4990</span>
481
+ <span>24753</span>
482
482
  </span>
483
483
  <span class="star" title="Repo Forked">
484
484
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
485
485
  <path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
486
486
  </path>
487
487
  </svg>
488
- <span>1291</span>
488
+ <span>1275</span>
489
489
  </span>
490
490
  <span class="star">
491
491
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
492
492
  <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
493
493
  </svg>
494
- <span>288 stars this month</span>
494
+ <span>3266 stars this month</span>
495
495
  </span>
496
496
  </div>
497
497
  <div class="details">
@@ -504,32 +504,32 @@
504
504
  <div class="info">
505
505
  <div class="rank">
506
506
  <span title="Ranking 11">11</span>
507
- <a href="https://github.com/danielmiessler/SecLists" target="_blank" title="danielmiessler/SecLists">danielmiessler/SecLists</a>
507
+ <a href="https://github.com/alan2207/bulletproof-react" target="_blank" title="alan2207/bulletproof-react">alan2207/bulletproof-react</a>
508
508
  </div>
509
509
  <div class="sub-title followers">
510
510
 
511
- <a class="language" target="_blank" href="https://github.com/topics/php" title="Programming Language PHP">
512
- <span style="background-color: #4F5D95;"></span>PHP
511
+ <a class="language" target="_blank" href="https://github.com/topics/typescript" title="Programming Language TypeScript">
512
+ <span style="background-color: #2b7489;"></span>TypeScript
513
513
  </a>
514
514
 
515
515
  <span class="star" title="Stargazers Count">
516
516
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
517
517
  <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
518
518
  </svg>
519
- <span>35634</span>
519
+ <span>7675</span>
520
520
  </span>
521
521
  <span class="star" title="Repo Forked">
522
522
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
523
523
  <path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
524
524
  </path>
525
525
  </svg>
526
- <span>18420</span>
526
+ <span>474</span>
527
527
  </span>
528
528
  <span class="star">
529
529
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
530
530
  <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
531
531
  </svg>
532
- <span>1187 stars this month</span>
532
+ <span>1564 stars this month</span>
533
533
  </span>
534
534
  </div>
535
535
  <div class="details">
@@ -542,32 +542,32 @@
542
542
  <div class="info">
543
543
  <div class="rank">
544
544
  <span title="Ranking 12">12</span>
545
- <a href="https://github.com/kholia/OSX-KVM" target="_blank" title="kholia/OSX-KVM">kholia/OSX-KVM</a>
545
+ <a href="https://github.com/ardalis/CleanArchitecture" target="_blank" title="ardalis/CleanArchitecture">ardalis/CleanArchitecture</a>
546
546
  </div>
547
547
  <div class="sub-title followers">
548
548
 
549
- <a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
550
- <span style="background-color: #3572A5;"></span>Python
549
+ <a class="language" target="_blank" href="https://github.com/topics/c#" title="Programming Language C#">
550
+ <span style="background-color: #178600;"></span>C#
551
551
  </a>
552
552
 
553
553
  <span class="star" title="Stargazers Count">
554
554
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
555
555
  <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
556
556
  </svg>
557
- <span>12803</span>
557
+ <span>8849</span>
558
558
  </span>
559
559
  <span class="star" title="Repo Forked">
560
560
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
561
561
  <path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
562
562
  </path>
563
563
  </svg>
564
- <span>1266</span>
564
+ <span>1616</span>
565
565
  </span>
566
566
  <span class="star">
567
567
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
568
568
  <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
569
569
  </svg>
570
- <span>776 stars this month</span>
570
+ <span>847 stars this month</span>
571
571
  </span>
572
572
  </div>
573
573
  <div class="details">
@@ -580,32 +580,32 @@
580
580
  <div class="info">
581
581
  <div class="rank">
582
582
  <span title="Ranking 13">13</span>
583
- <a href="https://github.com/TencentARC/GFPGAN" target="_blank" title="TencentARC/GFPGAN">TencentARC/GFPGAN</a>
583
+ <a href="https://github.com/WyvernTKC/cpuminer-gr-avx2" target="_blank" title="WyvernTKC/cpuminer-gr-avx2">WyvernTKC/cpuminer-gr-avx2</a>
584
584
  </div>
585
585
  <div class="sub-title followers">
586
586
 
587
- <a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
588
- <span style="background-color: #3572A5;"></span>Python
587
+ <a class="language" target="_blank" href="https://github.com/topics/c" title="Programming Language C">
588
+ <span style="background-color: #555555;"></span>C
589
589
  </a>
590
590
 
591
591
  <span class="star" title="Stargazers Count">
592
592
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
593
593
  <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>
594
594
  </svg>
595
- <span>4726</span>
595
+ <span>344</span>
596
596
  </span>
597
597
  <span class="star" title="Repo Forked">
598
598
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
599
599
  <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">
600
600
  </path>
601
601
  </svg>
602
- <span>651</span>
602
+ <span>159</span>
603
603
  </span>
604
604
  <span class="star">
605
605
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
606
606
  <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>
607
607
  </svg>
608
- <span>971 stars this month</span>
608
+ <span>230 stars this month</span>
609
609
  </span>
610
610
  </div>
611
611
  <div class="details">
@@ -618,32 +618,32 @@
618
618
  <div class="info">
619
619
  <div class="rank">
620
620
  <span title="Ranking 14">14</span>
621
- <a href="https://github.com/ava-labs/avalanchego" target="_blank" title="ava-labs/avalanchego">ava-labs/avalanchego</a>
621
+ <a href="https://github.com/sickcodes/Docker-OSX" target="_blank" title="sickcodes/Docker-OSX">sickcodes/Docker-OSX</a>
622
622
  </div>
623
623
  <div class="sub-title followers">
624
624
 
625
- <a class="language" target="_blank" href="https://github.com/topics/go" title="Programming Language Go">
626
- <span style="background-color: #00ADD8;"></span>Go
625
+ <a class="language" target="_blank" href="https://github.com/topics/shell" title="Programming Language Shell">
626
+ <span style="background-color: #89e051;"></span>Shell
627
627
  </a>
628
628
 
629
629
  <span class="star" title="Stargazers Count">
630
630
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
631
631
  <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>
632
632
  </svg>
633
- <span>1225</span>
633
+ <span>19190</span>
634
634
  </span>
635
635
  <span class="star" title="Repo Forked">
636
636
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
637
637
  <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">
638
638
  </path>
639
639
  </svg>
640
- <span>236</span>
640
+ <span>906</span>
641
641
  </span>
642
642
  <span class="star">
643
643
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
644
644
  <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>
645
645
  </svg>
646
- <span>336 stars this month</span>
646
+ <span>3060 stars this month</span>
647
647
  </span>
648
648
  </div>
649
649
  <div class="details">
@@ -656,32 +656,32 @@
656
656
  <div class="info">
657
657
  <div class="rank">
658
658
  <span title="Ranking 15">15</span>
659
- <a href="https://github.com/jesseduffield/lazygit" target="_blank" title="jesseduffield/lazygit">jesseduffield/lazygit</a>
659
+ <a href="https://github.com/YunaiV/SpringBoot-Labs" target="_blank" title="YunaiV/SpringBoot-Labs">YunaiV/SpringBoot-Labs</a>
660
660
  </div>
661
661
  <div class="sub-title followers">
662
662
 
663
- <a class="language" target="_blank" href="https://github.com/topics/go" title="Programming Language Go">
664
- <span style="background-color: #00ADD8;"></span>Go
663
+ <a class="language" target="_blank" href="https://github.com/topics/java" title="Programming Language Java">
664
+ <span style="background-color: #b07219;"></span>Java
665
665
  </a>
666
666
 
667
667
  <span class="star" title="Stargazers Count">
668
668
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
669
669
  <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>
670
670
  </svg>
671
- <span>24643</span>
671
+ <span>12725</span>
672
672
  </span>
673
673
  <span class="star" title="Repo Forked">
674
674
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
675
675
  <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">
676
676
  </path>
677
677
  </svg>
678
- <span>920</span>
678
+ <span>4169</span>
679
679
  </span>
680
680
  <span class="star">
681
681
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
682
682
  <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>
683
683
  </svg>
684
- <span>2833 stars this month</span>
684
+ <span>515 stars this month</span>
685
685
  </span>
686
686
  </div>
687
687
  <div class="details">
@@ -694,32 +694,32 @@
694
694
  <div class="info">
695
695
  <div class="rank">
696
696
  <span title="Ranking 16">16</span>
697
- <a href="https://github.com/Eugeny/tabby" target="_blank" title="Eugeny/tabby">Eugeny/tabby</a>
697
+ <a href="https://github.com/xmrig/xmrig" target="_blank" title="xmrig/xmrig">xmrig/xmrig</a>
698
698
  </div>
699
699
  <div class="sub-title followers">
700
700
 
701
- <a class="language" target="_blank" href="https://github.com/topics/typescript" title="Programming Language TypeScript">
702
- <span style="background-color: #2b7489;"></span>TypeScript
701
+ <a class="language" target="_blank" href="https://github.com/topics/c" title="Programming Language C">
702
+ <span style="background-color: #555555;"></span>C
703
703
  </a>
704
704
 
705
705
  <span class="star" title="Stargazers Count">
706
706
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
707
707
  <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>
708
708
  </svg>
709
- <span>22091</span>
709
+ <span>6324</span>
710
710
  </span>
711
711
  <span class="star" title="Repo Forked">
712
712
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
713
713
  <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">
714
714
  </path>
715
715
  </svg>
716
- <span>1144</span>
716
+ <span>2858</span>
717
717
  </span>
718
718
  <span class="star">
719
719
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
720
720
  <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>
721
721
  </svg>
722
- <span>2284 stars this month</span>
722
+ <span>463 stars this month</span>
723
723
  </span>
724
724
  </div>
725
725
  <div class="details">
@@ -732,7 +732,7 @@
732
732
  <div class="info">
733
733
  <div class="rank">
734
734
  <span title="Ranking 17">17</span>
735
- <a href="https://github.com/remix-run/react-router" target="_blank" title="remix-run/react-router">remix-run/react-router</a>
735
+ <a href="https://github.com/Eugeny/tabby" target="_blank" title="Eugeny/tabby">Eugeny/tabby</a>
736
736
  </div>
737
737
  <div class="sub-title followers">
738
738
 
@@ -744,20 +744,20 @@
744
744
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
745
745
  <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>
746
746
  </svg>
747
- <span>45219</span>
747
+ <span>23487</span>
748
748
  </span>
749
749
  <span class="star" title="Repo Forked">
750
750
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
751
751
  <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">
752
752
  </path>
753
753
  </svg>
754
- <span>8744</span>
754
+ <span>1214</span>
755
755
  </span>
756
756
  <span class="star">
757
757
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
758
758
  <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>
759
759
  </svg>
760
- <span>683 stars this month</span>
760
+ <span>3675 stars this month</span>
761
761
  </span>
762
762
  </div>
763
763
  <div class="details">
@@ -770,32 +770,32 @@
770
770
  <div class="info">
771
771
  <div class="rank">
772
772
  <span title="Ranking 18">18</span>
773
- <a href="https://github.com/zero205/JD_tencent_scf" target="_blank" title="zero205/JD_tencent_scf">zero205/JD_tencent_scf</a>
773
+ <a href="https://github.com/OlympusDAO/olympus-contracts" target="_blank" title="OlympusDAO/olympus-contracts">OlympusDAO/olympus-contracts</a>
774
774
  </div>
775
775
  <div class="sub-title followers">
776
776
 
777
- <a class="language" target="_blank" href="https://github.com/topics/javascript" title="Programming Language JavaScript">
778
- <span style="background-color: #f1e05a;"></span>JavaScript
777
+ <a class="language" target="_blank" href="https://github.com/topics/solidity" title="Programming Language Solidity">
778
+ <span style="background-color: #AA6746;"></span>Solidity
779
779
  </a>
780
780
 
781
781
  <span class="star" title="Stargazers Count">
782
782
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
783
783
  <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>
784
784
  </svg>
785
- <span>1710</span>
785
+ <span>402</span>
786
786
  </span>
787
787
  <span class="star" title="Repo Forked">
788
788
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
789
789
  <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">
790
790
  </path>
791
791
  </svg>
792
- <span>626</span>
792
+ <span>456</span>
793
793
  </span>
794
794
  <span class="star">
795
795
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
796
796
  <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>
797
797
  </svg>
798
- <span>792 stars this month</span>
798
+ <span>191 stars this month</span>
799
799
  </span>
800
800
  </div>
801
801
  <div class="details">
@@ -808,32 +808,32 @@
808
808
  <div class="info">
809
809
  <div class="rank">
810
810
  <span title="Ranking 19">19</span>
811
- <a href="https://github.com/YunaiV/SpringBoot-Labs" target="_blank" title="YunaiV/SpringBoot-Labs">YunaiV/SpringBoot-Labs</a>
811
+ <a href="https://github.com/FerretDB/FerretDB" target="_blank" title="FerretDB/FerretDB">FerretDB/FerretDB</a>
812
812
  </div>
813
813
  <div class="sub-title followers">
814
814
 
815
- <a class="language" target="_blank" href="https://github.com/topics/java" title="Programming Language Java">
816
- <span style="background-color: #b07219;"></span>Java
815
+ <a class="language" target="_blank" href="https://github.com/topics/go" title="Programming Language Go">
816
+ <span style="background-color: #00ADD8;"></span>Go
817
817
  </a>
818
818
 
819
819
  <span class="star" title="Stargazers Count">
820
820
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
821
821
  <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>
822
822
  </svg>
823
- <span>12684</span>
823
+ <span>3633</span>
824
824
  </span>
825
825
  <span class="star" title="Repo Forked">
826
826
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
827
827
  <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">
828
828
  </path>
829
829
  </svg>
830
- <span>4151</span>
830
+ <span>96</span>
831
831
  </span>
832
832
  <span class="star">
833
833
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
834
834
  <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>
835
835
  </svg>
836
- <span>516 stars this month</span>
836
+ <span>1549 stars this month</span>
837
837
  </span>
838
838
  </div>
839
839
  <div class="details">
@@ -846,32 +846,32 @@
846
846
  <div class="info">
847
847
  <div class="rank">
848
848
  <span title="Ranking 20">20</span>
849
- <a href="https://github.com/koekeishiya/yabai" target="_blank" title="koekeishiya/yabai">koekeishiya/yabai</a>
849
+ <a href="https://github.com/binance-chain/bsc" target="_blank" title="binance-chain/bsc">binance-chain/bsc</a>
850
850
  </div>
851
851
  <div class="sub-title followers">
852
852
 
853
- <a class="language" target="_blank" href="https://github.com/topics/c" title="Programming Language C">
854
- <span style="background-color: #555555;"></span>C
853
+ <a class="language" target="_blank" href="https://github.com/topics/go" title="Programming Language Go">
854
+ <span style="background-color: #00ADD8;"></span>Go
855
855
  </a>
856
856
 
857
857
  <span class="star" title="Stargazers Count">
858
858
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
859
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>
860
860
  </svg>
861
- <span>9658</span>
861
+ <span>1198</span>
862
862
  </span>
863
863
  <span class="star" title="Repo Forked">
864
864
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
865
865
  <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">
866
866
  </path>
867
867
  </svg>
868
- <span>349</span>
868
+ <span>467</span>
869
869
  </span>
870
870
  <span class="star">
871
871
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
872
872
  <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>
873
873
  </svg>
874
- <span>1253 stars this month</span>
874
+ <span>229 stars this month</span>
875
875
  </span>
876
876
  </div>
877
877
  <div class="details">
@@ -884,32 +884,32 @@
884
884
  <div class="info">
885
885
  <div class="rank">
886
886
  <span title="Ranking 21">21</span>
887
- <a href="https://github.com/solana-labs/token-list" target="_blank" title="solana-labs/token-list">solana-labs/token-list</a>
887
+ <a href="https://github.com/jaakkopasanen/AutoEq" target="_blank" title="jaakkopasanen/AutoEq">jaakkopasanen/AutoEq</a>
888
888
  </div>
889
889
  <div class="sub-title followers">
890
890
 
891
- <a class="language" target="_blank" href="https://github.com/topics/go" title="Programming Language Go">
892
- <span style="background-color: #00ADD8;"></span>Go
891
+ <a class="language" target="_blank" href="https://github.com/topics/jupyternotebook" title="Programming Language JupyterNotebook">
892
+ <span style="background-color: #DA5B0B;"></span>JupyterNotebook
893
893
  </a>
894
894
 
895
895
  <span class="star" title="Stargazers Count">
896
896
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
897
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>
898
898
  </svg>
899
- <span>511</span>
899
+ <span>5882</span>
900
900
  </span>
901
901
  <span class="star" title="Repo Forked">
902
902
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
903
903
  <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">
904
904
  </path>
905
905
  </svg>
906
- <span>2456</span>
906
+ <span>1261</span>
907
907
  </span>
908
908
  <span class="star">
909
909
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
910
910
  <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>
911
911
  </svg>
912
- <span>212 stars this month</span>
912
+ <span>765 stars this month</span>
913
913
  </span>
914
914
  </div>
915
915
  <div class="details">
@@ -922,32 +922,32 @@
922
922
  <div class="info">
923
923
  <div class="rank">
924
924
  <span title="Ranking 22">22</span>
925
- <a href="https://github.com/jaakkopasanen/AutoEq" target="_blank" title="jaakkopasanen/AutoEq">jaakkopasanen/AutoEq</a>
925
+ <a href="https://github.com/ava-labs/avalanchego" target="_blank" title="ava-labs/avalanchego">ava-labs/avalanchego</a>
926
926
  </div>
927
927
  <div class="sub-title followers">
928
928
 
929
- <a class="language" target="_blank" href="https://github.com/topics/jupyternotebook" title="Programming Language JupyterNotebook">
930
- <span style="background-color: #DA5B0B;"></span>JupyterNotebook
929
+ <a class="language" target="_blank" href="https://github.com/topics/go" title="Programming Language Go">
930
+ <span style="background-color: #00ADD8;"></span>Go
931
931
  </a>
932
932
 
933
933
  <span class="star" title="Stargazers Count">
934
934
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
935
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>
936
936
  </svg>
937
- <span>5796</span>
937
+ <span>1248</span>
938
938
  </span>
939
939
  <span class="star" title="Repo Forked">
940
940
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
941
941
  <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">
942
942
  </path>
943
943
  </svg>
944
- <span>1245</span>
944
+ <span>242</span>
945
945
  </span>
946
946
  <span class="star">
947
947
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
948
948
  <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>
949
949
  </svg>
950
- <span>712 stars this month</span>
950
+ <span>352 stars this month</span>
951
951
  </span>
952
952
  </div>
953
953
  <div class="details">
@@ -960,32 +960,32 @@
960
960
  <div class="info">
961
961
  <div class="rank">
962
962
  <span title="Ranking 23">23</span>
963
- <a href="https://github.com/binance-chain/bsc" target="_blank" title="binance-chain/bsc">binance-chain/bsc</a>
963
+ <a href="https://github.com/d2l-ai/d2l-zh" target="_blank" title="d2l-ai/d2l-zh">d2l-ai/d2l-zh</a>
964
964
  </div>
965
965
  <div class="sub-title followers">
966
966
 
967
- <a class="language" target="_blank" href="https://github.com/topics/go" title="Programming Language Go">
968
- <span style="background-color: #00ADD8;"></span>Go
967
+ <a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
968
+ <span style="background-color: #3572A5;"></span>Python
969
969
  </a>
970
970
 
971
971
  <span class="star" title="Stargazers Count">
972
972
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
973
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>
974
974
  </svg>
975
- <span>1164</span>
975
+ <span>28920</span>
976
976
  </span>
977
977
  <span class="star" title="Repo Forked">
978
978
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
979
979
  <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">
980
980
  </path>
981
981
  </svg>
982
- <span>455</span>
982
+ <span>6799</span>
983
983
  </span>
984
984
  <span class="star">
985
985
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
986
986
  <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>
987
987
  </svg>
988
- <span>197 stars this month</span>
988
+ <span>1545 stars this month</span>
989
989
  </span>
990
990
  </div>
991
991
  <div class="details">
@@ -998,32 +998,28 @@
998
998
  <div class="info">
999
999
  <div class="rank">
1000
1000
  <span title="Ranking 24">24</span>
1001
- <a href="https://github.com/sickcodes/Docker-OSX" target="_blank" title="sickcodes/Docker-OSX">sickcodes/Docker-OSX</a>
1001
+ <a href="https://github.com/EbookFoundation/free-programming-books" target="_blank" title="EbookFoundation/free-programming-books">EbookFoundation/free-programming-books</a>
1002
1002
  </div>
1003
1003
  <div class="sub-title followers">
1004
1004
 
1005
- <a class="language" target="_blank" href="https://github.com/topics/shell" title="Programming Language Shell">
1006
- <span style="background-color: #89e051;"></span>Shell
1007
- </a>
1008
-
1009
1005
  <span class="star" title="Stargazers Count">
1010
1006
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
1011
1007
  <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
1012
1008
  </svg>
1013
- <span>19103</span>
1009
+ <span>215284</span>
1014
1010
  </span>
1015
1011
  <span class="star" title="Repo Forked">
1016
1012
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
1017
1013
  <path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
1018
1014
  </path>
1019
1015
  </svg>
1020
- <span>906</span>
1016
+ <span>46316</span>
1021
1017
  </span>
1022
1018
  <span class="star">
1023
1019
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
1024
1020
  <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
1025
1021
  </svg>
1026
- <span>3014 stars this month</span>
1022
+ <span>5146 stars this month</span>
1027
1023
  </span>
1028
1024
  </div>
1029
1025
  <div class="details">
@@ -1036,32 +1032,32 @@
1036
1032
  <div class="info">
1037
1033
  <div class="rank">
1038
1034
  <span title="Ranking 25">25</span>
1039
- <a href="https://github.com/php/php-src" target="_blank" title="php/php-src">php/php-src</a>
1035
+ <a href="https://github.com/Kholid060/automa" target="_blank" title="Kholid060/automa">Kholid060/automa</a>
1040
1036
  </div>
1041
1037
  <div class="sub-title followers">
1042
1038
 
1043
- <a class="language" target="_blank" href="https://github.com/topics/c" title="Programming Language C">
1044
- <span style="background-color: #555555;"></span>C
1039
+ <a class="language" target="_blank" href="https://github.com/topics/vue" title="Programming Language Vue">
1040
+ <span style="background-color: #41b883;"></span>Vue
1045
1041
  </a>
1046
1042
 
1047
1043
  <span class="star" title="Stargazers Count">
1048
1044
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
1049
1045
  <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
1050
1046
  </svg>
1051
- <span>32832</span>
1047
+ <span>2784</span>
1052
1048
  </span>
1053
1049
  <span class="star" title="Repo Forked">
1054
1050
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
1055
1051
  <path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
1056
1052
  </path>
1057
1053
  </svg>
1058
- <span>6964</span>
1054
+ <span>224</span>
1059
1055
  </span>
1060
1056
  <span class="star">
1061
1057
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
1062
1058
  <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
1063
1059
  </svg>
1064
- <span>1280 stars this month</span>
1060
+ <span>1327 stars this month</span>
1065
1061
  </span>
1066
1062
  </div>
1067
1063
  <div class="details">
@@ -1086,7 +1082,7 @@
1086
1082
  <img src="https://img.shields.io/npm/v/@wcj/github-rank.svg?label=unpkg">
1087
1083
  </a>
1088
1084
  </div>
1089
- <div class="time">Last cache created on 2021/12/9 by Github API v3.</div>
1085
+ <div class="time">Last cache created on 2021/12/13 by Github API v3.</div>
1090
1086
  Create by <a href="https://github.com/jaywcjlove" target="_blank">小弟调调™</a>.
1091
1087
  </div>
1092
1088
  </body>