@wcj/github-rank 22.7.23 → 22.7.26
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.
- package/dist/repos.json +30750 -30740
- package/dist/sifou-daily.json +42 -24
- package/dist/sifou-monthly.json +79 -79
- package/dist/sifou-weekly.json +167 -167
- package/dist/toutiao-30.json +76 -76
- package/dist/toutiao-7.json +96 -96
- package/dist/toutiao-90.json +20 -20
- package/dist/trending-daily.json +175 -175
- package/dist/trending-monthly.json +160 -160
- package/dist/trending-weekly.json +175 -164
- package/dist/users.china.json +2279 -2279
- package/dist/users.json +3486 -3489
- package/package.json +1 -1
- package/web/data/repos.json +30750 -30740
- package/web/data/sifou-daily.json +42 -24
- package/web/data/sifou-monthly.json +79 -79
- package/web/data/sifou-weekly.json +167 -167
- package/web/data/toutiao-30.json +76 -76
- package/web/data/toutiao-7.json +96 -96
- package/web/data/toutiao-90.json +20 -20
- package/web/data/trending-daily.json +175 -175
- package/web/data/trending-monthly.json +160 -160
- package/web/data/trending-weekly.json +175 -164
- package/web/data/users.china.json +2279 -2279
- package/web/data/users.json +3486 -3489
- package/web/index.html +1826 -1826
- package/web/repos.html +3896 -3892
- package/web/sifou-daily.html +77 -21
- package/web/sifou-monthly.html +98 -98
- package/web/sifou-weekly.html +144 -144
- package/web/toutiao-30.html +87 -87
- package/web/toutiao-7.html +90 -90
- package/web/toutiao-90.html +25 -25
- package/web/trending-monthly.html +148 -144
- package/web/trending-weekly.html +182 -144
- package/web/trending.html +144 -160
- package/web/users.china.html +1239 -1239
package/web/trending-weekly.html
CHANGED
|
@@ -128,7 +128,7 @@
|
|
|
128
128
|
|
|
129
129
|
|
|
130
130
|
</h1>
|
|
131
|
-
<div class="time">Last cache created on 2022/7/
|
|
131
|
+
<div class="time">Last cache created on 2022/7/26 by
|
|
132
132
|
|
|
133
133
|
|
|
134
134
|
|
|
@@ -157,32 +157,32 @@
|
|
|
157
157
|
<div class="info">
|
|
158
158
|
<div class="rank">
|
|
159
159
|
<span title="Ranking 1">1</span>
|
|
160
|
-
<a href="https://github.com/
|
|
160
|
+
<a href="https://github.com/OpenBB-finance/OpenBBTerminal" target="_blank" title="OpenBB-finance/OpenBBTerminal">OpenBB-finance/OpenBBTerminal</a>
|
|
161
161
|
</div>
|
|
162
162
|
<div class="sub-title followers">
|
|
163
163
|
|
|
164
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
165
|
-
<span style="background-color: #
|
|
164
|
+
<a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
|
|
165
|
+
<span style="background-color: #3572A5;"></span>Python
|
|
166
166
|
</a>
|
|
167
167
|
|
|
168
168
|
<span class="star" title="Stargazers Count">
|
|
169
169
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
170
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>
|
|
171
171
|
</svg>
|
|
172
|
-
<span>
|
|
172
|
+
<span>14677</span>
|
|
173
173
|
</span>
|
|
174
174
|
<span class="star" title="Repo Forked">
|
|
175
175
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
176
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">
|
|
177
177
|
</path>
|
|
178
178
|
</svg>
|
|
179
|
-
<span>
|
|
179
|
+
<span>1550</span>
|
|
180
180
|
</span>
|
|
181
181
|
<span class="star">
|
|
182
182
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
183
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>
|
|
184
184
|
</svg>
|
|
185
|
-
<span>
|
|
185
|
+
<span>1742 stars this week</span>
|
|
186
186
|
</span>
|
|
187
187
|
</div>
|
|
188
188
|
<div class="details">
|
|
@@ -195,32 +195,32 @@
|
|
|
195
195
|
<div class="info">
|
|
196
196
|
<div class="rank">
|
|
197
197
|
<span title="Ranking 2">2</span>
|
|
198
|
-
<a href="https://github.com/
|
|
198
|
+
<a href="https://github.com/loov/lensm" target="_blank" title="loov/lensm">loov/lensm</a>
|
|
199
199
|
</div>
|
|
200
200
|
<div class="sub-title followers">
|
|
201
201
|
|
|
202
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
203
|
-
<span style="background-color: #
|
|
202
|
+
<a class="language" target="_blank" href="https://github.com/topics/go" title="Programming Language Go">
|
|
203
|
+
<span style="background-color: #00ADD8;"></span>Go
|
|
204
204
|
</a>
|
|
205
205
|
|
|
206
206
|
<span class="star" title="Stargazers Count">
|
|
207
207
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
208
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>
|
|
209
209
|
</svg>
|
|
210
|
-
<span>
|
|
210
|
+
<span>2346</span>
|
|
211
211
|
</span>
|
|
212
212
|
<span class="star" title="Repo Forked">
|
|
213
213
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
214
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">
|
|
215
215
|
</path>
|
|
216
216
|
</svg>
|
|
217
|
-
<span>
|
|
217
|
+
<span>81</span>
|
|
218
218
|
</span>
|
|
219
219
|
<span class="star">
|
|
220
220
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
221
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>
|
|
222
222
|
</svg>
|
|
223
|
-
<span>
|
|
223
|
+
<span>857 stars this week</span>
|
|
224
224
|
</span>
|
|
225
225
|
</div>
|
|
226
226
|
<div class="details">
|
|
@@ -233,28 +233,32 @@
|
|
|
233
233
|
<div class="info">
|
|
234
234
|
<div class="rank">
|
|
235
235
|
<span title="Ranking 3">3</span>
|
|
236
|
-
<a href="https://github.com/
|
|
236
|
+
<a href="https://github.com/UberGuidoZ/Flipper" target="_blank" title="UberGuidoZ/Flipper">UberGuidoZ/Flipper</a>
|
|
237
237
|
</div>
|
|
238
238
|
<div class="sub-title followers">
|
|
239
239
|
|
|
240
|
+
<a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
|
|
241
|
+
<span style="background-color: #3572A5;"></span>Python
|
|
242
|
+
</a>
|
|
243
|
+
|
|
240
244
|
<span class="star" title="Stargazers Count">
|
|
241
245
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
242
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>
|
|
243
247
|
</svg>
|
|
244
|
-
<span>
|
|
248
|
+
<span>745</span>
|
|
245
249
|
</span>
|
|
246
250
|
<span class="star" title="Repo Forked">
|
|
247
251
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
248
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">
|
|
249
253
|
</path>
|
|
250
254
|
</svg>
|
|
251
|
-
<span>
|
|
255
|
+
<span>95</span>
|
|
252
256
|
</span>
|
|
253
257
|
<span class="star">
|
|
254
258
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
255
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>
|
|
256
260
|
</svg>
|
|
257
|
-
<span>
|
|
261
|
+
<span>200 stars this week</span>
|
|
258
262
|
</span>
|
|
259
263
|
</div>
|
|
260
264
|
<div class="details">
|
|
@@ -267,32 +271,32 @@
|
|
|
267
271
|
<div class="info">
|
|
268
272
|
<div class="rank">
|
|
269
273
|
<span title="Ranking 4">4</span>
|
|
270
|
-
<a href="https://github.com/
|
|
274
|
+
<a href="https://github.com/discordjs/discord.js" target="_blank" title="discordjs/discord.js">discordjs/discord.js</a>
|
|
271
275
|
</div>
|
|
272
276
|
<div class="sub-title followers">
|
|
273
277
|
|
|
274
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
275
|
-
<span style="background-color: #
|
|
278
|
+
<a class="language" target="_blank" href="https://github.com/topics/javascript" title="Programming Language JavaScript">
|
|
279
|
+
<span style="background-color: #f1e05a;"></span>JavaScript
|
|
276
280
|
</a>
|
|
277
281
|
|
|
278
282
|
<span class="star" title="Stargazers Count">
|
|
279
283
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
280
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>
|
|
281
285
|
</svg>
|
|
282
|
-
<span>
|
|
286
|
+
<span>20200</span>
|
|
283
287
|
</span>
|
|
284
288
|
<span class="star" title="Repo Forked">
|
|
285
289
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
286
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">
|
|
287
291
|
</path>
|
|
288
292
|
</svg>
|
|
289
|
-
<span>
|
|
293
|
+
<span>3487</span>
|
|
290
294
|
</span>
|
|
291
295
|
<span class="star">
|
|
292
296
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
293
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>
|
|
294
298
|
</svg>
|
|
295
|
-
<span>
|
|
299
|
+
<span>272 stars this week</span>
|
|
296
300
|
</span>
|
|
297
301
|
</div>
|
|
298
302
|
<div class="details">
|
|
@@ -305,28 +309,32 @@
|
|
|
305
309
|
<div class="info">
|
|
306
310
|
<div class="rank">
|
|
307
311
|
<span title="Ranking 5">5</span>
|
|
308
|
-
<a href="https://github.com/
|
|
312
|
+
<a href="https://github.com/hashicorp/vault" target="_blank" title="hashicorp/vault">hashicorp/vault</a>
|
|
309
313
|
</div>
|
|
310
314
|
<div class="sub-title followers">
|
|
311
315
|
|
|
316
|
+
<a class="language" target="_blank" href="https://github.com/topics/go" title="Programming Language Go">
|
|
317
|
+
<span style="background-color: #00ADD8;"></span>Go
|
|
318
|
+
</a>
|
|
319
|
+
|
|
312
320
|
<span class="star" title="Stargazers Count">
|
|
313
321
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
314
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>
|
|
315
323
|
</svg>
|
|
316
|
-
<span>
|
|
324
|
+
<span>25030</span>
|
|
317
325
|
</span>
|
|
318
326
|
<span class="star" title="Repo Forked">
|
|
319
327
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
320
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">
|
|
321
329
|
</path>
|
|
322
330
|
</svg>
|
|
323
|
-
<span>
|
|
331
|
+
<span>3447</span>
|
|
324
332
|
</span>
|
|
325
333
|
<span class="star">
|
|
326
334
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
327
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>
|
|
328
336
|
</svg>
|
|
329
|
-
<span>
|
|
337
|
+
<span>576 stars this week</span>
|
|
330
338
|
</span>
|
|
331
339
|
</div>
|
|
332
340
|
<div class="details">
|
|
@@ -339,32 +347,32 @@
|
|
|
339
347
|
<div class="info">
|
|
340
348
|
<div class="rank">
|
|
341
349
|
<span title="Ranking 6">6</span>
|
|
342
|
-
<a href="https://github.com/
|
|
350
|
+
<a href="https://github.com/wailsapp/wails" target="_blank" title="wailsapp/wails">wailsapp/wails</a>
|
|
343
351
|
</div>
|
|
344
352
|
<div class="sub-title followers">
|
|
345
353
|
|
|
346
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
347
|
-
<span style="background-color: #
|
|
354
|
+
<a class="language" target="_blank" href="https://github.com/topics/go" title="Programming Language Go">
|
|
355
|
+
<span style="background-color: #00ADD8;"></span>Go
|
|
348
356
|
</a>
|
|
349
357
|
|
|
350
358
|
<span class="star" title="Stargazers Count">
|
|
351
359
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
352
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>
|
|
353
361
|
</svg>
|
|
354
|
-
<span>
|
|
362
|
+
<span>9953</span>
|
|
355
363
|
</span>
|
|
356
364
|
<span class="star" title="Repo Forked">
|
|
357
365
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
358
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">
|
|
359
367
|
</path>
|
|
360
368
|
</svg>
|
|
361
|
-
<span>
|
|
369
|
+
<span>467</span>
|
|
362
370
|
</span>
|
|
363
371
|
<span class="star">
|
|
364
372
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
365
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>
|
|
366
374
|
</svg>
|
|
367
|
-
<span>
|
|
375
|
+
<span>799 stars this week</span>
|
|
368
376
|
</span>
|
|
369
377
|
</div>
|
|
370
378
|
<div class="details">
|
|
@@ -377,32 +385,32 @@
|
|
|
377
385
|
<div class="info">
|
|
378
386
|
<div class="rank">
|
|
379
387
|
<span title="Ranking 7">7</span>
|
|
380
|
-
<a href="https://github.com/
|
|
388
|
+
<a href="https://github.com/unknwon/the-way-to-go_ZH_CN" target="_blank" title="unknwon/the-way-to-go_ZH_CN">unknwon/the-way-to-go_ZH_CN</a>
|
|
381
389
|
</div>
|
|
382
390
|
<div class="sub-title followers">
|
|
383
391
|
|
|
384
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
385
|
-
<span style="background-color: #
|
|
392
|
+
<a class="language" target="_blank" href="https://github.com/topics/go" title="Programming Language Go">
|
|
393
|
+
<span style="background-color: #00ADD8;"></span>Go
|
|
386
394
|
</a>
|
|
387
395
|
|
|
388
396
|
<span class="star" title="Stargazers Count">
|
|
389
397
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
390
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>
|
|
391
399
|
</svg>
|
|
392
|
-
<span>
|
|
400
|
+
<span>30456</span>
|
|
393
401
|
</span>
|
|
394
402
|
<span class="star" title="Repo Forked">
|
|
395
403
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
396
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">
|
|
397
405
|
</path>
|
|
398
406
|
</svg>
|
|
399
|
-
<span>
|
|
407
|
+
<span>8103</span>
|
|
400
408
|
</span>
|
|
401
409
|
<span class="star">
|
|
402
410
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
403
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>
|
|
404
412
|
</svg>
|
|
405
|
-
<span>
|
|
413
|
+
<span>286 stars this week</span>
|
|
406
414
|
</span>
|
|
407
415
|
</div>
|
|
408
416
|
<div class="details">
|
|
@@ -415,32 +423,32 @@
|
|
|
415
423
|
<div class="info">
|
|
416
424
|
<div class="rank">
|
|
417
425
|
<span title="Ranking 8">8</span>
|
|
418
|
-
<a href="https://github.com/
|
|
426
|
+
<a href="https://github.com/alan2207/bulletproof-react" target="_blank" title="alan2207/bulletproof-react">alan2207/bulletproof-react</a>
|
|
419
427
|
</div>
|
|
420
428
|
<div class="sub-title followers">
|
|
421
429
|
|
|
422
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
423
|
-
<span style="background-color: #
|
|
430
|
+
<a class="language" target="_blank" href="https://github.com/topics/typescript" title="Programming Language TypeScript">
|
|
431
|
+
<span style="background-color: #3178c6;"></span>TypeScript
|
|
424
432
|
</a>
|
|
425
433
|
|
|
426
434
|
<span class="star" title="Stargazers Count">
|
|
427
435
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
428
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>
|
|
429
437
|
</svg>
|
|
430
|
-
<span>
|
|
438
|
+
<span>13129</span>
|
|
431
439
|
</span>
|
|
432
440
|
<span class="star" title="Repo Forked">
|
|
433
441
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
434
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">
|
|
435
443
|
</path>
|
|
436
444
|
</svg>
|
|
437
|
-
<span>
|
|
445
|
+
<span>1001</span>
|
|
438
446
|
</span>
|
|
439
447
|
<span class="star">
|
|
440
448
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
441
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>
|
|
442
450
|
</svg>
|
|
443
|
-
<span>
|
|
451
|
+
<span>520 stars this week</span>
|
|
444
452
|
</span>
|
|
445
453
|
</div>
|
|
446
454
|
<div class="details">
|
|
@@ -453,32 +461,32 @@
|
|
|
453
461
|
<div class="info">
|
|
454
462
|
<div class="rank">
|
|
455
463
|
<span title="Ranking 9">9</span>
|
|
456
|
-
<a href="https://github.com/
|
|
464
|
+
<a href="https://github.com/AppFlowy-IO/AppFlowy" target="_blank" title="AppFlowy-IO/AppFlowy">AppFlowy-IO/AppFlowy</a>
|
|
457
465
|
</div>
|
|
458
466
|
<div class="sub-title followers">
|
|
459
467
|
|
|
460
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
461
|
-
<span style="background-color: #
|
|
468
|
+
<a class="language" target="_blank" href="https://github.com/topics/rust" title="Programming Language Rust">
|
|
469
|
+
<span style="background-color: #dea584;"></span>Rust
|
|
462
470
|
</a>
|
|
463
471
|
|
|
464
472
|
<span class="star" title="Stargazers Count">
|
|
465
473
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
466
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>
|
|
467
475
|
</svg>
|
|
468
|
-
<span>
|
|
476
|
+
<span>24691</span>
|
|
469
477
|
</span>
|
|
470
478
|
<span class="star" title="Repo Forked">
|
|
471
479
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
472
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">
|
|
473
481
|
</path>
|
|
474
482
|
</svg>
|
|
475
|
-
<span>
|
|
483
|
+
<span>1333</span>
|
|
476
484
|
</span>
|
|
477
485
|
<span class="star">
|
|
478
486
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
479
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>
|
|
480
488
|
</svg>
|
|
481
|
-
<span>
|
|
489
|
+
<span>1605 stars this week</span>
|
|
482
490
|
</span>
|
|
483
491
|
</div>
|
|
484
492
|
<div class="details">
|
|
@@ -491,32 +499,32 @@
|
|
|
491
499
|
<div class="info">
|
|
492
500
|
<div class="rank">
|
|
493
501
|
<span title="Ranking 10">10</span>
|
|
494
|
-
<a href="https://github.com/
|
|
502
|
+
<a href="https://github.com/rust-lang/rustlings" target="_blank" title="rust-lang/rustlings">rust-lang/rustlings</a>
|
|
495
503
|
</div>
|
|
496
504
|
<div class="sub-title followers">
|
|
497
505
|
|
|
498
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
499
|
-
<span style="background-color: #
|
|
506
|
+
<a class="language" target="_blank" href="https://github.com/topics/rust" title="Programming Language Rust">
|
|
507
|
+
<span style="background-color: #dea584;"></span>Rust
|
|
500
508
|
</a>
|
|
501
509
|
|
|
502
510
|
<span class="star" title="Stargazers Count">
|
|
503
511
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
504
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>
|
|
505
513
|
</svg>
|
|
506
|
-
<span>
|
|
514
|
+
<span>27643</span>
|
|
507
515
|
</span>
|
|
508
516
|
<span class="star" title="Repo Forked">
|
|
509
517
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
510
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">
|
|
511
519
|
</path>
|
|
512
520
|
</svg>
|
|
513
|
-
<span>
|
|
521
|
+
<span>4347</span>
|
|
514
522
|
</span>
|
|
515
523
|
<span class="star">
|
|
516
524
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
517
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>
|
|
518
526
|
</svg>
|
|
519
|
-
<span>
|
|
527
|
+
<span>742 stars this week</span>
|
|
520
528
|
</span>
|
|
521
529
|
</div>
|
|
522
530
|
<div class="details">
|
|
@@ -529,32 +537,32 @@
|
|
|
529
537
|
<div class="info">
|
|
530
538
|
<div class="rank">
|
|
531
539
|
<span title="Ranking 11">11</span>
|
|
532
|
-
<a href="https://github.com/
|
|
540
|
+
<a href="https://github.com/kevwan/tproxy" target="_blank" title="kevwan/tproxy">kevwan/tproxy</a>
|
|
533
541
|
</div>
|
|
534
542
|
<div class="sub-title followers">
|
|
535
543
|
|
|
536
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
537
|
-
<span style="background-color: #
|
|
544
|
+
<a class="language" target="_blank" href="https://github.com/topics/go" title="Programming Language Go">
|
|
545
|
+
<span style="background-color: #00ADD8;"></span>Go
|
|
538
546
|
</a>
|
|
539
547
|
|
|
540
548
|
<span class="star" title="Stargazers Count">
|
|
541
549
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
542
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>
|
|
543
551
|
</svg>
|
|
544
|
-
<span>
|
|
552
|
+
<span>1986</span>
|
|
545
553
|
</span>
|
|
546
554
|
<span class="star" title="Repo Forked">
|
|
547
555
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
548
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">
|
|
549
557
|
</path>
|
|
550
558
|
</svg>
|
|
551
|
-
<span>
|
|
559
|
+
<span>137</span>
|
|
552
560
|
</span>
|
|
553
561
|
<span class="star">
|
|
554
562
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
555
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>
|
|
556
564
|
</svg>
|
|
557
|
-
<span>
|
|
565
|
+
<span>907 stars this week</span>
|
|
558
566
|
</span>
|
|
559
567
|
</div>
|
|
560
568
|
<div class="details">
|
|
@@ -567,32 +575,32 @@
|
|
|
567
575
|
<div class="info">
|
|
568
576
|
<div class="rank">
|
|
569
577
|
<span title="Ranking 12">12</span>
|
|
570
|
-
<a href="https://github.com/
|
|
578
|
+
<a href="https://github.com/TanStack/query" target="_blank" title="TanStack/query">TanStack/query</a>
|
|
571
579
|
</div>
|
|
572
580
|
<div class="sub-title followers">
|
|
573
581
|
|
|
574
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
575
|
-
<span style="background-color: #
|
|
582
|
+
<a class="language" target="_blank" href="https://github.com/topics/typescript" title="Programming Language TypeScript">
|
|
583
|
+
<span style="background-color: #3178c6;"></span>TypeScript
|
|
576
584
|
</a>
|
|
577
585
|
|
|
578
586
|
<span class="star" title="Stargazers Count">
|
|
579
587
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
580
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>
|
|
581
589
|
</svg>
|
|
582
|
-
<span>
|
|
590
|
+
<span>28824</span>
|
|
583
591
|
</span>
|
|
584
592
|
<span class="star" title="Repo Forked">
|
|
585
593
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
586
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">
|
|
587
595
|
</path>
|
|
588
596
|
</svg>
|
|
589
|
-
<span>
|
|
597
|
+
<span>1685</span>
|
|
590
598
|
</span>
|
|
591
599
|
<span class="star">
|
|
592
600
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
593
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>
|
|
594
602
|
</svg>
|
|
595
|
-
<span>
|
|
603
|
+
<span>239 stars this week</span>
|
|
596
604
|
</span>
|
|
597
605
|
</div>
|
|
598
606
|
<div class="details">
|
|
@@ -605,32 +613,32 @@
|
|
|
605
613
|
<div class="info">
|
|
606
614
|
<div class="rank">
|
|
607
615
|
<span title="Ranking 13">13</span>
|
|
608
|
-
<a href="https://github.com/
|
|
616
|
+
<a href="https://github.com/gothinkster/realworld" target="_blank" title="gothinkster/realworld">gothinkster/realworld</a>
|
|
609
617
|
</div>
|
|
610
618
|
<div class="sub-title followers">
|
|
611
619
|
|
|
612
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
613
|
-
<span style="background-color: #
|
|
620
|
+
<a class="language" target="_blank" href="https://github.com/topics/shell" title="Programming Language Shell">
|
|
621
|
+
<span style="background-color: #89e051;"></span>Shell
|
|
614
622
|
</a>
|
|
615
623
|
|
|
616
624
|
<span class="star" title="Stargazers Count">
|
|
617
625
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
618
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>
|
|
619
627
|
</svg>
|
|
620
|
-
<span>
|
|
628
|
+
<span>67568</span>
|
|
621
629
|
</span>
|
|
622
630
|
<span class="star" title="Repo Forked">
|
|
623
631
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
624
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">
|
|
625
633
|
</path>
|
|
626
634
|
</svg>
|
|
627
|
-
<span>
|
|
635
|
+
<span>6279</span>
|
|
628
636
|
</span>
|
|
629
637
|
<span class="star">
|
|
630
638
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
631
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>
|
|
632
640
|
</svg>
|
|
633
|
-
<span>
|
|
641
|
+
<span>494 stars this week</span>
|
|
634
642
|
</span>
|
|
635
643
|
</div>
|
|
636
644
|
<div class="details">
|
|
@@ -643,32 +651,28 @@
|
|
|
643
651
|
<div class="info">
|
|
644
652
|
<div class="rank">
|
|
645
653
|
<span title="Ranking 14">14</span>
|
|
646
|
-
<a href="https://github.com/
|
|
654
|
+
<a href="https://github.com/codecrafters-io/build-your-own-x" target="_blank" title="codecrafters-io/build-your-own-x">codecrafters-io/build-your-own-x</a>
|
|
647
655
|
</div>
|
|
648
656
|
<div class="sub-title followers">
|
|
649
657
|
|
|
650
|
-
<a class="language" target="_blank" href="https://github.com/topics/javascript" title="Programming Language JavaScript">
|
|
651
|
-
<span style="background-color: #f1e05a;"></span>JavaScript
|
|
652
|
-
</a>
|
|
653
|
-
|
|
654
658
|
<span class="star" title="Stargazers Count">
|
|
655
659
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
656
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>
|
|
657
661
|
</svg>
|
|
658
|
-
<span>
|
|
662
|
+
<span>158301</span>
|
|
659
663
|
</span>
|
|
660
664
|
<span class="star" title="Repo Forked">
|
|
661
665
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
662
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">
|
|
663
667
|
</path>
|
|
664
668
|
</svg>
|
|
665
|
-
<span>
|
|
669
|
+
<span>14885</span>
|
|
666
670
|
</span>
|
|
667
671
|
<span class="star">
|
|
668
672
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
669
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>
|
|
670
674
|
</svg>
|
|
671
|
-
<span>
|
|
675
|
+
<span>5147 stars this week</span>
|
|
672
676
|
</span>
|
|
673
677
|
</div>
|
|
674
678
|
<div class="details">
|
|
@@ -681,32 +685,28 @@
|
|
|
681
685
|
<div class="info">
|
|
682
686
|
<div class="rank">
|
|
683
687
|
<span title="Ranking 15">15</span>
|
|
684
|
-
<a href="https://github.com/
|
|
688
|
+
<a href="https://github.com/practical-tutorials/project-based-learning" target="_blank" title="practical-tutorials/project-based-learning">practical-tutorials/project-based-learning</a>
|
|
685
689
|
</div>
|
|
686
690
|
<div class="sub-title followers">
|
|
687
691
|
|
|
688
|
-
<a class="language" target="_blank" href="https://github.com/topics/go" title="Programming Language Go">
|
|
689
|
-
<span style="background-color: #00ADD8;"></span>Go
|
|
690
|
-
</a>
|
|
691
|
-
|
|
692
692
|
<span class="star" title="Stargazers Count">
|
|
693
693
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
694
694
|
<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>
|
|
695
695
|
</svg>
|
|
696
|
-
<span>
|
|
696
|
+
<span>73508</span>
|
|
697
697
|
</span>
|
|
698
698
|
<span class="star" title="Repo Forked">
|
|
699
699
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
700
700
|
<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">
|
|
701
701
|
</path>
|
|
702
702
|
</svg>
|
|
703
|
-
<span>
|
|
703
|
+
<span>10801</span>
|
|
704
704
|
</span>
|
|
705
705
|
<span class="star">
|
|
706
706
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
707
707
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
708
708
|
</svg>
|
|
709
|
-
<span>
|
|
709
|
+
<span>1305 stars this week</span>
|
|
710
710
|
</span>
|
|
711
711
|
</div>
|
|
712
712
|
<div class="details">
|
|
@@ -719,32 +719,32 @@
|
|
|
719
719
|
<div class="info">
|
|
720
720
|
<div class="rank">
|
|
721
721
|
<span title="Ranking 16">16</span>
|
|
722
|
-
<a href="https://github.com/
|
|
722
|
+
<a href="https://github.com/MustangYM/WeChatExtension-ForMac" target="_blank" title="MustangYM/WeChatExtension-ForMac">MustangYM/WeChatExtension-ForMac</a>
|
|
723
723
|
</div>
|
|
724
724
|
<div class="sub-title followers">
|
|
725
725
|
|
|
726
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
727
|
-
<span style="background-color: #
|
|
726
|
+
<a class="language" target="_blank" href="https://github.com/topics/objective-c" title="Programming Language Objective-C">
|
|
727
|
+
<span style="background-color: #438eff;"></span>Objective-C
|
|
728
728
|
</a>
|
|
729
729
|
|
|
730
730
|
<span class="star" title="Stargazers Count">
|
|
731
731
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
732
732
|
<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>
|
|
733
733
|
</svg>
|
|
734
|
-
<span>
|
|
734
|
+
<span>19397</span>
|
|
735
735
|
</span>
|
|
736
736
|
<span class="star" title="Repo Forked">
|
|
737
737
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
738
738
|
<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">
|
|
739
739
|
</path>
|
|
740
740
|
</svg>
|
|
741
|
-
<span>
|
|
741
|
+
<span>3325</span>
|
|
742
742
|
</span>
|
|
743
743
|
<span class="star">
|
|
744
744
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
745
745
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
746
746
|
</svg>
|
|
747
|
-
<span>
|
|
747
|
+
<span>107 stars this week</span>
|
|
748
748
|
</span>
|
|
749
749
|
</div>
|
|
750
750
|
<div class="details">
|
|
@@ -757,32 +757,32 @@
|
|
|
757
757
|
<div class="info">
|
|
758
758
|
<div class="rank">
|
|
759
759
|
<span title="Ranking 17">17</span>
|
|
760
|
-
<a href="https://github.com/
|
|
760
|
+
<a href="https://github.com/focus-creative-games/hybridclr" target="_blank" title="focus-creative-games/hybridclr">focus-creative-games/hybridclr</a>
|
|
761
761
|
</div>
|
|
762
762
|
<div class="sub-title followers">
|
|
763
763
|
|
|
764
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
765
|
-
<span style="background-color: #
|
|
764
|
+
<a class="language" target="_blank" href="https://github.com/topics/c++" title="Programming Language C++">
|
|
765
|
+
<span style="background-color: #f34b7d;"></span>C++
|
|
766
766
|
</a>
|
|
767
767
|
|
|
768
768
|
<span class="star" title="Stargazers Count">
|
|
769
769
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
770
770
|
<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>
|
|
771
771
|
</svg>
|
|
772
|
-
<span>
|
|
772
|
+
<span>1230</span>
|
|
773
773
|
</span>
|
|
774
774
|
<span class="star" title="Repo Forked">
|
|
775
775
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
776
776
|
<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">
|
|
777
777
|
</path>
|
|
778
778
|
</svg>
|
|
779
|
-
<span>
|
|
779
|
+
<span>177</span>
|
|
780
780
|
</span>
|
|
781
781
|
<span class="star">
|
|
782
782
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
783
783
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
784
784
|
</svg>
|
|
785
|
-
<span>
|
|
785
|
+
<span>304 stars this week</span>
|
|
786
786
|
</span>
|
|
787
787
|
</div>
|
|
788
788
|
<div class="details">
|
|
@@ -795,32 +795,32 @@
|
|
|
795
795
|
<div class="info">
|
|
796
796
|
<div class="rank">
|
|
797
797
|
<span title="Ranking 18">18</span>
|
|
798
|
-
<a href="https://github.com/
|
|
798
|
+
<a href="https://github.com/huggingface/diffusers" target="_blank" title="huggingface/diffusers">huggingface/diffusers</a>
|
|
799
799
|
</div>
|
|
800
800
|
<div class="sub-title followers">
|
|
801
801
|
|
|
802
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
803
|
-
<span style="background-color: #
|
|
802
|
+
<a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
|
|
803
|
+
<span style="background-color: #3572A5;"></span>Python
|
|
804
804
|
</a>
|
|
805
805
|
|
|
806
806
|
<span class="star" title="Stargazers Count">
|
|
807
807
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
808
808
|
<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>
|
|
809
809
|
</svg>
|
|
810
|
-
<span>
|
|
810
|
+
<span>1178</span>
|
|
811
811
|
</span>
|
|
812
812
|
<span class="star" title="Repo Forked">
|
|
813
813
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
814
814
|
<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">
|
|
815
815
|
</path>
|
|
816
816
|
</svg>
|
|
817
|
-
<span>
|
|
817
|
+
<span>56</span>
|
|
818
818
|
</span>
|
|
819
819
|
<span class="star">
|
|
820
820
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
821
821
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
822
822
|
</svg>
|
|
823
|
-
<span>
|
|
823
|
+
<span>572 stars this week</span>
|
|
824
824
|
</span>
|
|
825
825
|
</div>
|
|
826
826
|
<div class="details">
|
|
@@ -833,32 +833,32 @@
|
|
|
833
833
|
<div class="info">
|
|
834
834
|
<div class="rank">
|
|
835
835
|
<span title="Ranking 19">19</span>
|
|
836
|
-
<a href="https://github.com/
|
|
836
|
+
<a href="https://github.com/PipedreamHQ/pipedream" target="_blank" title="PipedreamHQ/pipedream">PipedreamHQ/pipedream</a>
|
|
837
837
|
</div>
|
|
838
838
|
<div class="sub-title followers">
|
|
839
839
|
|
|
840
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
841
|
-
<span style="background-color: #
|
|
840
|
+
<a class="language" target="_blank" href="https://github.com/topics/javascript" title="Programming Language JavaScript">
|
|
841
|
+
<span style="background-color: #f1e05a;"></span>JavaScript
|
|
842
842
|
</a>
|
|
843
843
|
|
|
844
844
|
<span class="star" title="Stargazers Count">
|
|
845
845
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
846
846
|
<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>
|
|
847
847
|
</svg>
|
|
848
|
-
<span>
|
|
848
|
+
<span>3906</span>
|
|
849
849
|
</span>
|
|
850
850
|
<span class="star" title="Repo Forked">
|
|
851
851
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
852
852
|
<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">
|
|
853
853
|
</path>
|
|
854
854
|
</svg>
|
|
855
|
-
<span>
|
|
855
|
+
<span>2383</span>
|
|
856
856
|
</span>
|
|
857
857
|
<span class="star">
|
|
858
858
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
859
859
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
860
860
|
</svg>
|
|
861
|
-
<span>
|
|
861
|
+
<span>201 stars this week</span>
|
|
862
862
|
</span>
|
|
863
863
|
</div>
|
|
864
864
|
<div class="details">
|
|
@@ -871,32 +871,32 @@
|
|
|
871
871
|
<div class="info">
|
|
872
872
|
<div class="rank">
|
|
873
873
|
<span title="Ranking 20">20</span>
|
|
874
|
-
<a href="https://github.com/
|
|
874
|
+
<a href="https://github.com/lionsoul2014/ip2region" target="_blank" title="lionsoul2014/ip2region">lionsoul2014/ip2region</a>
|
|
875
875
|
</div>
|
|
876
876
|
<div class="sub-title followers">
|
|
877
877
|
|
|
878
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
879
|
-
<span style="background-color: #
|
|
878
|
+
<a class="language" target="_blank" href="https://github.com/topics/java" title="Programming Language Java">
|
|
879
|
+
<span style="background-color: #b07219;"></span>Java
|
|
880
880
|
</a>
|
|
881
881
|
|
|
882
882
|
<span class="star" title="Stargazers Count">
|
|
883
883
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
884
884
|
<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>
|
|
885
885
|
</svg>
|
|
886
|
-
<span>
|
|
886
|
+
<span>11124</span>
|
|
887
887
|
</span>
|
|
888
888
|
<span class="star" title="Repo Forked">
|
|
889
889
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
890
890
|
<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">
|
|
891
891
|
</path>
|
|
892
892
|
</svg>
|
|
893
|
-
<span>
|
|
893
|
+
<span>2028</span>
|
|
894
894
|
</span>
|
|
895
895
|
<span class="star">
|
|
896
896
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
897
897
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
898
898
|
</svg>
|
|
899
|
-
<span>
|
|
899
|
+
<span>233 stars this week</span>
|
|
900
900
|
</span>
|
|
901
901
|
</div>
|
|
902
902
|
<div class="details">
|
|
@@ -909,32 +909,32 @@
|
|
|
909
909
|
<div class="info">
|
|
910
910
|
<div class="rank">
|
|
911
911
|
<span title="Ranking 21">21</span>
|
|
912
|
-
<a href="https://github.com/
|
|
912
|
+
<a href="https://github.com/microsoft/qlib" target="_blank" title="microsoft/qlib">microsoft/qlib</a>
|
|
913
913
|
</div>
|
|
914
914
|
<div class="sub-title followers">
|
|
915
915
|
|
|
916
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
917
|
-
<span style="background-color: #
|
|
916
|
+
<a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
|
|
917
|
+
<span style="background-color: #3572A5;"></span>Python
|
|
918
918
|
</a>
|
|
919
919
|
|
|
920
920
|
<span class="star" title="Stargazers Count">
|
|
921
921
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
922
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>
|
|
923
923
|
</svg>
|
|
924
|
-
<span>
|
|
924
|
+
<span>9119</span>
|
|
925
925
|
</span>
|
|
926
926
|
<span class="star" title="Repo Forked">
|
|
927
927
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
928
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">
|
|
929
929
|
</path>
|
|
930
930
|
</svg>
|
|
931
|
-
<span>
|
|
931
|
+
<span>1631</span>
|
|
932
932
|
</span>
|
|
933
933
|
<span class="star">
|
|
934
934
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
935
935
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
936
936
|
</svg>
|
|
937
|
-
<span>
|
|
937
|
+
<span>243 stars this week</span>
|
|
938
938
|
</span>
|
|
939
939
|
</div>
|
|
940
940
|
<div class="details">
|
|
@@ -947,7 +947,7 @@
|
|
|
947
947
|
<div class="info">
|
|
948
948
|
<div class="rank">
|
|
949
949
|
<span title="Ranking 22">22</span>
|
|
950
|
-
<a href="https://github.com/
|
|
950
|
+
<a href="https://github.com/programthink/zhao" target="_blank" title="programthink/zhao">programthink/zhao</a>
|
|
951
951
|
</div>
|
|
952
952
|
<div class="sub-title followers">
|
|
953
953
|
|
|
@@ -959,20 +959,20 @@
|
|
|
959
959
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
960
960
|
<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>
|
|
961
961
|
</svg>
|
|
962
|
-
<span>
|
|
962
|
+
<span>10404</span>
|
|
963
963
|
</span>
|
|
964
964
|
<span class="star" title="Repo Forked">
|
|
965
965
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
966
966
|
<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">
|
|
967
967
|
</path>
|
|
968
968
|
</svg>
|
|
969
|
-
<span>
|
|
969
|
+
<span>2546</span>
|
|
970
970
|
</span>
|
|
971
971
|
<span class="star">
|
|
972
972
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
973
973
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
974
974
|
</svg>
|
|
975
|
-
<span>
|
|
975
|
+
<span>76 stars this week</span>
|
|
976
976
|
</span>
|
|
977
977
|
</div>
|
|
978
978
|
<div class="details">
|
|
@@ -985,32 +985,32 @@
|
|
|
985
985
|
<div class="info">
|
|
986
986
|
<div class="rank">
|
|
987
987
|
<span title="Ranking 23">23</span>
|
|
988
|
-
<a href="https://github.com/
|
|
988
|
+
<a href="https://github.com/TheAlgorithms/JavaScript" target="_blank" title="TheAlgorithms/JavaScript">TheAlgorithms/JavaScript</a>
|
|
989
989
|
</div>
|
|
990
990
|
<div class="sub-title followers">
|
|
991
991
|
|
|
992
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
993
|
-
<span style="background-color: #
|
|
992
|
+
<a class="language" target="_blank" href="https://github.com/topics/javascript" title="Programming Language JavaScript">
|
|
993
|
+
<span style="background-color: #f1e05a;"></span>JavaScript
|
|
994
994
|
</a>
|
|
995
995
|
|
|
996
996
|
<span class="star" title="Stargazers Count">
|
|
997
997
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
998
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>
|
|
999
999
|
</svg>
|
|
1000
|
-
<span>
|
|
1000
|
+
<span>21264</span>
|
|
1001
1001
|
</span>
|
|
1002
1002
|
<span class="star" title="Repo Forked">
|
|
1003
1003
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
1004
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">
|
|
1005
1005
|
</path>
|
|
1006
1006
|
</svg>
|
|
1007
|
-
<span>
|
|
1007
|
+
<span>3715</span>
|
|
1008
1008
|
</span>
|
|
1009
1009
|
<span class="star">
|
|
1010
1010
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
1011
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>
|
|
1012
1012
|
</svg>
|
|
1013
|
-
<span>
|
|
1013
|
+
<span>275 stars this week</span>
|
|
1014
1014
|
</span>
|
|
1015
1015
|
</div>
|
|
1016
1016
|
<div class="details">
|
|
@@ -1023,32 +1023,70 @@
|
|
|
1023
1023
|
<div class="info">
|
|
1024
1024
|
<div class="rank">
|
|
1025
1025
|
<span title="Ranking 24">24</span>
|
|
1026
|
-
<a href="https://github.com/
|
|
1026
|
+
<a href="https://github.com/algorithm-visualizer/algorithm-visualizer" target="_blank" title="algorithm-visualizer/algorithm-visualizer">algorithm-visualizer/algorithm-visualizer</a>
|
|
1027
1027
|
</div>
|
|
1028
1028
|
<div class="sub-title followers">
|
|
1029
1029
|
|
|
1030
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
1031
|
-
<span style="background-color: #
|
|
1030
|
+
<a class="language" target="_blank" href="https://github.com/topics/javascript" title="Programming Language JavaScript">
|
|
1031
|
+
<span style="background-color: #f1e05a;"></span>JavaScript
|
|
1032
|
+
</a>
|
|
1033
|
+
|
|
1034
|
+
<span class="star" title="Stargazers Count">
|
|
1035
|
+
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
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>
|
|
1037
|
+
</svg>
|
|
1038
|
+
<span>38166</span>
|
|
1039
|
+
</span>
|
|
1040
|
+
<span class="star" title="Repo Forked">
|
|
1041
|
+
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
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">
|
|
1043
|
+
</path>
|
|
1044
|
+
</svg>
|
|
1045
|
+
<span>6222</span>
|
|
1046
|
+
</span>
|
|
1047
|
+
<span class="star">
|
|
1048
|
+
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
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>
|
|
1050
|
+
</svg>
|
|
1051
|
+
<span>582 stars this week</span>
|
|
1052
|
+
</span>
|
|
1053
|
+
</div>
|
|
1054
|
+
<div class="details">
|
|
1055
|
+
|
|
1056
|
+
</div>
|
|
1057
|
+
</div>
|
|
1058
|
+
</li>
|
|
1059
|
+
|
|
1060
|
+
<li>
|
|
1061
|
+
<div class="info">
|
|
1062
|
+
<div class="rank">
|
|
1063
|
+
<span title="Ranking 25">25</span>
|
|
1064
|
+
<a href="https://github.com/schollz/croc" target="_blank" title="schollz/croc">schollz/croc</a>
|
|
1065
|
+
</div>
|
|
1066
|
+
<div class="sub-title followers">
|
|
1067
|
+
|
|
1068
|
+
<a class="language" target="_blank" href="https://github.com/topics/go" title="Programming Language Go">
|
|
1069
|
+
<span style="background-color: #00ADD8;"></span>Go
|
|
1032
1070
|
</a>
|
|
1033
1071
|
|
|
1034
1072
|
<span class="star" title="Stargazers Count">
|
|
1035
1073
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
1036
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>
|
|
1037
1075
|
</svg>
|
|
1038
|
-
<span>
|
|
1076
|
+
<span>20144</span>
|
|
1039
1077
|
</span>
|
|
1040
1078
|
<span class="star" title="Repo Forked">
|
|
1041
1079
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
1042
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">
|
|
1043
1081
|
</path>
|
|
1044
1082
|
</svg>
|
|
1045
|
-
<span>
|
|
1083
|
+
<span>875</span>
|
|
1046
1084
|
</span>
|
|
1047
1085
|
<span class="star">
|
|
1048
1086
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
1049
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>
|
|
1050
1088
|
</svg>
|
|
1051
|
-
<span>
|
|
1089
|
+
<span>97 stars this week</span>
|
|
1052
1090
|
</span>
|
|
1053
1091
|
</div>
|
|
1054
1092
|
<div class="details">
|
|
@@ -1073,7 +1111,7 @@
|
|
|
1073
1111
|
<img src="https://img.shields.io/npm/v/@wcj/github-rank.svg?label=unpkg">
|
|
1074
1112
|
</a>
|
|
1075
1113
|
</div>
|
|
1076
|
-
<div class="time">Last cache created on 2022/7/
|
|
1114
|
+
<div class="time">Last cache created on 2022/7/26 by Github API v3.</div>
|
|
1077
1115
|
Create by <a href="https://github.com/jaywcjlove" target="_blank">小弟调调™</a>.
|
|
1078
1116
|
</div>
|
|
1079
1117
|
</body>
|