@wcj/github-rank 21.12.5 → 21.12.9
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 +36408 -36406
- package/dist/sifou-daily.json +92 -29
- package/dist/sifou-monthly.json +73 -73
- package/dist/sifou-weekly.json +173 -173
- package/dist/toutiao-30.json +85 -85
- package/dist/toutiao-7.json +150 -150
- package/dist/toutiao-90.json +82 -82
- package/dist/trending-daily.json +173 -173
- package/dist/trending-monthly.json +155 -155
- package/dist/trending-weekly.json +168 -168
- package/dist/users.china.json +3283 -3284
- package/dist/users.json +3558 -3559
- package/package.json +1 -1
- package/web/36kr.html +2 -2
- package/web/data/repos.json +36408 -36406
- package/web/data/sifou-daily.json +92 -29
- package/web/data/sifou-monthly.json +73 -73
- package/web/data/sifou-weekly.json +173 -173
- package/web/data/toutiao-30.json +85 -85
- package/web/data/toutiao-7.json +150 -150
- package/web/data/toutiao-90.json +82 -82
- package/web/data/trending-daily.json +173 -173
- package/web/data/trending-monthly.json +155 -155
- package/web/data/trending-weekly.json +168 -168
- package/web/data/users.china.json +3283 -3284
- package/web/data/users.json +3558 -3559
- package/web/index.html +1899 -1899
- package/web/repos.html +4363 -4359
- package/web/sifou-daily.html +222 -26
- package/web/sifou-monthly.html +110 -110
- package/web/sifou-weekly.html +146 -146
- package/web/toutiao-30.html +100 -100
- package/web/toutiao-7.html +100 -100
- package/web/toutiao-90.html +97 -97
- package/web/trending-monthly.html +136 -136
- package/web/trending-weekly.html +150 -142
- package/web/trending.html +150 -150
- package/web/users.china.html +1738 -1738
package/web/trending-weekly.html
CHANGED
|
@@ -102,7 +102,7 @@
|
|
|
102
102
|
|
|
103
103
|
|
|
104
104
|
</h1>
|
|
105
|
-
<div class="time">Last cache created on 2021/12/
|
|
105
|
+
<div class="time">Last cache created on 2021/12/9 by Github API v3.</div>
|
|
106
106
|
<div class="tabs">
|
|
107
107
|
<a class="" href="index.html">Users</a>
|
|
108
108
|
<a class="" href="repos.html">Repos</a>
|
|
@@ -124,32 +124,32 @@
|
|
|
124
124
|
<div class="info">
|
|
125
125
|
<div class="rank">
|
|
126
126
|
<span title="Ranking 1">1</span>
|
|
127
|
-
<a href="https://github.com/
|
|
127
|
+
<a href="https://github.com/oxidecomputer/hubris" target="_blank" title="oxidecomputer/hubris">oxidecomputer/hubris</a>
|
|
128
128
|
</div>
|
|
129
129
|
<div class="sub-title followers">
|
|
130
130
|
|
|
131
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
132
|
-
<span style="background-color: #
|
|
131
|
+
<a class="language" target="_blank" href="https://github.com/topics/rust" title="Programming Language Rust">
|
|
132
|
+
<span style="background-color: #dea584;"></span>Rust
|
|
133
133
|
</a>
|
|
134
134
|
|
|
135
135
|
<span class="star" title="Stargazers Count">
|
|
136
136
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
137
137
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
138
138
|
</svg>
|
|
139
|
-
<span>
|
|
139
|
+
<span>1414</span>
|
|
140
140
|
</span>
|
|
141
141
|
<span class="star" title="Repo Forked">
|
|
142
142
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
143
143
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
144
144
|
</path>
|
|
145
145
|
</svg>
|
|
146
|
-
<span>
|
|
146
|
+
<span>46</span>
|
|
147
147
|
</span>
|
|
148
148
|
<span class="star">
|
|
149
149
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
150
150
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
151
151
|
</svg>
|
|
152
|
-
<span>
|
|
152
|
+
<span>494 stars this week</span>
|
|
153
153
|
</span>
|
|
154
154
|
</div>
|
|
155
155
|
<div class="details">
|
|
@@ -162,7 +162,7 @@
|
|
|
162
162
|
<div class="info">
|
|
163
163
|
<div class="rank">
|
|
164
164
|
<span title="Ranking 2">2</span>
|
|
165
|
-
<a href="https://github.com/
|
|
165
|
+
<a href="https://github.com/zeldaret/oot" target="_blank" title="zeldaret/oot">zeldaret/oot</a>
|
|
166
166
|
</div>
|
|
167
167
|
<div class="sub-title followers">
|
|
168
168
|
|
|
@@ -174,20 +174,20 @@
|
|
|
174
174
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
175
175
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
176
176
|
</svg>
|
|
177
|
-
<span>
|
|
177
|
+
<span>2372</span>
|
|
178
178
|
</span>
|
|
179
179
|
<span class="star" title="Repo Forked">
|
|
180
180
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
181
181
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
182
182
|
</path>
|
|
183
183
|
</svg>
|
|
184
|
-
<span>
|
|
184
|
+
<span>286</span>
|
|
185
185
|
</span>
|
|
186
186
|
<span class="star">
|
|
187
187
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
188
188
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
189
189
|
</svg>
|
|
190
|
-
<span>
|
|
190
|
+
<span>649 stars this week</span>
|
|
191
191
|
</span>
|
|
192
192
|
</div>
|
|
193
193
|
<div class="details">
|
|
@@ -200,32 +200,32 @@
|
|
|
200
200
|
<div class="info">
|
|
201
201
|
<div class="rank">
|
|
202
202
|
<span title="Ranking 3">3</span>
|
|
203
|
-
<a href="https://github.com/
|
|
203
|
+
<a href="https://github.com/supabase/supabase" target="_blank" title="supabase/supabase">supabase/supabase</a>
|
|
204
204
|
</div>
|
|
205
205
|
<div class="sub-title followers">
|
|
206
206
|
|
|
207
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
208
|
-
<span style="background-color: #
|
|
207
|
+
<a class="language" target="_blank" href="https://github.com/topics/typescript" title="Programming Language TypeScript">
|
|
208
|
+
<span style="background-color: #2b7489;"></span>TypeScript
|
|
209
209
|
</a>
|
|
210
210
|
|
|
211
211
|
<span class="star" title="Stargazers Count">
|
|
212
212
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
213
213
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
214
214
|
</svg>
|
|
215
|
-
<span>
|
|
215
|
+
<span>24458</span>
|
|
216
216
|
</span>
|
|
217
217
|
<span class="star" title="Repo Forked">
|
|
218
218
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
219
219
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
220
220
|
</path>
|
|
221
221
|
</svg>
|
|
222
|
-
<span>
|
|
222
|
+
<span>1244</span>
|
|
223
223
|
</span>
|
|
224
224
|
<span class="star">
|
|
225
225
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
226
226
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
227
227
|
</svg>
|
|
228
|
-
<span>
|
|
228
|
+
<span>1131 stars this week</span>
|
|
229
229
|
</span>
|
|
230
230
|
</div>
|
|
231
231
|
<div class="details">
|
|
@@ -238,32 +238,32 @@
|
|
|
238
238
|
<div class="info">
|
|
239
239
|
<div class="rank">
|
|
240
240
|
<span title="Ranking 4">4</span>
|
|
241
|
-
<a href="https://github.com/
|
|
241
|
+
<a href="https://github.com/kamranahmedse/developer-roadmap" target="_blank" title="kamranahmedse/developer-roadmap">kamranahmedse/developer-roadmap</a>
|
|
242
242
|
</div>
|
|
243
243
|
<div class="sub-title followers">
|
|
244
244
|
|
|
245
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
246
|
-
<span style="background-color: #
|
|
245
|
+
<a class="language" target="_blank" href="https://github.com/topics/typescript" title="Programming Language TypeScript">
|
|
246
|
+
<span style="background-color: #2b7489;"></span>TypeScript
|
|
247
247
|
</a>
|
|
248
248
|
|
|
249
249
|
<span class="star" title="Stargazers Count">
|
|
250
250
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
251
251
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
252
252
|
</svg>
|
|
253
|
-
<span>
|
|
253
|
+
<span>179503</span>
|
|
254
254
|
</span>
|
|
255
255
|
<span class="star" title="Repo Forked">
|
|
256
256
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
257
257
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
258
258
|
</path>
|
|
259
259
|
</svg>
|
|
260
|
-
<span>
|
|
260
|
+
<span>25718</span>
|
|
261
261
|
</span>
|
|
262
262
|
<span class="star">
|
|
263
263
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
264
264
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
265
265
|
</svg>
|
|
266
|
-
<span>
|
|
266
|
+
<span>1848 stars this week</span>
|
|
267
267
|
</span>
|
|
268
268
|
</div>
|
|
269
269
|
<div class="details">
|
|
@@ -276,32 +276,32 @@
|
|
|
276
276
|
<div class="info">
|
|
277
277
|
<div class="rank">
|
|
278
278
|
<span title="Ranking 5">5</span>
|
|
279
|
-
<a href="https://github.com/
|
|
279
|
+
<a href="https://github.com/aws/karpenter" target="_blank" title="aws/karpenter">aws/karpenter</a>
|
|
280
280
|
</div>
|
|
281
281
|
<div class="sub-title followers">
|
|
282
282
|
|
|
283
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
284
|
-
<span style="background-color: #
|
|
283
|
+
<a class="language" target="_blank" href="https://github.com/topics/go" title="Programming Language Go">
|
|
284
|
+
<span style="background-color: #00ADD8;"></span>Go
|
|
285
285
|
</a>
|
|
286
286
|
|
|
287
287
|
<span class="star" title="Stargazers Count">
|
|
288
288
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
289
289
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
290
290
|
</svg>
|
|
291
|
-
<span>
|
|
291
|
+
<span>1801</span>
|
|
292
292
|
</span>
|
|
293
293
|
<span class="star" title="Repo Forked">
|
|
294
294
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
295
295
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
296
296
|
</path>
|
|
297
297
|
</svg>
|
|
298
|
-
<span>
|
|
298
|
+
<span>115</span>
|
|
299
299
|
</span>
|
|
300
300
|
<span class="star">
|
|
301
301
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
302
302
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
303
303
|
</svg>
|
|
304
|
-
<span>
|
|
304
|
+
<span>547 stars this week</span>
|
|
305
305
|
</span>
|
|
306
306
|
</div>
|
|
307
307
|
<div class="details">
|
|
@@ -314,32 +314,28 @@
|
|
|
314
314
|
<div class="info">
|
|
315
315
|
<div class="rank">
|
|
316
316
|
<span title="Ranking 6">6</span>
|
|
317
|
-
<a href="https://github.com/
|
|
317
|
+
<a href="https://github.com/0voice/learning_mind_map" target="_blank" title="0voice/learning_mind_map">0voice/learning_mind_map</a>
|
|
318
318
|
</div>
|
|
319
319
|
<div class="sub-title followers">
|
|
320
320
|
|
|
321
|
-
<a class="language" target="_blank" href="https://github.com/topics/typescript" title="Programming Language TypeScript">
|
|
322
|
-
<span style="background-color: #2b7489;"></span>TypeScript
|
|
323
|
-
</a>
|
|
324
|
-
|
|
325
321
|
<span class="star" title="Stargazers Count">
|
|
326
322
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
327
323
|
<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
324
|
</svg>
|
|
329
|
-
<span>
|
|
325
|
+
<span>1724</span>
|
|
330
326
|
</span>
|
|
331
327
|
<span class="star" title="Repo Forked">
|
|
332
328
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
333
329
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
334
330
|
</path>
|
|
335
331
|
</svg>
|
|
336
|
-
<span>
|
|
332
|
+
<span>273</span>
|
|
337
333
|
</span>
|
|
338
334
|
<span class="star">
|
|
339
335
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
340
336
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
341
337
|
</svg>
|
|
342
|
-
<span>
|
|
338
|
+
<span>437 stars this week</span>
|
|
343
339
|
</span>
|
|
344
340
|
</div>
|
|
345
341
|
<div class="details">
|
|
@@ -352,32 +348,32 @@
|
|
|
352
348
|
<div class="info">
|
|
353
349
|
<div class="rank">
|
|
354
350
|
<span title="Ranking 7">7</span>
|
|
355
|
-
<a href="https://github.com/
|
|
351
|
+
<a href="https://github.com/JetBrains/compose-jb" target="_blank" title="JetBrains/compose-jb">JetBrains/compose-jb</a>
|
|
356
352
|
</div>
|
|
357
353
|
<div class="sub-title followers">
|
|
358
354
|
|
|
359
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
360
|
-
<span style="background-color: #
|
|
355
|
+
<a class="language" target="_blank" href="https://github.com/topics/kotlin" title="Programming Language Kotlin">
|
|
356
|
+
<span style="background-color: #A97BFF;"></span>Kotlin
|
|
361
357
|
</a>
|
|
362
358
|
|
|
363
359
|
<span class="star" title="Stargazers Count">
|
|
364
360
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
365
361
|
<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
362
|
</svg>
|
|
367
|
-
<span>
|
|
363
|
+
<span>7383</span>
|
|
368
364
|
</span>
|
|
369
365
|
<span class="star" title="Repo Forked">
|
|
370
366
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
371
367
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
372
368
|
</path>
|
|
373
369
|
</svg>
|
|
374
|
-
<span>
|
|
370
|
+
<span>437</span>
|
|
375
371
|
</span>
|
|
376
372
|
<span class="star">
|
|
377
373
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
378
374
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
379
375
|
</svg>
|
|
380
|
-
<span>
|
|
376
|
+
<span>459 stars this week</span>
|
|
381
377
|
</span>
|
|
382
378
|
</div>
|
|
383
379
|
<div class="details">
|
|
@@ -390,32 +386,32 @@
|
|
|
390
386
|
<div class="info">
|
|
391
387
|
<div class="rank">
|
|
392
388
|
<span title="Ranking 8">8</span>
|
|
393
|
-
<a href="https://github.com/
|
|
389
|
+
<a href="https://github.com/jesseduffield/lazygit" target="_blank" title="jesseduffield/lazygit">jesseduffield/lazygit</a>
|
|
394
390
|
</div>
|
|
395
391
|
<div class="sub-title followers">
|
|
396
392
|
|
|
397
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
398
|
-
<span style="background-color: #
|
|
393
|
+
<a class="language" target="_blank" href="https://github.com/topics/go" title="Programming Language Go">
|
|
394
|
+
<span style="background-color: #00ADD8;"></span>Go
|
|
399
395
|
</a>
|
|
400
396
|
|
|
401
397
|
<span class="star" title="Stargazers Count">
|
|
402
398
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
403
399
|
<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
400
|
</svg>
|
|
405
|
-
<span>
|
|
401
|
+
<span>24643</span>
|
|
406
402
|
</span>
|
|
407
403
|
<span class="star" title="Repo Forked">
|
|
408
404
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
409
405
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
410
406
|
</path>
|
|
411
407
|
</svg>
|
|
412
|
-
<span>
|
|
408
|
+
<span>920</span>
|
|
413
409
|
</span>
|
|
414
410
|
<span class="star">
|
|
415
411
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
416
412
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
417
413
|
</svg>
|
|
418
|
-
<span>
|
|
414
|
+
<span>1063 stars this week</span>
|
|
419
415
|
</span>
|
|
420
416
|
</div>
|
|
421
417
|
<div class="details">
|
|
@@ -428,32 +424,32 @@
|
|
|
428
424
|
<div class="info">
|
|
429
425
|
<div class="rank">
|
|
430
426
|
<span title="Ranking 9">9</span>
|
|
431
|
-
<a href="https://github.com/
|
|
427
|
+
<a href="https://github.com/TencentARC/GFPGAN" target="_blank" title="TencentARC/GFPGAN">TencentARC/GFPGAN</a>
|
|
432
428
|
</div>
|
|
433
429
|
<div class="sub-title followers">
|
|
434
430
|
|
|
435
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
436
|
-
<span style="background-color: #
|
|
431
|
+
<a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
|
|
432
|
+
<span style="background-color: #3572A5;"></span>Python
|
|
437
433
|
</a>
|
|
438
434
|
|
|
439
435
|
<span class="star" title="Stargazers Count">
|
|
440
436
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
441
437
|
<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
438
|
</svg>
|
|
443
|
-
<span>
|
|
439
|
+
<span>4726</span>
|
|
444
440
|
</span>
|
|
445
441
|
<span class="star" title="Repo Forked">
|
|
446
442
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
447
443
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
448
444
|
</path>
|
|
449
445
|
</svg>
|
|
450
|
-
<span>
|
|
446
|
+
<span>651</span>
|
|
451
447
|
</span>
|
|
452
448
|
<span class="star">
|
|
453
449
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
454
450
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
455
451
|
</svg>
|
|
456
|
-
<span>
|
|
452
|
+
<span>895 stars this week</span>
|
|
457
453
|
</span>
|
|
458
454
|
</div>
|
|
459
455
|
<div class="details">
|
|
@@ -466,32 +462,32 @@
|
|
|
466
462
|
<div class="info">
|
|
467
463
|
<div class="rank">
|
|
468
464
|
<span title="Ranking 10">10</span>
|
|
469
|
-
<a href="https://github.com/
|
|
465
|
+
<a href="https://github.com/appsmithorg/appsmith" target="_blank" title="appsmithorg/appsmith">appsmithorg/appsmith</a>
|
|
470
466
|
</div>
|
|
471
467
|
<div class="sub-title followers">
|
|
472
468
|
|
|
473
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
474
|
-
<span style="background-color: #
|
|
469
|
+
<a class="language" target="_blank" href="https://github.com/topics/typescript" title="Programming Language TypeScript">
|
|
470
|
+
<span style="background-color: #2b7489;"></span>TypeScript
|
|
475
471
|
</a>
|
|
476
472
|
|
|
477
473
|
<span class="star" title="Stargazers Count">
|
|
478
474
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
479
475
|
<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
476
|
</svg>
|
|
481
|
-
<span>
|
|
477
|
+
<span>10056</span>
|
|
482
478
|
</span>
|
|
483
479
|
<span class="star" title="Repo Forked">
|
|
484
480
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
485
481
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
486
482
|
</path>
|
|
487
483
|
</svg>
|
|
488
|
-
<span>
|
|
484
|
+
<span>889</span>
|
|
489
485
|
</span>
|
|
490
486
|
<span class="star">
|
|
491
487
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
492
488
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
493
489
|
</svg>
|
|
494
|
-
<span>
|
|
490
|
+
<span>1379 stars this week</span>
|
|
495
491
|
</span>
|
|
496
492
|
</div>
|
|
497
493
|
<div class="details">
|
|
@@ -504,7 +500,7 @@
|
|
|
504
500
|
<div class="info">
|
|
505
501
|
<div class="rank">
|
|
506
502
|
<span title="Ranking 11">11</span>
|
|
507
|
-
<a href="https://github.com/
|
|
503
|
+
<a href="https://github.com/FerretDB/FerretDB" target="_blank" title="FerretDB/FerretDB">FerretDB/FerretDB</a>
|
|
508
504
|
</div>
|
|
509
505
|
<div class="sub-title followers">
|
|
510
506
|
|
|
@@ -516,20 +512,20 @@
|
|
|
516
512
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
517
513
|
<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
514
|
</svg>
|
|
519
|
-
<span>
|
|
515
|
+
<span>3485</span>
|
|
520
516
|
</span>
|
|
521
517
|
<span class="star" title="Repo Forked">
|
|
522
518
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
523
519
|
<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">
|
|
524
520
|
</path>
|
|
525
521
|
</svg>
|
|
526
|
-
<span>
|
|
522
|
+
<span>85</span>
|
|
527
523
|
</span>
|
|
528
524
|
<span class="star">
|
|
529
525
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
530
526
|
<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>
|
|
531
527
|
</svg>
|
|
532
|
-
<span>
|
|
528
|
+
<span>1135 stars this week</span>
|
|
533
529
|
</span>
|
|
534
530
|
</div>
|
|
535
531
|
<div class="details">
|
|
@@ -542,32 +538,32 @@
|
|
|
542
538
|
<div class="info">
|
|
543
539
|
<div class="rank">
|
|
544
540
|
<span title="Ranking 12">12</span>
|
|
545
|
-
<a href="https://github.com/
|
|
541
|
+
<a href="https://github.com/AleoHQ/snarkOS" target="_blank" title="AleoHQ/snarkOS">AleoHQ/snarkOS</a>
|
|
546
542
|
</div>
|
|
547
543
|
<div class="sub-title followers">
|
|
548
544
|
|
|
549
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
550
|
-
<span style="background-color: #
|
|
545
|
+
<a class="language" target="_blank" href="https://github.com/topics/rust" title="Programming Language Rust">
|
|
546
|
+
<span style="background-color: #dea584;"></span>Rust
|
|
551
547
|
</a>
|
|
552
548
|
|
|
553
549
|
<span class="star" title="Stargazers Count">
|
|
554
550
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
555
551
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
556
552
|
</svg>
|
|
557
|
-
<span>
|
|
553
|
+
<span>668</span>
|
|
558
554
|
</span>
|
|
559
555
|
<span class="star" title="Repo Forked">
|
|
560
556
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
561
557
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
562
558
|
</path>
|
|
563
559
|
</svg>
|
|
564
|
-
<span>
|
|
560
|
+
<span>99</span>
|
|
565
561
|
</span>
|
|
566
562
|
<span class="star">
|
|
567
563
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
568
564
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
569
565
|
</svg>
|
|
570
|
-
<span>
|
|
566
|
+
<span>158 stars this week</span>
|
|
571
567
|
</span>
|
|
572
568
|
</div>
|
|
573
569
|
<div class="details">
|
|
@@ -580,32 +576,32 @@
|
|
|
580
576
|
<div class="info">
|
|
581
577
|
<div class="rank">
|
|
582
578
|
<span title="Ranking 13">13</span>
|
|
583
|
-
<a href="https://github.com/
|
|
579
|
+
<a href="https://github.com/o3de/o3de" target="_blank" title="o3de/o3de">o3de/o3de</a>
|
|
584
580
|
</div>
|
|
585
581
|
<div class="sub-title followers">
|
|
586
582
|
|
|
587
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
588
|
-
<span style="background-color: #
|
|
583
|
+
<a class="language" target="_blank" href="https://github.com/topics/c++" title="Programming Language C++">
|
|
584
|
+
<span style="background-color: #f34b7d;"></span>C++
|
|
589
585
|
</a>
|
|
590
586
|
|
|
591
587
|
<span class="star" title="Stargazers Count">
|
|
592
588
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
593
589
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
594
590
|
</svg>
|
|
595
|
-
<span>
|
|
591
|
+
<span>4104</span>
|
|
596
592
|
</span>
|
|
597
593
|
<span class="star" title="Repo Forked">
|
|
598
594
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
599
595
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
600
596
|
</path>
|
|
601
597
|
</svg>
|
|
602
|
-
<span>
|
|
598
|
+
<span>1254</span>
|
|
603
599
|
</span>
|
|
604
600
|
<span class="star">
|
|
605
601
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
606
602
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
607
603
|
</svg>
|
|
608
|
-
<span>
|
|
604
|
+
<span>375 stars this week</span>
|
|
609
605
|
</span>
|
|
610
606
|
</div>
|
|
611
607
|
<div class="details">
|
|
@@ -618,28 +614,32 @@
|
|
|
618
614
|
<div class="info">
|
|
619
615
|
<div class="rank">
|
|
620
616
|
<span title="Ranking 14">14</span>
|
|
621
|
-
<a href="https://github.com/
|
|
617
|
+
<a href="https://github.com/danielmiessler/SecLists" target="_blank" title="danielmiessler/SecLists">danielmiessler/SecLists</a>
|
|
622
618
|
</div>
|
|
623
619
|
<div class="sub-title followers">
|
|
624
620
|
|
|
621
|
+
<a class="language" target="_blank" href="https://github.com/topics/php" title="Programming Language PHP">
|
|
622
|
+
<span style="background-color: #4F5D95;"></span>PHP
|
|
623
|
+
</a>
|
|
624
|
+
|
|
625
625
|
<span class="star" title="Stargazers Count">
|
|
626
626
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
627
627
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
628
628
|
</svg>
|
|
629
|
-
<span>
|
|
629
|
+
<span>35634</span>
|
|
630
630
|
</span>
|
|
631
631
|
<span class="star" title="Repo Forked">
|
|
632
632
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
633
633
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
634
634
|
</path>
|
|
635
635
|
</svg>
|
|
636
|
-
<span>
|
|
636
|
+
<span>18420</span>
|
|
637
637
|
</span>
|
|
638
638
|
<span class="star">
|
|
639
639
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
640
640
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
641
641
|
</svg>
|
|
642
|
-
<span>
|
|
642
|
+
<span>680 stars this week</span>
|
|
643
643
|
</span>
|
|
644
644
|
</div>
|
|
645
645
|
<div class="details">
|
|
@@ -652,32 +652,32 @@
|
|
|
652
652
|
<div class="info">
|
|
653
653
|
<div class="rank">
|
|
654
654
|
<span title="Ranking 15">15</span>
|
|
655
|
-
<a href="https://github.com/
|
|
655
|
+
<a href="https://github.com/marktext/marktext" target="_blank" title="marktext/marktext">marktext/marktext</a>
|
|
656
656
|
</div>
|
|
657
657
|
<div class="sub-title followers">
|
|
658
658
|
|
|
659
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
660
|
-
<span style="background-color: #
|
|
659
|
+
<a class="language" target="_blank" href="https://github.com/topics/javascript" title="Programming Language JavaScript">
|
|
660
|
+
<span style="background-color: #f1e05a;"></span>JavaScript
|
|
661
661
|
</a>
|
|
662
662
|
|
|
663
663
|
<span class="star" title="Stargazers Count">
|
|
664
664
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
665
665
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
666
666
|
</svg>
|
|
667
|
-
<span>
|
|
667
|
+
<span>22376</span>
|
|
668
668
|
</span>
|
|
669
669
|
<span class="star" title="Repo Forked">
|
|
670
670
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
671
671
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
672
672
|
</path>
|
|
673
673
|
</svg>
|
|
674
|
-
<span>
|
|
674
|
+
<span>1551</span>
|
|
675
675
|
</span>
|
|
676
676
|
<span class="star">
|
|
677
677
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
678
678
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
679
679
|
</svg>
|
|
680
|
-
<span>
|
|
680
|
+
<span>990 stars this week</span>
|
|
681
681
|
</span>
|
|
682
682
|
</div>
|
|
683
683
|
<div class="details">
|
|
@@ -690,28 +690,32 @@
|
|
|
690
690
|
<div class="info">
|
|
691
691
|
<div class="rank">
|
|
692
692
|
<span title="Ranking 16">16</span>
|
|
693
|
-
<a href="https://github.com/
|
|
693
|
+
<a href="https://github.com/pengzhiliang/MAE-pytorch" target="_blank" title="pengzhiliang/MAE-pytorch">pengzhiliang/MAE-pytorch</a>
|
|
694
694
|
</div>
|
|
695
695
|
<div class="sub-title followers">
|
|
696
696
|
|
|
697
|
+
<a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
|
|
698
|
+
<span style="background-color: #3572A5;"></span>Python
|
|
699
|
+
</a>
|
|
700
|
+
|
|
697
701
|
<span class="star" title="Stargazers Count">
|
|
698
702
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
699
703
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
700
704
|
</svg>
|
|
701
|
-
<span>
|
|
705
|
+
<span>1444</span>
|
|
702
706
|
</span>
|
|
703
707
|
<span class="star" title="Repo Forked">
|
|
704
708
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
705
709
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
706
710
|
</path>
|
|
707
711
|
</svg>
|
|
708
|
-
<span>
|
|
712
|
+
<span>177</span>
|
|
709
713
|
</span>
|
|
710
714
|
<span class="star">
|
|
711
715
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
712
716
|
<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>
|
|
713
717
|
</svg>
|
|
714
|
-
<span>
|
|
718
|
+
<span>315 stars this week</span>
|
|
715
719
|
</span>
|
|
716
720
|
</div>
|
|
717
721
|
<div class="details">
|
|
@@ -724,32 +728,32 @@
|
|
|
724
728
|
<div class="info">
|
|
725
729
|
<div class="rank">
|
|
726
730
|
<span title="Ranking 17">17</span>
|
|
727
|
-
<a href="https://github.com/
|
|
731
|
+
<a href="https://github.com/facebook/folly" target="_blank" title="facebook/folly">facebook/folly</a>
|
|
728
732
|
</div>
|
|
729
733
|
<div class="sub-title followers">
|
|
730
734
|
|
|
731
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
732
|
-
<span style="background-color: #
|
|
735
|
+
<a class="language" target="_blank" href="https://github.com/topics/c++" title="Programming Language C++">
|
|
736
|
+
<span style="background-color: #f34b7d;"></span>C++
|
|
733
737
|
</a>
|
|
734
738
|
|
|
735
739
|
<span class="star" title="Stargazers Count">
|
|
736
740
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
737
741
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
738
742
|
</svg>
|
|
739
|
-
<span>
|
|
743
|
+
<span>20611</span>
|
|
740
744
|
</span>
|
|
741
745
|
<span class="star" title="Repo Forked">
|
|
742
746
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
743
747
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
744
748
|
</path>
|
|
745
749
|
</svg>
|
|
746
|
-
<span>
|
|
750
|
+
<span>4396</span>
|
|
747
751
|
</span>
|
|
748
752
|
<span class="star">
|
|
749
753
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
750
754
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
751
755
|
</svg>
|
|
752
|
-
<span>
|
|
756
|
+
<span>151 stars this week</span>
|
|
753
757
|
</span>
|
|
754
758
|
</div>
|
|
755
759
|
<div class="details">
|
|
@@ -762,32 +766,32 @@
|
|
|
762
766
|
<div class="info">
|
|
763
767
|
<div class="rank">
|
|
764
768
|
<span title="Ranking 18">18</span>
|
|
765
|
-
<a href="https://github.com/
|
|
769
|
+
<a href="https://github.com/ming1016/SwiftPamphletApp" target="_blank" title="ming1016/SwiftPamphletApp">ming1016/SwiftPamphletApp</a>
|
|
766
770
|
</div>
|
|
767
771
|
<div class="sub-title followers">
|
|
768
772
|
|
|
769
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
770
|
-
<span style="background-color: #
|
|
773
|
+
<a class="language" target="_blank" href="https://github.com/topics/swift" title="Programming Language Swift">
|
|
774
|
+
<span style="background-color: #F05138;"></span>Swift
|
|
771
775
|
</a>
|
|
772
776
|
|
|
773
777
|
<span class="star" title="Stargazers Count">
|
|
774
778
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
775
779
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
776
780
|
</svg>
|
|
777
|
-
<span>
|
|
781
|
+
<span>923</span>
|
|
778
782
|
</span>
|
|
779
783
|
<span class="star" title="Repo Forked">
|
|
780
784
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
781
785
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
782
786
|
</path>
|
|
783
787
|
</svg>
|
|
784
|
-
<span>
|
|
788
|
+
<span>99</span>
|
|
785
789
|
</span>
|
|
786
790
|
<span class="star">
|
|
787
791
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
788
792
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
789
793
|
</svg>
|
|
790
|
-
<span>
|
|
794
|
+
<span>265 stars this week</span>
|
|
791
795
|
</span>
|
|
792
796
|
</div>
|
|
793
797
|
<div class="details">
|
|
@@ -800,7 +804,7 @@
|
|
|
800
804
|
<div class="info">
|
|
801
805
|
<div class="rank">
|
|
802
806
|
<span title="Ranking 19">19</span>
|
|
803
|
-
<a href="https://github.com/
|
|
807
|
+
<a href="https://github.com/sindresorhus/awesome" target="_blank" title="sindresorhus/awesome">sindresorhus/awesome</a>
|
|
804
808
|
</div>
|
|
805
809
|
<div class="sub-title followers">
|
|
806
810
|
|
|
@@ -808,20 +812,20 @@
|
|
|
808
812
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
809
813
|
<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>
|
|
810
814
|
</svg>
|
|
811
|
-
<span>
|
|
815
|
+
<span>179245</span>
|
|
812
816
|
</span>
|
|
813
817
|
<span class="star" title="Repo Forked">
|
|
814
818
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
815
819
|
<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">
|
|
816
820
|
</path>
|
|
817
821
|
</svg>
|
|
818
|
-
<span>
|
|
822
|
+
<span>22227</span>
|
|
819
823
|
</span>
|
|
820
824
|
<span class="star">
|
|
821
825
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
822
826
|
<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>
|
|
823
827
|
</svg>
|
|
824
|
-
<span>
|
|
828
|
+
<span>1448 stars this week</span>
|
|
825
829
|
</span>
|
|
826
830
|
</div>
|
|
827
831
|
<div class="details">
|
|
@@ -834,32 +838,32 @@
|
|
|
834
838
|
<div class="info">
|
|
835
839
|
<div class="rank">
|
|
836
840
|
<span title="Ranking 20">20</span>
|
|
837
|
-
<a href="https://github.com/
|
|
841
|
+
<a href="https://github.com/iptv-org/iptv" target="_blank" title="iptv-org/iptv">iptv-org/iptv</a>
|
|
838
842
|
</div>
|
|
839
843
|
<div class="sub-title followers">
|
|
840
844
|
|
|
841
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
842
|
-
<span style="background-color: #
|
|
845
|
+
<a class="language" target="_blank" href="https://github.com/topics/javascript" title="Programming Language JavaScript">
|
|
846
|
+
<span style="background-color: #f1e05a;"></span>JavaScript
|
|
843
847
|
</a>
|
|
844
848
|
|
|
845
849
|
<span class="star" title="Stargazers Count">
|
|
846
850
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
847
851
|
<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>
|
|
848
852
|
</svg>
|
|
849
|
-
<span>
|
|
853
|
+
<span>43083</span>
|
|
850
854
|
</span>
|
|
851
855
|
<span class="star" title="Repo Forked">
|
|
852
856
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
853
857
|
<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">
|
|
854
858
|
</path>
|
|
855
859
|
</svg>
|
|
856
|
-
<span>
|
|
860
|
+
<span>4137</span>
|
|
857
861
|
</span>
|
|
858
862
|
<span class="star">
|
|
859
863
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
860
864
|
<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>
|
|
861
865
|
</svg>
|
|
862
|
-
<span>
|
|
866
|
+
<span>331 stars this week</span>
|
|
863
867
|
</span>
|
|
864
868
|
</div>
|
|
865
869
|
<div class="details">
|
|
@@ -872,32 +876,32 @@
|
|
|
872
876
|
<div class="info">
|
|
873
877
|
<div class="rank">
|
|
874
878
|
<span title="Ranking 21">21</span>
|
|
875
|
-
<a href="https://github.com/
|
|
879
|
+
<a href="https://github.com/terraform-aws-modules/terraform-aws-eks" target="_blank" title="terraform-aws-modules/terraform-aws-eks">terraform-aws-modules/terraform-aws-eks</a>
|
|
876
880
|
</div>
|
|
877
881
|
<div class="sub-title followers">
|
|
878
882
|
|
|
879
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
880
|
-
<span style="background-color: #
|
|
883
|
+
<a class="language" target="_blank" href="https://github.com/topics/hcl" title="Programming Language HCL">
|
|
884
|
+
<span style="background-color: #ccc;"></span>HCL
|
|
881
885
|
</a>
|
|
882
886
|
|
|
883
887
|
<span class="star" title="Stargazers Count">
|
|
884
888
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
885
889
|
<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>
|
|
886
890
|
</svg>
|
|
887
|
-
<span>
|
|
891
|
+
<span>2446</span>
|
|
888
892
|
</span>
|
|
889
893
|
<span class="star" title="Repo Forked">
|
|
890
894
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
891
895
|
<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">
|
|
892
896
|
</path>
|
|
893
897
|
</svg>
|
|
894
|
-
<span>
|
|
898
|
+
<span>2081</span>
|
|
895
899
|
</span>
|
|
896
900
|
<span class="star">
|
|
897
901
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
898
902
|
<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>
|
|
899
903
|
</svg>
|
|
900
|
-
<span>
|
|
904
|
+
<span>90 stars this week</span>
|
|
901
905
|
</span>
|
|
902
906
|
</div>
|
|
903
907
|
<div class="details">
|
|
@@ -910,32 +914,32 @@
|
|
|
910
914
|
<div class="info">
|
|
911
915
|
<div class="rank">
|
|
912
916
|
<span title="Ranking 22">22</span>
|
|
913
|
-
<a href="https://github.com/
|
|
917
|
+
<a href="https://github.com/babysor/MockingBird" target="_blank" title="babysor/MockingBird">babysor/MockingBird</a>
|
|
914
918
|
</div>
|
|
915
919
|
<div class="sub-title followers">
|
|
916
920
|
|
|
917
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
918
|
-
<span style="background-color: #
|
|
921
|
+
<a class="language" target="_blank" href="https://github.com/topics/javascript" title="Programming Language JavaScript">
|
|
922
|
+
<span style="background-color: #f1e05a;"></span>JavaScript
|
|
919
923
|
</a>
|
|
920
924
|
|
|
921
925
|
<span class="star" title="Stargazers Count">
|
|
922
926
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
923
927
|
<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>
|
|
924
928
|
</svg>
|
|
925
|
-
<span>
|
|
929
|
+
<span>13947</span>
|
|
926
930
|
</span>
|
|
927
931
|
<span class="star" title="Repo Forked">
|
|
928
932
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
929
933
|
<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">
|
|
930
934
|
</path>
|
|
931
935
|
</svg>
|
|
932
|
-
<span>
|
|
936
|
+
<span>1642</span>
|
|
933
937
|
</span>
|
|
934
938
|
<span class="star">
|
|
935
939
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
936
940
|
<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>
|
|
937
941
|
</svg>
|
|
938
|
-
<span>
|
|
942
|
+
<span>1085 stars this week</span>
|
|
939
943
|
</span>
|
|
940
944
|
</div>
|
|
941
945
|
<div class="details">
|
|
@@ -948,32 +952,32 @@
|
|
|
948
952
|
<div class="info">
|
|
949
953
|
<div class="rank">
|
|
950
954
|
<span title="Ranking 23">23</span>
|
|
951
|
-
<a href="https://github.com/
|
|
955
|
+
<a href="https://github.com/PKUanonym/REKCARC-TSC-UHT" target="_blank" title="PKUanonym/REKCARC-TSC-UHT">PKUanonym/REKCARC-TSC-UHT</a>
|
|
952
956
|
</div>
|
|
953
957
|
<div class="sub-title followers">
|
|
954
958
|
|
|
955
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
956
|
-
<span style="background-color: #
|
|
959
|
+
<a class="language" target="_blank" href="https://github.com/topics/html" title="Programming Language HTML">
|
|
960
|
+
<span style="background-color: #e34c26;"></span>HTML
|
|
957
961
|
</a>
|
|
958
962
|
|
|
959
963
|
<span class="star" title="Stargazers Count">
|
|
960
964
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
961
965
|
<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>
|
|
962
966
|
</svg>
|
|
963
|
-
<span>
|
|
967
|
+
<span>19574</span>
|
|
964
968
|
</span>
|
|
965
969
|
<span class="star" title="Repo Forked">
|
|
966
970
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
967
971
|
<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">
|
|
968
972
|
</path>
|
|
969
973
|
</svg>
|
|
970
|
-
<span>
|
|
974
|
+
<span>5370</span>
|
|
971
975
|
</span>
|
|
972
976
|
<span class="star">
|
|
973
977
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
974
978
|
<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>
|
|
975
979
|
</svg>
|
|
976
|
-
<span>
|
|
980
|
+
<span>344 stars this week</span>
|
|
977
981
|
</span>
|
|
978
982
|
</div>
|
|
979
983
|
<div class="details">
|
|
@@ -986,28 +990,32 @@
|
|
|
986
990
|
<div class="info">
|
|
987
991
|
<div class="rank">
|
|
988
992
|
<span title="Ranking 24">24</span>
|
|
989
|
-
<a href="https://github.com/
|
|
993
|
+
<a href="https://github.com/PaperMC/Paper" target="_blank" title="PaperMC/Paper">PaperMC/Paper</a>
|
|
990
994
|
</div>
|
|
991
995
|
<div class="sub-title followers">
|
|
992
996
|
|
|
997
|
+
<a class="language" target="_blank" href="https://github.com/topics/java" title="Programming Language Java">
|
|
998
|
+
<span style="background-color: #b07219;"></span>Java
|
|
999
|
+
</a>
|
|
1000
|
+
|
|
993
1001
|
<span class="star" title="Stargazers Count">
|
|
994
1002
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
995
1003
|
<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>
|
|
996
1004
|
</svg>
|
|
997
|
-
<span>
|
|
1005
|
+
<span>4990</span>
|
|
998
1006
|
</span>
|
|
999
1007
|
<span class="star" title="Repo Forked">
|
|
1000
1008
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
1001
1009
|
<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">
|
|
1002
1010
|
</path>
|
|
1003
1011
|
</svg>
|
|
1004
|
-
<span>
|
|
1012
|
+
<span>1291</span>
|
|
1005
1013
|
</span>
|
|
1006
1014
|
<span class="star">
|
|
1007
1015
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
1008
1016
|
<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>
|
|
1009
1017
|
</svg>
|
|
1010
|
-
<span>
|
|
1018
|
+
<span>131 stars this week</span>
|
|
1011
1019
|
</span>
|
|
1012
1020
|
</div>
|
|
1013
1021
|
<div class="details">
|
|
@@ -1020,32 +1028,32 @@
|
|
|
1020
1028
|
<div class="info">
|
|
1021
1029
|
<div class="rank">
|
|
1022
1030
|
<span title="Ranking 25">25</span>
|
|
1023
|
-
<a href="https://github.com/
|
|
1031
|
+
<a href="https://github.com/Anarios/return-youtube-dislike" target="_blank" title="Anarios/return-youtube-dislike">Anarios/return-youtube-dislike</a>
|
|
1024
1032
|
</div>
|
|
1025
1033
|
<div class="sub-title followers">
|
|
1026
1034
|
|
|
1027
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
1028
|
-
<span style="background-color: #
|
|
1035
|
+
<a class="language" target="_blank" href="https://github.com/topics/javascript" title="Programming Language JavaScript">
|
|
1036
|
+
<span style="background-color: #f1e05a;"></span>JavaScript
|
|
1029
1037
|
</a>
|
|
1030
1038
|
|
|
1031
1039
|
<span class="star" title="Stargazers Count">
|
|
1032
1040
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
1033
1041
|
<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>
|
|
1034
1042
|
</svg>
|
|
1035
|
-
<span>
|
|
1043
|
+
<span>5142</span>
|
|
1036
1044
|
</span>
|
|
1037
1045
|
<span class="star" title="Repo Forked">
|
|
1038
1046
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
1039
1047
|
<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">
|
|
1040
1048
|
</path>
|
|
1041
1049
|
</svg>
|
|
1042
|
-
<span>
|
|
1050
|
+
<span>182</span>
|
|
1043
1051
|
</span>
|
|
1044
1052
|
<span class="star">
|
|
1045
1053
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
1046
1054
|
<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>
|
|
1047
1055
|
</svg>
|
|
1048
|
-
<span>
|
|
1056
|
+
<span>1644 stars this week</span>
|
|
1049
1057
|
</span>
|
|
1050
1058
|
</div>
|
|
1051
1059
|
<div class="details">
|
|
@@ -1070,7 +1078,7 @@
|
|
|
1070
1078
|
<img src="https://img.shields.io/npm/v/@wcj/github-rank.svg?label=unpkg">
|
|
1071
1079
|
</a>
|
|
1072
1080
|
</div>
|
|
1073
|
-
<div class="time">Last cache created on 2021/12/
|
|
1081
|
+
<div class="time">Last cache created on 2021/12/9 by Github API v3.</div>
|
|
1074
1082
|
Create by <a href="https://github.com/jaywcjlove" target="_blank">小弟调调™</a>.
|
|
1075
1083
|
</div>
|
|
1076
1084
|
</body>
|