@wcj/github-rank 22.7.5 → 22.7.8

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 (41) hide show
  1. package/README.md +2 -3
  2. package/dist/36kr.json +5006 -1552
  3. package/dist/repos.json +34955 -34958
  4. package/dist/sifou-daily.json +23 -122
  5. package/dist/sifou-monthly.json +82 -82
  6. package/dist/sifou-weekly.json +154 -154
  7. package/dist/toutiao-30.json +68 -68
  8. package/dist/toutiao-7.json +131 -131
  9. package/dist/toutiao-90.json +44 -44
  10. package/dist/trending-daily.json +169 -169
  11. package/dist/trending-monthly.json +159 -159
  12. package/dist/trending-weekly.json +173 -173
  13. package/dist/users.china.json +3130 -3130
  14. package/dist/users.json +3804 -3806
  15. package/package.json +19 -18
  16. package/web/data/36kr.json +5006 -1552
  17. package/web/data/repos.json +34955 -34958
  18. package/web/data/sifou-daily.json +23 -122
  19. package/web/data/sifou-monthly.json +82 -82
  20. package/web/data/sifou-weekly.json +154 -154
  21. package/web/data/toutiao-30.json +68 -68
  22. package/web/data/toutiao-7.json +131 -131
  23. package/web/data/toutiao-90.json +44 -44
  24. package/web/data/trending-daily.json +169 -169
  25. package/web/data/trending-monthly.json +159 -159
  26. package/web/data/trending-weekly.json +173 -173
  27. package/web/data/users.china.json +3130 -3130
  28. package/web/data/users.json +3804 -3806
  29. package/web/index.html +2309 -2308
  30. package/web/repos.html +4256 -4253
  31. package/web/sifou-daily.html +30 -340
  32. package/web/sifou-monthly.html +116 -118
  33. package/web/sifou-weekly.html +138 -140
  34. package/web/toutiao-30.html +79 -79
  35. package/web/toutiao-7.html +101 -101
  36. package/web/toutiao-90.html +78 -78
  37. package/web/trending-monthly.html +160 -158
  38. package/web/trending-weekly.html +169 -171
  39. package/web/trending.html +169 -163
  40. package/web/users.china.html +2016 -2015
  41. package/web/36kr.html +0 -828
@@ -75,22 +75,6 @@
75
75
  .list li > div.info a:hover i { color: #333; }
76
76
  .list li div.sub-title { color: var(--color-theme-text); margin: 4px 0 0 0; }
77
77
  .list li div.avatar { padding-right: 10px; }
78
-
79
- .list li a.language,
80
- .list li span.star { height: 18px; background: var(--color-neutral-muted); display: inline-block; padding: 2px 4px; border-radius: 3px; }
81
-
82
-
83
- .list .select { }
84
- .list .select .active { color: var(--color-theme-text); font-weight: bold; border-bottom: 1px dotted var(--color-border);}
85
-
86
-
87
- .list li div.followers { font-size: 12px; color: var(--color-fg-muted); white-space:nowrap; padding-top: 2px; border-radius: 3px; }
88
- .list li div.followers a { color: var(--color-fg-muted); }
89
- .list li div.followers * { vertical-align: middle; }
90
- .list li div.followers svg { vertical-align: text-top; display: inline-block; fill: #9E9E9E; width: 14px; height: 14px; }
91
-
92
-
93
-
94
78
  @keyframes octocat-wave {
95
79
  0%,100%{-webkit-transform:rotate(0); transform:rotate(0);}
96
80
  20%,60%{-webkit-transform:rotate(-25deg); transform:rotate(-25deg);}
@@ -100,6 +84,27 @@
100
84
  .title { padding-top: 16px; font-size: 21px; }
101
85
  }
102
86
  </style>
87
+
88
+ <style>
89
+ .list li a.language,
90
+ .list li span.star { height: 18px; background: var(--color-neutral-muted); display: inline-block; padding: 2px 4px; border-radius: 3px; }
91
+ </style>
92
+
93
+
94
+ <style>
95
+ .list .select .active { color: var(--color-theme-text); font-weight: bold; border-bottom: 1px dotted var(--color-border);}
96
+ </style>
97
+
98
+
99
+ <style>
100
+ .list li div.followers { font-size: 12px; color: var(--color-fg-muted); white-space:nowrap; padding-top: 2px; border-radius: 3px; }
101
+ .list li div.followers a { color: var(--color-fg-muted); }
102
+ .list li div.followers * { vertical-align: middle; }
103
+ .list li div.followers svg { vertical-align: text-top; display: inline-block; fill: #9E9E9E; width: 14px; height: 14px; }
104
+ </style>
105
+
106
+
107
+
103
108
  <script src="https://unpkg.com/@wcj/dark-mode"></script>
104
109
  </head>
105
110
  <body>
@@ -122,16 +127,14 @@
122
127
 
123
128
 
124
129
 
125
-
126
130
  </h1>
127
- <div class="time">Last cache created on 2022/7/5 by
131
+ <div class="time">Last cache created on 2022/7/8 by
128
132
 
129
133
 
130
134
 
131
135
  <a href="https://github.com/trending">Github Trending</a>
132
136
 
133
137
 
134
-
135
138
  .
136
139
  </div>
137
140
  <div class="tabs">
@@ -140,7 +143,6 @@
140
143
  <a class="active" href="trending.html">Trending</a>
141
144
  <a class="" href="sifou-daily.html">Sifou</a>
142
145
  <a class="" href="toutiao-7.html">开发头条</a>
143
- <a class="" href="36kr.html">36Kr</a>
144
146
  </div>
145
147
  <ul class="list repos trending">
146
148
  <li class="rank-title">
@@ -155,32 +157,32 @@
155
157
  <div class="info">
156
158
  <div class="rank">
157
159
  <span title="Ranking 1">1</span>
158
- <a href="https://github.com/meituan/YOLOv6" target="_blank" title="meituan/YOLOv6">meituan/YOLOv6</a>
160
+ <a href="https://github.com/denoland/fresh" target="_blank" title="denoland/fresh">denoland/fresh</a>
159
161
  </div>
160
162
  <div class="sub-title followers">
161
163
 
162
- <a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
163
- <span style="background-color: #3572A5;"></span>Python
164
+ <a class="language" target="_blank" href="https://github.com/topics/typescript" title="Programming Language TypeScript">
165
+ <span style="background-color: #3178c6;"></span>TypeScript
164
166
  </a>
165
167
 
166
168
  <span class="star" title="Stargazers Count">
167
169
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
168
170
  <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
169
171
  </svg>
170
- <span>3013</span>
172
+ <span>7049</span>
171
173
  </span>
172
174
  <span class="star" title="Repo Forked">
173
175
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
174
176
  <path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
175
177
  </path>
176
178
  </svg>
177
- <span>369</span>
179
+ <span>221</span>
178
180
  </span>
179
181
  <span class="star">
180
182
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
181
183
  <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
182
184
  </svg>
183
- <span>1254 stars this week</span>
185
+ <span>2467 stars this week</span>
184
186
  </span>
185
187
  </div>
186
188
  <div class="details">
@@ -193,32 +195,32 @@
193
195
  <div class="info">
194
196
  <div class="rank">
195
197
  <span title="Ranking 2">2</span>
196
- <a href="https://github.com/denoland/fresh" target="_blank" title="denoland/fresh">denoland/fresh</a>
198
+ <a href="https://github.com/vim/vim" target="_blank" title="vim/vim">vim/vim</a>
197
199
  </div>
198
200
  <div class="sub-title followers">
199
201
 
200
- <a class="language" target="_blank" href="https://github.com/topics/typescript" title="Programming Language TypeScript">
201
- <span style="background-color: #3178c6;"></span>TypeScript
202
+ <a class="language" target="_blank" href="https://github.com/topics/vimscript" title="Programming Language Vimscript">
203
+ <span style="background-color: #199f4b;"></span>Vimscript
202
204
  </a>
203
205
 
204
206
  <span class="star" title="Stargazers Count">
205
207
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
206
208
  <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
207
209
  </svg>
208
- <span>6467</span>
210
+ <span>27809</span>
209
211
  </span>
210
212
  <span class="star" title="Repo Forked">
211
213
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
212
214
  <path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
213
215
  </path>
214
216
  </svg>
215
- <span>197</span>
217
+ <span>4269</span>
216
218
  </span>
217
219
  <span class="star">
218
220
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
219
221
  <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
220
222
  </svg>
221
- <span>3879 stars this week</span>
223
+ <span>197 stars this week</span>
222
224
  </span>
223
225
  </div>
224
226
  <div class="details">
@@ -231,32 +233,32 @@
231
233
  <div class="info">
232
234
  <div class="rank">
233
235
  <span title="Ranking 3">3</span>
234
- <a href="https://github.com/insidegui/VirtualBuddy" target="_blank" title="insidegui/VirtualBuddy">insidegui/VirtualBuddy</a>
236
+ <a href="https://github.com/kamranahmedse/developer-roadmap" target="_blank" title="kamranahmedse/developer-roadmap">kamranahmedse/developer-roadmap</a>
235
237
  </div>
236
238
  <div class="sub-title followers">
237
239
 
238
- <a class="language" target="_blank" href="https://github.com/topics/swift" title="Programming Language Swift">
239
- <span style="background-color: #F05138;"></span>Swift
240
+ <a class="language" target="_blank" href="https://github.com/topics/typescript" title="Programming Language TypeScript">
241
+ <span style="background-color: #3178c6;"></span>TypeScript
240
242
  </a>
241
243
 
242
244
  <span class="star" title="Stargazers Count">
243
245
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
244
246
  <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
245
247
  </svg>
246
- <span>1990</span>
248
+ <span>199764</span>
247
249
  </span>
248
250
  <span class="star" title="Repo Forked">
249
251
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
250
252
  <path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
251
253
  </path>
252
254
  </svg>
253
- <span>35</span>
255
+ <span>28556</span>
254
256
  </span>
255
257
  <span class="star">
256
258
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
257
259
  <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
258
260
  </svg>
259
- <span>684 stars this week</span>
261
+ <span>1434 stars this week</span>
260
262
  </span>
261
263
  </div>
262
264
  <div class="details">
@@ -269,32 +271,32 @@
269
271
  <div class="info">
270
272
  <div class="rank">
271
273
  <span title="Ranking 4">4</span>
272
- <a href="https://github.com/CatVodTVOfficial/TVBoxOSC" target="_blank" title="CatVodTVOfficial/TVBoxOSC">CatVodTVOfficial/TVBoxOSC</a>
274
+ <a href="https://github.com/meituan/YOLOv6" target="_blank" title="meituan/YOLOv6">meituan/YOLOv6</a>
273
275
  </div>
274
276
  <div class="sub-title followers">
275
277
 
276
- <a class="language" target="_blank" href="https://github.com/topics/java" title="Programming Language Java">
277
- <span style="background-color: #b07219;"></span>Java
278
+ <a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
279
+ <span style="background-color: #3572A5;"></span>Python
278
280
  </a>
279
281
 
280
282
  <span class="star" title="Stargazers Count">
281
283
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
282
284
  <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
283
285
  </svg>
284
- <span>980</span>
286
+ <span>3289</span>
285
287
  </span>
286
288
  <span class="star" title="Repo Forked">
287
289
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
288
290
  <path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
289
291
  </path>
290
292
  </svg>
291
- <span>1250</span>
293
+ <span>423</span>
292
294
  </span>
293
295
  <span class="star">
294
296
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
295
297
  <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
296
298
  </svg>
297
- <span>306 stars this week</span>
299
+ <span>576 stars this week</span>
298
300
  </span>
299
301
  </div>
300
302
  <div class="details">
@@ -307,32 +309,32 @@
307
309
  <div class="info">
308
310
  <div class="rank">
309
311
  <span title="Ranking 5">5</span>
310
- <a href="https://github.com/delta-io/delta" target="_blank" title="delta-io/delta">delta-io/delta</a>
312
+ <a href="https://github.com/autowarefoundation/autoware" target="_blank" title="autowarefoundation/autoware">autowarefoundation/autoware</a>
311
313
  </div>
312
314
  <div class="sub-title followers">
313
315
 
314
- <a class="language" target="_blank" href="https://github.com/topics/scala" title="Programming Language Scala">
315
- <span style="background-color: #c22d40;"></span>Scala
316
+ <a class="language" target="_blank" href="https://github.com/topics/shell" title="Programming Language Shell">
317
+ <span style="background-color: #89e051;"></span>Shell
316
318
  </a>
317
319
 
318
320
  <span class="star" title="Stargazers Count">
319
321
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
320
322
  <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
321
323
  </svg>
322
- <span>4809</span>
324
+ <span>5645</span>
323
325
  </span>
324
326
  <span class="star" title="Repo Forked">
325
327
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
326
328
  <path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
327
329
  </path>
328
330
  </svg>
329
- <span>1096</span>
331
+ <span>2165</span>
330
332
  </span>
331
333
  <span class="star">
332
334
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
333
335
  <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
334
336
  </svg>
335
- <span>338 stars this week</span>
337
+ <span>84 stars this week</span>
336
338
  </span>
337
339
  </div>
338
340
  <div class="details">
@@ -345,32 +347,32 @@
345
347
  <div class="info">
346
348
  <div class="rank">
347
349
  <span title="Ranking 6">6</span>
348
- <a href="https://github.com/vim/vim" target="_blank" title="vim/vim">vim/vim</a>
350
+ <a href="https://github.com/geohot/tinygrad" target="_blank" title="geohot/tinygrad">geohot/tinygrad</a>
349
351
  </div>
350
352
  <div class="sub-title followers">
351
353
 
352
- <a class="language" target="_blank" href="https://github.com/topics/vimscript" title="Programming Language Vimscript">
353
- <span style="background-color: #199f4b;"></span>Vimscript
354
+ <a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
355
+ <span style="background-color: #3572A5;"></span>Python
354
356
  </a>
355
357
 
356
358
  <span class="star" title="Stargazers Count">
357
359
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
358
360
  <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
359
361
  </svg>
360
- <span>27733</span>
362
+ <span>6340</span>
361
363
  </span>
362
364
  <span class="star" title="Repo Forked">
363
365
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
364
366
  <path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
365
367
  </path>
366
368
  </svg>
367
- <span>4257</span>
369
+ <span>642</span>
368
370
  </span>
369
371
  <span class="star">
370
372
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
371
373
  <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
372
374
  </svg>
373
- <span>367 stars this week</span>
375
+ <span>145 stars this week</span>
374
376
  </span>
375
377
  </div>
376
378
  <div class="details">
@@ -383,7 +385,7 @@
383
385
  <div class="info">
384
386
  <div class="rank">
385
387
  <span title="Ranking 7">7</span>
386
- <a href="https://github.com/bregman-arie/devops-exercises" target="_blank" title="bregman-arie/devops-exercises">bregman-arie/devops-exercises</a>
388
+ <a href="https://github.com/babysor/MockingBird" target="_blank" title="babysor/MockingBird">babysor/MockingBird</a>
387
389
  </div>
388
390
  <div class="sub-title followers">
389
391
 
@@ -395,20 +397,20 @@
395
397
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
396
398
  <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
397
399
  </svg>
398
- <span>27532</span>
400
+ <span>22623</span>
399
401
  </span>
400
402
  <span class="star" title="Repo Forked">
401
403
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
402
404
  <path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
403
405
  </path>
404
406
  </svg>
405
- <span>5754</span>
407
+ <span>3304</span>
406
408
  </span>
407
409
  <span class="star">
408
410
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
409
411
  <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
410
412
  </svg>
411
- <span>1374 stars this week</span>
413
+ <span>496 stars this week</span>
412
414
  </span>
413
415
  </div>
414
416
  <div class="details">
@@ -421,32 +423,32 @@
421
423
  <div class="info">
422
424
  <div class="rank">
423
425
  <span title="Ranking 8">8</span>
424
- <a href="https://github.com/still-scene/t3" target="_blank" title="still-scene/t3">still-scene/t3</a>
426
+ <a href="https://github.com/sherlock-project/sherlock" target="_blank" title="sherlock-project/sherlock">sherlock-project/sherlock</a>
425
427
  </div>
426
428
  <div class="sub-title followers">
427
429
 
428
- <a class="language" target="_blank" href="https://github.com/topics/c#" title="Programming Language C#">
429
- <span style="background-color: #178600;"></span>C#
430
+ <a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
431
+ <span style="background-color: #3572A5;"></span>Python
430
432
  </a>
431
433
 
432
434
  <span class="star" title="Stargazers Count">
433
435
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
434
436
  <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
435
437
  </svg>
436
- <span>1506</span>
438
+ <span>33367</span>
437
439
  </span>
438
440
  <span class="star" title="Repo Forked">
439
441
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
440
442
  <path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
441
443
  </path>
442
444
  </svg>
443
- <span>68</span>
445
+ <span>3872</span>
444
446
  </span>
445
447
  <span class="star">
446
448
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
447
449
  <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
448
450
  </svg>
449
- <span>372 stars this week</span>
451
+ <span>752 stars this week</span>
450
452
  </span>
451
453
  </div>
452
454
  <div class="details">
@@ -459,28 +461,32 @@
459
461
  <div class="info">
460
462
  <div class="rank">
461
463
  <span title="Ranking 9">9</span>
462
- <a href="https://github.com/EbookFoundation/free-programming-books" target="_blank" title="EbookFoundation/free-programming-books">EbookFoundation/free-programming-books</a>
464
+ <a href="https://github.com/paritytech/polkadot" target="_blank" title="paritytech/polkadot">paritytech/polkadot</a>
463
465
  </div>
464
466
  <div class="sub-title followers">
465
467
 
468
+ <a class="language" target="_blank" href="https://github.com/topics/rust" title="Programming Language Rust">
469
+ <span style="background-color: #dea584;"></span>Rust
470
+ </a>
471
+
466
472
  <span class="star" title="Stargazers Count">
467
473
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
468
474
  <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
469
475
  </svg>
470
- <span>238303</span>
476
+ <span>6037</span>
471
477
  </span>
472
478
  <span class="star" title="Repo Forked">
473
479
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
474
480
  <path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
475
481
  </path>
476
482
  </svg>
477
- <span>49419</span>
483
+ <span>1311</span>
478
484
  </span>
479
485
  <span class="star">
480
486
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
481
487
  <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
482
488
  </svg>
483
- <span>1562 stars this week</span>
489
+ <span>60 stars this week</span>
484
490
  </span>
485
491
  </div>
486
492
  <div class="details">
@@ -493,32 +499,32 @@
493
499
  <div class="info">
494
500
  <div class="rank">
495
501
  <span title="Ranking 10">10</span>
496
- <a href="https://github.com/opensumi/core" target="_blank" title="opensumi/core">opensumi/core</a>
502
+ <a href="https://github.com/ultralytics/yolov5" target="_blank" title="ultralytics/yolov5">ultralytics/yolov5</a>
497
503
  </div>
498
504
  <div class="sub-title followers">
499
505
 
500
- <a class="language" target="_blank" href="https://github.com/topics/typescript" title="Programming Language TypeScript">
501
- <span style="background-color: #3178c6;"></span>TypeScript
506
+ <a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
507
+ <span style="background-color: #3572A5;"></span>Python
502
508
  </a>
503
509
 
504
510
  <span class="star" title="Stargazers Count">
505
511
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
506
512
  <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
507
513
  </svg>
508
- <span>1834</span>
514
+ <span>28375</span>
509
515
  </span>
510
516
  <span class="star" title="Repo Forked">
511
517
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
512
518
  <path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
513
519
  </path>
514
520
  </svg>
515
- <span>194</span>
521
+ <span>10090</span>
516
522
  </span>
517
523
  <span class="star">
518
524
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
519
525
  <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
520
526
  </svg>
521
- <span>373 stars this week</span>
527
+ <span>346 stars this week</span>
522
528
  </span>
523
529
  </div>
524
530
  <div class="details">
@@ -531,32 +537,28 @@
531
537
  <div class="info">
532
538
  <div class="rank">
533
539
  <span title="Ranking 11">11</span>
534
- <a href="https://github.com/openai/Video-Pre-Training" target="_blank" title="openai/Video-Pre-Training">openai/Video-Pre-Training</a>
540
+ <a href="https://github.com/sindresorhus/awesome" target="_blank" title="sindresorhus/awesome">sindresorhus/awesome</a>
535
541
  </div>
536
542
  <div class="sub-title followers">
537
543
 
538
- <a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
539
- <span style="background-color: #3572A5;"></span>Python
540
- </a>
541
-
542
544
  <span class="star" title="Stargazers Count">
543
545
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
544
546
  <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
545
547
  </svg>
546
- <span>462</span>
548
+ <span>207972</span>
547
549
  </span>
548
550
  <span class="star" title="Repo Forked">
549
551
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
550
552
  <path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
551
553
  </path>
552
554
  </svg>
553
- <span>26</span>
555
+ <span>23716</span>
554
556
  </span>
555
557
  <span class="star">
556
558
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
557
559
  <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
558
560
  </svg>
559
- <span>91 stars this week</span>
561
+ <span>1187 stars this week</span>
560
562
  </span>
561
563
  </div>
562
564
  <div class="details">
@@ -569,32 +571,32 @@
569
571
  <div class="info">
570
572
  <div class="rank">
571
573
  <span title="Ranking 12">12</span>
572
- <a href="https://github.com/datafold/data-diff" target="_blank" title="datafold/data-diff">datafold/data-diff</a>
574
+ <a href="https://github.com/vlang/v" target="_blank" title="vlang/v">vlang/v</a>
573
575
  </div>
574
576
  <div class="sub-title followers">
575
577
 
576
- <a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
577
- <span style="background-color: #3572A5;"></span>Python
578
+ <a class="language" target="_blank" href="https://github.com/topics/v" title="Programming Language V">
579
+ <span style="background-color: #4f87c4;"></span>V
578
580
  </a>
579
581
 
580
582
  <span class="star" title="Stargazers Count">
581
583
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
582
584
  <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
583
585
  </svg>
584
- <span>1154</span>
586
+ <span>29829</span>
585
587
  </span>
586
588
  <span class="star" title="Repo Forked">
587
589
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
588
590
  <path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
589
591
  </path>
590
592
  </svg>
591
- <span>31</span>
593
+ <span>1821</span>
592
594
  </span>
593
595
  <span class="star">
594
596
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
595
597
  <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
596
598
  </svg>
597
- <span>353 stars this week</span>
599
+ <span>409 stars this week</span>
598
600
  </span>
599
601
  </div>
600
602
  <div class="details">
@@ -607,32 +609,32 @@
607
609
  <div class="info">
608
610
  <div class="rank">
609
611
  <span title="Ranking 13">13</span>
610
- <a href="https://github.com/pterodactyl/panel" target="_blank" title="pterodactyl/panel">pterodactyl/panel</a>
612
+ <a href="https://github.com/appwrite/appwrite" target="_blank" title="appwrite/appwrite">appwrite/appwrite</a>
611
613
  </div>
612
614
  <div class="sub-title followers">
613
615
 
614
- <a class="language" target="_blank" href="https://github.com/topics/php" title="Programming Language PHP">
615
- <span style="background-color: #4F5D95;"></span>PHP
616
+ <a class="language" target="_blank" href="https://github.com/topics/javascript" title="Programming Language JavaScript">
617
+ <span style="background-color: #f1e05a;"></span>JavaScript
616
618
  </a>
617
619
 
618
620
  <span class="star" title="Stargazers Count">
619
621
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
620
622
  <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
621
623
  </svg>
622
- <span>3887</span>
624
+ <span>23528</span>
623
625
  </span>
624
626
  <span class="star" title="Repo Forked">
625
627
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
626
628
  <path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
627
629
  </path>
628
630
  </svg>
629
- <span>1020</span>
631
+ <span>1796</span>
630
632
  </span>
631
633
  <span class="star">
632
634
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
633
635
  <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
634
636
  </svg>
635
- <span>233 stars this week</span>
637
+ <span>337 stars this week</span>
636
638
  </span>
637
639
  </div>
638
640
  <div class="details">
@@ -645,32 +647,32 @@
645
647
  <div class="info">
646
648
  <div class="rank">
647
649
  <span title="Ranking 14">14</span>
648
- <a href="https://github.com/Z4nzu/hackingtool" target="_blank" title="Z4nzu/hackingtool">Z4nzu/hackingtool</a>
650
+ <a href="https://github.com/tuyoogame/huatuo" target="_blank" title="tuyoogame/huatuo">tuyoogame/huatuo</a>
649
651
  </div>
650
652
  <div class="sub-title followers">
651
653
 
652
- <a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
653
- <span style="background-color: #3572A5;"></span>Python
654
+ <a class="language" target="_blank" href="https://github.com/topics/c++" title="Programming Language C++">
655
+ <span style="background-color: #f34b7d;"></span>C++
654
656
  </a>
655
657
 
656
658
  <span class="star" title="Stargazers Count">
657
659
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
658
660
  <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
659
661
  </svg>
660
- <span>19387</span>
662
+ <span>1992</span>
661
663
  </span>
662
664
  <span class="star" title="Repo Forked">
663
665
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
664
666
  <path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
665
667
  </path>
666
668
  </svg>
667
- <span>2365</span>
669
+ <span>358</span>
668
670
  </span>
669
671
  <span class="star">
670
672
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
671
673
  <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
672
674
  </svg>
673
- <span>698 stars this week</span>
675
+ <span>183 stars this week</span>
674
676
  </span>
675
677
  </div>
676
678
  <div class="details">
@@ -683,28 +685,32 @@
683
685
  <div class="info">
684
686
  <div class="rank">
685
687
  <span title="Ranking 15">15</span>
686
- <a href="https://github.com/easychen/lean-side-bussiness" target="_blank" title="easychen/lean-side-bussiness">easychen/lean-side-bussiness</a>
688
+ <a href="https://github.com/iawia002/lux" target="_blank" title="iawia002/lux">iawia002/lux</a>
687
689
  </div>
688
690
  <div class="sub-title followers">
689
691
 
692
+ <a class="language" target="_blank" href="https://github.com/topics/go" title="Programming Language Go">
693
+ <span style="background-color: #00ADD8;"></span>Go
694
+ </a>
695
+
690
696
  <span class="star" title="Stargazers Count">
691
697
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
692
698
  <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
693
699
  </svg>
694
- <span>1689</span>
700
+ <span>18292</span>
695
701
  </span>
696
702
  <span class="star" title="Repo Forked">
697
703
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
698
704
  <path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
699
705
  </path>
700
706
  </svg>
701
- <span>103</span>
707
+ <span>2202</span>
702
708
  </span>
703
709
  <span class="star">
704
710
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
705
711
  <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
706
712
  </svg>
707
- <span>310 stars this week</span>
713
+ <span>160 stars this week</span>
708
714
  </span>
709
715
  </div>
710
716
  <div class="details">
@@ -717,32 +723,32 @@
717
723
  <div class="info">
718
724
  <div class="rank">
719
725
  <span title="Ranking 16">16</span>
720
- <a href="https://github.com/trekhleb/javascript-algorithms" target="_blank" title="trekhleb/javascript-algorithms">trekhleb/javascript-algorithms</a>
726
+ <a href="https://github.com/pterodactyl/panel" target="_blank" title="pterodactyl/panel">pterodactyl/panel</a>
721
727
  </div>
722
728
  <div class="sub-title followers">
723
729
 
724
- <a class="language" target="_blank" href="https://github.com/topics/javascript" title="Programming Language JavaScript">
725
- <span style="background-color: #f1e05a;"></span>JavaScript
730
+ <a class="language" target="_blank" href="https://github.com/topics/php" title="Programming Language PHP">
731
+ <span style="background-color: #4F5D95;"></span>PHP
726
732
  </a>
727
733
 
728
734
  <span class="star" title="Stargazers Count">
729
735
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
730
736
  <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
731
737
  </svg>
732
- <span>144978</span>
738
+ <span>3923</span>
733
739
  </span>
734
740
  <span class="star" title="Repo Forked">
735
741
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
736
742
  <path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
737
743
  </path>
738
744
  </svg>
739
- <span>24020</span>
745
+ <span>1024</span>
740
746
  </span>
741
747
  <span class="star">
742
748
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
743
749
  <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
744
750
  </svg>
745
- <span>989 stars this week</span>
751
+ <span>94 stars this week</span>
746
752
  </span>
747
753
  </div>
748
754
  <div class="details">
@@ -755,32 +761,32 @@
755
761
  <div class="info">
756
762
  <div class="rank">
757
763
  <span title="Ranking 17">17</span>
758
- <a href="https://github.com/ascoders/weekly" target="_blank" title="ascoders/weekly">ascoders/weekly</a>
764
+ <a href="https://github.com/denoland/deno" target="_blank" title="denoland/deno">denoland/deno</a>
759
765
  </div>
760
766
  <div class="sub-title followers">
761
767
 
762
- <a class="language" target="_blank" href="https://github.com/topics/javascript" title="Programming Language JavaScript">
763
- <span style="background-color: #f1e05a;"></span>JavaScript
768
+ <a class="language" target="_blank" href="https://github.com/topics/rust" title="Programming Language Rust">
769
+ <span style="background-color: #dea584;"></span>Rust
764
770
  </a>
765
771
 
766
772
  <span class="star" title="Stargazers Count">
767
773
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
768
774
  <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
769
775
  </svg>
770
- <span>19647</span>
776
+ <span>83816</span>
771
777
  </span>
772
778
  <span class="star" title="Repo Forked">
773
779
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
774
780
  <path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
775
781
  </path>
776
782
  </svg>
777
- <span>2331</span>
783
+ <span>4503</span>
778
784
  </span>
779
785
  <span class="star">
780
786
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
781
787
  <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
782
788
  </svg>
783
- <span>449 stars this week</span>
789
+ <span>399 stars this week</span>
784
790
  </span>
785
791
  </div>
786
792
  <div class="details">
@@ -793,32 +799,32 @@
793
799
  <div class="info">
794
800
  <div class="rank">
795
801
  <span title="Ranking 18">18</span>
796
- <a href="https://github.com/TheAlgorithms/Rust" target="_blank" title="TheAlgorithms/Rust">TheAlgorithms/Rust</a>
802
+ <a href="https://github.com/pystardust/ani-cli" target="_blank" title="pystardust/ani-cli">pystardust/ani-cli</a>
797
803
  </div>
798
804
  <div class="sub-title followers">
799
805
 
800
- <a class="language" target="_blank" href="https://github.com/topics/rust" title="Programming Language Rust">
801
- <span style="background-color: #dea584;"></span>Rust
806
+ <a class="language" target="_blank" href="https://github.com/topics/shell" title="Programming Language Shell">
807
+ <span style="background-color: #89e051;"></span>Shell
802
808
  </a>
803
809
 
804
810
  <span class="star" title="Stargazers Count">
805
811
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
806
812
  <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
807
813
  </svg>
808
- <span>8437</span>
814
+ <span>3948</span>
809
815
  </span>
810
816
  <span class="star" title="Repo Forked">
811
817
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
812
818
  <path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
813
819
  </path>
814
820
  </svg>
815
- <span>963</span>
821
+ <span>389</span>
816
822
  </span>
817
823
  <span class="star">
818
824
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
819
825
  <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
820
826
  </svg>
821
- <span>573 stars this week</span>
827
+ <span>235 stars this week</span>
822
828
  </span>
823
829
  </div>
824
830
  <div class="details">
@@ -831,32 +837,32 @@
831
837
  <div class="info">
832
838
  <div class="rank">
833
839
  <span title="Ranking 19">19</span>
834
- <a href="https://github.com/gophish/gophish" target="_blank" title="gophish/gophish">gophish/gophish</a>
840
+ <a href="https://github.com/sveltejs/svelte" target="_blank" title="sveltejs/svelte">sveltejs/svelte</a>
835
841
  </div>
836
842
  <div class="sub-title followers">
837
843
 
838
- <a class="language" target="_blank" href="https://github.com/topics/go" title="Programming Language Go">
839
- <span style="background-color: #00ADD8;"></span>Go
844
+ <a class="language" target="_blank" href="https://github.com/topics/typescript" title="Programming Language TypeScript">
845
+ <span style="background-color: #3178c6;"></span>TypeScript
840
846
  </a>
841
847
 
842
848
  <span class="star" title="Stargazers Count">
843
849
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
844
850
  <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>
845
851
  </svg>
846
- <span>7648</span>
852
+ <span>60412</span>
847
853
  </span>
848
854
  <span class="star" title="Repo Forked">
849
855
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
850
856
  <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">
851
857
  </path>
852
858
  </svg>
853
- <span>1427</span>
859
+ <span>2934</span>
854
860
  </span>
855
861
  <span class="star">
856
862
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
857
863
  <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>
858
864
  </svg>
859
- <span>242 stars this week</span>
865
+ <span>547 stars this week</span>
860
866
  </span>
861
867
  </div>
862
868
  <div class="details">
@@ -869,32 +875,32 @@
869
875
  <div class="info">
870
876
  <div class="rank">
871
877
  <span title="Ranking 20">20</span>
872
- <a href="https://github.com/tuyoogame/huatuo" target="_blank" title="tuyoogame/huatuo">tuyoogame/huatuo</a>
878
+ <a href="https://github.com/OpenEthan/SMSBoom" target="_blank" title="OpenEthan/SMSBoom">OpenEthan/SMSBoom</a>
873
879
  </div>
874
880
  <div class="sub-title followers">
875
881
 
876
- <a class="language" target="_blank" href="https://github.com/topics/c++" title="Programming Language C++">
877
- <span style="background-color: #f34b7d;"></span>C++
882
+ <a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
883
+ <span style="background-color: #3572A5;"></span>Python
878
884
  </a>
879
885
 
880
886
  <span class="star" title="Stargazers Count">
881
887
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
882
888
  <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>
883
889
  </svg>
884
- <span>2003</span>
890
+ <span>3864</span>
885
891
  </span>
886
892
  <span class="star" title="Repo Forked">
887
893
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
888
894
  <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">
889
895
  </path>
890
896
  </svg>
891
- <span>354</span>
897
+ <span>937</span>
892
898
  </span>
893
899
  <span class="star">
894
900
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
895
901
  <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>
896
902
  </svg>
897
- <span>211 stars this week</span>
903
+ <span>2772 stars this week</span>
898
904
  </span>
899
905
  </div>
900
906
  <div class="details">
@@ -907,32 +913,28 @@
907
913
  <div class="info">
908
914
  <div class="rank">
909
915
  <span title="Ranking 21">21</span>
910
- <a href="https://github.com/aqlaboratory/openfold" target="_blank" title="aqlaboratory/openfold">aqlaboratory/openfold</a>
916
+ <a href="https://github.com/mtdvio/every-programmer-should-know" target="_blank" title="mtdvio/every-programmer-should-know">mtdvio/every-programmer-should-know</a>
911
917
  </div>
912
918
  <div class="sub-title followers">
913
919
 
914
- <a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
915
- <span style="background-color: #3572A5;"></span>Python
916
- </a>
917
-
918
920
  <span class="star" title="Stargazers Count">
919
921
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
920
922
  <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
921
923
  </svg>
922
- <span>1435</span>
924
+ <span>57436</span>
923
925
  </span>
924
926
  <span class="star" title="Repo Forked">
925
927
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
926
928
  <path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
927
929
  </path>
928
930
  </svg>
929
- <span>193</span>
931
+ <span>5560</span>
930
932
  </span>
931
933
  <span class="star">
932
934
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
933
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>
934
936
  </svg>
935
- <span>124 stars this week</span>
937
+ <span>3514 stars this week</span>
936
938
  </span>
937
939
  </div>
938
940
  <div class="details">
@@ -945,32 +947,28 @@
945
947
  <div class="info">
946
948
  <div class="rank">
947
949
  <span title="Ranking 22">22</span>
948
- <a href="https://github.com/neovim/neovim" target="_blank" title="neovim/neovim">neovim/neovim</a>
950
+ <a href="https://github.com/dair-ai/ML-Course-Notes" target="_blank" title="dair-ai/ML-Course-Notes">dair-ai/ML-Course-Notes</a>
949
951
  </div>
950
952
  <div class="sub-title followers">
951
953
 
952
- <a class="language" target="_blank" href="https://github.com/topics/vimscript" title="Programming Language Vimscript">
953
- <span style="background-color: #199f4b;"></span>Vimscript
954
- </a>
955
-
956
954
  <span class="star" title="Stargazers Count">
957
955
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
958
956
  <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>
959
957
  </svg>
960
- <span>55266</span>
958
+ <span>3629</span>
961
959
  </span>
962
960
  <span class="star" title="Repo Forked">
963
961
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
964
962
  <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">
965
963
  </path>
966
964
  </svg>
967
- <span>3928</span>
965
+ <span>508</span>
968
966
  </span>
969
967
  <span class="star">
970
968
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
971
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>
972
970
  </svg>
973
- <span>332 stars this week</span>
971
+ <span>703 stars this week</span>
974
972
  </span>
975
973
  </div>
976
974
  <div class="details">
@@ -983,32 +981,32 @@
983
981
  <div class="info">
984
982
  <div class="rank">
985
983
  <span title="Ranking 23">23</span>
986
- <a href="https://github.com/Tencent/spring-cloud-tencent" target="_blank" title="Tencent/spring-cloud-tencent">Tencent/spring-cloud-tencent</a>
984
+ <a href="https://github.com/searxng/searxng" target="_blank" title="searxng/searxng">searxng/searxng</a>
987
985
  </div>
988
986
  <div class="sub-title followers">
989
987
 
990
- <a class="language" target="_blank" href="https://github.com/topics/java" title="Programming Language Java">
991
- <span style="background-color: #b07219;"></span>Java
988
+ <a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
989
+ <span style="background-color: #3572A5;"></span>Python
992
990
  </a>
993
991
 
994
992
  <span class="star" title="Stargazers Count">
995
993
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
996
994
  <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>
997
995
  </svg>
998
- <span>1923</span>
996
+ <span>1954</span>
999
997
  </span>
1000
998
  <span class="star" title="Repo Forked">
1001
999
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
1002
1000
  <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">
1003
1001
  </path>
1004
1002
  </svg>
1005
- <span>284</span>
1003
+ <span>262</span>
1006
1004
  </span>
1007
1005
  <span class="star">
1008
1006
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
1009
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>
1010
1008
  </svg>
1011
- <span>347 stars this week</span>
1009
+ <span>969 stars this week</span>
1012
1010
  </span>
1013
1011
  </div>
1014
1012
  <div class="details">
@@ -1021,32 +1019,32 @@
1021
1019
  <div class="info">
1022
1020
  <div class="rank">
1023
1021
  <span title="Ranking 24">24</span>
1024
- <a href="https://github.com/vlang/v" target="_blank" title="vlang/v">vlang/v</a>
1022
+ <a href="https://github.com/chinese-poetry/chinese-poetry" target="_blank" title="chinese-poetry/chinese-poetry">chinese-poetry/chinese-poetry</a>
1025
1023
  </div>
1026
1024
  <div class="sub-title followers">
1027
1025
 
1028
- <a class="language" target="_blank" href="https://github.com/topics/v" title="Programming Language V">
1029
- <span style="background-color: #4f87c4;"></span>V
1026
+ <a class="language" target="_blank" href="https://github.com/topics/javascript" title="Programming Language JavaScript">
1027
+ <span style="background-color: #f1e05a;"></span>JavaScript
1030
1028
  </a>
1031
1029
 
1032
1030
  <span class="star" title="Stargazers Count">
1033
1031
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
1034
1032
  <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>
1035
1033
  </svg>
1036
- <span>29769</span>
1034
+ <span>36594</span>
1037
1035
  </span>
1038
1036
  <span class="star" title="Repo Forked">
1039
1037
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
1040
1038
  <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">
1041
1039
  </path>
1042
1040
  </svg>
1043
- <span>1821</span>
1041
+ <span>7611</span>
1044
1042
  </span>
1045
1043
  <span class="star">
1046
1044
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
1047
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>
1048
1046
  </svg>
1049
- <span>387 stars this week</span>
1047
+ <span>169 stars this week</span>
1050
1048
  </span>
1051
1049
  </div>
1052
1050
  <div class="details">
@@ -1059,32 +1057,32 @@
1059
1057
  <div class="info">
1060
1058
  <div class="rank">
1061
1059
  <span title="Ranking 25">25</span>
1062
- <a href="https://github.com/TanStack/table" target="_blank" title="TanStack/table">TanStack/table</a>
1060
+ <a href="https://github.com/qq8e/qq" target="_blank" title="qq8e/qq">qq8e/qq</a>
1063
1061
  </div>
1064
1062
  <div class="sub-title followers">
1065
1063
 
1066
- <a class="language" target="_blank" href="https://github.com/topics/typescript" title="Programming Language TypeScript">
1067
- <span style="background-color: #3178c6;"></span>TypeScript
1064
+ <a class="language" target="_blank" href="https://github.com/topics/css" title="Programming Language CSS">
1065
+ <span style="background-color: #563d7c;"></span>CSS
1068
1066
  </a>
1069
1067
 
1070
1068
  <span class="star" title="Stargazers Count">
1071
1069
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
1072
1070
  <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>
1073
1071
  </svg>
1074
- <span>18117</span>
1072
+ <span>964</span>
1075
1073
  </span>
1076
1074
  <span class="star" title="Repo Forked">
1077
1075
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
1078
1076
  <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">
1079
1077
  </path>
1080
1078
  </svg>
1081
- <span>2471</span>
1079
+ <span>302</span>
1082
1080
  </span>
1083
1081
  <span class="star">
1084
1082
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
1085
1083
  <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>
1086
1084
  </svg>
1087
- <span>224 stars this week</span>
1085
+ <span>458 stars this week</span>
1088
1086
  </span>
1089
1087
  </div>
1090
1088
  <div class="details">
@@ -1109,7 +1107,7 @@
1109
1107
  <img src="https://img.shields.io/npm/v/@wcj/github-rank.svg?label=unpkg">
1110
1108
  </a>
1111
1109
  </div>
1112
- <div class="time">Last cache created on 2022/7/5 by Github API v3.</div>
1110
+ <div class="time">Last cache created on 2022/7/8 by Github API v3.</div>
1113
1111
  Create by <a href="https://github.com/jaywcjlove" target="_blank">小弟调调™</a>.
1114
1112
  </div>
1115
1113
  </body>