@wcj/github-rank 21.12.25 → 21.12.30
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 +38513 -38520
- package/dist/sifou-daily.json +72 -63
- package/dist/sifou-monthly.json +102 -102
- package/dist/sifou-weekly.json +165 -165
- package/dist/toutiao-30.json +112 -112
- package/dist/toutiao-7.json +135 -135
- package/dist/toutiao-90.json +78 -78
- package/dist/trending-daily.json +98 -208
- package/dist/trending-monthly.json +159 -159
- package/dist/trending-weekly.json +173 -173
- package/dist/users.china.json +3082 -3083
- package/dist/users.json +4082 -4082
- package/package.json +1 -1
- package/web/36kr.html +2 -2
- package/web/data/repos.json +38513 -38520
- package/web/data/sifou-daily.json +72 -63
- package/web/data/sifou-monthly.json +102 -102
- package/web/data/sifou-weekly.json +165 -165
- package/web/data/toutiao-30.json +112 -112
- package/web/data/toutiao-7.json +135 -135
- package/web/data/toutiao-90.json +78 -78
- package/web/data/trending-daily.json +98 -208
- package/web/data/trending-monthly.json +159 -159
- package/web/data/trending-weekly.json +173 -173
- package/web/data/users.china.json +3082 -3083
- package/web/data/users.json +4082 -4082
- package/web/index.html +2080 -2080
- package/web/repos.html +4624 -4624
- package/web/sifou-daily.html +81 -53
- package/web/sifou-monthly.html +97 -97
- package/web/sifou-weekly.html +140 -140
- package/web/toutiao-30.html +123 -123
- package/web/toutiao-7.html +89 -89
- package/web/toutiao-90.html +89 -89
- package/web/trending-monthly.html +145 -145
- package/web/trending-weekly.html +152 -148
- package/web/trending.html +84 -460
- package/web/users.china.html +1514 -1514
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/30 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/codenotary/immudb" target="_blank" title="codenotary/immudb">codenotary/immudb</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/go" title="Programming Language Go">
|
|
132
|
+
<span style="background-color: #00ADD8;"></span>Go
|
|
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>6281</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>207</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>1528 stars this week</span>
|
|
153
153
|
</span>
|
|
154
154
|
</div>
|
|
155
155
|
<div class="details">
|
|
@@ -162,28 +162,32 @@
|
|
|
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/Vonng/ddia" target="_blank" title="Vonng/ddia">Vonng/ddia</a>
|
|
166
166
|
</div>
|
|
167
167
|
<div class="sub-title followers">
|
|
168
168
|
|
|
169
|
+
<a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
|
|
170
|
+
<span style="background-color: #3572A5;"></span>Python
|
|
171
|
+
</a>
|
|
172
|
+
|
|
169
173
|
<span class="star" title="Stargazers Count">
|
|
170
174
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
171
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>
|
|
172
176
|
</svg>
|
|
173
|
-
<span>
|
|
177
|
+
<span>11251</span>
|
|
174
178
|
</span>
|
|
175
179
|
<span class="star" title="Repo Forked">
|
|
176
180
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
177
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">
|
|
178
182
|
</path>
|
|
179
183
|
</svg>
|
|
180
|
-
<span>
|
|
184
|
+
<span>2514</span>
|
|
181
185
|
</span>
|
|
182
186
|
<span class="star">
|
|
183
187
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
184
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>
|
|
185
189
|
</svg>
|
|
186
|
-
<span>
|
|
190
|
+
<span>681 stars this week</span>
|
|
187
191
|
</span>
|
|
188
192
|
</div>
|
|
189
193
|
<div class="details">
|
|
@@ -196,32 +200,32 @@
|
|
|
196
200
|
<div class="info">
|
|
197
201
|
<div class="rank">
|
|
198
202
|
<span title="Ranking 3">3</span>
|
|
199
|
-
<a href="https://github.com/
|
|
203
|
+
<a href="https://github.com/ssssssss-team/spider-flow" target="_blank" title="ssssssss-team/spider-flow">ssssssss-team/spider-flow</a>
|
|
200
204
|
</div>
|
|
201
205
|
<div class="sub-title followers">
|
|
202
206
|
|
|
203
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
204
|
-
<span style="background-color: #
|
|
207
|
+
<a class="language" target="_blank" href="https://github.com/topics/java" title="Programming Language Java">
|
|
208
|
+
<span style="background-color: #b07219;"></span>Java
|
|
205
209
|
</a>
|
|
206
210
|
|
|
207
211
|
<span class="star" title="Stargazers Count">
|
|
208
212
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
209
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>
|
|
210
214
|
</svg>
|
|
211
|
-
<span>
|
|
215
|
+
<span>4333</span>
|
|
212
216
|
</span>
|
|
213
217
|
<span class="star" title="Repo Forked">
|
|
214
218
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
215
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">
|
|
216
220
|
</path>
|
|
217
221
|
</svg>
|
|
218
|
-
<span>
|
|
222
|
+
<span>741</span>
|
|
219
223
|
</span>
|
|
220
224
|
<span class="star">
|
|
221
225
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
222
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>
|
|
223
227
|
</svg>
|
|
224
|
-
<span>
|
|
228
|
+
<span>1081 stars this week</span>
|
|
225
229
|
</span>
|
|
226
230
|
</div>
|
|
227
231
|
<div class="details">
|
|
@@ -234,32 +238,32 @@
|
|
|
234
238
|
<div class="info">
|
|
235
239
|
<div class="rank">
|
|
236
240
|
<span title="Ranking 4">4</span>
|
|
237
|
-
<a href="https://github.com/
|
|
241
|
+
<a href="https://github.com/norvig/pytudes" target="_blank" title="norvig/pytudes">norvig/pytudes</a>
|
|
238
242
|
</div>
|
|
239
243
|
<div class="sub-title followers">
|
|
240
244
|
|
|
241
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
242
|
-
<span style="background-color: #
|
|
245
|
+
<a class="language" target="_blank" href="https://github.com/topics/jupyternotebook" title="Programming Language JupyterNotebook">
|
|
246
|
+
<span style="background-color: #DA5B0B;"></span>JupyterNotebook
|
|
243
247
|
</a>
|
|
244
248
|
|
|
245
249
|
<span class="star" title="Stargazers Count">
|
|
246
250
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
247
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>
|
|
248
252
|
</svg>
|
|
249
|
-
<span>
|
|
253
|
+
<span>17808</span>
|
|
250
254
|
</span>
|
|
251
255
|
<span class="star" title="Repo Forked">
|
|
252
256
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
253
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">
|
|
254
258
|
</path>
|
|
255
259
|
</svg>
|
|
256
|
-
<span>
|
|
260
|
+
<span>2089</span>
|
|
257
261
|
</span>
|
|
258
262
|
<span class="star">
|
|
259
263
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
260
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>
|
|
261
265
|
</svg>
|
|
262
|
-
<span>
|
|
266
|
+
<span>587 stars this week</span>
|
|
263
267
|
</span>
|
|
264
268
|
</div>
|
|
265
269
|
<div class="details">
|
|
@@ -272,32 +276,32 @@
|
|
|
272
276
|
<div class="info">
|
|
273
277
|
<div class="rank">
|
|
274
278
|
<span title="Ranking 5">5</span>
|
|
275
|
-
<a href="https://github.com/
|
|
279
|
+
<a href="https://github.com/Anuken/Mindustry" target="_blank" title="Anuken/Mindustry">Anuken/Mindustry</a>
|
|
276
280
|
</div>
|
|
277
281
|
<div class="sub-title followers">
|
|
278
282
|
|
|
279
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
280
|
-
<span style="background-color: #
|
|
283
|
+
<a class="language" target="_blank" href="https://github.com/topics/java" title="Programming Language Java">
|
|
284
|
+
<span style="background-color: #b07219;"></span>Java
|
|
281
285
|
</a>
|
|
282
286
|
|
|
283
287
|
<span class="star" title="Stargazers Count">
|
|
284
288
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
285
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>
|
|
286
290
|
</svg>
|
|
287
|
-
<span>
|
|
291
|
+
<span>13542</span>
|
|
288
292
|
</span>
|
|
289
293
|
<span class="star" title="Repo Forked">
|
|
290
294
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
291
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">
|
|
292
296
|
</path>
|
|
293
297
|
</svg>
|
|
294
|
-
<span>
|
|
298
|
+
<span>1844</span>
|
|
295
299
|
</span>
|
|
296
300
|
<span class="star">
|
|
297
301
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
298
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>
|
|
299
303
|
</svg>
|
|
300
|
-
<span>
|
|
304
|
+
<span>411 stars this week</span>
|
|
301
305
|
</span>
|
|
302
306
|
</div>
|
|
303
307
|
<div class="details">
|
|
@@ -310,7 +314,7 @@
|
|
|
310
314
|
<div class="info">
|
|
311
315
|
<div class="rank">
|
|
312
316
|
<span title="Ranking 6">6</span>
|
|
313
|
-
<a href="https://github.com/
|
|
317
|
+
<a href="https://github.com/openai/glide-text2im" target="_blank" title="openai/glide-text2im">openai/glide-text2im</a>
|
|
314
318
|
</div>
|
|
315
319
|
<div class="sub-title followers">
|
|
316
320
|
|
|
@@ -322,20 +326,20 @@
|
|
|
322
326
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
323
327
|
<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>
|
|
324
328
|
</svg>
|
|
325
|
-
<span>
|
|
329
|
+
<span>1151</span>
|
|
326
330
|
</span>
|
|
327
331
|
<span class="star" title="Repo Forked">
|
|
328
332
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
329
333
|
<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">
|
|
330
334
|
</path>
|
|
331
335
|
</svg>
|
|
332
|
-
<span>
|
|
336
|
+
<span>98</span>
|
|
333
337
|
</span>
|
|
334
338
|
<span class="star">
|
|
335
339
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
336
340
|
<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>
|
|
337
341
|
</svg>
|
|
338
|
-
<span>
|
|
342
|
+
<span>588 stars this week</span>
|
|
339
343
|
</span>
|
|
340
344
|
</div>
|
|
341
345
|
<div class="details">
|
|
@@ -348,32 +352,32 @@
|
|
|
348
352
|
<div class="info">
|
|
349
353
|
<div class="rank">
|
|
350
354
|
<span title="Ranking 7">7</span>
|
|
351
|
-
<a href="https://github.com/
|
|
355
|
+
<a href="https://github.com/danielyxie/bitburner" target="_blank" title="danielyxie/bitburner">danielyxie/bitburner</a>
|
|
352
356
|
</div>
|
|
353
357
|
<div class="sub-title followers">
|
|
354
358
|
|
|
355
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
356
|
-
<span style="background-color: #
|
|
359
|
+
<a class="language" target="_blank" href="https://github.com/topics/javascript" title="Programming Language JavaScript">
|
|
360
|
+
<span style="background-color: #f1e05a;"></span>JavaScript
|
|
357
361
|
</a>
|
|
358
362
|
|
|
359
363
|
<span class="star" title="Stargazers Count">
|
|
360
364
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
361
365
|
<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>
|
|
362
366
|
</svg>
|
|
363
|
-
<span>
|
|
367
|
+
<span>800</span>
|
|
364
368
|
</span>
|
|
365
369
|
<span class="star" title="Repo Forked">
|
|
366
370
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
367
371
|
<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">
|
|
368
372
|
</path>
|
|
369
373
|
</svg>
|
|
370
|
-
<span>
|
|
374
|
+
<span>256</span>
|
|
371
375
|
</span>
|
|
372
376
|
<span class="star">
|
|
373
377
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
374
378
|
<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>
|
|
375
379
|
</svg>
|
|
376
|
-
<span>
|
|
380
|
+
<span>171 stars this week</span>
|
|
377
381
|
</span>
|
|
378
382
|
</div>
|
|
379
383
|
<div class="details">
|
|
@@ -386,32 +390,32 @@
|
|
|
386
390
|
<div class="info">
|
|
387
391
|
<div class="rank">
|
|
388
392
|
<span title="Ranking 8">8</span>
|
|
389
|
-
<a href="https://github.com/
|
|
393
|
+
<a href="https://github.com/LunarVim/Neovim-from-scratch" target="_blank" title="LunarVim/Neovim-from-scratch">LunarVim/Neovim-from-scratch</a>
|
|
390
394
|
</div>
|
|
391
395
|
<div class="sub-title followers">
|
|
392
396
|
|
|
393
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
394
|
-
<span style="background-color: #
|
|
397
|
+
<a class="language" target="_blank" href="https://github.com/topics/lua" title="Programming Language Lua">
|
|
398
|
+
<span style="background-color: #000080;"></span>Lua
|
|
395
399
|
</a>
|
|
396
400
|
|
|
397
401
|
<span class="star" title="Stargazers Count">
|
|
398
402
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
399
403
|
<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>
|
|
400
404
|
</svg>
|
|
401
|
-
<span>
|
|
405
|
+
<span>854</span>
|
|
402
406
|
</span>
|
|
403
407
|
<span class="star" title="Repo Forked">
|
|
404
408
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
405
409
|
<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">
|
|
406
410
|
</path>
|
|
407
411
|
</svg>
|
|
408
|
-
<span>
|
|
412
|
+
<span>115</span>
|
|
409
413
|
</span>
|
|
410
414
|
<span class="star">
|
|
411
415
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
412
416
|
<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>
|
|
413
417
|
</svg>
|
|
414
|
-
<span>
|
|
418
|
+
<span>198 stars this week</span>
|
|
415
419
|
</span>
|
|
416
420
|
</div>
|
|
417
421
|
<div class="details">
|
|
@@ -424,32 +428,32 @@
|
|
|
424
428
|
<div class="info">
|
|
425
429
|
<div class="rank">
|
|
426
430
|
<span title="Ranking 9">9</span>
|
|
427
|
-
<a href="https://github.com/
|
|
431
|
+
<a href="https://github.com/babysor/MockingBird" target="_blank" title="babysor/MockingBird">babysor/MockingBird</a>
|
|
428
432
|
</div>
|
|
429
433
|
<div class="sub-title followers">
|
|
430
434
|
|
|
431
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
432
|
-
<span style="background-color: #
|
|
435
|
+
<a class="language" target="_blank" href="https://github.com/topics/javascript" title="Programming Language JavaScript">
|
|
436
|
+
<span style="background-color: #f1e05a;"></span>JavaScript
|
|
433
437
|
</a>
|
|
434
438
|
|
|
435
439
|
<span class="star" title="Stargazers Count">
|
|
436
440
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
437
441
|
<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>
|
|
438
442
|
</svg>
|
|
439
|
-
<span>
|
|
443
|
+
<span>16820</span>
|
|
440
444
|
</span>
|
|
441
445
|
<span class="star" title="Repo Forked">
|
|
442
446
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
443
447
|
<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">
|
|
444
448
|
</path>
|
|
445
449
|
</svg>
|
|
446
|
-
<span>
|
|
450
|
+
<span>2091</span>
|
|
447
451
|
</span>
|
|
448
452
|
<span class="star">
|
|
449
453
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
450
454
|
<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>
|
|
451
455
|
</svg>
|
|
452
|
-
<span>
|
|
456
|
+
<span>1790 stars this week</span>
|
|
453
457
|
</span>
|
|
454
458
|
</div>
|
|
455
459
|
<div class="details">
|
|
@@ -462,32 +466,32 @@
|
|
|
462
466
|
<div class="info">
|
|
463
467
|
<div class="rank">
|
|
464
468
|
<span title="Ranking 10">10</span>
|
|
465
|
-
<a href="https://github.com/
|
|
469
|
+
<a href="https://github.com/marktext/marktext" target="_blank" title="marktext/marktext">marktext/marktext</a>
|
|
466
470
|
</div>
|
|
467
471
|
<div class="sub-title followers">
|
|
468
472
|
|
|
469
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
470
|
-
<span style="background-color: #
|
|
473
|
+
<a class="language" target="_blank" href="https://github.com/topics/javascript" title="Programming Language JavaScript">
|
|
474
|
+
<span style="background-color: #f1e05a;"></span>JavaScript
|
|
471
475
|
</a>
|
|
472
476
|
|
|
473
477
|
<span class="star" title="Stargazers Count">
|
|
474
478
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
475
479
|
<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>
|
|
476
480
|
</svg>
|
|
477
|
-
<span>
|
|
481
|
+
<span>25290</span>
|
|
478
482
|
</span>
|
|
479
483
|
<span class="star" title="Repo Forked">
|
|
480
484
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
481
485
|
<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">
|
|
482
486
|
</path>
|
|
483
487
|
</svg>
|
|
484
|
-
<span>
|
|
488
|
+
<span>1785</span>
|
|
485
489
|
</span>
|
|
486
490
|
<span class="star">
|
|
487
491
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
488
492
|
<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>
|
|
489
493
|
</svg>
|
|
490
|
-
<span>
|
|
494
|
+
<span>2189 stars this week</span>
|
|
491
495
|
</span>
|
|
492
496
|
</div>
|
|
493
497
|
<div class="details">
|
|
@@ -500,32 +504,32 @@
|
|
|
500
504
|
<div class="info">
|
|
501
505
|
<div class="rank">
|
|
502
506
|
<span title="Ranking 11">11</span>
|
|
503
|
-
<a href="https://github.com/
|
|
507
|
+
<a href="https://github.com/CERTCC/CVE-2021-44228_scanner" target="_blank" title="CERTCC/CVE-2021-44228_scanner">CERTCC/CVE-2021-44228_scanner</a>
|
|
504
508
|
</div>
|
|
505
509
|
<div class="sub-title followers">
|
|
506
510
|
|
|
507
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
508
|
-
<span style="background-color: #
|
|
511
|
+
<a class="language" target="_blank" href="https://github.com/topics/powershell" title="Programming Language PowerShell">
|
|
512
|
+
<span style="background-color: #012456;"></span>PowerShell
|
|
509
513
|
</a>
|
|
510
514
|
|
|
511
515
|
<span class="star" title="Stargazers Count">
|
|
512
516
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
513
517
|
<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>
|
|
514
518
|
</svg>
|
|
515
|
-
<span>
|
|
519
|
+
<span>279</span>
|
|
516
520
|
</span>
|
|
517
521
|
<span class="star" title="Repo Forked">
|
|
518
522
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
519
523
|
<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">
|
|
520
524
|
</path>
|
|
521
525
|
</svg>
|
|
522
|
-
<span>
|
|
526
|
+
<span>68</span>
|
|
523
527
|
</span>
|
|
524
528
|
<span class="star">
|
|
525
529
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
526
530
|
<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>
|
|
527
531
|
</svg>
|
|
528
|
-
<span>
|
|
532
|
+
<span>67 stars this week</span>
|
|
529
533
|
</span>
|
|
530
534
|
</div>
|
|
531
535
|
<div class="details">
|
|
@@ -538,32 +542,32 @@
|
|
|
538
542
|
<div class="info">
|
|
539
543
|
<div class="rank">
|
|
540
544
|
<span title="Ranking 12">12</span>
|
|
541
|
-
<a href="https://github.com/
|
|
545
|
+
<a href="https://github.com/TeamNewPipe/NewPipe" target="_blank" title="TeamNewPipe/NewPipe">TeamNewPipe/NewPipe</a>
|
|
542
546
|
</div>
|
|
543
547
|
<div class="sub-title followers">
|
|
544
548
|
|
|
545
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
546
|
-
<span style="background-color: #
|
|
549
|
+
<a class="language" target="_blank" href="https://github.com/topics/java" title="Programming Language Java">
|
|
550
|
+
<span style="background-color: #b07219;"></span>Java
|
|
547
551
|
</a>
|
|
548
552
|
|
|
549
553
|
<span class="star" title="Stargazers Count">
|
|
550
554
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
551
555
|
<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>
|
|
552
556
|
</svg>
|
|
553
|
-
<span>
|
|
557
|
+
<span>16036</span>
|
|
554
558
|
</span>
|
|
555
559
|
<span class="star" title="Repo Forked">
|
|
556
560
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
557
561
|
<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">
|
|
558
562
|
</path>
|
|
559
563
|
</svg>
|
|
560
|
-
<span>
|
|
564
|
+
<span>1981</span>
|
|
561
565
|
</span>
|
|
562
566
|
<span class="star">
|
|
563
567
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
564
568
|
<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>
|
|
565
569
|
</svg>
|
|
566
|
-
<span>
|
|
570
|
+
<span>259 stars this week</span>
|
|
567
571
|
</span>
|
|
568
572
|
</div>
|
|
569
573
|
<div class="details">
|
|
@@ -576,32 +580,28 @@
|
|
|
576
580
|
<div class="info">
|
|
577
581
|
<div class="rank">
|
|
578
582
|
<span title="Ranking 13">13</span>
|
|
579
|
-
<a href="https://github.com/
|
|
583
|
+
<a href="https://github.com/youngyangyang04/leetcode-master" target="_blank" title="youngyangyang04/leetcode-master">youngyangyang04/leetcode-master</a>
|
|
580
584
|
</div>
|
|
581
585
|
<div class="sub-title followers">
|
|
582
586
|
|
|
583
|
-
<a class="language" target="_blank" href="https://github.com/topics/c" title="Programming Language C">
|
|
584
|
-
<span style="background-color: #555555;"></span>C
|
|
585
|
-
</a>
|
|
586
|
-
|
|
587
587
|
<span class="star" title="Stargazers Count">
|
|
588
588
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
589
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>
|
|
590
590
|
</svg>
|
|
591
|
-
<span>
|
|
591
|
+
<span>20346</span>
|
|
592
592
|
</span>
|
|
593
593
|
<span class="star" title="Repo Forked">
|
|
594
594
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
595
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">
|
|
596
596
|
</path>
|
|
597
597
|
</svg>
|
|
598
|
-
<span>
|
|
598
|
+
<span>5232</span>
|
|
599
599
|
</span>
|
|
600
600
|
<span class="star">
|
|
601
601
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
602
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>
|
|
603
603
|
</svg>
|
|
604
|
-
<span>
|
|
604
|
+
<span>782 stars this week</span>
|
|
605
605
|
</span>
|
|
606
606
|
</div>
|
|
607
607
|
<div class="details">
|
|
@@ -614,32 +614,32 @@
|
|
|
614
614
|
<div class="info">
|
|
615
615
|
<div class="rank">
|
|
616
616
|
<span title="Ranking 14">14</span>
|
|
617
|
-
<a href="https://github.com/
|
|
617
|
+
<a href="https://github.com/mpcabete/bombcrypto-bot" target="_blank" title="mpcabete/bombcrypto-bot">mpcabete/bombcrypto-bot</a>
|
|
618
618
|
</div>
|
|
619
619
|
<div class="sub-title followers">
|
|
620
620
|
|
|
621
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
622
|
-
<span style="background-color: #
|
|
621
|
+
<a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
|
|
622
|
+
<span style="background-color: #3572A5;"></span>Python
|
|
623
623
|
</a>
|
|
624
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>600</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>349</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>165 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/30-seconds/30-seconds-of-code" target="_blank" title="30-seconds/30-seconds-of-code">30-seconds/30-seconds-of-code</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>90444</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>9558</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>1311 stars this week</span>
|
|
681
681
|
</span>
|
|
682
682
|
</div>
|
|
683
683
|
<div class="details">
|
|
@@ -690,32 +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/vitest-dev/vitest" target="_blank" title="vitest-dev/vitest">vitest-dev/vitest</a>
|
|
694
694
|
</div>
|
|
695
695
|
<div class="sub-title followers">
|
|
696
696
|
|
|
697
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
698
|
-
<span style="background-color: #
|
|
697
|
+
<a class="language" target="_blank" href="https://github.com/topics/typescript" title="Programming Language TypeScript">
|
|
698
|
+
<span style="background-color: #2b7489;"></span>TypeScript
|
|
699
699
|
</a>
|
|
700
700
|
|
|
701
701
|
<span class="star" title="Stargazers Count">
|
|
702
702
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
703
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>
|
|
704
704
|
</svg>
|
|
705
|
-
<span>
|
|
705
|
+
<span>1902</span>
|
|
706
706
|
</span>
|
|
707
707
|
<span class="star" title="Repo Forked">
|
|
708
708
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
709
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">
|
|
710
710
|
</path>
|
|
711
711
|
</svg>
|
|
712
|
-
<span>
|
|
712
|
+
<span>60</span>
|
|
713
713
|
</span>
|
|
714
714
|
<span class="star">
|
|
715
715
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
716
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>
|
|
717
717
|
</svg>
|
|
718
|
-
<span>
|
|
718
|
+
<span>618 stars this week</span>
|
|
719
719
|
</span>
|
|
720
720
|
</div>
|
|
721
721
|
<div class="details">
|
|
@@ -728,32 +728,32 @@
|
|
|
728
728
|
<div class="info">
|
|
729
729
|
<div class="rank">
|
|
730
730
|
<span title="Ranking 17">17</span>
|
|
731
|
-
<a href="https://github.com/
|
|
731
|
+
<a href="https://github.com/dtm-labs/dtm" target="_blank" title="dtm-labs/dtm">dtm-labs/dtm</a>
|
|
732
732
|
</div>
|
|
733
733
|
<div class="sub-title followers">
|
|
734
734
|
|
|
735
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
736
|
-
<span style="background-color: #
|
|
735
|
+
<a class="language" target="_blank" href="https://github.com/topics/go" title="Programming Language Go">
|
|
736
|
+
<span style="background-color: #00ADD8;"></span>Go
|
|
737
737
|
</a>
|
|
738
738
|
|
|
739
739
|
<span class="star" title="Stargazers Count">
|
|
740
740
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
741
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>
|
|
742
742
|
</svg>
|
|
743
|
-
<span>
|
|
743
|
+
<span>4338</span>
|
|
744
744
|
</span>
|
|
745
745
|
<span class="star" title="Repo Forked">
|
|
746
746
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
747
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">
|
|
748
748
|
</path>
|
|
749
749
|
</svg>
|
|
750
|
-
<span>
|
|
750
|
+
<span>442</span>
|
|
751
751
|
</span>
|
|
752
752
|
<span class="star">
|
|
753
753
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
754
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>
|
|
755
755
|
</svg>
|
|
756
|
-
<span>
|
|
756
|
+
<span>184 stars this week</span>
|
|
757
757
|
</span>
|
|
758
758
|
</div>
|
|
759
759
|
<div class="details">
|
|
@@ -766,32 +766,32 @@
|
|
|
766
766
|
<div class="info">
|
|
767
767
|
<div class="rank">
|
|
768
768
|
<span title="Ranking 18">18</span>
|
|
769
|
-
<a href="https://github.com/
|
|
769
|
+
<a href="https://github.com/TencentARC/GFPGAN" target="_blank" title="TencentARC/GFPGAN">TencentARC/GFPGAN</a>
|
|
770
770
|
</div>
|
|
771
771
|
<div class="sub-title followers">
|
|
772
772
|
|
|
773
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
774
|
-
<span style="background-color: #
|
|
773
|
+
<a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
|
|
774
|
+
<span style="background-color: #3572A5;"></span>Python
|
|
775
775
|
</a>
|
|
776
776
|
|
|
777
777
|
<span class="star" title="Stargazers Count">
|
|
778
778
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
779
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>
|
|
780
780
|
</svg>
|
|
781
|
-
<span>
|
|
781
|
+
<span>14999</span>
|
|
782
782
|
</span>
|
|
783
783
|
<span class="star" title="Repo Forked">
|
|
784
784
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
785
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">
|
|
786
786
|
</path>
|
|
787
787
|
</svg>
|
|
788
|
-
<span>
|
|
788
|
+
<span>2199</span>
|
|
789
789
|
</span>
|
|
790
790
|
<span class="star">
|
|
791
791
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
792
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>
|
|
793
793
|
</svg>
|
|
794
|
-
<span>
|
|
794
|
+
<span>2200 stars this week</span>
|
|
795
795
|
</span>
|
|
796
796
|
</div>
|
|
797
797
|
<div class="details">
|
|
@@ -804,32 +804,32 @@
|
|
|
804
804
|
<div class="info">
|
|
805
805
|
<div class="rank">
|
|
806
806
|
<span title="Ranking 19">19</span>
|
|
807
|
-
<a href="https://github.com/
|
|
807
|
+
<a href="https://github.com/RedisJSON/RedisJSON" target="_blank" title="RedisJSON/RedisJSON">RedisJSON/RedisJSON</a>
|
|
808
808
|
</div>
|
|
809
809
|
<div class="sub-title followers">
|
|
810
810
|
|
|
811
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
812
|
-
<span style="background-color: #
|
|
811
|
+
<a class="language" target="_blank" href="https://github.com/topics/rust" title="Programming Language Rust">
|
|
812
|
+
<span style="background-color: #dea584;"></span>Rust
|
|
813
813
|
</a>
|
|
814
814
|
|
|
815
815
|
<span class="star" title="Stargazers Count">
|
|
816
816
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
817
817
|
<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>
|
|
818
818
|
</svg>
|
|
819
|
-
<span>
|
|
819
|
+
<span>2669</span>
|
|
820
820
|
</span>
|
|
821
821
|
<span class="star" title="Repo Forked">
|
|
822
822
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
823
823
|
<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">
|
|
824
824
|
</path>
|
|
825
825
|
</svg>
|
|
826
|
-
<span>
|
|
826
|
+
<span>204</span>
|
|
827
827
|
</span>
|
|
828
828
|
<span class="star">
|
|
829
829
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
830
830
|
<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>
|
|
831
831
|
</svg>
|
|
832
|
-
<span>
|
|
832
|
+
<span>231 stars this week</span>
|
|
833
833
|
</span>
|
|
834
834
|
</div>
|
|
835
835
|
<div class="details">
|
|
@@ -842,32 +842,32 @@
|
|
|
842
842
|
<div class="info">
|
|
843
843
|
<div class="rank">
|
|
844
844
|
<span title="Ranking 20">20</span>
|
|
845
|
-
<a href="https://github.com/
|
|
845
|
+
<a href="https://github.com/discordjs/discord.js" target="_blank" title="discordjs/discord.js">discordjs/discord.js</a>
|
|
846
846
|
</div>
|
|
847
847
|
<div class="sub-title followers">
|
|
848
848
|
|
|
849
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
850
|
-
<span style="background-color: #
|
|
849
|
+
<a class="language" target="_blank" href="https://github.com/topics/javascript" title="Programming Language JavaScript">
|
|
850
|
+
<span style="background-color: #f1e05a;"></span>JavaScript
|
|
851
851
|
</a>
|
|
852
852
|
|
|
853
853
|
<span class="star" title="Stargazers Count">
|
|
854
854
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
855
855
|
<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>
|
|
856
856
|
</svg>
|
|
857
|
-
<span>
|
|
857
|
+
<span>16825</span>
|
|
858
858
|
</span>
|
|
859
859
|
<span class="star" title="Repo Forked">
|
|
860
860
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
861
861
|
<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">
|
|
862
862
|
</path>
|
|
863
863
|
</svg>
|
|
864
|
-
<span>
|
|
864
|
+
<span>3114</span>
|
|
865
865
|
</span>
|
|
866
866
|
<span class="star">
|
|
867
867
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
868
868
|
<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>
|
|
869
869
|
</svg>
|
|
870
|
-
<span>
|
|
870
|
+
<span>230 stars this week</span>
|
|
871
871
|
</span>
|
|
872
872
|
</div>
|
|
873
873
|
<div class="details">
|
|
@@ -880,28 +880,32 @@
|
|
|
880
880
|
<div class="info">
|
|
881
881
|
<div class="rank">
|
|
882
882
|
<span title="Ranking 21">21</span>
|
|
883
|
-
<a href="https://github.com/
|
|
883
|
+
<a href="https://github.com/rui314/mold" target="_blank" title="rui314/mold">rui314/mold</a>
|
|
884
884
|
</div>
|
|
885
885
|
<div class="sub-title followers">
|
|
886
886
|
|
|
887
|
+
<a class="language" target="_blank" href="https://github.com/topics/c++" title="Programming Language C++">
|
|
888
|
+
<span style="background-color: #f34b7d;"></span>C++
|
|
889
|
+
</a>
|
|
890
|
+
|
|
887
891
|
<span class="star" title="Stargazers Count">
|
|
888
892
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
889
893
|
<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>
|
|
890
894
|
</svg>
|
|
891
|
-
<span>
|
|
895
|
+
<span>5090</span>
|
|
892
896
|
</span>
|
|
893
897
|
<span class="star" title="Repo Forked">
|
|
894
898
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
895
899
|
<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">
|
|
896
900
|
</path>
|
|
897
901
|
</svg>
|
|
898
|
-
<span>
|
|
902
|
+
<span>145</span>
|
|
899
903
|
</span>
|
|
900
904
|
<span class="star">
|
|
901
905
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
902
906
|
<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>
|
|
903
907
|
</svg>
|
|
904
|
-
<span>
|
|
908
|
+
<span>364 stars this week</span>
|
|
905
909
|
</span>
|
|
906
910
|
</div>
|
|
907
911
|
<div class="details">
|
|
@@ -914,32 +918,32 @@
|
|
|
914
918
|
<div class="info">
|
|
915
919
|
<div class="rank">
|
|
916
920
|
<span title="Ranking 22">22</span>
|
|
917
|
-
<a href="https://github.com/
|
|
921
|
+
<a href="https://github.com/trekhleb/javascript-algorithms" target="_blank" title="trekhleb/javascript-algorithms">trekhleb/javascript-algorithms</a>
|
|
918
922
|
</div>
|
|
919
923
|
<div class="sub-title followers">
|
|
920
924
|
|
|
921
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
922
|
-
<span style="background-color: #
|
|
925
|
+
<a class="language" target="_blank" href="https://github.com/topics/javascript" title="Programming Language JavaScript">
|
|
926
|
+
<span style="background-color: #f1e05a;"></span>JavaScript
|
|
923
927
|
</a>
|
|
924
928
|
|
|
925
929
|
<span class="star" title="Stargazers Count">
|
|
926
930
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
927
931
|
<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>
|
|
928
932
|
</svg>
|
|
929
|
-
<span>
|
|
933
|
+
<span>130805</span>
|
|
930
934
|
</span>
|
|
931
935
|
<span class="star" title="Repo Forked">
|
|
932
936
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
933
937
|
<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">
|
|
934
938
|
</path>
|
|
935
939
|
</svg>
|
|
936
|
-
<span>
|
|
940
|
+
<span>21449</span>
|
|
937
941
|
</span>
|
|
938
942
|
<span class="star">
|
|
939
943
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
940
944
|
<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>
|
|
941
945
|
</svg>
|
|
942
|
-
<span>
|
|
946
|
+
<span>1309 stars this week</span>
|
|
943
947
|
</span>
|
|
944
948
|
</div>
|
|
945
949
|
<div class="details">
|
|
@@ -952,32 +956,32 @@
|
|
|
952
956
|
<div class="info">
|
|
953
957
|
<div class="rank">
|
|
954
958
|
<span title="Ranking 23">23</span>
|
|
955
|
-
<a href="https://github.com/
|
|
959
|
+
<a href="https://github.com/bastienwirtz/homer" target="_blank" title="bastienwirtz/homer">bastienwirtz/homer</a>
|
|
956
960
|
</div>
|
|
957
961
|
<div class="sub-title followers">
|
|
958
962
|
|
|
959
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
960
|
-
<span style="background-color: #
|
|
963
|
+
<a class="language" target="_blank" href="https://github.com/topics/vue" title="Programming Language Vue">
|
|
964
|
+
<span style="background-color: #41b883;"></span>Vue
|
|
961
965
|
</a>
|
|
962
966
|
|
|
963
967
|
<span class="star" title="Stargazers Count">
|
|
964
968
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
965
969
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
966
970
|
</svg>
|
|
967
|
-
<span>
|
|
971
|
+
<span>3590</span>
|
|
968
972
|
</span>
|
|
969
973
|
<span class="star" title="Repo Forked">
|
|
970
974
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
971
975
|
<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">
|
|
972
976
|
</path>
|
|
973
977
|
</svg>
|
|
974
|
-
<span>
|
|
978
|
+
<span>344</span>
|
|
975
979
|
</span>
|
|
976
980
|
<span class="star">
|
|
977
981
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
978
982
|
<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>
|
|
979
983
|
</svg>
|
|
980
|
-
<span>
|
|
984
|
+
<span>203 stars this week</span>
|
|
981
985
|
</span>
|
|
982
986
|
</div>
|
|
983
987
|
<div class="details">
|
|
@@ -990,32 +994,32 @@
|
|
|
990
994
|
<div class="info">
|
|
991
995
|
<div class="rank">
|
|
992
996
|
<span title="Ranking 24">24</span>
|
|
993
|
-
<a href="https://github.com/
|
|
997
|
+
<a href="https://github.com/mvt-project/mvt" target="_blank" title="mvt-project/mvt">mvt-project/mvt</a>
|
|
994
998
|
</div>
|
|
995
999
|
<div class="sub-title followers">
|
|
996
1000
|
|
|
997
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
998
|
-
<span style="background-color: #
|
|
1001
|
+
<a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
|
|
1002
|
+
<span style="background-color: #3572A5;"></span>Python
|
|
999
1003
|
</a>
|
|
1000
1004
|
|
|
1001
1005
|
<span class="star" title="Stargazers Count">
|
|
1002
1006
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
1003
1007
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
1004
1008
|
</svg>
|
|
1005
|
-
<span>
|
|
1009
|
+
<span>6446</span>
|
|
1006
1010
|
</span>
|
|
1007
1011
|
<span class="star" title="Repo Forked">
|
|
1008
1012
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
1009
1013
|
<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">
|
|
1010
1014
|
</path>
|
|
1011
1015
|
</svg>
|
|
1012
|
-
<span>
|
|
1016
|
+
<span>541</span>
|
|
1013
1017
|
</span>
|
|
1014
1018
|
<span class="star">
|
|
1015
1019
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
1016
1020
|
<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>
|
|
1017
1021
|
</svg>
|
|
1018
|
-
<span>
|
|
1022
|
+
<span>113 stars this week</span>
|
|
1019
1023
|
</span>
|
|
1020
1024
|
</div>
|
|
1021
1025
|
<div class="details">
|
|
@@ -1028,32 +1032,32 @@
|
|
|
1028
1032
|
<div class="info">
|
|
1029
1033
|
<div class="rank">
|
|
1030
1034
|
<span title="Ranking 25">25</span>
|
|
1031
|
-
<a href="https://github.com/
|
|
1035
|
+
<a href="https://github.com/mmistakes/minimal-mistakes" target="_blank" title="mmistakes/minimal-mistakes">mmistakes/minimal-mistakes</a>
|
|
1032
1036
|
</div>
|
|
1033
1037
|
<div class="sub-title followers">
|
|
1034
1038
|
|
|
1035
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
1036
|
-
<span style="background-color: #
|
|
1039
|
+
<a class="language" target="_blank" href="https://github.com/topics/html" title="Programming Language HTML">
|
|
1040
|
+
<span style="background-color: #e34c26;"></span>HTML
|
|
1037
1041
|
</a>
|
|
1038
1042
|
|
|
1039
1043
|
<span class="star" title="Stargazers Count">
|
|
1040
1044
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
1041
1045
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
1042
1046
|
</svg>
|
|
1043
|
-
<span>
|
|
1047
|
+
<span>9037</span>
|
|
1044
1048
|
</span>
|
|
1045
1049
|
<span class="star" title="Repo Forked">
|
|
1046
1050
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
1047
1051
|
<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">
|
|
1048
1052
|
</path>
|
|
1049
1053
|
</svg>
|
|
1050
|
-
<span>
|
|
1054
|
+
<span>17536</span>
|
|
1051
1055
|
</span>
|
|
1052
1056
|
<span class="star">
|
|
1053
1057
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
1054
1058
|
<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>
|
|
1055
1059
|
</svg>
|
|
1056
|
-
<span>
|
|
1060
|
+
<span>56 stars this week</span>
|
|
1057
1061
|
</span>
|
|
1058
1062
|
</div>
|
|
1059
1063
|
<div class="details">
|
|
@@ -1078,7 +1082,7 @@
|
|
|
1078
1082
|
<img src="https://img.shields.io/npm/v/@wcj/github-rank.svg?label=unpkg">
|
|
1079
1083
|
</a>
|
|
1080
1084
|
</div>
|
|
1081
|
-
<div class="time">Last cache created on 2021/12/
|
|
1085
|
+
<div class="time">Last cache created on 2021/12/30 by Github API v3.</div>
|
|
1082
1086
|
Create by <a href="https://github.com/jaywcjlove" target="_blank">小弟调调™</a>.
|
|
1083
1087
|
</div>
|
|
1084
1088
|
</body>
|