@wcj/github-rank 22.4.29 → 22.4.30
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/repos.json +19107 -19109
- package/dist/sifou-daily.json +27 -99
- package/dist/sifou-monthly.json +74 -74
- package/dist/sifou-weekly.json +101 -101
- package/dist/toutiao-30.json +41 -41
- package/dist/toutiao-7.json +96 -96
- package/dist/toutiao-90.json +24 -24
- package/dist/trending-daily.json +163 -163
- package/dist/trending-monthly.json +142 -142
- package/dist/trending-weekly.json +158 -158
- package/dist/users.china.json +3389 -3421
- package/dist/users.json +1547 -1547
- package/package.json +1 -1
- package/web/36kr.html +2 -2
- package/web/data/repos.json +19107 -19109
- package/web/data/sifou-daily.json +27 -99
- package/web/data/sifou-monthly.json +74 -74
- package/web/data/sifou-weekly.json +101 -101
- package/web/data/toutiao-30.json +41 -41
- package/web/data/toutiao-7.json +96 -96
- package/web/data/toutiao-90.json +24 -24
- package/web/data/trending-daily.json +163 -163
- package/web/data/trending-monthly.json +142 -142
- package/web/data/trending-weekly.json +158 -158
- package/web/data/users.china.json +3389 -3421
- package/web/data/users.json +1547 -1547
- package/web/index.html +880 -880
- package/web/repos.html +2719 -2719
- package/web/sifou-daily.html +24 -248
- package/web/sifou-monthly.html +138 -138
- package/web/sifou-weekly.html +108 -108
- package/web/toutiao-30.html +68 -68
- package/web/toutiao-7.html +74 -74
- package/web/toutiao-90.html +23 -23
- package/web/trending-monthly.html +127 -127
- package/web/trending-weekly.html +134 -142
- package/web/trending.html +135 -147
- package/web/users.china.html +1833 -1833
package/web/trending.html
CHANGED
|
@@ -124,7 +124,7 @@
|
|
|
124
124
|
|
|
125
125
|
|
|
126
126
|
</h1>
|
|
127
|
-
<div class="time">Last cache created on 2022/4/
|
|
127
|
+
<div class="time">Last cache created on 2022/4/30 by
|
|
128
128
|
|
|
129
129
|
|
|
130
130
|
|
|
@@ -155,32 +155,32 @@
|
|
|
155
155
|
<div class="info">
|
|
156
156
|
<div class="rank">
|
|
157
157
|
<span title="Ranking 1">1</span>
|
|
158
|
-
<a href="https://github.com/
|
|
158
|
+
<a href="https://github.com/PowerShell/PowerShell" target="_blank" title="PowerShell/PowerShell">PowerShell/PowerShell</a>
|
|
159
159
|
</div>
|
|
160
160
|
<div class="sub-title followers">
|
|
161
161
|
|
|
162
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
163
|
-
<span style="background-color: #
|
|
162
|
+
<a class="language" target="_blank" href="https://github.com/topics/c#" title="Programming Language C#">
|
|
163
|
+
<span style="background-color: #178600;"></span>C#
|
|
164
164
|
</a>
|
|
165
165
|
|
|
166
166
|
<span class="star" title="Stargazers Count">
|
|
167
167
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
168
168
|
<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
169
|
</svg>
|
|
170
|
-
<span>
|
|
170
|
+
<span>33241</span>
|
|
171
171
|
</span>
|
|
172
172
|
<span class="star" title="Repo Forked">
|
|
173
173
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
174
174
|
<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
175
|
</path>
|
|
176
176
|
</svg>
|
|
177
|
-
<span>
|
|
177
|
+
<span>5490</span>
|
|
178
178
|
</span>
|
|
179
179
|
<span class="star">
|
|
180
180
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
181
181
|
<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
182
|
</svg>
|
|
183
|
-
<span>
|
|
183
|
+
<span>151 stars today</span>
|
|
184
184
|
</span>
|
|
185
185
|
</div>
|
|
186
186
|
<div class="details">
|
|
@@ -193,32 +193,28 @@
|
|
|
193
193
|
<div class="info">
|
|
194
194
|
<div class="rank">
|
|
195
195
|
<span title="Ranking 2">2</span>
|
|
196
|
-
<a href="https://github.com/
|
|
196
|
+
<a href="https://github.com/ruanyf/weekly" target="_blank" title="ruanyf/weekly">ruanyf/weekly</a>
|
|
197
197
|
</div>
|
|
198
198
|
<div class="sub-title followers">
|
|
199
199
|
|
|
200
|
-
<a class="language" target="_blank" href="https://github.com/topics/rust" title="Programming Language Rust">
|
|
201
|
-
<span style="background-color: #dea584;"></span>Rust
|
|
202
|
-
</a>
|
|
203
|
-
|
|
204
200
|
<span class="star" title="Stargazers Count">
|
|
205
201
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
206
202
|
<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
203
|
</svg>
|
|
208
|
-
<span>
|
|
204
|
+
<span>22765</span>
|
|
209
205
|
</span>
|
|
210
206
|
<span class="star" title="Repo Forked">
|
|
211
207
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
212
208
|
<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
209
|
</path>
|
|
214
210
|
</svg>
|
|
215
|
-
<span>
|
|
211
|
+
<span>1784</span>
|
|
216
212
|
</span>
|
|
217
213
|
<span class="star">
|
|
218
214
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
219
215
|
<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
216
|
</svg>
|
|
221
|
-
<span>
|
|
217
|
+
<span>52 stars today</span>
|
|
222
218
|
</span>
|
|
223
219
|
</div>
|
|
224
220
|
<div class="details">
|
|
@@ -231,32 +227,32 @@
|
|
|
231
227
|
<div class="info">
|
|
232
228
|
<div class="rank">
|
|
233
229
|
<span title="Ranking 3">3</span>
|
|
234
|
-
<a href="https://github.com/
|
|
230
|
+
<a href="https://github.com/angular/angular" target="_blank" title="angular/angular">angular/angular</a>
|
|
235
231
|
</div>
|
|
236
232
|
<div class="sub-title followers">
|
|
237
233
|
|
|
238
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
239
|
-
<span style="background-color: #
|
|
234
|
+
<a class="language" target="_blank" href="https://github.com/topics/typescript" title="Programming Language TypeScript">
|
|
235
|
+
<span style="background-color: #2b7489;"></span>TypeScript
|
|
240
236
|
</a>
|
|
241
237
|
|
|
242
238
|
<span class="star" title="Stargazers Count">
|
|
243
239
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
244
240
|
<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
241
|
</svg>
|
|
246
|
-
<span>
|
|
242
|
+
<span>81047</span>
|
|
247
243
|
</span>
|
|
248
244
|
<span class="star" title="Repo Forked">
|
|
249
245
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
250
246
|
<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
247
|
</path>
|
|
252
248
|
</svg>
|
|
253
|
-
<span>
|
|
249
|
+
<span>21373</span>
|
|
254
250
|
</span>
|
|
255
251
|
<span class="star">
|
|
256
252
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
257
253
|
<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
254
|
</svg>
|
|
259
|
-
<span>
|
|
255
|
+
<span>59 stars today</span>
|
|
260
256
|
</span>
|
|
261
257
|
</div>
|
|
262
258
|
<div class="details">
|
|
@@ -281,20 +277,20 @@
|
|
|
281
277
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
282
278
|
<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
279
|
</svg>
|
|
284
|
-
<span>
|
|
280
|
+
<span>28558</span>
|
|
285
281
|
</span>
|
|
286
282
|
<span class="star" title="Repo Forked">
|
|
287
283
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
288
284
|
<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
285
|
</path>
|
|
290
286
|
</svg>
|
|
291
|
-
<span>
|
|
287
|
+
<span>4486</span>
|
|
292
288
|
</span>
|
|
293
289
|
<span class="star">
|
|
294
290
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
295
291
|
<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
292
|
</svg>
|
|
297
|
-
<span>
|
|
293
|
+
<span>198 stars today</span>
|
|
298
294
|
</span>
|
|
299
295
|
</div>
|
|
300
296
|
<div class="details">
|
|
@@ -307,32 +303,32 @@
|
|
|
307
303
|
<div class="info">
|
|
308
304
|
<div class="rank">
|
|
309
305
|
<span title="Ranking 5">5</span>
|
|
310
|
-
<a href="https://github.com/
|
|
306
|
+
<a href="https://github.com/spacedriveapp/spacedrive" target="_blank" title="spacedriveapp/spacedrive">spacedriveapp/spacedrive</a>
|
|
311
307
|
</div>
|
|
312
308
|
<div class="sub-title followers">
|
|
313
309
|
|
|
314
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
315
|
-
<span style="background-color: #
|
|
310
|
+
<a class="language" target="_blank" href="https://github.com/topics/typescript" title="Programming Language TypeScript">
|
|
311
|
+
<span style="background-color: #2b7489;"></span>TypeScript
|
|
316
312
|
</a>
|
|
317
313
|
|
|
318
314
|
<span class="star" title="Stargazers Count">
|
|
319
315
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
320
316
|
<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
317
|
</svg>
|
|
322
|
-
<span>
|
|
318
|
+
<span>5449</span>
|
|
323
319
|
</span>
|
|
324
320
|
<span class="star" title="Repo Forked">
|
|
325
321
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
326
322
|
<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
323
|
</path>
|
|
328
324
|
</svg>
|
|
329
|
-
<span>
|
|
325
|
+
<span>120</span>
|
|
330
326
|
</span>
|
|
331
327
|
<span class="star">
|
|
332
328
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
333
329
|
<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
330
|
</svg>
|
|
335
|
-
<span>
|
|
331
|
+
<span>1004 stars today</span>
|
|
336
332
|
</span>
|
|
337
333
|
</div>
|
|
338
334
|
<div class="details">
|
|
@@ -345,7 +341,7 @@
|
|
|
345
341
|
<div class="info">
|
|
346
342
|
<div class="rank">
|
|
347
343
|
<span title="Ranking 6">6</span>
|
|
348
|
-
<a href="https://github.com/
|
|
344
|
+
<a href="https://github.com/ml-tooling/best-of-ml-python" target="_blank" title="ml-tooling/best-of-ml-python">ml-tooling/best-of-ml-python</a>
|
|
349
345
|
</div>
|
|
350
346
|
<div class="sub-title followers">
|
|
351
347
|
|
|
@@ -357,20 +353,20 @@
|
|
|
357
353
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
358
354
|
<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
355
|
</svg>
|
|
360
|
-
<span>
|
|
356
|
+
<span>8131</span>
|
|
361
357
|
</span>
|
|
362
358
|
<span class="star" title="Repo Forked">
|
|
363
359
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
364
360
|
<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
361
|
</path>
|
|
366
362
|
</svg>
|
|
367
|
-
<span>
|
|
363
|
+
<span>1218</span>
|
|
368
364
|
</span>
|
|
369
365
|
<span class="star">
|
|
370
366
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
371
367
|
<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
368
|
</svg>
|
|
373
|
-
<span>
|
|
369
|
+
<span>801 stars today</span>
|
|
374
370
|
</span>
|
|
375
371
|
</div>
|
|
376
372
|
<div class="details">
|
|
@@ -383,32 +379,32 @@
|
|
|
383
379
|
<div class="info">
|
|
384
380
|
<div class="rank">
|
|
385
381
|
<span title="Ranking 7">7</span>
|
|
386
|
-
<a href="https://github.com/
|
|
382
|
+
<a href="https://github.com/jsonhero-io/jsonhero-web" target="_blank" title="jsonhero-io/jsonhero-web">jsonhero-io/jsonhero-web</a>
|
|
387
383
|
</div>
|
|
388
384
|
<div class="sub-title followers">
|
|
389
385
|
|
|
390
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
391
|
-
<span style="background-color: #
|
|
386
|
+
<a class="language" target="_blank" href="https://github.com/topics/typescript" title="Programming Language TypeScript">
|
|
387
|
+
<span style="background-color: #2b7489;"></span>TypeScript
|
|
392
388
|
</a>
|
|
393
389
|
|
|
394
390
|
<span class="star" title="Stargazers Count">
|
|
395
391
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
396
392
|
<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
393
|
</svg>
|
|
398
|
-
<span>
|
|
394
|
+
<span>1505</span>
|
|
399
395
|
</span>
|
|
400
396
|
<span class="star" title="Repo Forked">
|
|
401
397
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
402
398
|
<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
399
|
</path>
|
|
404
400
|
</svg>
|
|
405
|
-
<span>
|
|
401
|
+
<span>45</span>
|
|
406
402
|
</span>
|
|
407
403
|
<span class="star">
|
|
408
404
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
409
405
|
<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
406
|
</svg>
|
|
411
|
-
<span>
|
|
407
|
+
<span>223 stars today</span>
|
|
412
408
|
</span>
|
|
413
409
|
</div>
|
|
414
410
|
<div class="details">
|
|
@@ -421,7 +417,7 @@
|
|
|
421
417
|
<div class="info">
|
|
422
418
|
<div class="rank">
|
|
423
419
|
<span title="Ranking 8">8</span>
|
|
424
|
-
<a href="https://github.com/
|
|
420
|
+
<a href="https://github.com/gradio-app/gradio" target="_blank" title="gradio-app/gradio">gradio-app/gradio</a>
|
|
425
421
|
</div>
|
|
426
422
|
<div class="sub-title followers">
|
|
427
423
|
|
|
@@ -433,20 +429,20 @@
|
|
|
433
429
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
434
430
|
<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
431
|
</svg>
|
|
436
|
-
<span>
|
|
432
|
+
<span>6275</span>
|
|
437
433
|
</span>
|
|
438
434
|
<span class="star" title="Repo Forked">
|
|
439
435
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
440
436
|
<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
437
|
</path>
|
|
442
438
|
</svg>
|
|
443
|
-
<span>
|
|
439
|
+
<span>405</span>
|
|
444
440
|
</span>
|
|
445
441
|
<span class="star">
|
|
446
442
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
447
443
|
<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
444
|
</svg>
|
|
449
|
-
<span>
|
|
445
|
+
<span>147 stars today</span>
|
|
450
446
|
</span>
|
|
451
447
|
</div>
|
|
452
448
|
<div class="details">
|
|
@@ -459,32 +455,32 @@
|
|
|
459
455
|
<div class="info">
|
|
460
456
|
<div class="rank">
|
|
461
457
|
<span title="Ranking 9">9</span>
|
|
462
|
-
<a href="https://github.com/
|
|
458
|
+
<a href="https://github.com/appsmithorg/appsmith" target="_blank" title="appsmithorg/appsmith">appsmithorg/appsmith</a>
|
|
463
459
|
</div>
|
|
464
460
|
<div class="sub-title followers">
|
|
465
461
|
|
|
466
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
467
|
-
<span style="background-color: #
|
|
462
|
+
<a class="language" target="_blank" href="https://github.com/topics/typescript" title="Programming Language TypeScript">
|
|
463
|
+
<span style="background-color: #2b7489;"></span>TypeScript
|
|
468
464
|
</a>
|
|
469
465
|
|
|
470
466
|
<span class="star" title="Stargazers Count">
|
|
471
467
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
472
468
|
<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>
|
|
473
469
|
</svg>
|
|
474
|
-
<span>
|
|
470
|
+
<span>15787</span>
|
|
475
471
|
</span>
|
|
476
472
|
<span class="star" title="Repo Forked">
|
|
477
473
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
478
474
|
<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">
|
|
479
475
|
</path>
|
|
480
476
|
</svg>
|
|
481
|
-
<span>
|
|
477
|
+
<span>1290</span>
|
|
482
478
|
</span>
|
|
483
479
|
<span class="star">
|
|
484
480
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
485
481
|
<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>
|
|
486
482
|
</svg>
|
|
487
|
-
<span>
|
|
483
|
+
<span>135 stars today</span>
|
|
488
484
|
</span>
|
|
489
485
|
</div>
|
|
490
486
|
<div class="details">
|
|
@@ -497,32 +493,32 @@
|
|
|
497
493
|
<div class="info">
|
|
498
494
|
<div class="rank">
|
|
499
495
|
<span title="Ranking 10">10</span>
|
|
500
|
-
<a href="https://github.com/
|
|
496
|
+
<a href="https://github.com/google/wireit" target="_blank" title="google/wireit">google/wireit</a>
|
|
501
497
|
</div>
|
|
502
498
|
<div class="sub-title followers">
|
|
503
499
|
|
|
504
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
505
|
-
<span style="background-color: #
|
|
500
|
+
<a class="language" target="_blank" href="https://github.com/topics/typescript" title="Programming Language TypeScript">
|
|
501
|
+
<span style="background-color: #2b7489;"></span>TypeScript
|
|
506
502
|
</a>
|
|
507
503
|
|
|
508
504
|
<span class="star" title="Stargazers Count">
|
|
509
505
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
510
506
|
<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>
|
|
511
507
|
</svg>
|
|
512
|
-
<span>
|
|
508
|
+
<span>1851</span>
|
|
513
509
|
</span>
|
|
514
510
|
<span class="star" title="Repo Forked">
|
|
515
511
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
516
512
|
<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">
|
|
517
513
|
</path>
|
|
518
514
|
</svg>
|
|
519
|
-
<span>
|
|
515
|
+
<span>22</span>
|
|
520
516
|
</span>
|
|
521
517
|
<span class="star">
|
|
522
518
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
523
519
|
<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>
|
|
524
520
|
</svg>
|
|
525
|
-
<span>
|
|
521
|
+
<span>289 stars today</span>
|
|
526
522
|
</span>
|
|
527
523
|
</div>
|
|
528
524
|
<div class="details">
|
|
@@ -535,32 +531,28 @@
|
|
|
535
531
|
<div class="info">
|
|
536
532
|
<div class="rank">
|
|
537
533
|
<span title="Ranking 11">11</span>
|
|
538
|
-
<a href="https://github.com/
|
|
534
|
+
<a href="https://github.com/naver/fe-news" target="_blank" title="naver/fe-news">naver/fe-news</a>
|
|
539
535
|
</div>
|
|
540
536
|
<div class="sub-title followers">
|
|
541
537
|
|
|
542
|
-
<a class="language" target="_blank" href="https://github.com/topics/c#" title="Programming Language C#">
|
|
543
|
-
<span style="background-color: #178600;"></span>C#
|
|
544
|
-
</a>
|
|
545
|
-
|
|
546
538
|
<span class="star" title="Stargazers Count">
|
|
547
539
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
548
540
|
<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>
|
|
549
541
|
</svg>
|
|
550
|
-
<span>
|
|
542
|
+
<span>2847</span>
|
|
551
543
|
</span>
|
|
552
544
|
<span class="star" title="Repo Forked">
|
|
553
545
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
554
546
|
<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">
|
|
555
547
|
</path>
|
|
556
548
|
</svg>
|
|
557
|
-
<span>
|
|
549
|
+
<span>162</span>
|
|
558
550
|
</span>
|
|
559
551
|
<span class="star">
|
|
560
552
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
561
553
|
<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>
|
|
562
554
|
</svg>
|
|
563
|
-
<span>
|
|
555
|
+
<span>33 stars today</span>
|
|
564
556
|
</span>
|
|
565
557
|
</div>
|
|
566
558
|
<div class="details">
|
|
@@ -573,32 +565,32 @@
|
|
|
573
565
|
<div class="info">
|
|
574
566
|
<div class="rank">
|
|
575
567
|
<span title="Ranking 12">12</span>
|
|
576
|
-
<a href="https://github.com/
|
|
568
|
+
<a href="https://github.com/Trainguy9512/trainguys-animation-overhaul" target="_blank" title="Trainguy9512/trainguys-animation-overhaul">Trainguy9512/trainguys-animation-overhaul</a>
|
|
577
569
|
</div>
|
|
578
570
|
<div class="sub-title followers">
|
|
579
571
|
|
|
580
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
581
|
-
<span style="background-color: #
|
|
572
|
+
<a class="language" target="_blank" href="https://github.com/topics/java" title="Programming Language Java">
|
|
573
|
+
<span style="background-color: #b07219;"></span>Java
|
|
582
574
|
</a>
|
|
583
575
|
|
|
584
576
|
<span class="star" title="Stargazers Count">
|
|
585
577
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
586
578
|
<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>
|
|
587
579
|
</svg>
|
|
588
|
-
<span>
|
|
580
|
+
<span>134</span>
|
|
589
581
|
</span>
|
|
590
582
|
<span class="star" title="Repo Forked">
|
|
591
583
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
592
584
|
<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">
|
|
593
585
|
</path>
|
|
594
586
|
</svg>
|
|
595
|
-
<span>
|
|
587
|
+
<span>65</span>
|
|
596
588
|
</span>
|
|
597
589
|
<span class="star">
|
|
598
590
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
599
591
|
<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>
|
|
600
592
|
</svg>
|
|
601
|
-
<span>
|
|
593
|
+
<span>11 stars today</span>
|
|
602
594
|
</span>
|
|
603
595
|
</div>
|
|
604
596
|
<div class="details">
|
|
@@ -611,32 +603,28 @@
|
|
|
611
603
|
<div class="info">
|
|
612
604
|
<div class="rank">
|
|
613
605
|
<span title="Ranking 13">13</span>
|
|
614
|
-
<a href="https://github.com/
|
|
606
|
+
<a href="https://github.com/The-Run-Philosophy-Organization/run" target="_blank" title="The-Run-Philosophy-Organization/run">The-Run-Philosophy-Organization/run</a>
|
|
615
607
|
</div>
|
|
616
608
|
<div class="sub-title followers">
|
|
617
609
|
|
|
618
|
-
<a class="language" target="_blank" href="https://github.com/topics/c" title="Programming Language C">
|
|
619
|
-
<span style="background-color: #555555;"></span>C
|
|
620
|
-
</a>
|
|
621
|
-
|
|
622
610
|
<span class="star" title="Stargazers Count">
|
|
623
611
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
624
612
|
<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>
|
|
625
613
|
</svg>
|
|
626
|
-
<span>
|
|
614
|
+
<span>12838</span>
|
|
627
615
|
</span>
|
|
628
616
|
<span class="star" title="Repo Forked">
|
|
629
617
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
630
618
|
<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">
|
|
631
619
|
</path>
|
|
632
620
|
</svg>
|
|
633
|
-
<span>
|
|
621
|
+
<span>907</span>
|
|
634
622
|
</span>
|
|
635
623
|
<span class="star">
|
|
636
624
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
637
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>
|
|
638
626
|
</svg>
|
|
639
|
-
<span>
|
|
627
|
+
<span>509 stars today</span>
|
|
640
628
|
</span>
|
|
641
629
|
</div>
|
|
642
630
|
<div class="details">
|
|
@@ -649,32 +637,32 @@
|
|
|
649
637
|
<div class="info">
|
|
650
638
|
<div class="rank">
|
|
651
639
|
<span title="Ranking 14">14</span>
|
|
652
|
-
<a href="https://github.com/
|
|
640
|
+
<a href="https://github.com/neonbjb/tortoise-tts" target="_blank" title="neonbjb/tortoise-tts">neonbjb/tortoise-tts</a>
|
|
653
641
|
</div>
|
|
654
642
|
<div class="sub-title followers">
|
|
655
643
|
|
|
656
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
657
|
-
<span style="background-color: #
|
|
644
|
+
<a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
|
|
645
|
+
<span style="background-color: #3572A5;"></span>Python
|
|
658
646
|
</a>
|
|
659
647
|
|
|
660
648
|
<span class="star" title="Stargazers Count">
|
|
661
649
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
662
650
|
<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>
|
|
663
651
|
</svg>
|
|
664
|
-
<span>
|
|
652
|
+
<span>371</span>
|
|
665
653
|
</span>
|
|
666
654
|
<span class="star" title="Repo Forked">
|
|
667
655
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
668
656
|
<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">
|
|
669
657
|
</path>
|
|
670
658
|
</svg>
|
|
671
|
-
<span>
|
|
659
|
+
<span>29</span>
|
|
672
660
|
</span>
|
|
673
661
|
<span class="star">
|
|
674
662
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
675
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>
|
|
676
664
|
</svg>
|
|
677
|
-
<span>
|
|
665
|
+
<span>80 stars today</span>
|
|
678
666
|
</span>
|
|
679
667
|
</div>
|
|
680
668
|
<div class="details">
|
|
@@ -687,32 +675,32 @@
|
|
|
687
675
|
<div class="info">
|
|
688
676
|
<div class="rank">
|
|
689
677
|
<span title="Ranking 15">15</span>
|
|
690
|
-
<a href="https://github.com/
|
|
678
|
+
<a href="https://github.com/F5OEO/rpitx" target="_blank" title="F5OEO/rpitx">F5OEO/rpitx</a>
|
|
691
679
|
</div>
|
|
692
680
|
<div class="sub-title followers">
|
|
693
681
|
|
|
694
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
695
|
-
<span style="background-color: #
|
|
682
|
+
<a class="language" target="_blank" href="https://github.com/topics/c" title="Programming Language C">
|
|
683
|
+
<span style="background-color: #555555;"></span>C
|
|
696
684
|
</a>
|
|
697
685
|
|
|
698
686
|
<span class="star" title="Stargazers Count">
|
|
699
687
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
700
688
|
<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>
|
|
701
689
|
</svg>
|
|
702
|
-
<span>
|
|
690
|
+
<span>3036</span>
|
|
703
691
|
</span>
|
|
704
692
|
<span class="star" title="Repo Forked">
|
|
705
693
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
706
694
|
<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">
|
|
707
695
|
</path>
|
|
708
696
|
</svg>
|
|
709
|
-
<span>
|
|
697
|
+
<span>415</span>
|
|
710
698
|
</span>
|
|
711
699
|
<span class="star">
|
|
712
700
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
713
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>
|
|
714
702
|
</svg>
|
|
715
|
-
<span>
|
|
703
|
+
<span>53 stars today</span>
|
|
716
704
|
</span>
|
|
717
705
|
</div>
|
|
718
706
|
<div class="details">
|
|
@@ -725,7 +713,7 @@
|
|
|
725
713
|
<div class="info">
|
|
726
714
|
<div class="rank">
|
|
727
715
|
<span title="Ranking 16">16</span>
|
|
728
|
-
<a href="https://github.com/
|
|
716
|
+
<a href="https://github.com/hlorus/CAD_Sketcher" target="_blank" title="hlorus/CAD_Sketcher">hlorus/CAD_Sketcher</a>
|
|
729
717
|
</div>
|
|
730
718
|
<div class="sub-title followers">
|
|
731
719
|
|
|
@@ -737,20 +725,20 @@
|
|
|
737
725
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
738
726
|
<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>
|
|
739
727
|
</svg>
|
|
740
|
-
<span>
|
|
728
|
+
<span>904</span>
|
|
741
729
|
</span>
|
|
742
730
|
<span class="star" title="Repo Forked">
|
|
743
731
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
744
732
|
<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">
|
|
745
733
|
</path>
|
|
746
734
|
</svg>
|
|
747
|
-
<span>
|
|
735
|
+
<span>28</span>
|
|
748
736
|
</span>
|
|
749
737
|
<span class="star">
|
|
750
738
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
751
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>
|
|
752
740
|
</svg>
|
|
753
|
-
<span>
|
|
741
|
+
<span>121 stars today</span>
|
|
754
742
|
</span>
|
|
755
743
|
</div>
|
|
756
744
|
<div class="details">
|
|
@@ -763,32 +751,32 @@
|
|
|
763
751
|
<div class="info">
|
|
764
752
|
<div class="rank">
|
|
765
753
|
<span title="Ranking 17">17</span>
|
|
766
|
-
<a href="https://github.com/
|
|
754
|
+
<a href="https://github.com/why20021008/hand-write" target="_blank" title="why20021008/hand-write">why20021008/hand-write</a>
|
|
767
755
|
</div>
|
|
768
756
|
<div class="sub-title followers">
|
|
769
757
|
|
|
770
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
771
|
-
<span style="background-color: #
|
|
758
|
+
<a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
|
|
759
|
+
<span style="background-color: #3572A5;"></span>Python
|
|
772
760
|
</a>
|
|
773
761
|
|
|
774
762
|
<span class="star" title="Stargazers Count">
|
|
775
763
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
776
764
|
<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>
|
|
777
765
|
</svg>
|
|
778
|
-
<span>
|
|
766
|
+
<span>339</span>
|
|
779
767
|
</span>
|
|
780
768
|
<span class="star" title="Repo Forked">
|
|
781
769
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
782
770
|
<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">
|
|
783
771
|
</path>
|
|
784
772
|
</svg>
|
|
785
|
-
<span>
|
|
773
|
+
<span>39</span>
|
|
786
774
|
</span>
|
|
787
775
|
<span class="star">
|
|
788
776
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
789
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>
|
|
790
778
|
</svg>
|
|
791
|
-
<span>
|
|
779
|
+
<span>95 stars today</span>
|
|
792
780
|
</span>
|
|
793
781
|
</div>
|
|
794
782
|
<div class="details">
|
|
@@ -801,32 +789,32 @@
|
|
|
801
789
|
<div class="info">
|
|
802
790
|
<div class="rank">
|
|
803
791
|
<span title="Ranking 18">18</span>
|
|
804
|
-
<a href="https://github.com/
|
|
792
|
+
<a href="https://github.com/rejetto/hfs" target="_blank" title="rejetto/hfs">rejetto/hfs</a>
|
|
805
793
|
</div>
|
|
806
794
|
<div class="sub-title followers">
|
|
807
795
|
|
|
808
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
809
|
-
<span style="background-color: #
|
|
796
|
+
<a class="language" target="_blank" href="https://github.com/topics/typescript" title="Programming Language TypeScript">
|
|
797
|
+
<span style="background-color: #2b7489;"></span>TypeScript
|
|
810
798
|
</a>
|
|
811
799
|
|
|
812
800
|
<span class="star" title="Stargazers Count">
|
|
813
801
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
814
802
|
<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>
|
|
815
803
|
</svg>
|
|
816
|
-
<span>
|
|
804
|
+
<span>365</span>
|
|
817
805
|
</span>
|
|
818
806
|
<span class="star" title="Repo Forked">
|
|
819
807
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
820
808
|
<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">
|
|
821
809
|
</path>
|
|
822
810
|
</svg>
|
|
823
|
-
<span>
|
|
811
|
+
<span>19</span>
|
|
824
812
|
</span>
|
|
825
813
|
<span class="star">
|
|
826
814
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
827
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>
|
|
828
816
|
</svg>
|
|
829
|
-
<span>
|
|
817
|
+
<span>73 stars today</span>
|
|
830
818
|
</span>
|
|
831
819
|
</div>
|
|
832
820
|
<div class="details">
|
|
@@ -839,32 +827,32 @@
|
|
|
839
827
|
<div class="info">
|
|
840
828
|
<div class="rank">
|
|
841
829
|
<span title="Ranking 19">19</span>
|
|
842
|
-
<a href="https://github.com/
|
|
830
|
+
<a href="https://github.com/rancher/rancher" target="_blank" title="rancher/rancher">rancher/rancher</a>
|
|
843
831
|
</div>
|
|
844
832
|
<div class="sub-title followers">
|
|
845
833
|
|
|
846
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
847
|
-
<span style="background-color: #
|
|
834
|
+
<a class="language" target="_blank" href="https://github.com/topics/go" title="Programming Language Go">
|
|
835
|
+
<span style="background-color: #00ADD8;"></span>Go
|
|
848
836
|
</a>
|
|
849
837
|
|
|
850
838
|
<span class="star" title="Stargazers Count">
|
|
851
839
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
852
840
|
<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>
|
|
853
841
|
</svg>
|
|
854
|
-
<span>
|
|
842
|
+
<span>19052</span>
|
|
855
843
|
</span>
|
|
856
844
|
<span class="star" title="Repo Forked">
|
|
857
845
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
858
846
|
<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">
|
|
859
847
|
</path>
|
|
860
848
|
</svg>
|
|
861
|
-
<span>
|
|
849
|
+
<span>2558</span>
|
|
862
850
|
</span>
|
|
863
851
|
<span class="star">
|
|
864
852
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
865
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>
|
|
866
854
|
</svg>
|
|
867
|
-
<span>
|
|
855
|
+
<span>87 stars today</span>
|
|
868
856
|
</span>
|
|
869
857
|
</div>
|
|
870
858
|
<div class="details">
|
|
@@ -877,7 +865,7 @@
|
|
|
877
865
|
<div class="info">
|
|
878
866
|
<div class="rank">
|
|
879
867
|
<span title="Ranking 20">20</span>
|
|
880
|
-
<a href="https://github.com/
|
|
868
|
+
<a href="https://github.com/jwasham/coding-interview-university" target="_blank" title="jwasham/coding-interview-university">jwasham/coding-interview-university</a>
|
|
881
869
|
</div>
|
|
882
870
|
<div class="sub-title followers">
|
|
883
871
|
|
|
@@ -885,20 +873,20 @@
|
|
|
885
873
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
886
874
|
<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>
|
|
887
875
|
</svg>
|
|
888
|
-
<span>
|
|
876
|
+
<span>218311</span>
|
|
889
877
|
</span>
|
|
890
878
|
<span class="star" title="Repo Forked">
|
|
891
879
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
892
880
|
<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">
|
|
893
881
|
</path>
|
|
894
882
|
</svg>
|
|
895
|
-
<span>
|
|
883
|
+
<span>59200</span>
|
|
896
884
|
</span>
|
|
897
885
|
<span class="star">
|
|
898
886
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
899
887
|
<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>
|
|
900
888
|
</svg>
|
|
901
|
-
<span>
|
|
889
|
+
<span>126 stars today</span>
|
|
902
890
|
</span>
|
|
903
891
|
</div>
|
|
904
892
|
<div class="details">
|
|
@@ -911,32 +899,32 @@
|
|
|
911
899
|
<div class="info">
|
|
912
900
|
<div class="rank">
|
|
913
901
|
<span title="Ranking 21">21</span>
|
|
914
|
-
<a href="https://github.com/
|
|
902
|
+
<a href="https://github.com/ruilisi/fortune-sheet" target="_blank" title="ruilisi/fortune-sheet">ruilisi/fortune-sheet</a>
|
|
915
903
|
</div>
|
|
916
904
|
<div class="sub-title followers">
|
|
917
905
|
|
|
918
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
919
|
-
<span style="background-color: #
|
|
906
|
+
<a class="language" target="_blank" href="https://github.com/topics/typescript" title="Programming Language TypeScript">
|
|
907
|
+
<span style="background-color: #2b7489;"></span>TypeScript
|
|
920
908
|
</a>
|
|
921
909
|
|
|
922
910
|
<span class="star" title="Stargazers Count">
|
|
923
911
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
924
912
|
<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>
|
|
925
913
|
</svg>
|
|
926
|
-
<span>
|
|
914
|
+
<span>453</span>
|
|
927
915
|
</span>
|
|
928
916
|
<span class="star" title="Repo Forked">
|
|
929
917
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
930
918
|
<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">
|
|
931
919
|
</path>
|
|
932
920
|
</svg>
|
|
933
|
-
<span>
|
|
921
|
+
<span>18</span>
|
|
934
922
|
</span>
|
|
935
923
|
<span class="star">
|
|
936
924
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
937
925
|
<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>
|
|
938
926
|
</svg>
|
|
939
|
-
<span>
|
|
927
|
+
<span>130 stars today</span>
|
|
940
928
|
</span>
|
|
941
929
|
</div>
|
|
942
930
|
<div class="details">
|
|
@@ -949,32 +937,32 @@
|
|
|
949
937
|
<div class="info">
|
|
950
938
|
<div class="rank">
|
|
951
939
|
<span title="Ranking 22">22</span>
|
|
952
|
-
<a href="https://github.com/
|
|
940
|
+
<a href="https://github.com/RedisInsight/RedisInsight" target="_blank" title="RedisInsight/RedisInsight">RedisInsight/RedisInsight</a>
|
|
953
941
|
</div>
|
|
954
942
|
<div class="sub-title followers">
|
|
955
943
|
|
|
956
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
957
|
-
<span style="background-color: #
|
|
944
|
+
<a class="language" target="_blank" href="https://github.com/topics/typescript" title="Programming Language TypeScript">
|
|
945
|
+
<span style="background-color: #2b7489;"></span>TypeScript
|
|
958
946
|
</a>
|
|
959
947
|
|
|
960
948
|
<span class="star" title="Stargazers Count">
|
|
961
949
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
962
950
|
<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>
|
|
963
951
|
</svg>
|
|
964
|
-
<span>
|
|
952
|
+
<span>781</span>
|
|
965
953
|
</span>
|
|
966
954
|
<span class="star" title="Repo Forked">
|
|
967
955
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
968
956
|
<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">
|
|
969
957
|
</path>
|
|
970
958
|
</svg>
|
|
971
|
-
<span>
|
|
959
|
+
<span>48</span>
|
|
972
960
|
</span>
|
|
973
961
|
<span class="star">
|
|
974
962
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
975
963
|
<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>
|
|
976
964
|
</svg>
|
|
977
|
-
<span>
|
|
965
|
+
<span>56 stars today</span>
|
|
978
966
|
</span>
|
|
979
967
|
</div>
|
|
980
968
|
<div class="details">
|
|
@@ -987,32 +975,32 @@
|
|
|
987
975
|
<div class="info">
|
|
988
976
|
<div class="rank">
|
|
989
977
|
<span title="Ranking 23">23</span>
|
|
990
|
-
<a href="https://github.com/
|
|
978
|
+
<a href="https://github.com/terraform-aws-modules/terraform-aws-eks" target="_blank" title="terraform-aws-modules/terraform-aws-eks">terraform-aws-modules/terraform-aws-eks</a>
|
|
991
979
|
</div>
|
|
992
980
|
<div class="sub-title followers">
|
|
993
981
|
|
|
994
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
995
|
-
<span style="background-color: #
|
|
982
|
+
<a class="language" target="_blank" href="https://github.com/topics/hcl" title="Programming Language HCL">
|
|
983
|
+
<span style="background-color: #ccc;"></span>HCL
|
|
996
984
|
</a>
|
|
997
985
|
|
|
998
986
|
<span class="star" title="Stargazers Count">
|
|
999
987
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
1000
988
|
<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>
|
|
1001
989
|
</svg>
|
|
1002
|
-
<span>
|
|
990
|
+
<span>2783</span>
|
|
1003
991
|
</span>
|
|
1004
992
|
<span class="star" title="Repo Forked">
|
|
1005
993
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
1006
994
|
<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">
|
|
1007
995
|
</path>
|
|
1008
996
|
</svg>
|
|
1009
|
-
<span>
|
|
997
|
+
<span>2453</span>
|
|
1010
998
|
</span>
|
|
1011
999
|
<span class="star">
|
|
1012
1000
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
1013
1001
|
<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>
|
|
1014
1002
|
</svg>
|
|
1015
|
-
<span>
|
|
1003
|
+
<span>24 stars today</span>
|
|
1016
1004
|
</span>
|
|
1017
1005
|
</div>
|
|
1018
1006
|
<div class="details">
|
|
@@ -1025,32 +1013,32 @@
|
|
|
1025
1013
|
<div class="info">
|
|
1026
1014
|
<div class="rank">
|
|
1027
1015
|
<span title="Ranking 24">24</span>
|
|
1028
|
-
<a href="https://github.com/
|
|
1016
|
+
<a href="https://github.com/FrancescoXX/free-Web3-resources" target="_blank" title="FrancescoXX/free-Web3-resources">FrancescoXX/free-Web3-resources</a>
|
|
1029
1017
|
</div>
|
|
1030
1018
|
<div class="sub-title followers">
|
|
1031
1019
|
|
|
1032
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
1033
|
-
<span style="background-color: #
|
|
1020
|
+
<a class="language" target="_blank" href="https://github.com/topics/html" title="Programming Language HTML">
|
|
1021
|
+
<span style="background-color: #e34c26;"></span>HTML
|
|
1034
1022
|
</a>
|
|
1035
1023
|
|
|
1036
1024
|
<span class="star" title="Stargazers Count">
|
|
1037
1025
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
1038
1026
|
<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>
|
|
1039
1027
|
</svg>
|
|
1040
|
-
<span>
|
|
1028
|
+
<span>1192</span>
|
|
1041
1029
|
</span>
|
|
1042
1030
|
<span class="star" title="Repo Forked">
|
|
1043
1031
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
1044
1032
|
<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">
|
|
1045
1033
|
</path>
|
|
1046
1034
|
</svg>
|
|
1047
|
-
<span>
|
|
1035
|
+
<span>120</span>
|
|
1048
1036
|
</span>
|
|
1049
1037
|
<span class="star">
|
|
1050
1038
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
1051
1039
|
<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>
|
|
1052
1040
|
</svg>
|
|
1053
|
-
<span>
|
|
1041
|
+
<span>77 stars today</span>
|
|
1054
1042
|
</span>
|
|
1055
1043
|
</div>
|
|
1056
1044
|
<div class="details">
|
|
@@ -1063,32 +1051,32 @@
|
|
|
1063
1051
|
<div class="info">
|
|
1064
1052
|
<div class="rank">
|
|
1065
1053
|
<span title="Ranking 25">25</span>
|
|
1066
|
-
<a href="https://github.com/
|
|
1054
|
+
<a href="https://github.com/Dec0ne/KrbRelayUp" target="_blank" title="Dec0ne/KrbRelayUp">Dec0ne/KrbRelayUp</a>
|
|
1067
1055
|
</div>
|
|
1068
1056
|
<div class="sub-title followers">
|
|
1069
1057
|
|
|
1070
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
1071
|
-
<span style="background-color: #
|
|
1058
|
+
<a class="language" target="_blank" href="https://github.com/topics/c#" title="Programming Language C#">
|
|
1059
|
+
<span style="background-color: #178600;"></span>C#
|
|
1072
1060
|
</a>
|
|
1073
1061
|
|
|
1074
1062
|
<span class="star" title="Stargazers Count">
|
|
1075
1063
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
1076
1064
|
<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>
|
|
1077
1065
|
</svg>
|
|
1078
|
-
<span>
|
|
1066
|
+
<span>686</span>
|
|
1079
1067
|
</span>
|
|
1080
1068
|
<span class="star" title="Repo Forked">
|
|
1081
1069
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
1082
1070
|
<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">
|
|
1083
1071
|
</path>
|
|
1084
1072
|
</svg>
|
|
1085
|
-
<span>
|
|
1073
|
+
<span>92</span>
|
|
1086
1074
|
</span>
|
|
1087
1075
|
<span class="star">
|
|
1088
1076
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
1089
1077
|
<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>
|
|
1090
1078
|
</svg>
|
|
1091
|
-
<span>
|
|
1079
|
+
<span>74 stars today</span>
|
|
1092
1080
|
</span>
|
|
1093
1081
|
</div>
|
|
1094
1082
|
<div class="details">
|
|
@@ -1113,7 +1101,7 @@
|
|
|
1113
1101
|
<img src="https://img.shields.io/npm/v/@wcj/github-rank.svg?label=unpkg">
|
|
1114
1102
|
</a>
|
|
1115
1103
|
</div>
|
|
1116
|
-
<div class="time">Last cache created on 2022/4/
|
|
1104
|
+
<div class="time">Last cache created on 2022/4/30 by Github API v3.</div>
|
|
1117
1105
|
Create by <a href="https://github.com/jaywcjlove" target="_blank">小弟调调™</a>.
|
|
1118
1106
|
</div>
|
|
1119
1107
|
</body>
|