@wcj/github-rank 21.12.12 → 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 +25370 -25338
  2. package/dist/sifou-daily.json +102 -39
  3. package/dist/sifou-monthly.json +76 -76
  4. package/dist/sifou-weekly.json +127 -127
  5. package/dist/toutiao-30.json +51 -51
  6. package/dist/toutiao-7.json +98 -98
  7. package/dist/toutiao-90.json +25 -25
  8. package/dist/trending-daily.json +169 -169
  9. package/dist/trending-monthly.json +143 -143
  10. package/dist/trending-weekly.json +157 -157
  11. package/dist/users.china.json +1176 -1177
  12. package/dist/users.json +1994 -1994
  13. package/package.json +1 -1
  14. package/web/36kr.html +2 -2
  15. package/web/data/repos.json +25370 -25338
  16. package/web/data/sifou-daily.json +102 -39
  17. package/web/data/sifou-monthly.json +76 -76
  18. package/web/data/sifou-weekly.json +127 -127
  19. package/web/data/toutiao-30.json +51 -51
  20. package/web/data/toutiao-7.json +98 -98
  21. package/web/data/toutiao-90.json +25 -25
  22. package/web/data/trending-daily.json +169 -169
  23. package/web/data/trending-monthly.json +143 -143
  24. package/web/data/trending-weekly.json +157 -157
  25. package/web/data/users.china.json +1176 -1177
  26. package/web/data/users.json +1994 -1994
  27. package/web/index.html +1048 -1048
  28. package/web/repos.html +2820 -2832
  29. package/web/sifou-daily.html +230 -34
  30. package/web/sifou-monthly.html +113 -113
  31. package/web/sifou-weekly.html +146 -146
  32. package/web/toutiao-30.html +60 -60
  33. package/web/toutiao-7.html +97 -97
  34. package/web/toutiao-90.html +24 -24
  35. package/web/trending-monthly.html +126 -130
  36. package/web/trending-weekly.html +138 -138
  37. package/web/trending.html +149 -145
  38. package/web/users.china.html +579 -579
package/web/trending.html CHANGED
@@ -102,7 +102,7 @@
102
102
 
103
103
 
104
104
  </h1>
105
- <div class="time">Last cache created on 2021/12/12 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/tangxiaofeng7/CVE-2021-44228-Apache-Log4j-Rce" target="_blank" title="tangxiaofeng7/CVE-2021-44228-Apache-Log4j-Rce">tangxiaofeng7/CVE-2021-44228-Apache-Log4j-Rce</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/java" title="Programming Language Java">
132
- <span style="background-color: #b07219;"></span>Java
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>1405</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>533</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>519 stars today</span>
152
+ <span>917 stars today</span>
153
153
  </span>
154
154
  </div>
155
155
  <div class="details">
@@ -162,32 +162,32 @@
162
162
  <div class="info">
163
163
  <div class="rank">
164
164
  <span title="Ranking 2">2</span>
165
- <a href="https://github.com/TencentARC/GFPGAN" target="_blank" title="TencentARC/GFPGAN">TencentARC/GFPGAN</a>
165
+ <a href="https://github.com/welk1n/JNDI-Injection-Exploit" target="_blank" title="welk1n/JNDI-Injection-Exploit">welk1n/JNDI-Injection-Exploit</a>
166
166
  </div>
167
167
  <div class="sub-title followers">
168
168
 
169
- <a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
170
- <span style="background-color: #3572A5;"></span>Python
169
+ <a class="language" target="_blank" href="https://github.com/topics/java" title="Programming Language Java">
170
+ <span style="background-color: #b07219;"></span>Java
171
171
  </a>
172
172
 
173
173
  <span class="star" title="Stargazers Count">
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>6330</span>
177
+ <span>1151</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>873</span>
184
+ <span>278</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>805 stars today</span>
190
+ <span>99 stars today</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/bytedance/monoio" target="_blank" title="bytedance/monoio">bytedance/monoio</a>
203
+ <a href="https://github.com/tangxiaofeng7/CVE-2021-44228-Apache-Log4j-Rce" target="_blank" title="tangxiaofeng7/CVE-2021-44228-Apache-Log4j-Rce">tangxiaofeng7/CVE-2021-44228-Apache-Log4j-Rce</a>
204
204
  </div>
205
205
  <div class="sub-title followers">
206
206
 
207
- <a class="language" target="_blank" href="https://github.com/topics/rust" title="Programming Language Rust">
208
- <span style="background-color: #dea584;"></span>Rust
207
+ <a class="language" target="_blank" href="https://github.com/topics/java" title="Programming Language Java">
208
+ <span style="background-color: #b07219;"></span>Java
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>1252</span>
215
+ <span>1760</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>48</span>
222
+ <span>610</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>162 stars today</span>
228
+ <span>357 stars today</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/tailwindlabs/tailwindcss" target="_blank" title="tailwindlabs/tailwindcss">tailwindlabs/tailwindcss</a>
241
+ <a href="https://github.com/SeanDaBlack/KelloggBot" target="_blank" title="SeanDaBlack/KelloggBot">SeanDaBlack/KelloggBot</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/python" title="Programming Language Python">
246
+ <span style="background-color: #3572A5;"></span>Python
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>50261</span>
253
+ <span>293</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>2384</span>
260
+ <span>64</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>219 stars today</span>
266
+ <span>120 stars today</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/dendibakh/perf-book" target="_blank" title="dendibakh/perf-book">dendibakh/perf-book</a>
279
+ <a href="https://github.com/feihong-cs/JNDIExploit" target="_blank" title="feihong-cs/JNDIExploit">feihong-cs/JNDIExploit</a>
280
280
  </div>
281
281
  <div class="sub-title followers">
282
282
 
283
- <a class="language" target="_blank" href="https://github.com/topics/tex" title="Programming Language TeX">
284
- <span style="background-color: #3D6117;"></span>TeX
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>517</span>
291
+ <span>920</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>32</span>
298
+ <span>223</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>114 stars today</span>
304
+ <span>107 stars today</span>
305
305
  </span>
306
306
  </div>
307
307
  <div class="details">
@@ -314,7 +314,7 @@
314
314
  <div class="info">
315
315
  <div class="rank">
316
316
  <span title="Ranking 6">6</span>
317
- <a href="https://github.com/PaperMC/Paper" target="_blank" title="PaperMC/Paper">PaperMC/Paper</a>
317
+ <a href="https://github.com/apache/logging-log4j2" target="_blank" title="apache/logging-log4j2">apache/logging-log4j2</a>
318
318
  </div>
319
319
  <div class="sub-title followers">
320
320
 
@@ -326,20 +326,20 @@
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>5087</span>
329
+ <span>1804</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>1314</span>
336
+ <span>992</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>48 stars today</span>
342
+ <span>106 stars today</span>
343
343
  </span>
344
344
  </div>
345
345
  <div class="details">
@@ -352,32 +352,32 @@
352
352
  <div class="info">
353
353
  <div class="rank">
354
354
  <span title="Ranking 7">7</span>
355
- <a href="https://github.com/cilium/cilium" target="_blank" title="cilium/cilium">cilium/cilium</a>
355
+ <a href="https://github.com/mpcabete/bombcrypto-bot" target="_blank" title="mpcabete/bombcrypto-bot">mpcabete/bombcrypto-bot</a>
356
356
  </div>
357
357
  <div class="sub-title followers">
358
358
 
359
- <a class="language" target="_blank" href="https://github.com/topics/go" title="Programming Language Go">
360
- <span style="background-color: #00ADD8;"></span>Go
359
+ <a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
360
+ <span style="background-color: #3572A5;"></span>Python
361
361
  </a>
362
362
 
363
363
  <span class="star" title="Stargazers Count">
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>9941</span>
367
+ <span>359</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>1261</span>
374
+ <span>213</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>56 stars today</span>
380
+ <span>22 stars today</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/apache/logging-log4j2" target="_blank" title="apache/logging-log4j2">apache/logging-log4j2</a>
393
+ <a href="https://github.com/cilium/cilium" target="_blank" title="cilium/cilium">cilium/cilium</a>
394
394
  </div>
395
395
  <div class="sub-title followers">
396
396
 
397
- <a class="language" target="_blank" href="https://github.com/topics/java" title="Programming Language Java">
398
- <span style="background-color: #b07219;"></span>Java
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>1700</span>
405
+ <span>10018</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>978</span>
412
+ <span>1267</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>105 stars today</span>
418
+ <span>77 stars today</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/mbechler/marshalsec" target="_blank" title="mbechler/marshalsec">mbechler/marshalsec</a>
431
+ <a href="https://github.com/vercel/turborepo" target="_blank" title="vercel/turborepo">vercel/turborepo</a>
432
432
  </div>
433
433
  <div class="sub-title followers">
434
434
 
435
- <a class="language" target="_blank" href="https://github.com/topics/java" title="Programming Language Java">
436
- <span style="background-color: #b07219;"></span>Java
435
+ <a class="language" target="_blank" href="https://github.com/topics/go" title="Programming Language Go">
436
+ <span style="background-color: #00ADD8;"></span>Go
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>2026</span>
443
+ <span>2239</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>444</span>
450
+ <span>59</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>110 stars today</span>
456
+ <span>320 stars today</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/welk1n/JNDI-Injection-Exploit" target="_blank" title="welk1n/JNDI-Injection-Exploit">welk1n/JNDI-Injection-Exploit</a>
469
+ <a href="https://github.com/sxyu/svox2" target="_blank" title="sxyu/svox2">sxyu/svox2</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/python" title="Programming Language Python">
474
+ <span style="background-color: #3572A5;"></span>Python
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>1055</span>
481
+ <span>282</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>250</span>
488
+ <span>17</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>148 stars today</span>
494
+ <span>46 stars today</span>
495
495
  </span>
496
496
  </div>
497
497
  <div class="details">
@@ -504,28 +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/mli/paper-reading" target="_blank" title="mli/paper-reading">mli/paper-reading</a>
507
+ <a href="https://github.com/whwlsfb/Log4j2Scan" target="_blank" title="whwlsfb/Log4j2Scan">whwlsfb/Log4j2Scan</a>
508
508
  </div>
509
509
  <div class="sub-title followers">
510
510
 
511
+ <a class="language" target="_blank" href="https://github.com/topics/java" title="Programming Language Java">
512
+ <span style="background-color: #b07219;"></span>Java
513
+ </a>
514
+
511
515
  <span class="star" title="Stargazers Count">
512
516
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
513
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>
514
518
  </svg>
515
- <span>5050</span>
519
+ <span>610</span>
516
520
  </span>
517
521
  <span class="star" title="Repo Forked">
518
522
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
519
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">
520
524
  </path>
521
525
  </svg>
522
- <span>336</span>
526
+ <span>200</span>
523
527
  </span>
524
528
  <span class="star">
525
529
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
526
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>
527
531
  </svg>
528
- <span>52 stars today</span>
532
+ <span>105 stars today</span>
529
533
  </span>
530
534
  </div>
531
535
  <div class="details">
@@ -538,32 +542,28 @@
538
542
  <div class="info">
539
543
  <div class="rank">
540
544
  <span title="Ranking 12">12</span>
541
- <a href="https://github.com/doocs/leetcode" target="_blank" title="doocs/leetcode">doocs/leetcode</a>
545
+ <a href="https://github.com/YfryTchsGD/Log4jAttackSurface" target="_blank" title="YfryTchsGD/Log4jAttackSurface">YfryTchsGD/Log4jAttackSurface</a>
542
546
  </div>
543
547
  <div class="sub-title followers">
544
548
 
545
- <a class="language" target="_blank" href="https://github.com/topics/java" title="Programming Language Java">
546
- <span style="background-color: #b07219;"></span>Java
547
- </a>
548
-
549
549
  <span class="star" title="Stargazers Count">
550
550
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
551
551
  <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>
552
552
  </svg>
553
- <span>8848</span>
553
+ <span>1341</span>
554
554
  </span>
555
555
  <span class="star" title="Repo Forked">
556
556
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
557
557
  <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">
558
558
  </path>
559
559
  </svg>
560
- <span>1770</span>
560
+ <span>151</span>
561
561
  </span>
562
562
  <span class="star">
563
563
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
564
564
  <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>
565
565
  </svg>
566
- <span>178 stars today</span>
566
+ <span>321 stars today</span>
567
567
  </span>
568
568
  </div>
569
569
  <div class="details">
@@ -576,32 +576,32 @@
576
576
  <div class="info">
577
577
  <div class="rank">
578
578
  <span title="Ranking 13">13</span>
579
- <a href="https://github.com/flame-engine/flame" target="_blank" title="flame-engine/flame">flame-engine/flame</a>
579
+ <a href="https://github.com/christophetd/log4shell-vulnerable-app" target="_blank" title="christophetd/log4shell-vulnerable-app">christophetd/log4shell-vulnerable-app</a>
580
580
  </div>
581
581
  <div class="sub-title followers">
582
582
 
583
- <a class="language" target="_blank" href="https://github.com/topics/dart" title="Programming Language Dart">
584
- <span style="background-color: #00B4AB;"></span>Dart
583
+ <a class="language" target="_blank" href="https://github.com/topics/java" title="Programming Language Java">
584
+ <span style="background-color: #b07219;"></span>Java
585
585
  </a>
586
586
 
587
587
  <span class="star" title="Stargazers Count">
588
588
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
589
589
  <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>
590
590
  </svg>
591
- <span>5210</span>
591
+ <span>345</span>
592
592
  </span>
593
593
  <span class="star" title="Repo Forked">
594
594
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
595
595
  <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">
596
596
  </path>
597
597
  </svg>
598
- <span>455</span>
598
+ <span>104</span>
599
599
  </span>
600
600
  <span class="star">
601
601
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
602
602
  <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>
603
603
  </svg>
604
- <span>72 stars today</span>
604
+ <span>110 stars today</span>
605
605
  </span>
606
606
  </div>
607
607
  <div class="details">
@@ -614,28 +614,32 @@
614
614
  <div class="info">
615
615
  <div class="rank">
616
616
  <span title="Ranking 14">14</span>
617
- <a href="https://github.com/instrumental-finance/airdrop-addresses" target="_blank" title="instrumental-finance/airdrop-addresses">instrumental-finance/airdrop-addresses</a>
617
+ <a href="https://github.com/cshum/imagor" target="_blank" title="cshum/imagor">cshum/imagor</a>
618
618
  </div>
619
619
  <div class="sub-title followers">
620
620
 
621
+ <a class="language" target="_blank" href="https://github.com/topics/go" title="Programming Language Go">
622
+ <span style="background-color: #00ADD8;"></span>Go
623
+ </a>
624
+
621
625
  <span class="star" title="Stargazers Count">
622
626
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
623
627
  <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>
624
628
  </svg>
625
- <span>37</span>
629
+ <span>887</span>
626
630
  </span>
627
631
  <span class="star" title="Repo Forked">
628
632
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
629
633
  <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">
630
634
  </path>
631
635
  </svg>
632
- <span>189</span>
636
+ <span>13</span>
633
637
  </span>
634
638
  <span class="star">
635
639
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
636
640
  <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>
637
641
  </svg>
638
- <span>14 stars today</span>
642
+ <span>120 stars today</span>
639
643
  </span>
640
644
  </div>
641
645
  <div class="details">
@@ -648,32 +652,32 @@
648
652
  <div class="info">
649
653
  <div class="rank">
650
654
  <span title="Ranking 15">15</span>
651
- <a href="https://github.com/vercel/turborepo" target="_blank" title="vercel/turborepo">vercel/turborepo</a>
655
+ <a href="https://github.com/veracode-research/rogue-jndi" target="_blank" title="veracode-research/rogue-jndi">veracode-research/rogue-jndi</a>
652
656
  </div>
653
657
  <div class="sub-title followers">
654
658
 
655
- <a class="language" target="_blank" href="https://github.com/topics/go" title="Programming Language Go">
656
- <span style="background-color: #00ADD8;"></span>Go
659
+ <a class="language" target="_blank" href="https://github.com/topics/java" title="Programming Language Java">
660
+ <span style="background-color: #b07219;"></span>Java
657
661
  </a>
658
662
 
659
663
  <span class="star" title="Stargazers Count">
660
664
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
661
665
  <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>
662
666
  </svg>
663
- <span>1923</span>
667
+ <span>435</span>
664
668
  </span>
665
669
  <span class="star" title="Repo Forked">
666
670
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
667
671
  <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">
668
672
  </path>
669
673
  </svg>
670
- <span>50</span>
674
+ <span>85</span>
671
675
  </span>
672
676
  <span class="star">
673
677
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
674
678
  <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>
675
679
  </svg>
676
- <span>601 stars today</span>
680
+ <span>81 stars today</span>
677
681
  </span>
678
682
  </div>
679
683
  <div class="details">
@@ -686,26 +690,26 @@
686
690
  <div class="info">
687
691
  <div class="rank">
688
692
  <span title="Ranking 16">16</span>
689
- <a href="https://github.com/laravel-filament/filament" target="_blank" title="laravel-filament/filament">laravel-filament/filament</a>
693
+ <a href="https://github.com/NationalSecurityAgency/ghidra" target="_blank" title="NationalSecurityAgency/ghidra">NationalSecurityAgency/ghidra</a>
690
694
  </div>
691
695
  <div class="sub-title followers">
692
696
 
693
- <a class="language" target="_blank" href="https://github.com/topics/php" title="Programming Language PHP">
694
- <span style="background-color: #4F5D95;"></span>PHP
697
+ <a class="language" target="_blank" href="https://github.com/topics/java" title="Programming Language Java">
698
+ <span style="background-color: #b07219;"></span>Java
695
699
  </a>
696
700
 
697
701
  <span class="star" title="Stargazers Count">
698
702
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
699
703
  <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>
700
704
  </svg>
701
- <span>2016</span>
705
+ <span>30111</span>
702
706
  </span>
703
707
  <span class="star" title="Repo Forked">
704
708
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
705
709
  <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">
706
710
  </path>
707
711
  </svg>
708
- <span>197</span>
712
+ <span>3912</span>
709
713
  </span>
710
714
  <span class="star">
711
715
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
@@ -724,32 +728,32 @@
724
728
  <div class="info">
725
729
  <div class="rank">
726
730
  <span title="Ranking 17">17</span>
727
- <a href="https://github.com/filecoin-project/lotus" target="_blank" title="filecoin-project/lotus">filecoin-project/lotus</a>
731
+ <a href="https://github.com/HyCraftHD/Log4J-RCE-Proof-Of-Concept" target="_blank" title="HyCraftHD/Log4J-RCE-Proof-Of-Concept">HyCraftHD/Log4J-RCE-Proof-Of-Concept</a>
728
732
  </div>
729
733
  <div class="sub-title followers">
730
734
 
731
- <a class="language" target="_blank" href="https://github.com/topics/go" title="Programming Language Go">
732
- <span style="background-color: #00ADD8;"></span>Go
735
+ <a class="language" target="_blank" href="https://github.com/topics/java" title="Programming Language Java">
736
+ <span style="background-color: #b07219;"></span>Java
733
737
  </a>
734
738
 
735
739
  <span class="star" title="Stargazers Count">
736
740
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
737
741
  <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>
738
742
  </svg>
739
- <span>1945</span>
743
+ <span>86</span>
740
744
  </span>
741
745
  <span class="star" title="Repo Forked">
742
746
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
743
747
  <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">
744
748
  </path>
745
749
  </svg>
746
- <span>935</span>
750
+ <span>18</span>
747
751
  </span>
748
752
  <span class="star">
749
753
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
750
754
  <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>
751
755
  </svg>
752
- <span>21 stars today</span>
756
+ <span>38 stars today</span>
753
757
  </span>
754
758
  </div>
755
759
  <div class="details">
@@ -762,32 +766,32 @@
762
766
  <div class="info">
763
767
  <div class="rank">
764
768
  <span title="Ranking 18">18</span>
765
- <a href="https://github.com/tailwindlabs/tailwindcss.com" target="_blank" title="tailwindlabs/tailwindcss.com">tailwindlabs/tailwindcss.com</a>
769
+ <a href="https://github.com/PaperMC/Paper" target="_blank" title="PaperMC/Paper">PaperMC/Paper</a>
766
770
  </div>
767
771
  <div class="sub-title followers">
768
772
 
769
- <a class="language" target="_blank" href="https://github.com/topics/javascript" title="Programming Language JavaScript">
770
- <span style="background-color: #f1e05a;"></span>JavaScript
773
+ <a class="language" target="_blank" href="https://github.com/topics/java" title="Programming Language Java">
774
+ <span style="background-color: #b07219;"></span>Java
771
775
  </a>
772
776
 
773
777
  <span class="star" title="Stargazers Count">
774
778
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
775
779
  <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>
776
780
  </svg>
777
- <span>1343</span>
781
+ <span>5156</span>
778
782
  </span>
779
783
  <span class="star" title="Repo Forked">
780
784
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
781
785
  <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">
782
786
  </path>
783
787
  </svg>
784
- <span>735</span>
788
+ <span>1320</span>
785
789
  </span>
786
790
  <span class="star">
787
791
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
788
792
  <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>
789
793
  </svg>
790
- <span>80 stars today</span>
794
+ <span>71 stars today</span>
791
795
  </span>
792
796
  </div>
793
797
  <div class="details">
@@ -800,32 +804,32 @@
800
804
  <div class="info">
801
805
  <div class="rank">
802
806
  <span title="Ranking 19">19</span>
803
- <a href="https://github.com/AppFlowy-IO/appflowy" target="_blank" title="AppFlowy-IO/appflowy">AppFlowy-IO/appflowy</a>
807
+ <a href="https://github.com/mbechler/marshalsec" target="_blank" title="mbechler/marshalsec">mbechler/marshalsec</a>
804
808
  </div>
805
809
  <div class="sub-title followers">
806
810
 
807
- <a class="language" target="_blank" href="https://github.com/topics/rust" title="Programming Language Rust">
808
- <span style="background-color: #dea584;"></span>Rust
811
+ <a class="language" target="_blank" href="https://github.com/topics/java" title="Programming Language Java">
812
+ <span style="background-color: #b07219;"></span>Java
809
813
  </a>
810
814
 
811
815
  <span class="star" title="Stargazers Count">
812
816
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
813
817
  <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>
814
818
  </svg>
815
- <span>12203</span>
819
+ <span>2100</span>
816
820
  </span>
817
821
  <span class="star" title="Repo Forked">
818
822
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
819
823
  <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">
820
824
  </path>
821
825
  </svg>
822
- <span>481</span>
826
+ <span>465</span>
823
827
  </span>
824
828
  <span class="star">
825
829
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
826
830
  <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>
827
831
  </svg>
828
- <span>154 stars today</span>
832
+ <span>80 stars today</span>
829
833
  </span>
830
834
  </div>
831
835
  <div class="details">
@@ -838,32 +842,32 @@
838
842
  <div class="info">
839
843
  <div class="rank">
840
844
  <span title="Ranking 20">20</span>
841
- <a href="https://github.com/alibaba/ilogtail" target="_blank" title="alibaba/ilogtail">alibaba/ilogtail</a>
845
+ <a href="https://github.com/HashLips/hashlips_art_engine" target="_blank" title="HashLips/hashlips_art_engine">HashLips/hashlips_art_engine</a>
842
846
  </div>
843
847
  <div class="sub-title followers">
844
848
 
845
- <a class="language" target="_blank" href="https://github.com/topics/go" title="Programming Language Go">
846
- <span style="background-color: #00ADD8;"></span>Go
849
+ <a class="language" target="_blank" href="https://github.com/topics/javascript" title="Programming Language JavaScript">
850
+ <span style="background-color: #f1e05a;"></span>JavaScript
847
851
  </a>
848
852
 
849
853
  <span class="star" title="Stargazers Count">
850
854
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
851
855
  <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>
852
856
  </svg>
853
- <span>265</span>
857
+ <span>2073</span>
854
858
  </span>
855
859
  <span class="star" title="Repo Forked">
856
860
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
857
861
  <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">
858
862
  </path>
859
863
  </svg>
860
- <span>49</span>
864
+ <span>937</span>
861
865
  </span>
862
866
  <span class="star">
863
867
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
864
868
  <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>
865
869
  </svg>
866
- <span>15 stars today</span>
870
+ <span>44 stars today</span>
867
871
  </span>
868
872
  </div>
869
873
  <div class="details">
@@ -876,7 +880,7 @@
876
880
  <div class="info">
877
881
  <div class="rank">
878
882
  <span title="Ranking 21">21</span>
879
- <a href="https://github.com/Eugeny/tabby" target="_blank" title="Eugeny/tabby">Eugeny/tabby</a>
883
+ <a href="https://github.com/type-challenges/type-challenges" target="_blank" title="type-challenges/type-challenges">type-challenges/type-challenges</a>
880
884
  </div>
881
885
  <div class="sub-title followers">
882
886
 
@@ -888,20 +892,20 @@
888
892
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
889
893
  <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>
890
894
  </svg>
891
- <span>23247</span>
895
+ <span>10278</span>
892
896
  </span>
893
897
  <span class="star" title="Repo Forked">
894
898
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
895
899
  <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">
896
900
  </path>
897
901
  </svg>
898
- <span>1206</span>
902
+ <span>658</span>
899
903
  </span>
900
904
  <span class="star">
901
905
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
902
906
  <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>
903
907
  </svg>
904
- <span>278 stars today</span>
908
+ <span>166 stars today</span>
905
909
  </span>
906
910
  </div>
907
911
  <div class="details">
@@ -914,32 +918,32 @@
914
918
  <div class="info">
915
919
  <div class="rank">
916
920
  <span title="Ranking 22">22</span>
917
- <a href="https://github.com/microsoft/ai-edu" target="_blank" title="microsoft/ai-edu">microsoft/ai-edu</a>
921
+ <a href="https://github.com/flame-engine/flame" target="_blank" title="flame-engine/flame">flame-engine/flame</a>
918
922
  </div>
919
923
  <div class="sub-title followers">
920
924
 
921
- <a class="language" target="_blank" href="https://github.com/topics/html" title="Programming Language HTML">
922
- <span style="background-color: #e34c26;"></span>HTML
925
+ <a class="language" target="_blank" href="https://github.com/topics/dart" title="Programming Language Dart">
926
+ <span style="background-color: #00B4AB;"></span>Dart
923
927
  </a>
924
928
 
925
929
  <span class="star" title="Stargazers Count">
926
930
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
927
931
  <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>
928
932
  </svg>
929
- <span>10290</span>
933
+ <span>5321</span>
930
934
  </span>
931
935
  <span class="star" title="Repo Forked">
932
936
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
933
937
  <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">
934
938
  </path>
935
939
  </svg>
936
- <span>2526</span>
940
+ <span>458</span>
937
941
  </span>
938
942
  <span class="star">
939
943
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
940
944
  <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>
941
945
  </svg>
942
- <span>133 stars today</span>
946
+ <span>111 stars today</span>
943
947
  </span>
944
948
  </div>
945
949
  <div class="details">
@@ -952,32 +956,32 @@
952
956
  <div class="info">
953
957
  <div class="rank">
954
958
  <span title="Ranking 23">23</span>
955
- <a href="https://github.com/flix/flix" target="_blank" title="flix/flix">flix/flix</a>
959
+ <a href="https://github.com/doocs/leetcode" target="_blank" title="doocs/leetcode">doocs/leetcode</a>
956
960
  </div>
957
961
  <div class="sub-title followers">
958
962
 
959
- <a class="language" target="_blank" href="https://github.com/topics/scala" title="Programming Language Scala">
960
- <span style="background-color: #c22d40;"></span>Scala
963
+ <a class="language" target="_blank" href="https://github.com/topics/java" title="Programming Language Java">
964
+ <span style="background-color: #b07219;"></span>Java
961
965
  </a>
962
966
 
963
967
  <span class="star" title="Stargazers Count">
964
968
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
965
969
  <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>
966
970
  </svg>
967
- <span>1149</span>
971
+ <span>9035</span>
968
972
  </span>
969
973
  <span class="star" title="Repo Forked">
970
974
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
971
975
  <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">
972
976
  </path>
973
977
  </svg>
974
- <span>87</span>
978
+ <span>1783</span>
975
979
  </span>
976
980
  <span class="star">
977
981
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
978
982
  <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>
979
983
  </svg>
980
- <span>48 stars today</span>
984
+ <span>195 stars today</span>
981
985
  </span>
982
986
  </div>
983
987
  <div class="details">
@@ -990,32 +994,32 @@
990
994
  <div class="info">
991
995
  <div class="rank">
992
996
  <span title="Ranking 24">24</span>
993
- <a href="https://github.com/kubeedge/kubeedge" target="_blank" title="kubeedge/kubeedge">kubeedge/kubeedge</a>
997
+ <a href="https://github.com/docker/awesome-compose" target="_blank" title="docker/awesome-compose">docker/awesome-compose</a>
994
998
  </div>
995
999
  <div class="sub-title followers">
996
1000
 
997
- <a class="language" target="_blank" href="https://github.com/topics/go" title="Programming Language Go">
998
- <span style="background-color: #00ADD8;"></span>Go
1001
+ <a class="language" target="_blank" href="https://github.com/topics/html" title="Programming Language HTML">
1002
+ <span style="background-color: #e34c26;"></span>HTML
999
1003
  </a>
1000
1004
 
1001
1005
  <span class="star" title="Stargazers Count">
1002
1006
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
1003
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>
1004
1008
  </svg>
1005
- <span>4520</span>
1009
+ <span>13717</span>
1006
1010
  </span>
1007
1011
  <span class="star" title="Repo Forked">
1008
1012
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
1009
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">
1010
1014
  </path>
1011
1015
  </svg>
1012
- <span>1195</span>
1016
+ <span>1886</span>
1013
1017
  </span>
1014
1018
  <span class="star">
1015
1019
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
1016
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>
1017
1021
  </svg>
1018
- <span>40 stars today</span>
1022
+ <span>129 stars today</span>
1019
1023
  </span>
1020
1024
  </div>
1021
1025
  <div class="details">
@@ -1028,32 +1032,32 @@
1028
1032
  <div class="info">
1029
1033
  <div class="rank">
1030
1034
  <span title="Ranking 25">25</span>
1031
- <a href="https://github.com/tkestack/kstone" target="_blank" title="tkestack/kstone">tkestack/kstone</a>
1035
+ <a href="https://github.com/tsherif/space-shooter.c" target="_blank" title="tsherif/space-shooter.c">tsherif/space-shooter.c</a>
1032
1036
  </div>
1033
1037
  <div class="sub-title followers">
1034
1038
 
1035
- <a class="language" target="_blank" href="https://github.com/topics/go" title="Programming Language Go">
1036
- <span style="background-color: #00ADD8;"></span>Go
1039
+ <a class="language" target="_blank" href="https://github.com/topics/c" title="Programming Language C">
1040
+ <span style="background-color: #555555;"></span>C
1037
1041
  </a>
1038
1042
 
1039
1043
  <span class="star" title="Stargazers Count">
1040
1044
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
1041
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>
1042
1046
  </svg>
1043
- <span>317</span>
1047
+ <span>633</span>
1044
1048
  </span>
1045
1049
  <span class="star" title="Repo Forked">
1046
1050
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
1047
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">
1048
1052
  </path>
1049
1053
  </svg>
1050
- <span>45</span>
1054
+ <span>19</span>
1051
1055
  </span>
1052
1056
  <span class="star">
1053
1057
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
1054
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>
1055
1059
  </svg>
1056
- <span>63 stars today</span>
1060
+ <span>275 stars today</span>
1057
1061
  </span>
1058
1062
  </div>
1059
1063
  <div class="details">
@@ -1078,7 +1082,7 @@
1078
1082
  <img src="https://img.shields.io/npm/v/@wcj/github-rank.svg?label=unpkg">
1079
1083
  </a>
1080
1084
  </div>
1081
- <div class="time">Last cache created on 2021/12/12 by Github API v3.</div>
1085
+ <div class="time">Last cache created on 2021/12/13 by Github API v3.</div>
1082
1086
  Create by <a href="https://github.com/jaywcjlove" target="_blank">小弟调调™</a>.
1083
1087
  </div>
1084
1088
  </body>