@wcj/github-rank 22.9.6 → 22.9.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.
- package/dist/repos.json +19333 -19334
- package/dist/sifou-daily.json +49 -49
- package/dist/sifou-monthly.json +73 -73
- package/dist/sifou-weekly.json +122 -122
- package/dist/toutiao-30.json +21 -21
- package/dist/toutiao-7.json +79 -79
- package/dist/toutiao-90.json +13 -13
- package/dist/trending-daily.json +169 -169
- package/dist/trending-monthly.json +144 -144
- package/dist/trending-weekly.json +158 -158
- package/dist/users.china.json +1417 -1417
- package/dist/users.json +1996 -1996
- package/package.json +1 -1
- package/web/data/repos.json +19333 -19334
- package/web/data/sifou-daily.json +49 -49
- package/web/data/sifou-monthly.json +73 -73
- package/web/data/sifou-weekly.json +122 -122
- package/web/data/toutiao-30.json +21 -21
- package/web/data/toutiao-7.json +79 -79
- package/web/data/toutiao-90.json +13 -13
- package/web/data/trending-daily.json +169 -169
- package/web/data/trending-monthly.json +144 -144
- package/web/data/trending-weekly.json +158 -158
- package/web/data/users.china.json +1417 -1417
- package/web/data/users.json +1996 -1996
- package/web/index.html +1099 -1099
- package/web/repos.html +2379 -2379
- package/web/sifou-daily.html +42 -42
- package/web/sifou-monthly.html +92 -92
- package/web/sifou-weekly.html +141 -141
- package/web/toutiao-30.html +23 -23
- package/web/toutiao-7.html +77 -77
- package/web/toutiao-90.html +30 -30
- package/web/trending-monthly.html +132 -132
- package/web/trending-weekly.html +141 -137
- package/web/trending.html +142 -150
- package/web/users.china.html +707 -707
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/9/
|
|
131
|
+
<div class="time">Last cache created on 2022/9/7 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/sd-webui/stable-diffusion-webui" target="_blank" title="sd-webui/stable-diffusion-webui">sd-webui/stable-diffusion-webui</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>2046</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>202</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>1065 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/CompVis/stable-diffusion" target="_blank" title="CompVis/stable-diffusion">CompVis/stable-diffusion</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/jupyternotebook" title="Programming Language JupyterNotebook">
|
|
203
|
+
<span style="background-color: #DA5B0B;"></span>JupyterNotebook
|
|
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>17947</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>2465</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>5829 stars this week</span>
|
|
224
224
|
</span>
|
|
225
225
|
</div>
|
|
226
226
|
<div class="details">
|
|
@@ -233,32 +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/AykutSarac/jsoncrack.com" target="_blank" title="AykutSarac/jsoncrack.com">AykutSarac/jsoncrack.com</a>
|
|
237
237
|
</div>
|
|
238
238
|
<div class="sub-title followers">
|
|
239
239
|
|
|
240
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
241
|
-
<span style="background-color: #
|
|
240
|
+
<a class="language" target="_blank" href="https://github.com/topics/typescript" title="Programming Language TypeScript">
|
|
241
|
+
<span style="background-color: #3178c6;"></span>TypeScript
|
|
242
242
|
</a>
|
|
243
243
|
|
|
244
244
|
<span class="star" title="Stargazers Count">
|
|
245
245
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
246
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>
|
|
247
247
|
</svg>
|
|
248
|
-
<span>
|
|
248
|
+
<span>8864</span>
|
|
249
249
|
</span>
|
|
250
250
|
<span class="star" title="Repo Forked">
|
|
251
251
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
252
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">
|
|
253
253
|
</path>
|
|
254
254
|
</svg>
|
|
255
|
-
<span>
|
|
255
|
+
<span>369</span>
|
|
256
256
|
</span>
|
|
257
257
|
<span class="star">
|
|
258
258
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
259
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>
|
|
260
260
|
</svg>
|
|
261
|
-
<span>
|
|
261
|
+
<span>1887 stars this week</span>
|
|
262
262
|
</span>
|
|
263
263
|
</div>
|
|
264
264
|
<div class="details">
|
|
@@ -283,20 +283,20 @@
|
|
|
283
283
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
284
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>
|
|
285
285
|
</svg>
|
|
286
|
-
<span>
|
|
286
|
+
<span>14147</span>
|
|
287
287
|
</span>
|
|
288
288
|
<span class="star" title="Repo Forked">
|
|
289
289
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
290
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">
|
|
291
291
|
</path>
|
|
292
292
|
</svg>
|
|
293
|
-
<span>
|
|
293
|
+
<span>649</span>
|
|
294
294
|
</span>
|
|
295
295
|
<span class="star">
|
|
296
296
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
297
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>
|
|
298
298
|
</svg>
|
|
299
|
-
<span>
|
|
299
|
+
<span>1281 stars this week</span>
|
|
300
300
|
</span>
|
|
301
301
|
</div>
|
|
302
302
|
<div class="details">
|
|
@@ -309,32 +309,32 @@
|
|
|
309
309
|
<div class="info">
|
|
310
310
|
<div class="rank">
|
|
311
311
|
<span title="Ranking 5">5</span>
|
|
312
|
-
<a href="https://github.com/
|
|
312
|
+
<a href="https://github.com/hunar4321/particle-life" target="_blank" title="hunar4321/particle-life">hunar4321/particle-life</a>
|
|
313
313
|
</div>
|
|
314
314
|
<div class="sub-title followers">
|
|
315
315
|
|
|
316
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
317
|
-
<span style="background-color: #
|
|
316
|
+
<a class="language" target="_blank" href="https://github.com/topics/html" title="Programming Language HTML">
|
|
317
|
+
<span style="background-color: #e34c26;"></span>HTML
|
|
318
318
|
</a>
|
|
319
319
|
|
|
320
320
|
<span class="star" title="Stargazers Count">
|
|
321
321
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
322
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>
|
|
323
323
|
</svg>
|
|
324
|
-
<span>
|
|
324
|
+
<span>1265</span>
|
|
325
325
|
</span>
|
|
326
326
|
<span class="star" title="Repo Forked">
|
|
327
327
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
328
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">
|
|
329
329
|
</path>
|
|
330
330
|
</svg>
|
|
331
|
-
<span>
|
|
331
|
+
<span>123</span>
|
|
332
332
|
</span>
|
|
333
333
|
<span class="star">
|
|
334
334
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
335
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>
|
|
336
336
|
</svg>
|
|
337
|
-
<span>
|
|
337
|
+
<span>457 stars this week</span>
|
|
338
338
|
</span>
|
|
339
339
|
</div>
|
|
340
340
|
<div class="details">
|
|
@@ -347,32 +347,32 @@
|
|
|
347
347
|
<div class="info">
|
|
348
348
|
<div class="rank">
|
|
349
349
|
<span title="Ranking 6">6</span>
|
|
350
|
-
<a href="https://github.com/
|
|
350
|
+
<a href="https://github.com/AUTOMATIC1111/stable-diffusion-webui" target="_blank" title="AUTOMATIC1111/stable-diffusion-webui">AUTOMATIC1111/stable-diffusion-webui</a>
|
|
351
351
|
</div>
|
|
352
352
|
<div class="sub-title followers">
|
|
353
353
|
|
|
354
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
355
|
-
<span style="background-color: #
|
|
354
|
+
<a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
|
|
355
|
+
<span style="background-color: #3572A5;"></span>Python
|
|
356
356
|
</a>
|
|
357
357
|
|
|
358
358
|
<span class="star" title="Stargazers Count">
|
|
359
359
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
360
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>
|
|
361
361
|
</svg>
|
|
362
|
-
<span>
|
|
362
|
+
<span>770</span>
|
|
363
363
|
</span>
|
|
364
364
|
<span class="star" title="Repo Forked">
|
|
365
365
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
366
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">
|
|
367
367
|
</path>
|
|
368
368
|
</svg>
|
|
369
|
-
<span>
|
|
369
|
+
<span>69</span>
|
|
370
370
|
</span>
|
|
371
371
|
<span class="star">
|
|
372
372
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
373
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>
|
|
374
374
|
</svg>
|
|
375
|
-
<span>
|
|
375
|
+
<span>359 stars this week</span>
|
|
376
376
|
</span>
|
|
377
377
|
</div>
|
|
378
378
|
<div class="details">
|
|
@@ -397,20 +397,20 @@
|
|
|
397
397
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
398
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>
|
|
399
399
|
</svg>
|
|
400
|
-
<span>
|
|
400
|
+
<span>7499</span>
|
|
401
401
|
</span>
|
|
402
402
|
<span class="star" title="Repo Forked">
|
|
403
403
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
404
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">
|
|
405
405
|
</path>
|
|
406
406
|
</svg>
|
|
407
|
-
<span>
|
|
407
|
+
<span>1974</span>
|
|
408
408
|
</span>
|
|
409
409
|
<span class="star">
|
|
410
410
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
411
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>
|
|
412
412
|
</svg>
|
|
413
|
-
<span>
|
|
413
|
+
<span>414 stars this week</span>
|
|
414
414
|
</span>
|
|
415
415
|
</div>
|
|
416
416
|
<div class="details">
|
|
@@ -435,20 +435,20 @@
|
|
|
435
435
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
436
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>
|
|
437
437
|
</svg>
|
|
438
|
-
<span>
|
|
438
|
+
<span>4689</span>
|
|
439
439
|
</span>
|
|
440
440
|
<span class="star" title="Repo Forked">
|
|
441
441
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
442
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">
|
|
443
443
|
</path>
|
|
444
444
|
</svg>
|
|
445
|
-
<span>
|
|
445
|
+
<span>368</span>
|
|
446
446
|
</span>
|
|
447
447
|
<span class="star">
|
|
448
448
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
449
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>
|
|
450
450
|
</svg>
|
|
451
|
-
<span>
|
|
451
|
+
<span>980 stars this week</span>
|
|
452
452
|
</span>
|
|
453
453
|
</div>
|
|
454
454
|
<div class="details">
|
|
@@ -461,32 +461,32 @@
|
|
|
461
461
|
<div class="info">
|
|
462
462
|
<div class="rank">
|
|
463
463
|
<span title="Ranking 9">9</span>
|
|
464
|
-
<a href="https://github.com/
|
|
464
|
+
<a href="https://github.com/teivah/100-go-mistakes" target="_blank" title="teivah/100-go-mistakes">teivah/100-go-mistakes</a>
|
|
465
465
|
</div>
|
|
466
466
|
<div class="sub-title followers">
|
|
467
467
|
|
|
468
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
469
|
-
<span style="background-color: #
|
|
468
|
+
<a class="language" target="_blank" href="https://github.com/topics/go" title="Programming Language Go">
|
|
469
|
+
<span style="background-color: #00ADD8;"></span>Go
|
|
470
470
|
</a>
|
|
471
471
|
|
|
472
472
|
<span class="star" title="Stargazers Count">
|
|
473
473
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
474
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>
|
|
475
475
|
</svg>
|
|
476
|
-
<span>
|
|
476
|
+
<span>2809</span>
|
|
477
477
|
</span>
|
|
478
478
|
<span class="star" title="Repo Forked">
|
|
479
479
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
480
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">
|
|
481
481
|
</path>
|
|
482
482
|
</svg>
|
|
483
|
-
<span>
|
|
483
|
+
<span>146</span>
|
|
484
484
|
</span>
|
|
485
485
|
<span class="star">
|
|
486
486
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
487
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>
|
|
488
488
|
</svg>
|
|
489
|
-
<span>
|
|
489
|
+
<span>419 stars this week</span>
|
|
490
490
|
</span>
|
|
491
491
|
</div>
|
|
492
492
|
<div class="details">
|
|
@@ -499,32 +499,32 @@
|
|
|
499
499
|
<div class="info">
|
|
500
500
|
<div class="rank">
|
|
501
501
|
<span title="Ranking 10">10</span>
|
|
502
|
-
<a href="https://github.com/
|
|
502
|
+
<a href="https://github.com/total-typescript/beginners-typescript-tutorial" target="_blank" title="total-typescript/beginners-typescript-tutorial">total-typescript/beginners-typescript-tutorial</a>
|
|
503
503
|
</div>
|
|
504
504
|
<div class="sub-title followers">
|
|
505
505
|
|
|
506
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
507
|
-
<span style="background-color: #
|
|
506
|
+
<a class="language" target="_blank" href="https://github.com/topics/typescript" title="Programming Language TypeScript">
|
|
507
|
+
<span style="background-color: #3178c6;"></span>TypeScript
|
|
508
508
|
</a>
|
|
509
509
|
|
|
510
510
|
<span class="star" title="Stargazers Count">
|
|
511
511
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
512
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>
|
|
513
513
|
</svg>
|
|
514
|
-
<span>
|
|
514
|
+
<span>4492</span>
|
|
515
515
|
</span>
|
|
516
516
|
<span class="star" title="Repo Forked">
|
|
517
517
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
518
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">
|
|
519
519
|
</path>
|
|
520
520
|
</svg>
|
|
521
|
-
<span>
|
|
521
|
+
<span>335</span>
|
|
522
522
|
</span>
|
|
523
523
|
<span class="star">
|
|
524
524
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
525
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>
|
|
526
526
|
</svg>
|
|
527
|
-
<span>
|
|
527
|
+
<span>1022 stars this week</span>
|
|
528
528
|
</span>
|
|
529
529
|
</div>
|
|
530
530
|
<div class="details">
|
|
@@ -537,32 +537,32 @@
|
|
|
537
537
|
<div class="info">
|
|
538
538
|
<div class="rank">
|
|
539
539
|
<span title="Ranking 11">11</span>
|
|
540
|
-
<a href="https://github.com/
|
|
540
|
+
<a href="https://github.com/BishopFox/sliver" target="_blank" title="BishopFox/sliver">BishopFox/sliver</a>
|
|
541
541
|
</div>
|
|
542
542
|
<div class="sub-title followers">
|
|
543
543
|
|
|
544
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
545
|
-
<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
|
|
546
546
|
</a>
|
|
547
547
|
|
|
548
548
|
<span class="star" title="Stargazers Count">
|
|
549
549
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
550
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>
|
|
551
551
|
</svg>
|
|
552
|
-
<span>
|
|
552
|
+
<span>3985</span>
|
|
553
553
|
</span>
|
|
554
554
|
<span class="star" title="Repo Forked">
|
|
555
555
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
556
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">
|
|
557
557
|
</path>
|
|
558
558
|
</svg>
|
|
559
|
-
<span>
|
|
559
|
+
<span>539</span>
|
|
560
560
|
</span>
|
|
561
561
|
<span class="star">
|
|
562
562
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
563
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>
|
|
564
564
|
</svg>
|
|
565
|
-
<span>
|
|
565
|
+
<span>299 stars this week</span>
|
|
566
566
|
</span>
|
|
567
567
|
</div>
|
|
568
568
|
<div class="details">
|
|
@@ -575,32 +575,32 @@
|
|
|
575
575
|
<div class="info">
|
|
576
576
|
<div class="rank">
|
|
577
577
|
<span title="Ranking 12">12</span>
|
|
578
|
-
<a href="https://github.com/
|
|
578
|
+
<a href="https://github.com/gchq/CyberChef" target="_blank" title="gchq/CyberChef">gchq/CyberChef</a>
|
|
579
579
|
</div>
|
|
580
580
|
<div class="sub-title followers">
|
|
581
581
|
|
|
582
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
583
|
-
<span style="background-color: #
|
|
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
584
|
</a>
|
|
585
585
|
|
|
586
586
|
<span class="star" title="Stargazers Count">
|
|
587
587
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
588
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>
|
|
589
589
|
</svg>
|
|
590
|
-
<span>
|
|
590
|
+
<span>18254</span>
|
|
591
591
|
</span>
|
|
592
592
|
<span class="star" title="Repo Forked">
|
|
593
593
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
594
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">
|
|
595
595
|
</path>
|
|
596
596
|
</svg>
|
|
597
|
-
<span>
|
|
597
|
+
<span>2219</span>
|
|
598
598
|
</span>
|
|
599
599
|
<span class="star">
|
|
600
600
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
601
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>
|
|
602
602
|
</svg>
|
|
603
|
-
<span>
|
|
603
|
+
<span>861 stars this week</span>
|
|
604
604
|
</span>
|
|
605
605
|
</div>
|
|
606
606
|
<div class="details">
|
|
@@ -613,7 +613,7 @@
|
|
|
613
613
|
<div class="info">
|
|
614
614
|
<div class="rank">
|
|
615
615
|
<span title="Ranking 13">13</span>
|
|
616
|
-
<a href="https://github.com/
|
|
616
|
+
<a href="https://github.com/python-poetry/poetry" target="_blank" title="python-poetry/poetry">python-poetry/poetry</a>
|
|
617
617
|
</div>
|
|
618
618
|
<div class="sub-title followers">
|
|
619
619
|
|
|
@@ -625,20 +625,20 @@
|
|
|
625
625
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
626
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>
|
|
627
627
|
</svg>
|
|
628
|
-
<span>
|
|
628
|
+
<span>21555</span>
|
|
629
629
|
</span>
|
|
630
630
|
<span class="star" title="Repo Forked">
|
|
631
631
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
632
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">
|
|
633
633
|
</path>
|
|
634
634
|
</svg>
|
|
635
|
-
<span>
|
|
635
|
+
<span>1736</span>
|
|
636
636
|
</span>
|
|
637
637
|
<span class="star">
|
|
638
638
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
639
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>
|
|
640
640
|
</svg>
|
|
641
|
-
<span>
|
|
641
|
+
<span>454 stars this week</span>
|
|
642
642
|
</span>
|
|
643
643
|
</div>
|
|
644
644
|
<div class="details">
|
|
@@ -651,32 +651,28 @@
|
|
|
651
651
|
<div class="info">
|
|
652
652
|
<div class="rank">
|
|
653
653
|
<span title="Ranking 14">14</span>
|
|
654
|
-
<a href="https://github.com/
|
|
654
|
+
<a href="https://github.com/sindresorhus/awesome" target="_blank" title="sindresorhus/awesome">sindresorhus/awesome</a>
|
|
655
655
|
</div>
|
|
656
656
|
<div class="sub-title followers">
|
|
657
657
|
|
|
658
|
-
<a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
|
|
659
|
-
<span style="background-color: #3572A5;"></span>Python
|
|
660
|
-
</a>
|
|
661
|
-
|
|
662
658
|
<span class="star" title="Stargazers Count">
|
|
663
659
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
664
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>
|
|
665
661
|
</svg>
|
|
666
|
-
<span>
|
|
662
|
+
<span>218349</span>
|
|
667
663
|
</span>
|
|
668
664
|
<span class="star" title="Repo Forked">
|
|
669
665
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
670
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">
|
|
671
667
|
</path>
|
|
672
668
|
</svg>
|
|
673
|
-
<span>
|
|
669
|
+
<span>24141</span>
|
|
674
670
|
</span>
|
|
675
671
|
<span class="star">
|
|
676
672
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
677
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>
|
|
678
674
|
</svg>
|
|
679
|
-
<span>
|
|
675
|
+
<span>1348 stars this week</span>
|
|
680
676
|
</span>
|
|
681
677
|
</div>
|
|
682
678
|
<div class="details">
|
|
@@ -689,32 +685,32 @@
|
|
|
689
685
|
<div class="info">
|
|
690
686
|
<div class="rank">
|
|
691
687
|
<span title="Ranking 15">15</span>
|
|
692
|
-
<a href="https://github.com/
|
|
688
|
+
<a href="https://github.com/LSPosed/MagiskOnWSALocal" target="_blank" title="LSPosed/MagiskOnWSALocal">LSPosed/MagiskOnWSALocal</a>
|
|
693
689
|
</div>
|
|
694
690
|
<div class="sub-title followers">
|
|
695
691
|
|
|
696
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
697
|
-
<span style="background-color: #
|
|
692
|
+
<a class="language" target="_blank" href="https://github.com/topics/shell" title="Programming Language Shell">
|
|
693
|
+
<span style="background-color: #89e051;"></span>Shell
|
|
698
694
|
</a>
|
|
699
695
|
|
|
700
696
|
<span class="star" title="Stargazers Count">
|
|
701
697
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
702
698
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
703
699
|
</svg>
|
|
704
|
-
<span>
|
|
700
|
+
<span>1135</span>
|
|
705
701
|
</span>
|
|
706
702
|
<span class="star" title="Repo Forked">
|
|
707
703
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
708
704
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
709
705
|
</path>
|
|
710
706
|
</svg>
|
|
711
|
-
<span>
|
|
707
|
+
<span>2529</span>
|
|
712
708
|
</span>
|
|
713
709
|
<span class="star">
|
|
714
710
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
715
711
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
716
712
|
</svg>
|
|
717
|
-
<span>
|
|
713
|
+
<span>314 stars this week</span>
|
|
718
714
|
</span>
|
|
719
715
|
</div>
|
|
720
716
|
<div class="details">
|
|
@@ -727,7 +723,7 @@
|
|
|
727
723
|
<div class="info">
|
|
728
724
|
<div class="rank">
|
|
729
725
|
<span title="Ranking 16">16</span>
|
|
730
|
-
<a href="https://github.com/
|
|
726
|
+
<a href="https://github.com/CompVis/latent-diffusion" target="_blank" title="CompVis/latent-diffusion">CompVis/latent-diffusion</a>
|
|
731
727
|
</div>
|
|
732
728
|
<div class="sub-title followers">
|
|
733
729
|
|
|
@@ -739,20 +735,20 @@
|
|
|
739
735
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
740
736
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
741
737
|
</svg>
|
|
742
|
-
<span>
|
|
738
|
+
<span>3511</span>
|
|
743
739
|
</span>
|
|
744
740
|
<span class="star" title="Repo Forked">
|
|
745
741
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
746
742
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
747
743
|
</path>
|
|
748
744
|
</svg>
|
|
749
|
-
<span>
|
|
745
|
+
<span>421</span>
|
|
750
746
|
</span>
|
|
751
747
|
<span class="star">
|
|
752
748
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
753
749
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
754
750
|
</svg>
|
|
755
|
-
<span>
|
|
751
|
+
<span>335 stars this week</span>
|
|
756
752
|
</span>
|
|
757
753
|
</div>
|
|
758
754
|
<div class="details">
|
|
@@ -765,32 +761,32 @@
|
|
|
765
761
|
<div class="info">
|
|
766
762
|
<div class="rank">
|
|
767
763
|
<span title="Ranking 17">17</span>
|
|
768
|
-
<a href="https://github.com/
|
|
764
|
+
<a href="https://github.com/crowsonkb/k-diffusion" target="_blank" title="crowsonkb/k-diffusion">crowsonkb/k-diffusion</a>
|
|
769
765
|
</div>
|
|
770
766
|
<div class="sub-title followers">
|
|
771
767
|
|
|
772
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
773
|
-
<span style="background-color: #
|
|
768
|
+
<a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
|
|
769
|
+
<span style="background-color: #3572A5;"></span>Python
|
|
774
770
|
</a>
|
|
775
771
|
|
|
776
772
|
<span class="star" title="Stargazers Count">
|
|
777
773
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
778
774
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
779
775
|
</svg>
|
|
780
|
-
<span>
|
|
776
|
+
<span>396</span>
|
|
781
777
|
</span>
|
|
782
778
|
<span class="star" title="Repo Forked">
|
|
783
779
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
784
780
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
785
781
|
</path>
|
|
786
782
|
</svg>
|
|
787
|
-
<span>
|
|
783
|
+
<span>64</span>
|
|
788
784
|
</span>
|
|
789
785
|
<span class="star">
|
|
790
786
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
791
787
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
792
788
|
</svg>
|
|
793
|
-
<span>
|
|
789
|
+
<span>84 stars this week</span>
|
|
794
790
|
</span>
|
|
795
791
|
</div>
|
|
796
792
|
<div class="details">
|
|
@@ -803,32 +799,28 @@
|
|
|
803
799
|
<div class="info">
|
|
804
800
|
<div class="rank">
|
|
805
801
|
<span title="Ranking 18">18</span>
|
|
806
|
-
<a href="https://github.com/
|
|
802
|
+
<a href="https://github.com/WebKit/WebKit" target="_blank" title="WebKit/WebKit">WebKit/WebKit</a>
|
|
807
803
|
</div>
|
|
808
804
|
<div class="sub-title followers">
|
|
809
805
|
|
|
810
|
-
<a class="language" target="_blank" href="https://github.com/topics/jupyternotebook" title="Programming Language JupyterNotebook">
|
|
811
|
-
<span style="background-color: #DA5B0B;"></span>JupyterNotebook
|
|
812
|
-
</a>
|
|
813
|
-
|
|
814
806
|
<span class="star" title="Stargazers Count">
|
|
815
807
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
816
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>
|
|
817
809
|
</svg>
|
|
818
|
-
<span>
|
|
810
|
+
<span>4610</span>
|
|
819
811
|
</span>
|
|
820
812
|
<span class="star" title="Repo Forked">
|
|
821
813
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
822
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">
|
|
823
815
|
</path>
|
|
824
816
|
</svg>
|
|
825
|
-
<span>
|
|
817
|
+
<span>669</span>
|
|
826
818
|
</span>
|
|
827
819
|
<span class="star">
|
|
828
820
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
829
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>
|
|
830
822
|
</svg>
|
|
831
|
-
<span>
|
|
823
|
+
<span>1808 stars this week</span>
|
|
832
824
|
</span>
|
|
833
825
|
</div>
|
|
834
826
|
<div class="details">
|
|
@@ -841,28 +833,32 @@
|
|
|
841
833
|
<div class="info">
|
|
842
834
|
<div class="rank">
|
|
843
835
|
<span title="Ranking 19">19</span>
|
|
844
|
-
<a href="https://github.com/
|
|
836
|
+
<a href="https://github.com/lapce/lapce" target="_blank" title="lapce/lapce">lapce/lapce</a>
|
|
845
837
|
</div>
|
|
846
838
|
<div class="sub-title followers">
|
|
847
839
|
|
|
840
|
+
<a class="language" target="_blank" href="https://github.com/topics/rust" title="Programming Language Rust">
|
|
841
|
+
<span style="background-color: #dea584;"></span>Rust
|
|
842
|
+
</a>
|
|
843
|
+
|
|
848
844
|
<span class="star" title="Stargazers Count">
|
|
849
845
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
850
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>
|
|
851
847
|
</svg>
|
|
852
|
-
<span>
|
|
848
|
+
<span>14518</span>
|
|
853
849
|
</span>
|
|
854
850
|
<span class="star" title="Repo Forked">
|
|
855
851
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
856
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">
|
|
857
853
|
</path>
|
|
858
854
|
</svg>
|
|
859
|
-
<span>
|
|
855
|
+
<span>397</span>
|
|
860
856
|
</span>
|
|
861
857
|
<span class="star">
|
|
862
858
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
863
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>
|
|
864
860
|
</svg>
|
|
865
|
-
<span>
|
|
861
|
+
<span>839 stars this week</span>
|
|
866
862
|
</span>
|
|
867
863
|
</div>
|
|
868
864
|
<div class="details">
|
|
@@ -875,32 +871,32 @@
|
|
|
875
871
|
<div class="info">
|
|
876
872
|
<div class="rank">
|
|
877
873
|
<span title="Ranking 20">20</span>
|
|
878
|
-
<a href="https://github.com/
|
|
874
|
+
<a href="https://github.com/xinntao/Real-ESRGAN" target="_blank" title="xinntao/Real-ESRGAN">xinntao/Real-ESRGAN</a>
|
|
879
875
|
</div>
|
|
880
876
|
<div class="sub-title followers">
|
|
881
877
|
|
|
882
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
883
|
-
<span style="background-color: #
|
|
878
|
+
<a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
|
|
879
|
+
<span style="background-color: #3572A5;"></span>Python
|
|
884
880
|
</a>
|
|
885
881
|
|
|
886
882
|
<span class="star" title="Stargazers Count">
|
|
887
883
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
888
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>
|
|
889
885
|
</svg>
|
|
890
|
-
<span>
|
|
886
|
+
<span>13930</span>
|
|
891
887
|
</span>
|
|
892
888
|
<span class="star" title="Repo Forked">
|
|
893
889
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
894
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">
|
|
895
891
|
</path>
|
|
896
892
|
</svg>
|
|
897
|
-
<span>
|
|
893
|
+
<span>1518</span>
|
|
898
894
|
</span>
|
|
899
895
|
<span class="star">
|
|
900
896
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
901
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>
|
|
902
898
|
</svg>
|
|
903
|
-
<span>
|
|
899
|
+
<span>366 stars this week</span>
|
|
904
900
|
</span>
|
|
905
901
|
</div>
|
|
906
902
|
<div class="details">
|
|
@@ -913,28 +909,32 @@
|
|
|
913
909
|
<div class="info">
|
|
914
910
|
<div class="rank">
|
|
915
911
|
<span title="Ranking 21">21</span>
|
|
916
|
-
<a href="https://github.com/
|
|
912
|
+
<a href="https://github.com/rinongal/textual_inversion" target="_blank" title="rinongal/textual_inversion">rinongal/textual_inversion</a>
|
|
917
913
|
</div>
|
|
918
914
|
<div class="sub-title followers">
|
|
919
915
|
|
|
916
|
+
<a class="language" target="_blank" href="https://github.com/topics/jupyternotebook" title="Programming Language JupyterNotebook">
|
|
917
|
+
<span style="background-color: #DA5B0B;"></span>JupyterNotebook
|
|
918
|
+
</a>
|
|
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>935</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>66</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>212 stars this week</span>
|
|
938
938
|
</span>
|
|
939
939
|
</div>
|
|
940
940
|
<div class="details">
|
|
@@ -947,32 +947,32 @@
|
|
|
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/docker/awesome-compose" target="_blank" title="docker/awesome-compose">docker/awesome-compose</a>
|
|
951
951
|
</div>
|
|
952
952
|
<div class="sub-title followers">
|
|
953
953
|
|
|
954
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
955
|
-
<span style="background-color: #
|
|
954
|
+
<a class="language" target="_blank" href="https://github.com/topics/html" title="Programming Language HTML">
|
|
955
|
+
<span style="background-color: #e34c26;"></span>HTML
|
|
956
956
|
</a>
|
|
957
957
|
|
|
958
958
|
<span class="star" title="Stargazers Count">
|
|
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>17668</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>2717</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>699 stars this week</span>
|
|
976
976
|
</span>
|
|
977
977
|
</div>
|
|
978
978
|
<div class="details">
|
|
@@ -985,28 +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/facebookincubator/velox" target="_blank" title="facebookincubator/velox">facebookincubator/velox</a>
|
|
989
989
|
</div>
|
|
990
990
|
<div class="sub-title followers">
|
|
991
991
|
|
|
992
|
+
<a class="language" target="_blank" href="https://github.com/topics/c++" title="Programming Language C++">
|
|
993
|
+
<span style="background-color: #f34b7d;"></span>C++
|
|
994
|
+
</a>
|
|
995
|
+
|
|
992
996
|
<span class="star" title="Stargazers Count">
|
|
993
997
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
994
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>
|
|
995
999
|
</svg>
|
|
996
|
-
<span>
|
|
1000
|
+
<span>1398</span>
|
|
997
1001
|
</span>
|
|
998
1002
|
<span class="star" title="Repo Forked">
|
|
999
1003
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
1000
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">
|
|
1001
1005
|
</path>
|
|
1002
1006
|
</svg>
|
|
1003
|
-
<span>
|
|
1007
|
+
<span>334</span>
|
|
1004
1008
|
</span>
|
|
1005
1009
|
<span class="star">
|
|
1006
1010
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
1007
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>
|
|
1008
1012
|
</svg>
|
|
1009
|
-
<span>
|
|
1013
|
+
<span>320 stars this week</span>
|
|
1010
1014
|
</span>
|
|
1011
1015
|
</div>
|
|
1012
1016
|
<div class="details">
|
|
@@ -1019,32 +1023,32 @@
|
|
|
1019
1023
|
<div class="info">
|
|
1020
1024
|
<div class="rank">
|
|
1021
1025
|
<span title="Ranking 24">24</span>
|
|
1022
|
-
<a href="https://github.com/
|
|
1026
|
+
<a href="https://github.com/awesome-selfhosted/awesome-selfhosted" target="_blank" title="awesome-selfhosted/awesome-selfhosted">awesome-selfhosted/awesome-selfhosted</a>
|
|
1023
1027
|
</div>
|
|
1024
1028
|
<div class="sub-title followers">
|
|
1025
1029
|
|
|
1026
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
1027
|
-
<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
|
|
1028
1032
|
</a>
|
|
1029
1033
|
|
|
1030
1034
|
<span class="star" title="Stargazers Count">
|
|
1031
1035
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
1032
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>
|
|
1033
1037
|
</svg>
|
|
1034
|
-
<span>
|
|
1038
|
+
<span>101686</span>
|
|
1035
1039
|
</span>
|
|
1036
1040
|
<span class="star" title="Repo Forked">
|
|
1037
1041
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
1038
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">
|
|
1039
1043
|
</path>
|
|
1040
1044
|
</svg>
|
|
1041
|
-
<span>
|
|
1045
|
+
<span>6303</span>
|
|
1042
1046
|
</span>
|
|
1043
1047
|
<span class="star">
|
|
1044
1048
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
1045
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>
|
|
1046
1050
|
</svg>
|
|
1047
|
-
<span>
|
|
1051
|
+
<span>1217 stars this week</span>
|
|
1048
1052
|
</span>
|
|
1049
1053
|
</div>
|
|
1050
1054
|
<div class="details">
|
|
@@ -1057,32 +1061,32 @@
|
|
|
1057
1061
|
<div class="info">
|
|
1058
1062
|
<div class="rank">
|
|
1059
1063
|
<span title="Ranking 25">25</span>
|
|
1060
|
-
<a href="https://github.com/
|
|
1064
|
+
<a href="https://github.com/spacedriveapp/spacedrive" target="_blank" title="spacedriveapp/spacedrive">spacedriveapp/spacedrive</a>
|
|
1061
1065
|
</div>
|
|
1062
1066
|
<div class="sub-title followers">
|
|
1063
1067
|
|
|
1064
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
1065
|
-
<span style="background-color: #
|
|
1068
|
+
<a class="language" target="_blank" href="https://github.com/topics/typescript" title="Programming Language TypeScript">
|
|
1069
|
+
<span style="background-color: #3178c6;"></span>TypeScript
|
|
1066
1070
|
</a>
|
|
1067
1071
|
|
|
1068
1072
|
<span class="star" title="Stargazers Count">
|
|
1069
1073
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
1070
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>
|
|
1071
1075
|
</svg>
|
|
1072
|
-
<span>
|
|
1076
|
+
<span>13815</span>
|
|
1073
1077
|
</span>
|
|
1074
1078
|
<span class="star" title="Repo Forked">
|
|
1075
1079
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
1076
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">
|
|
1077
1081
|
</path>
|
|
1078
1082
|
</svg>
|
|
1079
|
-
<span>
|
|
1083
|
+
<span>359</span>
|
|
1080
1084
|
</span>
|
|
1081
1085
|
<span class="star">
|
|
1082
1086
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
1083
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>
|
|
1084
1088
|
</svg>
|
|
1085
|
-
<span>
|
|
1089
|
+
<span>193 stars this week</span>
|
|
1086
1090
|
</span>
|
|
1087
1091
|
</div>
|
|
1088
1092
|
<div class="details">
|
|
@@ -1107,7 +1111,7 @@
|
|
|
1107
1111
|
<img src="https://img.shields.io/npm/v/@wcj/github-rank.svg?label=unpkg">
|
|
1108
1112
|
</a>
|
|
1109
1113
|
</div>
|
|
1110
|
-
<div class="time">Last cache created on 2022/9/
|
|
1114
|
+
<div class="time">Last cache created on 2022/9/7 by Github API v3.</div>
|
|
1111
1115
|
Create by <a href="https://github.com/jaywcjlove" target="_blank">小弟调调™</a>.
|
|
1112
1116
|
</div>
|
|
1113
1117
|
</body>
|