@wcj/github-rank 21.11.7 → 21.11.11
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 +36012 -36019
- package/dist/sifou-daily.json +154 -28
- package/dist/sifou-monthly.json +131 -131
- package/dist/sifou-weekly.json +175 -166
- package/dist/toutiao-30.json +72 -72
- package/dist/toutiao-7.json +149 -149
- package/dist/toutiao-90.json +57 -57
- package/dist/trending-daily.json +175 -175
- package/dist/trending-monthly.json +170 -170
- package/dist/trending-weekly.json +165 -165
- package/dist/users.china.json +3190 -3191
- package/dist/users.json +3795 -3796
- package/package.json +1 -1
- package/web/36kr.html +2 -2
- package/web/data/repos.json +36012 -36019
- package/web/data/sifou-daily.json +154 -28
- package/web/data/sifou-monthly.json +131 -131
- package/web/data/sifou-weekly.json +175 -166
- package/web/data/toutiao-30.json +72 -72
- package/web/data/toutiao-7.json +149 -149
- package/web/data/toutiao-90.json +57 -57
- package/web/data/trending-daily.json +175 -175
- package/web/data/trending-monthly.json +170 -170
- package/web/data/trending-weekly.json +165 -165
- package/web/data/users.china.json +3190 -3191
- package/web/data/users.json +3795 -3796
- package/web/index.html +1866 -1866
- package/web/repos.html +4344 -4344
- package/web/sifou-daily.html +416 -24
- package/web/sifou-monthly.html +130 -130
- package/web/sifou-weekly.html +169 -141
- package/web/toutiao-30.html +79 -79
- package/web/toutiao-7.html +99 -99
- package/web/toutiao-90.html +75 -75
- package/web/trending-monthly.html +147 -147
- package/web/trending-weekly.html +137 -149
- package/web/trending.html +150 -154
- package/web/users.china.html +1741 -1741
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/11/
|
|
105
|
+
<div class="time">Last cache created on 2021/11/11 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/DrKLO/Telegram" target="_blank" title="DrKLO/Telegram">DrKLO/Telegram</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/java" title="Programming Language Java">
|
|
132
|
+
<span style="background-color: #b07219;"></span>Java
|
|
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>18467</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>6368</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>369 stars this week</span>
|
|
153
153
|
</span>
|
|
154
154
|
</div>
|
|
155
155
|
<div class="details">
|
|
@@ -162,32 +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/questdb/questdb" target="_blank" title="questdb/questdb">questdb/questdb</a>
|
|
166
166
|
</div>
|
|
167
167
|
<div class="sub-title followers">
|
|
168
168
|
|
|
169
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
170
|
-
<span style="background-color: #
|
|
169
|
+
<a class="language" target="_blank" href="https://github.com/topics/java" title="Programming Language Java">
|
|
170
|
+
<span style="background-color: #b07219;"></span>Java
|
|
171
171
|
</a>
|
|
172
172
|
|
|
173
173
|
<span class="star" title="Stargazers Count">
|
|
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>6818</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>354</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>1491 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/OpenIMSDK/Open-IM-Server" target="_blank" title="OpenIMSDK/Open-IM-Server">OpenIMSDK/Open-IM-Server</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/go" title="Programming Language Go">
|
|
208
|
+
<span style="background-color: #00ADD8;"></span>Go
|
|
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>4386</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>552</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>1218 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/MangoDB-io/MangoDB" target="_blank" title="MangoDB-io/MangoDB">MangoDB-io/MangoDB</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/go" title="Programming Language Go">
|
|
246
|
+
<span style="background-color: #00ADD8;"></span>Go
|
|
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>2069</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>40</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>1115 stars this week</span>
|
|
267
267
|
</span>
|
|
268
268
|
</div>
|
|
269
269
|
<div class="details">
|
|
@@ -288,20 +288,20 @@
|
|
|
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>5745</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>468</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>1907 stars this week</span>
|
|
305
305
|
</span>
|
|
306
306
|
</div>
|
|
307
307
|
<div class="details">
|
|
@@ -314,32 +314,32 @@
|
|
|
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/nickboucher/trojan-source" target="_blank" title="nickboucher/trojan-source">nickboucher/trojan-source</a>
|
|
318
318
|
</div>
|
|
319
319
|
<div class="sub-title followers">
|
|
320
320
|
|
|
321
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
322
|
-
<span style="background-color: #
|
|
321
|
+
<a class="language" target="_blank" href="https://github.com/topics/scss" title="Programming Language SCSS">
|
|
322
|
+
<span style="background-color: #c6538c;"></span>SCSS
|
|
323
323
|
</a>
|
|
324
324
|
|
|
325
325
|
<span class="star" title="Stargazers Count">
|
|
326
326
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
327
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>
|
|
328
328
|
</svg>
|
|
329
|
-
<span>
|
|
329
|
+
<span>873</span>
|
|
330
330
|
</span>
|
|
331
331
|
<span class="star" title="Repo Forked">
|
|
332
332
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
333
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">
|
|
334
334
|
</path>
|
|
335
335
|
</svg>
|
|
336
|
-
<span>
|
|
336
|
+
<span>246</span>
|
|
337
337
|
</span>
|
|
338
338
|
<span class="star">
|
|
339
339
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
340
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>
|
|
341
341
|
</svg>
|
|
342
|
-
<span>
|
|
342
|
+
<span>309 stars this week</span>
|
|
343
343
|
</span>
|
|
344
344
|
</div>
|
|
345
345
|
<div class="details">
|
|
@@ -352,32 +352,32 @@
|
|
|
352
352
|
<div class="info">
|
|
353
353
|
<div class="rank">
|
|
354
354
|
<span title="Ranking 7">7</span>
|
|
355
|
-
<a href="https://github.com/
|
|
355
|
+
<a href="https://github.com/helix-editor/helix" target="_blank" title="helix-editor/helix">helix-editor/helix</a>
|
|
356
356
|
</div>
|
|
357
357
|
<div class="sub-title followers">
|
|
358
358
|
|
|
359
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
360
|
-
<span style="background-color: #
|
|
359
|
+
<a class="language" target="_blank" href="https://github.com/topics/rust" title="Programming Language Rust">
|
|
360
|
+
<span style="background-color: #dea584;"></span>Rust
|
|
361
361
|
</a>
|
|
362
362
|
|
|
363
363
|
<span class="star" title="Stargazers Count">
|
|
364
364
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
365
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>
|
|
366
366
|
</svg>
|
|
367
|
-
<span>
|
|
367
|
+
<span>4192</span>
|
|
368
368
|
</span>
|
|
369
369
|
<span class="star" title="Repo Forked">
|
|
370
370
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
371
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">
|
|
372
372
|
</path>
|
|
373
373
|
</svg>
|
|
374
|
-
<span>
|
|
374
|
+
<span>201</span>
|
|
375
375
|
</span>
|
|
376
376
|
<span class="star">
|
|
377
377
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
378
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>
|
|
379
379
|
</svg>
|
|
380
|
-
<span>
|
|
380
|
+
<span>336 stars this week</span>
|
|
381
381
|
</span>
|
|
382
382
|
</div>
|
|
383
383
|
<div class="details">
|
|
@@ -390,32 +390,28 @@
|
|
|
390
390
|
<div class="info">
|
|
391
391
|
<div class="rank">
|
|
392
392
|
<span title="Ranking 8">8</span>
|
|
393
|
-
<a href="https://github.com/
|
|
393
|
+
<a href="https://github.com/CSSEGISandData/COVID-19" target="_blank" title="CSSEGISandData/COVID-19">CSSEGISandData/COVID-19</a>
|
|
394
394
|
</div>
|
|
395
395
|
<div class="sub-title followers">
|
|
396
396
|
|
|
397
|
-
<a class="language" target="_blank" href="https://github.com/topics/javascript" title="Programming Language JavaScript">
|
|
398
|
-
<span style="background-color: #f1e05a;"></span>JavaScript
|
|
399
|
-
</a>
|
|
400
|
-
|
|
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>27702</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>17800</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>96 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/microsoft/
|
|
427
|
+
<a href="https://github.com/microsoft/ML-For-Beginners" target="_blank" title="microsoft/ML-For-Beginners">microsoft/ML-For-Beginners</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/jupyternotebook" title="Programming Language JupyterNotebook">
|
|
432
|
+
<span style="background-color: #DA5B0B;"></span>JupyterNotebook
|
|
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>25336</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>5189</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>1302 stars this week</span>
|
|
457
453
|
</span>
|
|
458
454
|
</div>
|
|
459
455
|
<div class="details">
|
|
@@ -466,7 +462,7 @@
|
|
|
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/d2l-ai/d2l-zh" target="_blank" title="d2l-ai/d2l-zh">d2l-ai/d2l-zh</a>
|
|
470
466
|
</div>
|
|
471
467
|
<div class="sub-title followers">
|
|
472
468
|
|
|
@@ -478,20 +474,20 @@
|
|
|
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>27372</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>6503</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>605 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/solana-labs/token-list" target="_blank" title="solana-labs/token-list">solana-labs/token-list</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>355</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>1510</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>76 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/darglein/ADOP" target="_blank" title="darglein/ADOP">darglein/ADOP</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/c++" title="Programming Language C++">
|
|
546
|
+
<span style="background-color: #f34b7d;"></span>C++
|
|
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>1006</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>82</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>180 stars this week</span>
|
|
571
567
|
</span>
|
|
572
568
|
</div>
|
|
573
569
|
<div class="details">
|
|
@@ -580,32 +576,28 @@
|
|
|
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/lihaoyun6/PD-Runner" target="_blank" title="lihaoyun6/PD-Runner">lihaoyun6/PD-Runner</a>
|
|
584
580
|
</div>
|
|
585
581
|
<div class="sub-title followers">
|
|
586
582
|
|
|
587
|
-
<a class="language" target="_blank" href="https://github.com/topics/c++" title="Programming Language C++">
|
|
588
|
-
<span style="background-color: #f34b7d;"></span>C++
|
|
589
|
-
</a>
|
|
590
|
-
|
|
591
583
|
<span class="star" title="Stargazers Count">
|
|
592
584
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
593
585
|
<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
586
|
</svg>
|
|
595
|
-
<span>
|
|
587
|
+
<span>1222</span>
|
|
596
588
|
</span>
|
|
597
589
|
<span class="star" title="Repo Forked">
|
|
598
590
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
599
591
|
<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
592
|
</path>
|
|
601
593
|
</svg>
|
|
602
|
-
<span>
|
|
594
|
+
<span>198</span>
|
|
603
595
|
</span>
|
|
604
596
|
<span class="star">
|
|
605
597
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
606
598
|
<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
599
|
</svg>
|
|
608
|
-
<span>
|
|
600
|
+
<span>338 stars this week</span>
|
|
609
601
|
</span>
|
|
610
602
|
</div>
|
|
611
603
|
<div class="details">
|
|
@@ -618,32 +610,32 @@
|
|
|
618
610
|
<div class="info">
|
|
619
611
|
<div class="rank">
|
|
620
612
|
<span title="Ranking 14">14</span>
|
|
621
|
-
<a href="https://github.com/
|
|
613
|
+
<a href="https://github.com/microsoft/Data-Science-For-Beginners" target="_blank" title="microsoft/Data-Science-For-Beginners">microsoft/Data-Science-For-Beginners</a>
|
|
622
614
|
</div>
|
|
623
615
|
<div class="sub-title followers">
|
|
624
616
|
|
|
625
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
626
|
-
<span style="background-color: #
|
|
617
|
+
<a class="language" target="_blank" href="https://github.com/topics/jupyternotebook" title="Programming Language JupyterNotebook">
|
|
618
|
+
<span style="background-color: #DA5B0B;"></span>JupyterNotebook
|
|
627
619
|
</a>
|
|
628
620
|
|
|
629
621
|
<span class="star" title="Stargazers Count">
|
|
630
622
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
631
623
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
632
624
|
</svg>
|
|
633
|
-
<span>
|
|
625
|
+
<span>6609</span>
|
|
634
626
|
</span>
|
|
635
627
|
<span class="star" title="Repo Forked">
|
|
636
628
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
637
629
|
<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">
|
|
638
630
|
</path>
|
|
639
631
|
</svg>
|
|
640
|
-
<span>
|
|
632
|
+
<span>914</span>
|
|
641
633
|
</span>
|
|
642
634
|
<span class="star">
|
|
643
635
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
644
636
|
<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>
|
|
645
637
|
</svg>
|
|
646
|
-
<span>
|
|
638
|
+
<span>856 stars this week</span>
|
|
647
639
|
</span>
|
|
648
640
|
</div>
|
|
649
641
|
<div class="details">
|
|
@@ -656,32 +648,32 @@
|
|
|
656
648
|
<div class="info">
|
|
657
649
|
<div class="rank">
|
|
658
650
|
<span title="Ranking 15">15</span>
|
|
659
|
-
<a href="https://github.com/
|
|
651
|
+
<a href="https://github.com/files-community/Files" target="_blank" title="files-community/Files">files-community/Files</a>
|
|
660
652
|
</div>
|
|
661
653
|
<div class="sub-title followers">
|
|
662
654
|
|
|
663
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
664
|
-
<span style="background-color: #
|
|
655
|
+
<a class="language" target="_blank" href="https://github.com/topics/c#" title="Programming Language C#">
|
|
656
|
+
<span style="background-color: #178600;"></span>C#
|
|
665
657
|
</a>
|
|
666
658
|
|
|
667
659
|
<span class="star" title="Stargazers Count">
|
|
668
660
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
669
661
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
670
662
|
</svg>
|
|
671
|
-
<span>
|
|
663
|
+
<span>14445</span>
|
|
672
664
|
</span>
|
|
673
665
|
<span class="star" title="Repo Forked">
|
|
674
666
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
675
667
|
<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">
|
|
676
668
|
</path>
|
|
677
669
|
</svg>
|
|
678
|
-
<span>
|
|
670
|
+
<span>780</span>
|
|
679
671
|
</span>
|
|
680
672
|
<span class="star">
|
|
681
673
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
682
674
|
<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>
|
|
683
675
|
</svg>
|
|
684
|
-
<span>
|
|
676
|
+
<span>721 stars this week</span>
|
|
685
677
|
</span>
|
|
686
678
|
</div>
|
|
687
679
|
<div class="details">
|
|
@@ -694,32 +686,32 @@
|
|
|
694
686
|
<div class="info">
|
|
695
687
|
<div class="rank">
|
|
696
688
|
<span title="Ranking 16">16</span>
|
|
697
|
-
<a href="https://github.com/
|
|
689
|
+
<a href="https://github.com/zero205/JD_tencent_scf" target="_blank" title="zero205/JD_tencent_scf">zero205/JD_tencent_scf</a>
|
|
698
690
|
</div>
|
|
699
691
|
<div class="sub-title followers">
|
|
700
692
|
|
|
701
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
702
|
-
<span style="background-color: #
|
|
693
|
+
<a class="language" target="_blank" href="https://github.com/topics/javascript" title="Programming Language JavaScript">
|
|
694
|
+
<span style="background-color: #f1e05a;"></span>JavaScript
|
|
703
695
|
</a>
|
|
704
696
|
|
|
705
697
|
<span class="star" title="Stargazers Count">
|
|
706
698
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
707
699
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
708
700
|
</svg>
|
|
709
|
-
<span>
|
|
701
|
+
<span>985</span>
|
|
710
702
|
</span>
|
|
711
703
|
<span class="star" title="Repo Forked">
|
|
712
704
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
713
705
|
<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">
|
|
714
706
|
</path>
|
|
715
707
|
</svg>
|
|
716
|
-
<span>
|
|
708
|
+
<span>435</span>
|
|
717
709
|
</span>
|
|
718
710
|
<span class="star">
|
|
719
711
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
720
712
|
<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>
|
|
721
713
|
</svg>
|
|
722
|
-
<span>
|
|
714
|
+
<span>162 stars this week</span>
|
|
723
715
|
</span>
|
|
724
716
|
</div>
|
|
725
717
|
<div class="details">
|
|
@@ -732,32 +724,32 @@
|
|
|
732
724
|
<div class="info">
|
|
733
725
|
<div class="rank">
|
|
734
726
|
<span title="Ranking 17">17</span>
|
|
735
|
-
<a href="https://github.com/
|
|
727
|
+
<a href="https://github.com/hashicorp/vagrant" target="_blank" title="hashicorp/vagrant">hashicorp/vagrant</a>
|
|
736
728
|
</div>
|
|
737
729
|
<div class="sub-title followers">
|
|
738
730
|
|
|
739
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
740
|
-
<span style="background-color: #
|
|
731
|
+
<a class="language" target="_blank" href="https://github.com/topics/ruby" title="Programming Language Ruby">
|
|
732
|
+
<span style="background-color: #701516;"></span>Ruby
|
|
741
733
|
</a>
|
|
742
734
|
|
|
743
735
|
<span class="star" title="Stargazers Count">
|
|
744
736
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
745
737
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
746
738
|
</svg>
|
|
747
|
-
<span>
|
|
739
|
+
<span>22923</span>
|
|
748
740
|
</span>
|
|
749
741
|
<span class="star" title="Repo Forked">
|
|
750
742
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
751
743
|
<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">
|
|
752
744
|
</path>
|
|
753
745
|
</svg>
|
|
754
|
-
<span>
|
|
746
|
+
<span>4167</span>
|
|
755
747
|
</span>
|
|
756
748
|
<span class="star">
|
|
757
749
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
758
750
|
<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>
|
|
759
751
|
</svg>
|
|
760
|
-
<span>
|
|
752
|
+
<span>70 stars this week</span>
|
|
761
753
|
</span>
|
|
762
754
|
</div>
|
|
763
755
|
<div class="details">
|
|
@@ -770,7 +762,7 @@
|
|
|
770
762
|
<div class="info">
|
|
771
763
|
<div class="rank">
|
|
772
764
|
<span title="Ranking 18">18</span>
|
|
773
|
-
<a href="https://github.com/
|
|
765
|
+
<a href="https://github.com/adiwajshing/Baileys" target="_blank" title="adiwajshing/Baileys">adiwajshing/Baileys</a>
|
|
774
766
|
</div>
|
|
775
767
|
<div class="sub-title followers">
|
|
776
768
|
|
|
@@ -782,20 +774,20 @@
|
|
|
782
774
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
783
775
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
784
776
|
</svg>
|
|
785
|
-
<span>
|
|
777
|
+
<span>1696</span>
|
|
786
778
|
</span>
|
|
787
779
|
<span class="star" title="Repo Forked">
|
|
788
780
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
789
781
|
<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">
|
|
790
782
|
</path>
|
|
791
783
|
</svg>
|
|
792
|
-
<span>
|
|
784
|
+
<span>439</span>
|
|
793
785
|
</span>
|
|
794
786
|
<span class="star">
|
|
795
787
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
796
788
|
<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>
|
|
797
789
|
</svg>
|
|
798
|
-
<span>
|
|
790
|
+
<span>66 stars this week</span>
|
|
799
791
|
</span>
|
|
800
792
|
</div>
|
|
801
793
|
<div class="details">
|
|
@@ -808,32 +800,32 @@
|
|
|
808
800
|
<div class="info">
|
|
809
801
|
<div class="rank">
|
|
810
802
|
<span title="Ranking 19">19</span>
|
|
811
|
-
<a href="https://github.com/
|
|
803
|
+
<a href="https://github.com/element-plus/element-plus" target="_blank" title="element-plus/element-plus">element-plus/element-plus</a>
|
|
812
804
|
</div>
|
|
813
805
|
<div class="sub-title followers">
|
|
814
806
|
|
|
815
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
816
|
-
<span style="background-color: #
|
|
807
|
+
<a class="language" target="_blank" href="https://github.com/topics/vue" title="Programming Language Vue">
|
|
808
|
+
<span style="background-color: #41b883;"></span>Vue
|
|
817
809
|
</a>
|
|
818
810
|
|
|
819
811
|
<span class="star" title="Stargazers Count">
|
|
820
812
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
821
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>
|
|
822
814
|
</svg>
|
|
823
|
-
<span>
|
|
815
|
+
<span>12444</span>
|
|
824
816
|
</span>
|
|
825
817
|
<span class="star" title="Repo Forked">
|
|
826
818
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
827
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">
|
|
828
820
|
</path>
|
|
829
821
|
</svg>
|
|
830
|
-
<span>
|
|
822
|
+
<span>1905</span>
|
|
831
823
|
</span>
|
|
832
824
|
<span class="star">
|
|
833
825
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
834
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>
|
|
835
827
|
</svg>
|
|
836
|
-
<span>
|
|
828
|
+
<span>125 stars this week</span>
|
|
837
829
|
</span>
|
|
838
830
|
</div>
|
|
839
831
|
<div class="details">
|
|
@@ -846,32 +838,32 @@
|
|
|
846
838
|
<div class="info">
|
|
847
839
|
<div class="rank">
|
|
848
840
|
<span title="Ranking 20">20</span>
|
|
849
|
-
<a href="https://github.com/
|
|
841
|
+
<a href="https://github.com/commaai/openpilot" target="_blank" title="commaai/openpilot">commaai/openpilot</a>
|
|
850
842
|
</div>
|
|
851
843
|
<div class="sub-title followers">
|
|
852
844
|
|
|
853
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
854
|
-
<span style="background-color: #
|
|
845
|
+
<a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
|
|
846
|
+
<span style="background-color: #3572A5;"></span>Python
|
|
855
847
|
</a>
|
|
856
848
|
|
|
857
849
|
<span class="star" title="Stargazers Count">
|
|
858
850
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
859
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>
|
|
860
852
|
</svg>
|
|
861
|
-
<span>
|
|
853
|
+
<span>30868</span>
|
|
862
854
|
</span>
|
|
863
855
|
<span class="star" title="Repo Forked">
|
|
864
856
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
865
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">
|
|
866
858
|
</path>
|
|
867
859
|
</svg>
|
|
868
|
-
<span>
|
|
860
|
+
<span>5731</span>
|
|
869
861
|
</span>
|
|
870
862
|
<span class="star">
|
|
871
863
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
872
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>
|
|
873
865
|
</svg>
|
|
874
|
-
<span>
|
|
866
|
+
<span>498 stars this week</span>
|
|
875
867
|
</span>
|
|
876
868
|
</div>
|
|
877
869
|
<div class="details">
|
|
@@ -884,32 +876,32 @@
|
|
|
884
876
|
<div class="info">
|
|
885
877
|
<div class="rank">
|
|
886
878
|
<span title="Ranking 21">21</span>
|
|
887
|
-
<a href="https://github.com/
|
|
879
|
+
<a href="https://github.com/remix-run/react-router" target="_blank" title="remix-run/react-router">remix-run/react-router</a>
|
|
888
880
|
</div>
|
|
889
881
|
<div class="sub-title followers">
|
|
890
882
|
|
|
891
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
892
|
-
<span style="background-color: #
|
|
883
|
+
<a class="language" target="_blank" href="https://github.com/topics/typescript" title="Programming Language TypeScript">
|
|
884
|
+
<span style="background-color: #2b7489;"></span>TypeScript
|
|
893
885
|
</a>
|
|
894
886
|
|
|
895
887
|
<span class="star" title="Stargazers Count">
|
|
896
888
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
897
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>
|
|
898
890
|
</svg>
|
|
899
|
-
<span>
|
|
891
|
+
<span>44654</span>
|
|
900
892
|
</span>
|
|
901
893
|
<span class="star" title="Repo Forked">
|
|
902
894
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
903
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">
|
|
904
896
|
</path>
|
|
905
897
|
</svg>
|
|
906
|
-
<span>
|
|
898
|
+
<span>8631</span>
|
|
907
899
|
</span>
|
|
908
900
|
<span class="star">
|
|
909
901
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
910
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>
|
|
911
903
|
</svg>
|
|
912
|
-
<span>
|
|
904
|
+
<span>270 stars this week</span>
|
|
913
905
|
</span>
|
|
914
906
|
</div>
|
|
915
907
|
<div class="details">
|
|
@@ -922,32 +914,32 @@
|
|
|
922
914
|
<div class="info">
|
|
923
915
|
<div class="rank">
|
|
924
916
|
<span title="Ranking 22">22</span>
|
|
925
|
-
<a href="https://github.com/
|
|
917
|
+
<a href="https://github.com/Azure/azure-cli" target="_blank" title="Azure/azure-cli">Azure/azure-cli</a>
|
|
926
918
|
</div>
|
|
927
919
|
<div class="sub-title followers">
|
|
928
920
|
|
|
929
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
930
|
-
<span style="background-color: #
|
|
921
|
+
<a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
|
|
922
|
+
<span style="background-color: #3572A5;"></span>Python
|
|
931
923
|
</a>
|
|
932
924
|
|
|
933
925
|
<span class="star" title="Stargazers Count">
|
|
934
926
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
935
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>
|
|
936
928
|
</svg>
|
|
937
|
-
<span>
|
|
929
|
+
<span>2827</span>
|
|
938
930
|
</span>
|
|
939
931
|
<span class="star" title="Repo Forked">
|
|
940
932
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
941
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">
|
|
942
934
|
</path>
|
|
943
935
|
</svg>
|
|
944
|
-
<span>
|
|
936
|
+
<span>1873</span>
|
|
945
937
|
</span>
|
|
946
938
|
<span class="star">
|
|
947
939
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
948
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>
|
|
949
941
|
</svg>
|
|
950
|
-
<span>
|
|
942
|
+
<span>57 stars this week</span>
|
|
951
943
|
</span>
|
|
952
944
|
</div>
|
|
953
945
|
<div class="details">
|
|
@@ -960,32 +952,32 @@
|
|
|
960
952
|
<div class="info">
|
|
961
953
|
<div class="rank">
|
|
962
954
|
<span title="Ranking 23">23</span>
|
|
963
|
-
<a href="https://github.com/
|
|
955
|
+
<a href="https://github.com/ethereum-boilerplate/ethereum-boilerplate" target="_blank" title="ethereum-boilerplate/ethereum-boilerplate">ethereum-boilerplate/ethereum-boilerplate</a>
|
|
964
956
|
</div>
|
|
965
957
|
<div class="sub-title followers">
|
|
966
958
|
|
|
967
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
968
|
-
<span style="background-color: #
|
|
959
|
+
<a class="language" target="_blank" href="https://github.com/topics/javascript" title="Programming Language JavaScript">
|
|
960
|
+
<span style="background-color: #f1e05a;"></span>JavaScript
|
|
969
961
|
</a>
|
|
970
962
|
|
|
971
963
|
<span class="star" title="Stargazers Count">
|
|
972
964
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
973
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>
|
|
974
966
|
</svg>
|
|
975
|
-
<span>
|
|
967
|
+
<span>771</span>
|
|
976
968
|
</span>
|
|
977
969
|
<span class="star" title="Repo Forked">
|
|
978
970
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
979
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">
|
|
980
972
|
</path>
|
|
981
973
|
</svg>
|
|
982
|
-
<span>
|
|
974
|
+
<span>149</span>
|
|
983
975
|
</span>
|
|
984
976
|
<span class="star">
|
|
985
977
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
986
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>
|
|
987
979
|
</svg>
|
|
988
|
-
<span>
|
|
980
|
+
<span>398 stars this week</span>
|
|
989
981
|
</span>
|
|
990
982
|
</div>
|
|
991
983
|
<div class="details">
|
|
@@ -998,32 +990,28 @@
|
|
|
998
990
|
<div class="info">
|
|
999
991
|
<div class="rank">
|
|
1000
992
|
<span title="Ranking 24">24</span>
|
|
1001
|
-
<a href="https://github.com/
|
|
993
|
+
<a href="https://github.com/ruanyf/weekly" target="_blank" title="ruanyf/weekly">ruanyf/weekly</a>
|
|
1002
994
|
</div>
|
|
1003
995
|
<div class="sub-title followers">
|
|
1004
996
|
|
|
1005
|
-
<a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
|
|
1006
|
-
<span style="background-color: #3572A5;"></span>Python
|
|
1007
|
-
</a>
|
|
1008
|
-
|
|
1009
997
|
<span class="star" title="Stargazers Count">
|
|
1010
998
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
1011
999
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
1012
1000
|
</svg>
|
|
1013
|
-
<span>
|
|
1001
|
+
<span>19569</span>
|
|
1014
1002
|
</span>
|
|
1015
1003
|
<span class="star" title="Repo Forked">
|
|
1016
1004
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
1017
1005
|
<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">
|
|
1018
1006
|
</path>
|
|
1019
1007
|
</svg>
|
|
1020
|
-
<span>
|
|
1008
|
+
<span>1499</span>
|
|
1021
1009
|
</span>
|
|
1022
1010
|
<span class="star">
|
|
1023
1011
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
1024
1012
|
<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>
|
|
1025
1013
|
</svg>
|
|
1026
|
-
<span>
|
|
1014
|
+
<span>592 stars this week</span>
|
|
1027
1015
|
</span>
|
|
1028
1016
|
</div>
|
|
1029
1017
|
<div class="details">
|
|
@@ -1036,32 +1024,32 @@
|
|
|
1036
1024
|
<div class="info">
|
|
1037
1025
|
<div class="rank">
|
|
1038
1026
|
<span title="Ranking 25">25</span>
|
|
1039
|
-
<a href="https://github.com/
|
|
1027
|
+
<a href="https://github.com/coolsnowwolf/lede" target="_blank" title="coolsnowwolf/lede">coolsnowwolf/lede</a>
|
|
1040
1028
|
</div>
|
|
1041
1029
|
<div class="sub-title followers">
|
|
1042
1030
|
|
|
1043
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
1044
|
-
<span style="background-color: #
|
|
1031
|
+
<a class="language" target="_blank" href="https://github.com/topics/c" title="Programming Language C">
|
|
1032
|
+
<span style="background-color: #555555;"></span>C
|
|
1045
1033
|
</a>
|
|
1046
1034
|
|
|
1047
1035
|
<span class="star" title="Stargazers Count">
|
|
1048
1036
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
1049
1037
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
1050
1038
|
</svg>
|
|
1051
|
-
<span>
|
|
1039
|
+
<span>18497</span>
|
|
1052
1040
|
</span>
|
|
1053
1041
|
<span class="star" title="Repo Forked">
|
|
1054
1042
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
1055
1043
|
<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">
|
|
1056
1044
|
</path>
|
|
1057
1045
|
</svg>
|
|
1058
|
-
<span>
|
|
1046
|
+
<span>15487</span>
|
|
1059
1047
|
</span>
|
|
1060
1048
|
<span class="star">
|
|
1061
1049
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
1062
1050
|
<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>
|
|
1063
1051
|
</svg>
|
|
1064
|
-
<span>
|
|
1052
|
+
<span>146 stars this week</span>
|
|
1065
1053
|
</span>
|
|
1066
1054
|
</div>
|
|
1067
1055
|
<div class="details">
|
|
@@ -1086,7 +1074,7 @@
|
|
|
1086
1074
|
<img src="https://img.shields.io/npm/v/@wcj/github-rank.svg?label=unpkg">
|
|
1087
1075
|
</a>
|
|
1088
1076
|
</div>
|
|
1089
|
-
<div class="time">Last cache created on 2021/11/
|
|
1077
|
+
<div class="time">Last cache created on 2021/11/11 by Github API v3.</div>
|
|
1090
1078
|
Create by <a href="https://github.com/jaywcjlove" target="_blank">小弟调调™</a>.
|
|
1091
1079
|
</div>
|
|
1092
1080
|
</body>
|