@wcj/github-rank 22.7.5 → 22.7.6
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 +19135 -19135
- package/dist/sifou-daily.json +58 -94
- package/dist/sifou-monthly.json +59 -59
- package/dist/sifou-weekly.json +148 -148
- package/dist/toutiao-30.json +49 -49
- package/dist/toutiao-7.json +87 -87
- package/dist/toutiao-90.json +14 -14
- package/dist/trending-daily.json +162 -162
- package/dist/trending-monthly.json +138 -138
- package/dist/trending-weekly.json +160 -160
- package/dist/users.china.json +1793 -1793
- package/dist/users.json +2365 -2365
- package/package.json +1 -1
- package/web/36kr.html +7 -7
- package/web/data/repos.json +19135 -19135
- package/web/data/sifou-daily.json +58 -94
- package/web/data/sifou-monthly.json +59 -59
- package/web/data/sifou-weekly.json +148 -148
- package/web/data/toutiao-30.json +49 -49
- package/web/data/toutiao-7.json +87 -87
- package/web/data/toutiao-90.json +14 -14
- package/web/data/trending-daily.json +162 -162
- package/web/data/trending-monthly.json +138 -138
- package/web/data/trending-weekly.json +160 -160
- package/web/data/users.china.json +1793 -1793
- package/web/data/users.json +2365 -2365
- package/web/index.html +1657 -1653
- package/web/repos.html +2658 -2652
- package/web/sifou-daily.html +58 -169
- package/web/sifou-monthly.html +108 -107
- package/web/sifou-weekly.html +138 -137
- package/web/toutiao-30.html +66 -63
- package/web/toutiao-7.html +94 -91
- package/web/toutiao-90.html +34 -31
- package/web/trending-monthly.html +161 -156
- package/web/trending-weekly.html +164 -155
- package/web/trending.html +161 -156
- package/web/users.china.html +1524 -1520
package/web/trending-weekly.html
CHANGED
|
@@ -75,22 +75,6 @@
|
|
|
75
75
|
.list li > div.info a:hover i { color: #333; }
|
|
76
76
|
.list li div.sub-title { color: var(--color-theme-text); margin: 4px 0 0 0; }
|
|
77
77
|
.list li div.avatar { padding-right: 10px; }
|
|
78
|
-
|
|
79
|
-
.list li a.language,
|
|
80
|
-
.list li span.star { height: 18px; background: var(--color-neutral-muted); display: inline-block; padding: 2px 4px; border-radius: 3px; }
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
.list .select { }
|
|
84
|
-
.list .select .active { color: var(--color-theme-text); font-weight: bold; border-bottom: 1px dotted var(--color-border);}
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
.list li div.followers { font-size: 12px; color: var(--color-fg-muted); white-space:nowrap; padding-top: 2px; border-radius: 3px; }
|
|
88
|
-
.list li div.followers a { color: var(--color-fg-muted); }
|
|
89
|
-
.list li div.followers * { vertical-align: middle; }
|
|
90
|
-
.list li div.followers svg { vertical-align: text-top; display: inline-block; fill: #9E9E9E; width: 14px; height: 14px; }
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
78
|
@keyframes octocat-wave {
|
|
95
79
|
0%,100%{-webkit-transform:rotate(0); transform:rotate(0);}
|
|
96
80
|
20%,60%{-webkit-transform:rotate(-25deg); transform:rotate(-25deg);}
|
|
@@ -100,6 +84,27 @@
|
|
|
100
84
|
.title { padding-top: 16px; font-size: 21px; }
|
|
101
85
|
}
|
|
102
86
|
</style>
|
|
87
|
+
|
|
88
|
+
<style>
|
|
89
|
+
.list li a.language,
|
|
90
|
+
.list li span.star { height: 18px; background: var(--color-neutral-muted); display: inline-block; padding: 2px 4px; border-radius: 3px; }
|
|
91
|
+
</style>
|
|
92
|
+
|
|
93
|
+
|
|
94
|
+
<style>
|
|
95
|
+
.list .select .active { color: var(--color-theme-text); font-weight: bold; border-bottom: 1px dotted var(--color-border);}
|
|
96
|
+
</style>
|
|
97
|
+
|
|
98
|
+
|
|
99
|
+
<style>
|
|
100
|
+
.list li div.followers { font-size: 12px; color: var(--color-fg-muted); white-space:nowrap; padding-top: 2px; border-radius: 3px; }
|
|
101
|
+
.list li div.followers a { color: var(--color-fg-muted); }
|
|
102
|
+
.list li div.followers * { vertical-align: middle; }
|
|
103
|
+
.list li div.followers svg { vertical-align: text-top; display: inline-block; fill: #9E9E9E; width: 14px; height: 14px; }
|
|
104
|
+
</style>
|
|
105
|
+
|
|
106
|
+
|
|
107
|
+
|
|
103
108
|
<script src="https://unpkg.com/@wcj/dark-mode"></script>
|
|
104
109
|
</head>
|
|
105
110
|
<body>
|
|
@@ -124,7 +129,7 @@
|
|
|
124
129
|
|
|
125
130
|
|
|
126
131
|
</h1>
|
|
127
|
-
<div class="time">Last cache created on 2022/7/
|
|
132
|
+
<div class="time">Last cache created on 2022/7/6 by
|
|
128
133
|
|
|
129
134
|
|
|
130
135
|
|
|
@@ -155,32 +160,32 @@
|
|
|
155
160
|
<div class="info">
|
|
156
161
|
<div class="rank">
|
|
157
162
|
<span title="Ranking 1">1</span>
|
|
158
|
-
<a href="https://github.com/
|
|
163
|
+
<a href="https://github.com/denoland/fresh" target="_blank" title="denoland/fresh">denoland/fresh</a>
|
|
159
164
|
</div>
|
|
160
165
|
<div class="sub-title followers">
|
|
161
166
|
|
|
162
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
163
|
-
<span style="background-color: #
|
|
167
|
+
<a class="language" target="_blank" href="https://github.com/topics/typescript" title="Programming Language TypeScript">
|
|
168
|
+
<span style="background-color: #3178c6;"></span>TypeScript
|
|
164
169
|
</a>
|
|
165
170
|
|
|
166
171
|
<span class="star" title="Stargazers Count">
|
|
167
172
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
168
173
|
<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>
|
|
169
174
|
</svg>
|
|
170
|
-
<span>
|
|
175
|
+
<span>6751</span>
|
|
171
176
|
</span>
|
|
172
177
|
<span class="star" title="Repo Forked">
|
|
173
178
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
174
179
|
<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">
|
|
175
180
|
</path>
|
|
176
181
|
</svg>
|
|
177
|
-
<span>
|
|
182
|
+
<span>212</span>
|
|
178
183
|
</span>
|
|
179
184
|
<span class="star">
|
|
180
185
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
181
186
|
<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>
|
|
182
187
|
</svg>
|
|
183
|
-
<span>
|
|
188
|
+
<span>3892 stars this week</span>
|
|
184
189
|
</span>
|
|
185
190
|
</div>
|
|
186
191
|
<div class="details">
|
|
@@ -193,32 +198,32 @@
|
|
|
193
198
|
<div class="info">
|
|
194
199
|
<div class="rank">
|
|
195
200
|
<span title="Ranking 2">2</span>
|
|
196
|
-
<a href="https://github.com/
|
|
201
|
+
<a href="https://github.com/WhaleFell/SMSBoom" target="_blank" title="WhaleFell/SMSBoom">WhaleFell/SMSBoom</a>
|
|
197
202
|
</div>
|
|
198
203
|
<div class="sub-title followers">
|
|
199
204
|
|
|
200
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
201
|
-
<span style="background-color: #
|
|
205
|
+
<a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
|
|
206
|
+
<span style="background-color: #3572A5;"></span>Python
|
|
202
207
|
</a>
|
|
203
208
|
|
|
204
209
|
<span class="star" title="Stargazers Count">
|
|
205
210
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
206
211
|
<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>
|
|
207
212
|
</svg>
|
|
208
|
-
<span>
|
|
213
|
+
<span>2811</span>
|
|
209
214
|
</span>
|
|
210
215
|
<span class="star" title="Repo Forked">
|
|
211
216
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
212
217
|
<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">
|
|
213
218
|
</path>
|
|
214
219
|
</svg>
|
|
215
|
-
<span>
|
|
220
|
+
<span>649</span>
|
|
216
221
|
</span>
|
|
217
222
|
<span class="star">
|
|
218
223
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
219
224
|
<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>
|
|
220
225
|
</svg>
|
|
221
|
-
<span>
|
|
226
|
+
<span>1803 stars this week</span>
|
|
222
227
|
</span>
|
|
223
228
|
</div>
|
|
224
229
|
<div class="details">
|
|
@@ -231,32 +236,32 @@
|
|
|
231
236
|
<div class="info">
|
|
232
237
|
<div class="rank">
|
|
233
238
|
<span title="Ranking 3">3</span>
|
|
234
|
-
<a href="https://github.com/
|
|
239
|
+
<a href="https://github.com/meituan/YOLOv6" target="_blank" title="meituan/YOLOv6">meituan/YOLOv6</a>
|
|
235
240
|
</div>
|
|
236
241
|
<div class="sub-title followers">
|
|
237
242
|
|
|
238
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
239
|
-
<span style="background-color: #
|
|
243
|
+
<a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
|
|
244
|
+
<span style="background-color: #3572A5;"></span>Python
|
|
240
245
|
</a>
|
|
241
246
|
|
|
242
247
|
<span class="star" title="Stargazers Count">
|
|
243
248
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
244
249
|
<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>
|
|
245
250
|
</svg>
|
|
246
|
-
<span>
|
|
251
|
+
<span>3123</span>
|
|
247
252
|
</span>
|
|
248
253
|
<span class="star" title="Repo Forked">
|
|
249
254
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
250
255
|
<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">
|
|
251
256
|
</path>
|
|
252
257
|
</svg>
|
|
253
|
-
<span>
|
|
258
|
+
<span>392</span>
|
|
254
259
|
</span>
|
|
255
260
|
<span class="star">
|
|
256
261
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
257
262
|
<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>
|
|
258
263
|
</svg>
|
|
259
|
-
<span>
|
|
264
|
+
<span>904 stars this week</span>
|
|
260
265
|
</span>
|
|
261
266
|
</div>
|
|
262
267
|
<div class="details">
|
|
@@ -269,32 +274,32 @@
|
|
|
269
274
|
<div class="info">
|
|
270
275
|
<div class="rank">
|
|
271
276
|
<span title="Ranking 4">4</span>
|
|
272
|
-
<a href="https://github.com/
|
|
277
|
+
<a href="https://github.com/delta-io/delta" target="_blank" title="delta-io/delta">delta-io/delta</a>
|
|
273
278
|
</div>
|
|
274
279
|
<div class="sub-title followers">
|
|
275
280
|
|
|
276
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
277
|
-
<span style="background-color: #
|
|
281
|
+
<a class="language" target="_blank" href="https://github.com/topics/scala" title="Programming Language Scala">
|
|
282
|
+
<span style="background-color: #c22d40;"></span>Scala
|
|
278
283
|
</a>
|
|
279
284
|
|
|
280
285
|
<span class="star" title="Stargazers Count">
|
|
281
286
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
282
287
|
<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>
|
|
283
288
|
</svg>
|
|
284
|
-
<span>
|
|
289
|
+
<span>4853</span>
|
|
285
290
|
</span>
|
|
286
291
|
<span class="star" title="Repo Forked">
|
|
287
292
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
288
293
|
<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">
|
|
289
294
|
</path>
|
|
290
295
|
</svg>
|
|
291
|
-
<span>
|
|
296
|
+
<span>1098</span>
|
|
292
297
|
</span>
|
|
293
298
|
<span class="star">
|
|
294
299
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
295
300
|
<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>
|
|
296
301
|
</svg>
|
|
297
|
-
<span>
|
|
302
|
+
<span>369 stars this week</span>
|
|
298
303
|
</span>
|
|
299
304
|
</div>
|
|
300
305
|
<div class="details">
|
|
@@ -307,32 +312,32 @@
|
|
|
307
312
|
<div class="info">
|
|
308
313
|
<div class="rank">
|
|
309
314
|
<span title="Ranking 5">5</span>
|
|
310
|
-
<a href="https://github.com/
|
|
315
|
+
<a href="https://github.com/insidegui/VirtualBuddy" target="_blank" title="insidegui/VirtualBuddy">insidegui/VirtualBuddy</a>
|
|
311
316
|
</div>
|
|
312
317
|
<div class="sub-title followers">
|
|
313
318
|
|
|
314
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
315
|
-
<span style="background-color: #
|
|
319
|
+
<a class="language" target="_blank" href="https://github.com/topics/swift" title="Programming Language Swift">
|
|
320
|
+
<span style="background-color: #F05138;"></span>Swift
|
|
316
321
|
</a>
|
|
317
322
|
|
|
318
323
|
<span class="star" title="Stargazers Count">
|
|
319
324
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
320
325
|
<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>
|
|
321
326
|
</svg>
|
|
322
|
-
<span>
|
|
327
|
+
<span>2037</span>
|
|
323
328
|
</span>
|
|
324
329
|
<span class="star" title="Repo Forked">
|
|
325
330
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
326
331
|
<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">
|
|
327
332
|
</path>
|
|
328
333
|
</svg>
|
|
329
|
-
<span>
|
|
334
|
+
<span>35</span>
|
|
330
335
|
</span>
|
|
331
336
|
<span class="star">
|
|
332
337
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
333
338
|
<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>
|
|
334
339
|
</svg>
|
|
335
|
-
<span>
|
|
340
|
+
<span>499 stars this week</span>
|
|
336
341
|
</span>
|
|
337
342
|
</div>
|
|
338
343
|
<div class="details">
|
|
@@ -357,20 +362,20 @@
|
|
|
357
362
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
358
363
|
<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>
|
|
359
364
|
</svg>
|
|
360
|
-
<span>
|
|
365
|
+
<span>27760</span>
|
|
361
366
|
</span>
|
|
362
367
|
<span class="star" title="Repo Forked">
|
|
363
368
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
364
369
|
<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">
|
|
365
370
|
</path>
|
|
366
371
|
</svg>
|
|
367
|
-
<span>
|
|
372
|
+
<span>4262</span>
|
|
368
373
|
</span>
|
|
369
374
|
<span class="star">
|
|
370
375
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
371
376
|
<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>
|
|
372
377
|
</svg>
|
|
373
|
-
<span>
|
|
378
|
+
<span>352 stars this week</span>
|
|
374
379
|
</span>
|
|
375
380
|
</div>
|
|
376
381
|
<div class="details">
|
|
@@ -395,20 +400,20 @@
|
|
|
395
400
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
396
401
|
<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>
|
|
397
402
|
</svg>
|
|
398
|
-
<span>
|
|
403
|
+
<span>27587</span>
|
|
399
404
|
</span>
|
|
400
405
|
<span class="star" title="Repo Forked">
|
|
401
406
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
402
407
|
<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">
|
|
403
408
|
</path>
|
|
404
409
|
</svg>
|
|
405
|
-
<span>
|
|
410
|
+
<span>5761</span>
|
|
406
411
|
</span>
|
|
407
412
|
<span class="star">
|
|
408
413
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
409
414
|
<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>
|
|
410
415
|
</svg>
|
|
411
|
-
<span>
|
|
416
|
+
<span>1072 stars this week</span>
|
|
412
417
|
</span>
|
|
413
418
|
</div>
|
|
414
419
|
<div class="details">
|
|
@@ -421,32 +426,28 @@
|
|
|
421
426
|
<div class="info">
|
|
422
427
|
<div class="rank">
|
|
423
428
|
<span title="Ranking 8">8</span>
|
|
424
|
-
<a href="https://github.com/
|
|
429
|
+
<a href="https://github.com/EbookFoundation/free-programming-books" target="_blank" title="EbookFoundation/free-programming-books">EbookFoundation/free-programming-books</a>
|
|
425
430
|
</div>
|
|
426
431
|
<div class="sub-title followers">
|
|
427
432
|
|
|
428
|
-
<a class="language" target="_blank" href="https://github.com/topics/c#" title="Programming Language C#">
|
|
429
|
-
<span style="background-color: #178600;"></span>C#
|
|
430
|
-
</a>
|
|
431
|
-
|
|
432
433
|
<span class="star" title="Stargazers Count">
|
|
433
434
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
434
435
|
<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>
|
|
435
436
|
</svg>
|
|
436
|
-
<span>
|
|
437
|
+
<span>238408</span>
|
|
437
438
|
</span>
|
|
438
439
|
<span class="star" title="Repo Forked">
|
|
439
440
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
440
441
|
<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">
|
|
441
442
|
</path>
|
|
442
443
|
</svg>
|
|
443
|
-
<span>
|
|
444
|
+
<span>49423</span>
|
|
444
445
|
</span>
|
|
445
446
|
<span class="star">
|
|
446
447
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
447
448
|
<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>
|
|
448
449
|
</svg>
|
|
449
|
-
<span>
|
|
450
|
+
<span>1399 stars this week</span>
|
|
450
451
|
</span>
|
|
451
452
|
</div>
|
|
452
453
|
<div class="details">
|
|
@@ -459,28 +460,32 @@
|
|
|
459
460
|
<div class="info">
|
|
460
461
|
<div class="rank">
|
|
461
462
|
<span title="Ranking 9">9</span>
|
|
462
|
-
<a href="https://github.com/
|
|
463
|
+
<a href="https://github.com/autowarefoundation/autoware" target="_blank" title="autowarefoundation/autoware">autowarefoundation/autoware</a>
|
|
463
464
|
</div>
|
|
464
465
|
<div class="sub-title followers">
|
|
465
466
|
|
|
467
|
+
<a class="language" target="_blank" href="https://github.com/topics/shell" title="Programming Language Shell">
|
|
468
|
+
<span style="background-color: #89e051;"></span>Shell
|
|
469
|
+
</a>
|
|
470
|
+
|
|
466
471
|
<span class="star" title="Stargazers Count">
|
|
467
472
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
468
473
|
<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>
|
|
469
474
|
</svg>
|
|
470
|
-
<span>
|
|
475
|
+
<span>5612</span>
|
|
471
476
|
</span>
|
|
472
477
|
<span class="star" title="Repo Forked">
|
|
473
478
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
474
479
|
<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">
|
|
475
480
|
</path>
|
|
476
481
|
</svg>
|
|
477
|
-
<span>
|
|
482
|
+
<span>2164</span>
|
|
478
483
|
</span>
|
|
479
484
|
<span class="star">
|
|
480
485
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
481
486
|
<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>
|
|
482
487
|
</svg>
|
|
483
|
-
<span>
|
|
488
|
+
<span>72 stars this week</span>
|
|
484
489
|
</span>
|
|
485
490
|
</div>
|
|
486
491
|
<div class="details">
|
|
@@ -493,32 +498,32 @@
|
|
|
493
498
|
<div class="info">
|
|
494
499
|
<div class="rank">
|
|
495
500
|
<span title="Ranking 10">10</span>
|
|
496
|
-
<a href="https://github.com/
|
|
501
|
+
<a href="https://github.com/Azure/azureml-examples" target="_blank" title="Azure/azureml-examples">Azure/azureml-examples</a>
|
|
497
502
|
</div>
|
|
498
503
|
<div class="sub-title followers">
|
|
499
504
|
|
|
500
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
501
|
-
<span style="background-color: #
|
|
505
|
+
<a class="language" target="_blank" href="https://github.com/topics/jupyternotebook" title="Programming Language JupyterNotebook">
|
|
506
|
+
<span style="background-color: #DA5B0B;"></span>JupyterNotebook
|
|
502
507
|
</a>
|
|
503
508
|
|
|
504
509
|
<span class="star" title="Stargazers Count">
|
|
505
510
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
506
511
|
<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>
|
|
507
512
|
</svg>
|
|
508
|
-
<span>
|
|
513
|
+
<span>676</span>
|
|
509
514
|
</span>
|
|
510
515
|
<span class="star" title="Repo Forked">
|
|
511
516
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
512
517
|
<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">
|
|
513
518
|
</path>
|
|
514
519
|
</svg>
|
|
515
|
-
<span>
|
|
520
|
+
<span>429</span>
|
|
516
521
|
</span>
|
|
517
522
|
<span class="star">
|
|
518
523
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
519
524
|
<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>
|
|
520
525
|
</svg>
|
|
521
|
-
<span>
|
|
526
|
+
<span>218 stars this week</span>
|
|
522
527
|
</span>
|
|
523
528
|
</div>
|
|
524
529
|
<div class="details">
|
|
@@ -531,7 +536,7 @@
|
|
|
531
536
|
<div class="info">
|
|
532
537
|
<div class="rank">
|
|
533
538
|
<span title="Ranking 11">11</span>
|
|
534
|
-
<a href="https://github.com/
|
|
539
|
+
<a href="https://github.com/Z4nzu/hackingtool" target="_blank" title="Z4nzu/hackingtool">Z4nzu/hackingtool</a>
|
|
535
540
|
</div>
|
|
536
541
|
<div class="sub-title followers">
|
|
537
542
|
|
|
@@ -543,20 +548,20 @@
|
|
|
543
548
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
544
549
|
<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>
|
|
545
550
|
</svg>
|
|
546
|
-
<span>
|
|
551
|
+
<span>19489</span>
|
|
547
552
|
</span>
|
|
548
553
|
<span class="star" title="Repo Forked">
|
|
549
554
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
550
555
|
<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">
|
|
551
556
|
</path>
|
|
552
557
|
</svg>
|
|
553
|
-
<span>
|
|
558
|
+
<span>2391</span>
|
|
554
559
|
</span>
|
|
555
560
|
<span class="star">
|
|
556
561
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
557
562
|
<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>
|
|
558
563
|
</svg>
|
|
559
|
-
<span>
|
|
564
|
+
<span>514 stars this week</span>
|
|
560
565
|
</span>
|
|
561
566
|
</div>
|
|
562
567
|
<div class="details">
|
|
@@ -569,32 +574,32 @@
|
|
|
569
574
|
<div class="info">
|
|
570
575
|
<div class="rank">
|
|
571
576
|
<span title="Ranking 12">12</span>
|
|
572
|
-
<a href="https://github.com/
|
|
577
|
+
<a href="https://github.com/pterodactyl/panel" target="_blank" title="pterodactyl/panel">pterodactyl/panel</a>
|
|
573
578
|
</div>
|
|
574
579
|
<div class="sub-title followers">
|
|
575
580
|
|
|
576
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
577
|
-
<span style="background-color: #
|
|
581
|
+
<a class="language" target="_blank" href="https://github.com/topics/php" title="Programming Language PHP">
|
|
582
|
+
<span style="background-color: #4F5D95;"></span>PHP
|
|
578
583
|
</a>
|
|
579
584
|
|
|
580
585
|
<span class="star" title="Stargazers Count">
|
|
581
586
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
582
587
|
<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>
|
|
583
588
|
</svg>
|
|
584
|
-
<span>
|
|
589
|
+
<span>3897</span>
|
|
585
590
|
</span>
|
|
586
591
|
<span class="star" title="Repo Forked">
|
|
587
592
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
588
593
|
<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">
|
|
589
594
|
</path>
|
|
590
595
|
</svg>
|
|
591
|
-
<span>
|
|
596
|
+
<span>1022</span>
|
|
592
597
|
</span>
|
|
593
598
|
<span class="star">
|
|
594
599
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
595
600
|
<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>
|
|
596
601
|
</svg>
|
|
597
|
-
<span>
|
|
602
|
+
<span>235 stars this week</span>
|
|
598
603
|
</span>
|
|
599
604
|
</div>
|
|
600
605
|
<div class="details">
|
|
@@ -607,32 +612,32 @@
|
|
|
607
612
|
<div class="info">
|
|
608
613
|
<div class="rank">
|
|
609
614
|
<span title="Ranking 13">13</span>
|
|
610
|
-
<a href="https://github.com/
|
|
615
|
+
<a href="https://github.com/tuyoogame/huatuo" target="_blank" title="tuyoogame/huatuo">tuyoogame/huatuo</a>
|
|
611
616
|
</div>
|
|
612
617
|
<div class="sub-title followers">
|
|
613
618
|
|
|
614
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
615
|
-
<span style="background-color: #
|
|
619
|
+
<a class="language" target="_blank" href="https://github.com/topics/c++" title="Programming Language C++">
|
|
620
|
+
<span style="background-color: #f34b7d;"></span>C++
|
|
616
621
|
</a>
|
|
617
622
|
|
|
618
623
|
<span class="star" title="Stargazers Count">
|
|
619
624
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
620
625
|
<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>
|
|
621
626
|
</svg>
|
|
622
|
-
<span>
|
|
627
|
+
<span>1991</span>
|
|
623
628
|
</span>
|
|
624
629
|
<span class="star" title="Repo Forked">
|
|
625
630
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
626
631
|
<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">
|
|
627
632
|
</path>
|
|
628
633
|
</svg>
|
|
629
|
-
<span>
|
|
634
|
+
<span>355</span>
|
|
630
635
|
</span>
|
|
631
636
|
<span class="star">
|
|
632
637
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
633
638
|
<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>
|
|
634
639
|
</svg>
|
|
635
|
-
<span>
|
|
640
|
+
<span>210 stars this week</span>
|
|
636
641
|
</span>
|
|
637
642
|
</div>
|
|
638
643
|
<div class="details">
|
|
@@ -645,32 +650,32 @@
|
|
|
645
650
|
<div class="info">
|
|
646
651
|
<div class="rank">
|
|
647
652
|
<span title="Ranking 14">14</span>
|
|
648
|
-
<a href="https://github.com/
|
|
653
|
+
<a href="https://github.com/CatVodTVOfficial/TVBoxOSC" target="_blank" title="CatVodTVOfficial/TVBoxOSC">CatVodTVOfficial/TVBoxOSC</a>
|
|
649
654
|
</div>
|
|
650
655
|
<div class="sub-title followers">
|
|
651
656
|
|
|
652
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
653
|
-
<span style="background-color: #
|
|
657
|
+
<a class="language" target="_blank" href="https://github.com/topics/java" title="Programming Language Java">
|
|
658
|
+
<span style="background-color: #b07219;"></span>Java
|
|
654
659
|
</a>
|
|
655
660
|
|
|
656
661
|
<span class="star" title="Stargazers Count">
|
|
657
662
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
658
663
|
<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>
|
|
659
664
|
</svg>
|
|
660
|
-
<span>
|
|
665
|
+
<span>1004</span>
|
|
661
666
|
</span>
|
|
662
667
|
<span class="star" title="Repo Forked">
|
|
663
668
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
664
669
|
<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">
|
|
665
670
|
</path>
|
|
666
671
|
</svg>
|
|
667
|
-
<span>
|
|
672
|
+
<span>1273</span>
|
|
668
673
|
</span>
|
|
669
674
|
<span class="star">
|
|
670
675
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
671
676
|
<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>
|
|
672
677
|
</svg>
|
|
673
|
-
<span>
|
|
678
|
+
<span>237 stars this week</span>
|
|
674
679
|
</span>
|
|
675
680
|
</div>
|
|
676
681
|
<div class="details">
|
|
@@ -683,28 +688,32 @@
|
|
|
683
688
|
<div class="info">
|
|
684
689
|
<div class="rank">
|
|
685
690
|
<span title="Ranking 15">15</span>
|
|
686
|
-
<a href="https://github.com/
|
|
691
|
+
<a href="https://github.com/neovim/neovim" target="_blank" title="neovim/neovim">neovim/neovim</a>
|
|
687
692
|
</div>
|
|
688
693
|
<div class="sub-title followers">
|
|
689
694
|
|
|
695
|
+
<a class="language" target="_blank" href="https://github.com/topics/vimscript" title="Programming Language Vimscript">
|
|
696
|
+
<span style="background-color: #199f4b;"></span>Vimscript
|
|
697
|
+
</a>
|
|
698
|
+
|
|
690
699
|
<span class="star" title="Stargazers Count">
|
|
691
700
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
692
701
|
<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>
|
|
693
702
|
</svg>
|
|
694
|
-
<span>
|
|
703
|
+
<span>55321</span>
|
|
695
704
|
</span>
|
|
696
705
|
<span class="star" title="Repo Forked">
|
|
697
706
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
698
707
|
<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">
|
|
699
708
|
</path>
|
|
700
709
|
</svg>
|
|
701
|
-
<span>
|
|
710
|
+
<span>3930</span>
|
|
702
711
|
</span>
|
|
703
712
|
<span class="star">
|
|
704
713
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
705
714
|
<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>
|
|
706
715
|
</svg>
|
|
707
|
-
<span>
|
|
716
|
+
<span>330 stars this week</span>
|
|
708
717
|
</span>
|
|
709
718
|
</div>
|
|
710
719
|
<div class="details">
|
|
@@ -717,32 +726,32 @@
|
|
|
717
726
|
<div class="info">
|
|
718
727
|
<div class="rank">
|
|
719
728
|
<span title="Ranking 16">16</span>
|
|
720
|
-
<a href="https://github.com/
|
|
729
|
+
<a href="https://github.com/TanStack/table" target="_blank" title="TanStack/table">TanStack/table</a>
|
|
721
730
|
</div>
|
|
722
731
|
<div class="sub-title followers">
|
|
723
732
|
|
|
724
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
725
|
-
<span style="background-color: #
|
|
733
|
+
<a class="language" target="_blank" href="https://github.com/topics/typescript" title="Programming Language TypeScript">
|
|
734
|
+
<span style="background-color: #3178c6;"></span>TypeScript
|
|
726
735
|
</a>
|
|
727
736
|
|
|
728
737
|
<span class="star" title="Stargazers Count">
|
|
729
738
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
730
739
|
<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>
|
|
731
740
|
</svg>
|
|
732
|
-
<span>
|
|
741
|
+
<span>18173</span>
|
|
733
742
|
</span>
|
|
734
743
|
<span class="star" title="Repo Forked">
|
|
735
744
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
736
745
|
<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">
|
|
737
746
|
</path>
|
|
738
747
|
</svg>
|
|
739
|
-
<span>
|
|
748
|
+
<span>2472</span>
|
|
740
749
|
</span>
|
|
741
750
|
<span class="star">
|
|
742
751
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
743
752
|
<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>
|
|
744
753
|
</svg>
|
|
745
|
-
<span>
|
|
754
|
+
<span>265 stars this week</span>
|
|
746
755
|
</span>
|
|
747
756
|
</div>
|
|
748
757
|
<div class="details">
|
|
@@ -755,32 +764,32 @@
|
|
|
755
764
|
<div class="info">
|
|
756
765
|
<div class="rank">
|
|
757
766
|
<span title="Ranking 17">17</span>
|
|
758
|
-
<a href="https://github.com/
|
|
767
|
+
<a href="https://github.com/vlang/v" target="_blank" title="vlang/v">vlang/v</a>
|
|
759
768
|
</div>
|
|
760
769
|
<div class="sub-title followers">
|
|
761
770
|
|
|
762
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
763
|
-
<span style="background-color: #
|
|
771
|
+
<a class="language" target="_blank" href="https://github.com/topics/v" title="Programming Language V">
|
|
772
|
+
<span style="background-color: #4f87c4;"></span>V
|
|
764
773
|
</a>
|
|
765
774
|
|
|
766
775
|
<span class="star" title="Stargazers Count">
|
|
767
776
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
768
777
|
<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>
|
|
769
778
|
</svg>
|
|
770
|
-
<span>
|
|
779
|
+
<span>29791</span>
|
|
771
780
|
</span>
|
|
772
781
|
<span class="star" title="Repo Forked">
|
|
773
782
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
774
783
|
<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">
|
|
775
784
|
</path>
|
|
776
785
|
</svg>
|
|
777
|
-
<span>
|
|
786
|
+
<span>1821</span>
|
|
778
787
|
</span>
|
|
779
788
|
<span class="star">
|
|
780
789
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
781
790
|
<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>
|
|
782
791
|
</svg>
|
|
783
|
-
<span>
|
|
792
|
+
<span>402 stars this week</span>
|
|
784
793
|
</span>
|
|
785
794
|
</div>
|
|
786
795
|
<div class="details">
|
|
@@ -793,32 +802,32 @@
|
|
|
793
802
|
<div class="info">
|
|
794
803
|
<div class="rank">
|
|
795
804
|
<span title="Ranking 18">18</span>
|
|
796
|
-
<a href="https://github.com/
|
|
805
|
+
<a href="https://github.com/alibaba/DataX" target="_blank" title="alibaba/DataX">alibaba/DataX</a>
|
|
797
806
|
</div>
|
|
798
807
|
<div class="sub-title followers">
|
|
799
808
|
|
|
800
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
801
|
-
<span style="background-color: #
|
|
809
|
+
<a class="language" target="_blank" href="https://github.com/topics/java" title="Programming Language Java">
|
|
810
|
+
<span style="background-color: #b07219;"></span>Java
|
|
802
811
|
</a>
|
|
803
812
|
|
|
804
813
|
<span class="star" title="Stargazers Count">
|
|
805
814
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
806
815
|
<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>
|
|
807
816
|
</svg>
|
|
808
|
-
<span>
|
|
817
|
+
<span>11514</span>
|
|
809
818
|
</span>
|
|
810
819
|
<span class="star" title="Repo Forked">
|
|
811
820
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
812
821
|
<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">
|
|
813
822
|
</path>
|
|
814
823
|
</svg>
|
|
815
|
-
<span>
|
|
824
|
+
<span>4186</span>
|
|
816
825
|
</span>
|
|
817
826
|
<span class="star">
|
|
818
827
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
819
828
|
<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>
|
|
820
829
|
</svg>
|
|
821
|
-
<span>
|
|
830
|
+
<span>90 stars this week</span>
|
|
822
831
|
</span>
|
|
823
832
|
</div>
|
|
824
833
|
<div class="details">
|
|
@@ -843,20 +852,20 @@
|
|
|
843
852
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
844
853
|
<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>
|
|
845
854
|
</svg>
|
|
846
|
-
<span>
|
|
855
|
+
<span>7668</span>
|
|
847
856
|
</span>
|
|
848
857
|
<span class="star" title="Repo Forked">
|
|
849
858
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
850
859
|
<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">
|
|
851
860
|
</path>
|
|
852
861
|
</svg>
|
|
853
|
-
<span>
|
|
862
|
+
<span>1433</span>
|
|
854
863
|
</span>
|
|
855
864
|
<span class="star">
|
|
856
865
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
857
866
|
<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>
|
|
858
867
|
</svg>
|
|
859
|
-
<span>
|
|
868
|
+
<span>145 stars this week</span>
|
|
860
869
|
</span>
|
|
861
870
|
</div>
|
|
862
871
|
<div class="details">
|
|
@@ -869,32 +878,32 @@
|
|
|
869
878
|
<div class="info">
|
|
870
879
|
<div class="rank">
|
|
871
880
|
<span title="Ranking 20">20</span>
|
|
872
|
-
<a href="https://github.com/
|
|
881
|
+
<a href="https://github.com/datafold/data-diff" target="_blank" title="datafold/data-diff">datafold/data-diff</a>
|
|
873
882
|
</div>
|
|
874
883
|
<div class="sub-title followers">
|
|
875
884
|
|
|
876
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
877
|
-
<span style="background-color: #
|
|
885
|
+
<a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
|
|
886
|
+
<span style="background-color: #3572A5;"></span>Python
|
|
878
887
|
</a>
|
|
879
888
|
|
|
880
889
|
<span class="star" title="Stargazers Count">
|
|
881
890
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
882
891
|
<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>
|
|
883
892
|
</svg>
|
|
884
|
-
<span>
|
|
893
|
+
<span>1185</span>
|
|
885
894
|
</span>
|
|
886
895
|
<span class="star" title="Repo Forked">
|
|
887
896
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
888
897
|
<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">
|
|
889
898
|
</path>
|
|
890
899
|
</svg>
|
|
891
|
-
<span>
|
|
900
|
+
<span>32</span>
|
|
892
901
|
</span>
|
|
893
902
|
<span class="star">
|
|
894
903
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
895
904
|
<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>
|
|
896
905
|
</svg>
|
|
897
|
-
<span>
|
|
906
|
+
<span>338 stars this week</span>
|
|
898
907
|
</span>
|
|
899
908
|
</div>
|
|
900
909
|
<div class="details">
|
|
@@ -907,32 +916,32 @@
|
|
|
907
916
|
<div class="info">
|
|
908
917
|
<div class="rank">
|
|
909
918
|
<span title="Ranking 21">21</span>
|
|
910
|
-
<a href="https://github.com/
|
|
919
|
+
<a href="https://github.com/still-scene/t3" target="_blank" title="still-scene/t3">still-scene/t3</a>
|
|
911
920
|
</div>
|
|
912
921
|
<div class="sub-title followers">
|
|
913
922
|
|
|
914
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
915
|
-
<span style="background-color: #
|
|
923
|
+
<a class="language" target="_blank" href="https://github.com/topics/c#" title="Programming Language C#">
|
|
924
|
+
<span style="background-color: #178600;"></span>C#
|
|
916
925
|
</a>
|
|
917
926
|
|
|
918
927
|
<span class="star" title="Stargazers Count">
|
|
919
928
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
920
929
|
<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>
|
|
921
930
|
</svg>
|
|
922
|
-
<span>
|
|
931
|
+
<span>1537</span>
|
|
923
932
|
</span>
|
|
924
933
|
<span class="star" title="Repo Forked">
|
|
925
934
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
926
935
|
<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">
|
|
927
936
|
</path>
|
|
928
937
|
</svg>
|
|
929
|
-
<span>
|
|
938
|
+
<span>70</span>
|
|
930
939
|
</span>
|
|
931
940
|
<span class="star">
|
|
932
941
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
933
942
|
<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>
|
|
934
943
|
</svg>
|
|
935
|
-
<span>
|
|
944
|
+
<span>230 stars this week</span>
|
|
936
945
|
</span>
|
|
937
946
|
</div>
|
|
938
947
|
<div class="details">
|
|
@@ -945,32 +954,32 @@
|
|
|
945
954
|
<div class="info">
|
|
946
955
|
<div class="rank">
|
|
947
956
|
<span title="Ranking 22">22</span>
|
|
948
|
-
<a href="https://github.com/
|
|
957
|
+
<a href="https://github.com/opensumi/core" target="_blank" title="opensumi/core">opensumi/core</a>
|
|
949
958
|
</div>
|
|
950
959
|
<div class="sub-title followers">
|
|
951
960
|
|
|
952
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
953
|
-
<span style="background-color: #
|
|
961
|
+
<a class="language" target="_blank" href="https://github.com/topics/typescript" title="Programming Language TypeScript">
|
|
962
|
+
<span style="background-color: #3178c6;"></span>TypeScript
|
|
954
963
|
</a>
|
|
955
964
|
|
|
956
965
|
<span class="star" title="Stargazers Count">
|
|
957
966
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
958
967
|
<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>
|
|
959
968
|
</svg>
|
|
960
|
-
<span>
|
|
969
|
+
<span>1868</span>
|
|
961
970
|
</span>
|
|
962
971
|
<span class="star" title="Repo Forked">
|
|
963
972
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
964
973
|
<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">
|
|
965
974
|
</path>
|
|
966
975
|
</svg>
|
|
967
|
-
<span>
|
|
976
|
+
<span>195</span>
|
|
968
977
|
</span>
|
|
969
978
|
<span class="star">
|
|
970
979
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
971
980
|
<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>
|
|
972
981
|
</svg>
|
|
973
|
-
<span>
|
|
982
|
+
<span>270 stars this week</span>
|
|
974
983
|
</span>
|
|
975
984
|
</div>
|
|
976
985
|
<div class="details">
|
|
@@ -983,32 +992,32 @@
|
|
|
983
992
|
<div class="info">
|
|
984
993
|
<div class="rank">
|
|
985
994
|
<span title="Ranking 23">23</span>
|
|
986
|
-
<a href="https://github.com/
|
|
995
|
+
<a href="https://github.com/kamranahmedse/developer-roadmap" target="_blank" title="kamranahmedse/developer-roadmap">kamranahmedse/developer-roadmap</a>
|
|
987
996
|
</div>
|
|
988
997
|
<div class="sub-title followers">
|
|
989
998
|
|
|
990
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
991
|
-
<span style="background-color: #
|
|
999
|
+
<a class="language" target="_blank" href="https://github.com/topics/typescript" title="Programming Language TypeScript">
|
|
1000
|
+
<span style="background-color: #3178c6;"></span>TypeScript
|
|
992
1001
|
</a>
|
|
993
1002
|
|
|
994
1003
|
<span class="star" title="Stargazers Count">
|
|
995
1004
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
996
1005
|
<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>
|
|
997
1006
|
</svg>
|
|
998
|
-
<span>
|
|
1007
|
+
<span>199356</span>
|
|
999
1008
|
</span>
|
|
1000
1009
|
<span class="star" title="Repo Forked">
|
|
1001
1010
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
1002
1011
|
<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">
|
|
1003
1012
|
</path>
|
|
1004
1013
|
</svg>
|
|
1005
|
-
<span>
|
|
1014
|
+
<span>28519</span>
|
|
1006
1015
|
</span>
|
|
1007
1016
|
<span class="star">
|
|
1008
1017
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
1009
1018
|
<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>
|
|
1010
1019
|
</svg>
|
|
1011
|
-
<span>
|
|
1020
|
+
<span>1309 stars this week</span>
|
|
1012
1021
|
</span>
|
|
1013
1022
|
</div>
|
|
1014
1023
|
<div class="details">
|
|
@@ -1021,32 +1030,32 @@
|
|
|
1021
1030
|
<div class="info">
|
|
1022
1031
|
<div class="rank">
|
|
1023
1032
|
<span title="Ranking 24">24</span>
|
|
1024
|
-
<a href="https://github.com/
|
|
1033
|
+
<a href="https://github.com/trekhleb/javascript-algorithms" target="_blank" title="trekhleb/javascript-algorithms">trekhleb/javascript-algorithms</a>
|
|
1025
1034
|
</div>
|
|
1026
1035
|
<div class="sub-title followers">
|
|
1027
1036
|
|
|
1028
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
1029
|
-
<span style="background-color: #
|
|
1037
|
+
<a class="language" target="_blank" href="https://github.com/topics/javascript" title="Programming Language JavaScript">
|
|
1038
|
+
<span style="background-color: #f1e05a;"></span>JavaScript
|
|
1030
1039
|
</a>
|
|
1031
1040
|
|
|
1032
1041
|
<span class="star" title="Stargazers Count">
|
|
1033
1042
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
1034
1043
|
<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>
|
|
1035
1044
|
</svg>
|
|
1036
|
-
<span>
|
|
1045
|
+
<span>145072</span>
|
|
1037
1046
|
</span>
|
|
1038
1047
|
<span class="star" title="Repo Forked">
|
|
1039
1048
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
1040
1049
|
<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">
|
|
1041
1050
|
</path>
|
|
1042
1051
|
</svg>
|
|
1043
|
-
<span>
|
|
1052
|
+
<span>24031</span>
|
|
1044
1053
|
</span>
|
|
1045
1054
|
<span class="star">
|
|
1046
1055
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
1047
1056
|
<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>
|
|
1048
1057
|
</svg>
|
|
1049
|
-
<span>
|
|
1058
|
+
<span>916 stars this week</span>
|
|
1050
1059
|
</span>
|
|
1051
1060
|
</div>
|
|
1052
1061
|
<div class="details">
|
|
@@ -1059,32 +1068,32 @@
|
|
|
1059
1068
|
<div class="info">
|
|
1060
1069
|
<div class="rank">
|
|
1061
1070
|
<span title="Ranking 25">25</span>
|
|
1062
|
-
<a href="https://github.com/
|
|
1071
|
+
<a href="https://github.com/paritytech/polkadot" target="_blank" title="paritytech/polkadot">paritytech/polkadot</a>
|
|
1063
1072
|
</div>
|
|
1064
1073
|
<div class="sub-title followers">
|
|
1065
1074
|
|
|
1066
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
1067
|
-
<span style="background-color: #
|
|
1075
|
+
<a class="language" target="_blank" href="https://github.com/topics/rust" title="Programming Language Rust">
|
|
1076
|
+
<span style="background-color: #dea584;"></span>Rust
|
|
1068
1077
|
</a>
|
|
1069
1078
|
|
|
1070
1079
|
<span class="star" title="Stargazers Count">
|
|
1071
1080
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
1072
1081
|
<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>
|
|
1073
1082
|
</svg>
|
|
1074
|
-
<span>
|
|
1083
|
+
<span>6027</span>
|
|
1075
1084
|
</span>
|
|
1076
1085
|
<span class="star" title="Repo Forked">
|
|
1077
1086
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
1078
1087
|
<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">
|
|
1079
1088
|
</path>
|
|
1080
1089
|
</svg>
|
|
1081
|
-
<span>
|
|
1090
|
+
<span>1310</span>
|
|
1082
1091
|
</span>
|
|
1083
1092
|
<span class="star">
|
|
1084
1093
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
1085
1094
|
<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>
|
|
1086
1095
|
</svg>
|
|
1087
|
-
<span>
|
|
1096
|
+
<span>68 stars this week</span>
|
|
1088
1097
|
</span>
|
|
1089
1098
|
</div>
|
|
1090
1099
|
<div class="details">
|
|
@@ -1109,7 +1118,7 @@
|
|
|
1109
1118
|
<img src="https://img.shields.io/npm/v/@wcj/github-rank.svg?label=unpkg">
|
|
1110
1119
|
</a>
|
|
1111
1120
|
</div>
|
|
1112
|
-
<div class="time">Last cache created on 2022/7/
|
|
1121
|
+
<div class="time">Last cache created on 2022/7/6 by Github API v3.</div>
|
|
1113
1122
|
Create by <a href="https://github.com/jaywcjlove" target="_blank">小弟调调™</a>.
|
|
1114
1123
|
</div>
|
|
1115
1124
|
</body>
|