@wcj/github-rank 22.7.4 → 22.7.7

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 +35685 -35685
  4. package/dist/sifou-daily.json +6 -87
  5. package/dist/sifou-monthly.json +91 -91
  6. package/dist/sifou-weekly.json +155 -155
  7. package/dist/toutiao-30.json +77 -77
  8. package/dist/toutiao-7.json +128 -128
  9. package/dist/toutiao-90.json +65 -65
  10. package/dist/trending-daily.json +168 -168
  11. package/dist/trending-monthly.json +161 -161
  12. package/dist/trending-weekly.json +167 -167
  13. package/dist/users.china.json +2715 -2715
  14. package/dist/users.json +3833 -3834
  15. package/package.json +19 -18
  16. package/web/data/36kr.json +5006 -1552
  17. package/web/data/repos.json +35685 -35685
  18. package/web/data/sifou-daily.json +6 -87
  19. package/web/data/sifou-monthly.json +91 -91
  20. package/web/data/sifou-weekly.json +155 -155
  21. package/web/data/toutiao-30.json +77 -77
  22. package/web/data/toutiao-7.json +128 -128
  23. package/web/data/toutiao-90.json +65 -65
  24. package/web/data/trending-daily.json +168 -168
  25. package/web/data/trending-monthly.json +161 -161
  26. package/web/data/trending-weekly.json +167 -167
  27. package/web/data/users.china.json +2715 -2715
  28. package/web/data/users.json +3833 -3834
  29. package/web/index.html +2253 -2252
  30. package/web/repos.html +4337 -4334
  31. package/web/sifou-daily.html +15 -269
  32. package/web/sifou-monthly.html +119 -121
  33. package/web/sifou-weekly.html +144 -146
  34. package/web/toutiao-30.html +111 -111
  35. package/web/toutiao-7.html +101 -101
  36. package/web/toutiao-90.html +95 -95
  37. package/web/trending-monthly.html +160 -162
  38. package/web/trending-weekly.html +168 -162
  39. package/web/trending.html +176 -154
  40. package/web/users.china.html +1982 -1981
  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/4 by
131
+ <div class="time">Last cache created on 2022/7/7 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>2917</span>
172
+ <span>6918</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>350</span>
179
+ <span>220</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>1780 stars this week</span>
185
+ <span>3199 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/delta-io/delta" target="_blank" title="delta-io/delta">delta-io/delta</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/scala" title="Programming Language Scala">
203
+ <span style="background-color: #c22d40;"></span>Scala
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>6067</span>
210
+ <span>4873</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>187</span>
217
+ <span>1101</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>3467 stars this week</span>
223
+ <span>367 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/CatVodTVOfficial/TVBoxOSC" target="_blank" title="CatVodTVOfficial/TVBoxOSC">CatVodTVOfficial/TVBoxOSC</a>
236
+ <a href="https://github.com/meituan/YOLOv6" target="_blank" title="meituan/YOLOv6">meituan/YOLOv6</a>
235
237
  </div>
236
238
  <div class="sub-title followers">
237
239
 
238
- <a class="language" target="_blank" href="https://github.com/topics/java" title="Programming Language Java">
239
- <span style="background-color: #b07219;"></span>Java
240
+ <a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
241
+ <span style="background-color: #3572A5;"></span>Python
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>952</span>
248
+ <span>3201</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>1235</span>
255
+ <span>406</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>403 stars this week</span>
261
+ <span>661 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/delta-io/delta" target="_blank" title="delta-io/delta">delta-io/delta</a>
274
+ <a href="https://github.com/vim/vim" target="_blank" title="vim/vim">vim/vim</a>
273
275
  </div>
274
276
  <div class="sub-title followers">
275
277
 
276
- <a class="language" target="_blank" href="https://github.com/topics/scala" title="Programming Language Scala">
277
- <span style="background-color: #c22d40;"></span>Scala
278
+ <a class="language" target="_blank" href="https://github.com/topics/vimscript" title="Programming Language Vimscript">
279
+ <span style="background-color: #199f4b;"></span>Vimscript
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>4783</span>
286
+ <span>27787</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>1093</span>
293
+ <span>4266</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>310 stars this week</span>
299
+ <span>286 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/still-scene/t3" target="_blank" title="still-scene/t3">still-scene/t3</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/c#" title="Programming Language C#">
315
- <span style="background-color: #178600;"></span>C#
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>1488</span>
324
+ <span>5626</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>66</span>
331
+ <span>2164</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>564 stars this week</span>
337
+ <span>74 stars this week</span>
336
338
  </span>
337
339
  </div>
338
340
  <div class="details">
@@ -345,7 +347,7 @@
345
347
  <div class="info">
346
348
  <div class="rank">
347
349
  <span title="Ranking 6">6</span>
348
- <a href="https://github.com/opensumi/core" target="_blank" title="opensumi/core">opensumi/core</a>
350
+ <a href="https://github.com/kamranahmedse/developer-roadmap" target="_blank" title="kamranahmedse/developer-roadmap">kamranahmedse/developer-roadmap</a>
349
351
  </div>
350
352
  <div class="sub-title followers">
351
353
 
@@ -357,20 +359,20 @@
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>1803</span>
362
+ <span>199548</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>192</span>
369
+ <span>28537</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>412 stars this week</span>
375
+ <span>1378 stars this week</span>
374
376
  </span>
375
377
  </div>
376
378
  <div class="details">
@@ -383,32 +385,32 @@
383
385
  <div class="info">
384
386
  <div class="rank">
385
387
  <span title="Ranking 7">7</span>
386
- <a href="https://github.com/vim/vim" target="_blank" title="vim/vim">vim/vim</a>
388
+ <a href="https://github.com/Azure/azureml-examples" target="_blank" title="Azure/azureml-examples">Azure/azureml-examples</a>
387
389
  </div>
388
390
  <div class="sub-title followers">
389
391
 
390
- <a class="language" target="_blank" href="https://github.com/topics/vimscript" title="Programming Language Vimscript">
391
- <span style="background-color: #199f4b;"></span>Vimscript
392
+ <a class="language" target="_blank" href="https://github.com/topics/jupyternotebook" title="Programming Language JupyterNotebook">
393
+ <span style="background-color: #DA5B0B;"></span>JupyterNotebook
392
394
  </a>
393
395
 
394
396
  <span class="star" title="Stargazers Count">
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>27711</span>
400
+ <span>677</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>4260</span>
407
+ <span>431</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>355 stars this week</span>
413
+ <span>140 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/bregman-arie/devops-exercises" target="_blank" title="bregman-arie/devops-exercises">bregman-arie/devops-exercises</a>
426
+ <a href="https://github.com/opensumi/core" target="_blank" title="opensumi/core">opensumi/core</a>
425
427
  </div>
426
428
  <div class="sub-title followers">
427
429
 
428
- <a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
429
- <span style="background-color: #3572A5;"></span>Python
430
+ <a class="language" target="_blank" href="https://github.com/topics/typescript" title="Programming Language TypeScript">
431
+ <span style="background-color: #3178c6;"></span>TypeScript
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>27470</span>
438
+ <span>1884</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>5741</span>
445
+ <span>197</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>1551 stars this week</span>
451
+ <span>153 stars this week</span>
450
452
  </span>
451
453
  </div>
452
454
  <div class="details">
@@ -459,32 +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/Z4nzu/hackingtool" target="_blank" title="Z4nzu/hackingtool">Z4nzu/hackingtool</a>
464
+ <a href="https://github.com/tuyoogame/huatuo" target="_blank" title="tuyoogame/huatuo">tuyoogame/huatuo</a>
463
465
  </div>
464
466
  <div class="sub-title followers">
465
467
 
466
- <a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
467
- <span style="background-color: #3572A5;"></span>Python
468
+ <a class="language" target="_blank" href="https://github.com/topics/c++" title="Programming Language C++">
469
+ <span style="background-color: #f34b7d;"></span>C++
468
470
  </a>
469
471
 
470
472
  <span class="star" title="Stargazers Count">
471
473
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
472
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>
473
475
  </svg>
474
- <span>19346</span>
476
+ <span>1988</span>
475
477
  </span>
476
478
  <span class="star" title="Repo Forked">
477
479
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
478
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">
479
481
  </path>
480
482
  </svg>
481
- <span>2359</span>
483
+ <span>358</span>
482
484
  </span>
483
485
  <span class="star">
484
486
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
485
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>
486
488
  </svg>
487
- <span>974 stars this week</span>
489
+ <span>203 stars this week</span>
488
490
  </span>
489
491
  </div>
490
492
  <div class="details">
@@ -497,32 +499,32 @@
497
499
  <div class="info">
498
500
  <div class="rank">
499
501
  <span title="Ranking 10">10</span>
500
- <a href="https://github.com/datafold/data-diff" target="_blank" title="datafold/data-diff">datafold/data-diff</a>
502
+ <a href="https://github.com/vlang/v" target="_blank" title="vlang/v">vlang/v</a>
501
503
  </div>
502
504
  <div class="sub-title followers">
503
505
 
504
- <a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
505
- <span style="background-color: #3572A5;"></span>Python
506
+ <a class="language" target="_blank" href="https://github.com/topics/v" title="Programming Language V">
507
+ <span style="background-color: #4f87c4;"></span>V
506
508
  </a>
507
509
 
508
510
  <span class="star" title="Stargazers Count">
509
511
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
510
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>
511
513
  </svg>
512
- <span>1105</span>
514
+ <span>29811</span>
513
515
  </span>
514
516
  <span class="star" title="Repo Forked">
515
517
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
516
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">
517
519
  </path>
518
520
  </svg>
519
- <span>30</span>
521
+ <span>1821</span>
520
522
  </span>
521
523
  <span class="star">
522
524
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
523
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>
524
526
  </svg>
525
- <span>372 stars this week</span>
527
+ <span>416 stars this week</span>
526
528
  </span>
527
529
  </div>
528
530
  <div class="details">
@@ -547,20 +549,20 @@
547
549
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
548
550
  <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>
549
551
  </svg>
550
- <span>3873</span>
552
+ <span>3910</span>
551
553
  </span>
552
554
  <span class="star" title="Repo Forked">
553
555
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
554
556
  <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">
555
557
  </path>
556
558
  </svg>
557
- <span>1016</span>
559
+ <span>1022</span>
558
560
  </span>
559
561
  <span class="star">
560
562
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
561
563
  <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>
562
564
  </svg>
563
- <span>233 stars this week</span>
565
+ <span>168 stars this week</span>
564
566
  </span>
565
567
  </div>
566
568
  <div class="details">
@@ -573,28 +575,32 @@
573
575
  <div class="info">
574
576
  <div class="rank">
575
577
  <span title="Ranking 12">12</span>
576
- <a href="https://github.com/easychen/lean-side-bussiness" target="_blank" title="easychen/lean-side-bussiness">easychen/lean-side-bussiness</a>
578
+ <a href="https://github.com/appwrite/appwrite" target="_blank" title="appwrite/appwrite">appwrite/appwrite</a>
577
579
  </div>
578
580
  <div class="sub-title followers">
579
581
 
582
+ <a class="language" target="_blank" href="https://github.com/topics/javascript" title="Programming Language JavaScript">
583
+ <span style="background-color: #f1e05a;"></span>JavaScript
584
+ </a>
585
+
580
586
  <span class="star" title="Stargazers Count">
581
587
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
582
588
  <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
589
  </svg>
584
- <span>1624</span>
590
+ <span>23485</span>
585
591
  </span>
586
592
  <span class="star" title="Repo Forked">
587
593
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
588
594
  <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
595
  </path>
590
596
  </svg>
591
- <span>99</span>
597
+ <span>1792</span>
592
598
  </span>
593
599
  <span class="star">
594
600
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
595
601
  <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
602
  </svg>
597
- <span>459 stars this week</span>
603
+ <span>364 stars this week</span>
598
604
  </span>
599
605
  </div>
600
606
  <div class="details">
@@ -607,28 +613,32 @@
607
613
  <div class="info">
608
614
  <div class="rank">
609
615
  <span title="Ranking 13">13</span>
610
- <a href="https://github.com/EbookFoundation/free-programming-books" target="_blank" title="EbookFoundation/free-programming-books">EbookFoundation/free-programming-books</a>
616
+ <a href="https://github.com/paritytech/polkadot" target="_blank" title="paritytech/polkadot">paritytech/polkadot</a>
611
617
  </div>
612
618
  <div class="sub-title followers">
613
619
 
620
+ <a class="language" target="_blank" href="https://github.com/topics/rust" title="Programming Language Rust">
621
+ <span style="background-color: #dea584;"></span>Rust
622
+ </a>
623
+
614
624
  <span class="star" title="Stargazers Count">
615
625
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
616
626
  <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>
617
627
  </svg>
618
- <span>238168</span>
628
+ <span>6030</span>
619
629
  </span>
620
630
  <span class="star" title="Repo Forked">
621
631
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
622
632
  <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">
623
633
  </path>
624
634
  </svg>
625
- <span>49404</span>
635
+ <span>1311</span>
626
636
  </span>
627
637
  <span class="star">
628
638
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
629
639
  <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>
630
640
  </svg>
631
- <span>1654 stars this week</span>
641
+ <span>66 stars this week</span>
632
642
  </span>
633
643
  </div>
634
644
  <div class="details">
@@ -641,32 +651,32 @@
641
651
  <div class="info">
642
652
  <div class="rank">
643
653
  <span title="Ranking 14">14</span>
644
- <a href="https://github.com/WhaleFell/SMSBoom" target="_blank" title="WhaleFell/SMSBoom">WhaleFell/SMSBoom</a>
654
+ <a href="https://github.com/StarRocks/starrocks" target="_blank" title="StarRocks/starrocks">StarRocks/starrocks</a>
645
655
  </div>
646
656
  <div class="sub-title followers">
647
657
 
648
- <a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
649
- <span style="background-color: #3572A5;"></span>Python
658
+ <a class="language" target="_blank" href="https://github.com/topics/c++" title="Programming Language C++">
659
+ <span style="background-color: #f34b7d;"></span>C++
650
660
  </a>
651
661
 
652
662
  <span class="star" title="Stargazers Count">
653
663
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
654
664
  <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>
655
665
  </svg>
656
- <span>1508</span>
666
+ <span>2897</span>
657
667
  </span>
658
668
  <span class="star" title="Repo Forked">
659
669
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
660
670
  <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">
661
671
  </path>
662
672
  </svg>
663
- <span>359</span>
673
+ <span>621</span>
664
674
  </span>
665
675
  <span class="star">
666
676
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
667
677
  <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>
668
678
  </svg>
669
- <span>556 stars this week</span>
679
+ <span>191 stars this week</span>
670
680
  </span>
671
681
  </div>
672
682
  <div class="details">
@@ -679,32 +689,32 @@
679
689
  <div class="info">
680
690
  <div class="rank">
681
691
  <span title="Ranking 15">15</span>
682
- <a href="https://github.com/Tencent/spring-cloud-tencent" target="_blank" title="Tencent/spring-cloud-tencent">Tencent/spring-cloud-tencent</a>
692
+ <a href="https://github.com/geohot/tinygrad" target="_blank" title="geohot/tinygrad">geohot/tinygrad</a>
683
693
  </div>
684
694
  <div class="sub-title followers">
685
695
 
686
- <a class="language" target="_blank" href="https://github.com/topics/java" title="Programming Language Java">
687
- <span style="background-color: #b07219;"></span>Java
696
+ <a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
697
+ <span style="background-color: #3572A5;"></span>Python
688
698
  </a>
689
699
 
690
700
  <span class="star" title="Stargazers Count">
691
701
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
692
702
  <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
703
  </svg>
694
- <span>1897</span>
704
+ <span>6306</span>
695
705
  </span>
696
706
  <span class="star" title="Repo Forked">
697
707
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
698
708
  <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
709
  </path>
700
710
  </svg>
701
- <span>279</span>
711
+ <span>637</span>
702
712
  </span>
703
713
  <span class="star">
704
714
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
705
715
  <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
716
  </svg>
707
- <span>518 stars this week</span>
717
+ <span>113 stars this week</span>
708
718
  </span>
709
719
  </div>
710
720
  <div class="details">
@@ -717,32 +727,32 @@
717
727
  <div class="info">
718
728
  <div class="rank">
719
729
  <span title="Ranking 16">16</span>
720
- <a href="https://github.com/TheAlgorithms/Rust" target="_blank" title="TheAlgorithms/Rust">TheAlgorithms/Rust</a>
730
+ <a href="https://github.com/ultralytics/yolov5" target="_blank" title="ultralytics/yolov5">ultralytics/yolov5</a>
721
731
  </div>
722
732
  <div class="sub-title followers">
723
733
 
724
- <a class="language" target="_blank" href="https://github.com/topics/rust" title="Programming Language Rust">
725
- <span style="background-color: #dea584;"></span>Rust
734
+ <a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
735
+ <span style="background-color: #3572A5;"></span>Python
726
736
  </a>
727
737
 
728
738
  <span class="star" title="Stargazers Count">
729
739
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
730
740
  <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
741
  </svg>
732
- <span>8418</span>
742
+ <span>28307</span>
733
743
  </span>
734
744
  <span class="star" title="Repo Forked">
735
745
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
736
746
  <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
747
  </path>
738
748
  </svg>
739
- <span>958</span>
749
+ <span>10064</span>
740
750
  </span>
741
751
  <span class="star">
742
752
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
743
753
  <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
754
  </svg>
745
- <span>718 stars this week</span>
755
+ <span>320 stars this week</span>
746
756
  </span>
747
757
  </div>
748
758
  <div class="details">
@@ -755,32 +765,32 @@
755
765
  <div class="info">
756
766
  <div class="rank">
757
767
  <span title="Ranking 17">17</span>
758
- <a href="https://github.com/aqlaboratory/openfold" target="_blank" title="aqlaboratory/openfold">aqlaboratory/openfold</a>
768
+ <a href="https://github.com/pystardust/ani-cli" target="_blank" title="pystardust/ani-cli">pystardust/ani-cli</a>
759
769
  </div>
760
770
  <div class="sub-title followers">
761
771
 
762
- <a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
763
- <span style="background-color: #3572A5;"></span>Python
772
+ <a class="language" target="_blank" href="https://github.com/topics/shell" title="Programming Language Shell">
773
+ <span style="background-color: #89e051;"></span>Shell
764
774
  </a>
765
775
 
766
776
  <span class="star" title="Stargazers Count">
767
777
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
768
778
  <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
779
  </svg>
770
- <span>1422</span>
780
+ <span>3936</span>
771
781
  </span>
772
782
  <span class="star" title="Repo Forked">
773
783
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
774
784
  <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
785
  </path>
776
786
  </svg>
777
- <span>193</span>
787
+ <span>389</span>
778
788
  </span>
779
789
  <span class="star">
780
790
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
781
791
  <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
792
  </svg>
783
- <span>133 stars this week</span>
793
+ <span>238 stars this week</span>
784
794
  </span>
785
795
  </div>
786
796
  <div class="details">
@@ -793,32 +803,32 @@
793
803
  <div class="info">
794
804
  <div class="rank">
795
805
  <span title="Ranking 18">18</span>
796
- <a href="https://github.com/focus-creative-games/huatuo" target="_blank" title="focus-creative-games/huatuo">focus-creative-games/huatuo</a>
806
+ <a href="https://github.com/sveltejs/svelte" target="_blank" title="sveltejs/svelte">sveltejs/svelte</a>
797
807
  </div>
798
808
  <div class="sub-title followers">
799
809
 
800
- <a class="language" target="_blank" href="https://github.com/topics/c++" title="Programming Language C++">
801
- <span style="background-color: #f34b7d;"></span>C++
810
+ <a class="language" target="_blank" href="https://github.com/topics/typescript" title="Programming Language TypeScript">
811
+ <span style="background-color: #3178c6;"></span>TypeScript
802
812
  </a>
803
813
 
804
814
  <span class="star" title="Stargazers Count">
805
815
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
806
816
  <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
817
  </svg>
808
- <span>1998</span>
818
+ <span>60381</span>
809
819
  </span>
810
820
  <span class="star" title="Repo Forked">
811
821
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
812
822
  <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
823
  </path>
814
824
  </svg>
815
- <span>350</span>
825
+ <span>2931</span>
816
826
  </span>
817
827
  <span class="star">
818
828
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
819
829
  <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
830
  </svg>
821
- <span>193 stars this week</span>
831
+ <span>549 stars this week</span>
822
832
  </span>
823
833
  </div>
824
834
  <div class="details">
@@ -831,32 +841,32 @@
831
841
  <div class="info">
832
842
  <div class="rank">
833
843
  <span title="Ranking 19">19</span>
834
- <a href="https://github.com/trekhleb/javascript-algorithms" target="_blank" title="trekhleb/javascript-algorithms">trekhleb/javascript-algorithms</a>
844
+ <a href="https://github.com/MichaelCade/90DaysOfDevOps" target="_blank" title="MichaelCade/90DaysOfDevOps">MichaelCade/90DaysOfDevOps</a>
835
845
  </div>
836
846
  <div class="sub-title followers">
837
847
 
838
- <a class="language" target="_blank" href="https://github.com/topics/javascript" title="Programming Language JavaScript">
839
- <span style="background-color: #f1e05a;"></span>JavaScript
848
+ <a class="language" target="_blank" href="https://github.com/topics/shell" title="Programming Language Shell">
849
+ <span style="background-color: #89e051;"></span>Shell
840
850
  </a>
841
851
 
842
852
  <span class="star" title="Stargazers Count">
843
853
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
844
854
  <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
855
  </svg>
846
- <span>144852</span>
856
+ <span>14256</span>
847
857
  </span>
848
858
  <span class="star" title="Repo Forked">
849
859
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
850
860
  <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
861
  </path>
852
862
  </svg>
853
- <span>23991</span>
863
+ <span>2591</span>
854
864
  </span>
855
865
  <span class="star">
856
866
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
857
867
  <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
868
  </svg>
859
- <span>982 stars this week</span>
869
+ <span>380 stars this week</span>
860
870
  </span>
861
871
  </div>
862
872
  <div class="details">
@@ -869,32 +879,32 @@
869
879
  <div class="info">
870
880
  <div class="rank">
871
881
  <span title="Ranking 20">20</span>
872
- <a href="https://github.com/neovim/neovim" target="_blank" title="neovim/neovim">neovim/neovim</a>
882
+ <a href="https://github.com/OpenEthan/SMSBoom" target="_blank" title="OpenEthan/SMSBoom">OpenEthan/SMSBoom</a>
873
883
  </div>
874
884
  <div class="sub-title followers">
875
885
 
876
- <a class="language" target="_blank" href="https://github.com/topics/vimscript" title="Programming Language Vimscript">
877
- <span style="background-color: #199f4b;"></span>Vimscript
886
+ <a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
887
+ <span style="background-color: #3572A5;"></span>Python
878
888
  </a>
879
889
 
880
890
  <span class="star" title="Stargazers Count">
881
891
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
882
892
  <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
893
  </svg>
884
- <span>55206</span>
894
+ <span>3388</span>
885
895
  </span>
886
896
  <span class="star" title="Repo Forked">
887
897
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
888
898
  <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
899
  </path>
890
900
  </svg>
891
- <span>3926</span>
901
+ <span>820</span>
892
902
  </span>
893
903
  <span class="star">
894
904
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
895
905
  <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
906
  </svg>
897
- <span>326 stars this week</span>
907
+ <span>2339 stars this week</span>
898
908
  </span>
899
909
  </div>
900
910
  <div class="details">
@@ -907,32 +917,28 @@
907
917
  <div class="info">
908
918
  <div class="rank">
909
919
  <span title="Ranking 21">21</span>
910
- <a href="https://github.com/LunarVim/nvim-basic-ide" target="_blank" title="LunarVim/nvim-basic-ide">LunarVim/nvim-basic-ide</a>
920
+ <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
921
  </div>
912
922
  <div class="sub-title followers">
913
923
 
914
- <a class="language" target="_blank" href="https://github.com/topics/lua" title="Programming Language Lua">
915
- <span style="background-color: #000080;"></span>Lua
916
- </a>
917
-
918
924
  <span class="star" title="Stargazers Count">
919
925
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
920
926
  <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
927
  </svg>
922
- <span>379</span>
928
+ <span>56842</span>
923
929
  </span>
924
930
  <span class="star" title="Repo Forked">
925
931
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
926
932
  <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
933
  </path>
928
934
  </svg>
929
- <span>55</span>
935
+ <span>5522</span>
930
936
  </span>
931
937
  <span class="star">
932
938
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
933
939
  <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
940
  </svg>
935
- <span>74 stars this week</span>
941
+ <span>2920 stars this week</span>
936
942
  </span>
937
943
  </div>
938
944
  <div class="details">
@@ -945,7 +951,7 @@
945
951
  <div class="info">
946
952
  <div class="rank">
947
953
  <span title="Ranking 22">22</span>
948
- <a href="https://github.com/OpenBB-finance/OpenBBTerminal" target="_blank" title="OpenBB-finance/OpenBBTerminal">OpenBB-finance/OpenBBTerminal</a>
954
+ <a href="https://github.com/pallets/flask" target="_blank" title="pallets/flask">pallets/flask</a>
949
955
  </div>
950
956
  <div class="sub-title followers">
951
957
 
@@ -957,20 +963,20 @@
957
963
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
958
964
  <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
965
  </svg>
960
- <span>12506</span>
966
+ <span>59763</span>
961
967
  </span>
962
968
  <span class="star" title="Repo Forked">
963
969
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
964
970
  <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
971
  </path>
966
972
  </svg>
967
- <span>1359</span>
973
+ <span>15154</span>
968
974
  </span>
969
975
  <span class="star">
970
976
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
971
977
  <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
978
  </svg>
973
- <span>178 stars this week</span>
979
+ <span>395 stars this week</span>
974
980
  </span>
975
981
  </div>
976
982
  <div class="details">
@@ -983,32 +989,28 @@
983
989
  <div class="info">
984
990
  <div class="rank">
985
991
  <span title="Ranking 23">23</span>
986
- <a href="https://github.com/ethereum/EIPs" target="_blank" title="ethereum/EIPs">ethereum/EIPs</a>
992
+ <a href="https://github.com/edoardottt/awesome-hacker-search-engines" target="_blank" title="edoardottt/awesome-hacker-search-engines">edoardottt/awesome-hacker-search-engines</a>
987
993
  </div>
988
994
  <div class="sub-title followers">
989
995
 
990
- <a class="language" target="_blank" href="https://github.com/topics/solidity" title="Programming Language Solidity">
991
- <span style="background-color: #AA6746;"></span>Solidity
992
- </a>
993
-
994
996
  <span class="star" title="Stargazers Count">
995
997
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
996
998
  <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
997
999
  </svg>
998
- <span>9935</span>
1000
+ <span>2469</span>
999
1001
  </span>
1000
1002
  <span class="star" title="Repo Forked">
1001
1003
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
1002
1004
  <path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
1003
1005
  </path>
1004
1006
  </svg>
1005
- <span>3632</span>
1007
+ <span>148</span>
1006
1008
  </span>
1007
1009
  <span class="star">
1008
1010
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
1009
1011
  <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
1010
1012
  </svg>
1011
- <span>77 stars this week</span>
1013
+ <span>888 stars this week</span>
1012
1014
  </span>
1013
1015
  </div>
1014
1016
  <div class="details">
@@ -1021,32 +1023,32 @@
1021
1023
  <div class="info">
1022
1024
  <div class="rank">
1023
1025
  <span title="Ranking 24">24</span>
1024
- <a href="https://github.com/ryanmcdermott/clean-code-javascript" target="_blank" title="ryanmcdermott/clean-code-javascript">ryanmcdermott/clean-code-javascript</a>
1026
+ <a href="https://github.com/ventoy/Ventoy" target="_blank" title="ventoy/Ventoy">ventoy/Ventoy</a>
1025
1027
  </div>
1026
1028
  <div class="sub-title followers">
1027
1029
 
1028
- <a class="language" target="_blank" href="https://github.com/topics/javascript" title="Programming Language JavaScript">
1029
- <span style="background-color: #f1e05a;"></span>JavaScript
1030
+ <a class="language" target="_blank" href="https://github.com/topics/c" title="Programming Language C">
1031
+ <span style="background-color: #555555;"></span>C
1030
1032
  </a>
1031
1033
 
1032
1034
  <span class="star" title="Stargazers Count">
1033
1035
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
1034
1036
  <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
1035
1037
  </svg>
1036
- <span>69246</span>
1038
+ <span>36306</span>
1037
1039
  </span>
1038
1040
  <span class="star" title="Repo Forked">
1039
1041
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
1040
1042
  <path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
1041
1043
  </path>
1042
1044
  </svg>
1043
- <span>9282</span>
1045
+ <span>2715</span>
1044
1046
  </span>
1045
1047
  <span class="star">
1046
1048
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
1047
1049
  <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
1048
1050
  </svg>
1049
- <span>276 stars this week</span>
1051
+ <span>265 stars this week</span>
1050
1052
  </span>
1051
1053
  </div>
1052
1054
  <div class="details">
@@ -1059,28 +1061,32 @@
1059
1061
  <div class="info">
1060
1062
  <div class="rank">
1061
1063
  <span title="Ranking 25">25</span>
1062
- <a href="https://github.com/practical-tutorials/project-based-learning" target="_blank" title="practical-tutorials/project-based-learning">practical-tutorials/project-based-learning</a>
1064
+ <a href="https://github.com/searxng/searxng" target="_blank" title="searxng/searxng">searxng/searxng</a>
1063
1065
  </div>
1064
1066
  <div class="sub-title followers">
1065
1067
 
1068
+ <a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
1069
+ <span style="background-color: #3572A5;"></span>Python
1070
+ </a>
1071
+
1066
1072
  <span class="star" title="Stargazers Count">
1067
1073
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
1068
1074
  <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
1069
1075
  </svg>
1070
- <span>70957</span>
1076
+ <span>1902</span>
1071
1077
  </span>
1072
1078
  <span class="star" title="Repo Forked">
1073
1079
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
1074
1080
  <path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
1075
1081
  </path>
1076
1082
  </svg>
1077
- <span>10558</span>
1083
+ <span>253</span>
1078
1084
  </span>
1079
1085
  <span class="star">
1080
1086
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
1081
1087
  <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
1082
1088
  </svg>
1083
- <span>1580 stars this week</span>
1089
+ <span>918 stars this week</span>
1084
1090
  </span>
1085
1091
  </div>
1086
1092
  <div class="details">
@@ -1105,7 +1111,7 @@
1105
1111
  <img src="https://img.shields.io/npm/v/@wcj/github-rank.svg?label=unpkg">
1106
1112
  </a>
1107
1113
  </div>
1108
- <div class="time">Last cache created on 2022/7/4 by Github API v3.</div>
1114
+ <div class="time">Last cache created on 2022/7/7 by Github API v3.</div>
1109
1115
  Create by <a href="https://github.com/jaywcjlove" target="_blank">小弟调调™</a>.
1110
1116
  </div>
1111
1117
  </body>