@wcj/github-rank 22.3.24 → 22.3.25
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 +20898 -20898
- package/dist/sifou-daily.json +50 -185
- package/dist/sifou-monthly.json +52 -52
- package/dist/sifou-weekly.json +98 -107
- package/dist/toutiao-30.json +69 -69
- package/dist/toutiao-7.json +104 -104
- package/dist/toutiao-90.json +41 -41
- package/dist/trending-daily.json +169 -169
- package/dist/trending-monthly.json +141 -141
- package/dist/trending-weekly.json +153 -153
- package/dist/users.china.json +1878 -1878
- package/dist/users.json +1968 -1968
- package/package.json +1 -1
- package/web/36kr.html +2 -2
- package/web/data/repos.json +20898 -20898
- package/web/data/sifou-daily.json +50 -185
- package/web/data/sifou-monthly.json +52 -52
- package/web/data/sifou-weekly.json +98 -107
- package/web/data/toutiao-30.json +69 -69
- package/web/data/toutiao-7.json +104 -104
- package/web/data/toutiao-90.json +41 -41
- package/web/data/trending-daily.json +169 -169
- package/web/data/trending-monthly.json +141 -141
- package/web/data/trending-weekly.json +153 -153
- package/web/data/users.china.json +1878 -1878
- package/web/data/users.json +1968 -1968
- package/web/index.html +1101 -1101
- package/web/repos.html +2777 -2777
- package/web/sifou-daily.html +43 -463
- package/web/sifou-monthly.html +82 -82
- package/web/sifou-weekly.html +133 -161
- package/web/toutiao-30.html +74 -74
- package/web/toutiao-7.html +80 -80
- package/web/toutiao-90.html +57 -57
- package/web/trending-monthly.html +127 -123
- package/web/trending-weekly.html +133 -133
- package/web/trending.html +144 -148
- package/web/users.china.html +925 -925
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/3/
|
|
127
|
+
<div class="time">Last cache created on 2022/3/25 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/alibaba/lowcode-engine" target="_blank" title="alibaba/lowcode-engine">alibaba/lowcode-engine</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/typescript" title="Programming Language TypeScript">
|
|
163
|
+
<span style="background-color: #2b7489;"></span>TypeScript
|
|
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>3018</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>385</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>349 stars today</span>
|
|
184
184
|
</span>
|
|
185
185
|
</div>
|
|
186
186
|
<div class="details">
|
|
@@ -193,32 +193,32 @@
|
|
|
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/nocodb/nocodb" target="_blank" title="nocodb/nocodb">nocodb/nocodb</a>
|
|
197
197
|
</div>
|
|
198
198
|
<div class="sub-title followers">
|
|
199
199
|
|
|
200
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
201
|
-
<span style="background-color: #
|
|
200
|
+
<a class="language" target="_blank" href="https://github.com/topics/vue" title="Programming Language Vue">
|
|
201
|
+
<span style="background-color: #41b883;"></span>Vue
|
|
202
202
|
</a>
|
|
203
203
|
|
|
204
204
|
<span class="star" title="Stargazers Count">
|
|
205
205
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
206
206
|
<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
207
|
</svg>
|
|
208
|
-
<span>
|
|
208
|
+
<span>24462</span>
|
|
209
209
|
</span>
|
|
210
210
|
<span class="star" title="Repo Forked">
|
|
211
211
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
212
212
|
<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
213
|
</path>
|
|
214
214
|
</svg>
|
|
215
|
-
<span>
|
|
215
|
+
<span>1481</span>
|
|
216
216
|
</span>
|
|
217
217
|
<span class="star">
|
|
218
218
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
219
219
|
<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
220
|
</svg>
|
|
221
|
-
<span>
|
|
221
|
+
<span>414 stars today</span>
|
|
222
222
|
</span>
|
|
223
223
|
</div>
|
|
224
224
|
<div class="details">
|
|
@@ -231,32 +231,32 @@
|
|
|
231
231
|
<div class="info">
|
|
232
232
|
<div class="rank">
|
|
233
233
|
<span title="Ranking 3">3</span>
|
|
234
|
-
<a href="https://github.com/
|
|
234
|
+
<a href="https://github.com/nvbn/thefuck" target="_blank" title="nvbn/thefuck">nvbn/thefuck</a>
|
|
235
235
|
</div>
|
|
236
236
|
<div class="sub-title followers">
|
|
237
237
|
|
|
238
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
239
|
-
<span style="background-color: #
|
|
238
|
+
<a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
|
|
239
|
+
<span style="background-color: #3572A5;"></span>Python
|
|
240
240
|
</a>
|
|
241
241
|
|
|
242
242
|
<span class="star" title="Stargazers Count">
|
|
243
243
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
244
244
|
<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
245
|
</svg>
|
|
246
|
-
<span>
|
|
246
|
+
<span>68713</span>
|
|
247
247
|
</span>
|
|
248
248
|
<span class="star" title="Repo Forked">
|
|
249
249
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
250
250
|
<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
251
|
</path>
|
|
252
252
|
</svg>
|
|
253
|
-
<span>
|
|
253
|
+
<span>3124</span>
|
|
254
254
|
</span>
|
|
255
255
|
<span class="star">
|
|
256
256
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
257
257
|
<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
258
|
</svg>
|
|
259
|
-
<span>
|
|
259
|
+
<span>345 stars today</span>
|
|
260
260
|
</span>
|
|
261
261
|
</div>
|
|
262
262
|
<div class="details">
|
|
@@ -269,32 +269,32 @@
|
|
|
269
269
|
<div class="info">
|
|
270
270
|
<div class="rank">
|
|
271
271
|
<span title="Ranking 4">4</span>
|
|
272
|
-
<a href="https://github.com/
|
|
272
|
+
<a href="https://github.com/amplication/amplication" target="_blank" title="amplication/amplication">amplication/amplication</a>
|
|
273
273
|
</div>
|
|
274
274
|
<div class="sub-title followers">
|
|
275
275
|
|
|
276
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
277
|
-
<span style="background-color: #
|
|
276
|
+
<a class="language" target="_blank" href="https://github.com/topics/typescript" title="Programming Language TypeScript">
|
|
277
|
+
<span style="background-color: #2b7489;"></span>TypeScript
|
|
278
278
|
</a>
|
|
279
279
|
|
|
280
280
|
<span class="star" title="Stargazers Count">
|
|
281
281
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
282
282
|
<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
283
|
</svg>
|
|
284
|
-
<span>
|
|
284
|
+
<span>5609</span>
|
|
285
285
|
</span>
|
|
286
286
|
<span class="star" title="Repo Forked">
|
|
287
287
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
288
288
|
<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
289
|
</path>
|
|
290
290
|
</svg>
|
|
291
|
-
<span>
|
|
291
|
+
<span>294</span>
|
|
292
292
|
</span>
|
|
293
293
|
<span class="star">
|
|
294
294
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
295
295
|
<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
296
|
</svg>
|
|
297
|
-
<span>
|
|
297
|
+
<span>379 stars today</span>
|
|
298
298
|
</span>
|
|
299
299
|
</div>
|
|
300
300
|
<div class="details">
|
|
@@ -307,32 +307,32 @@
|
|
|
307
307
|
<div class="info">
|
|
308
308
|
<div class="rank">
|
|
309
309
|
<span title="Ranking 5">5</span>
|
|
310
|
-
<a href="https://github.com/
|
|
310
|
+
<a href="https://github.com/HarbourMasters/Shipwright" target="_blank" title="HarbourMasters/Shipwright">HarbourMasters/Shipwright</a>
|
|
311
311
|
</div>
|
|
312
312
|
<div class="sub-title followers">
|
|
313
313
|
|
|
314
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
315
|
-
<span style="background-color: #
|
|
314
|
+
<a class="language" target="_blank" href="https://github.com/topics/c" title="Programming Language C">
|
|
315
|
+
<span style="background-color: #555555;"></span>C
|
|
316
316
|
</a>
|
|
317
317
|
|
|
318
318
|
<span class="star" title="Stargazers Count">
|
|
319
319
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
320
320
|
<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
321
|
</svg>
|
|
322
|
-
<span>
|
|
322
|
+
<span>498</span>
|
|
323
323
|
</span>
|
|
324
324
|
<span class="star" title="Repo Forked">
|
|
325
325
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
326
326
|
<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
327
|
</path>
|
|
328
328
|
</svg>
|
|
329
|
-
<span>
|
|
329
|
+
<span>62</span>
|
|
330
330
|
</span>
|
|
331
331
|
<span class="star">
|
|
332
332
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
333
333
|
<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
334
|
</svg>
|
|
335
|
-
<span>
|
|
335
|
+
<span>208 stars today</span>
|
|
336
336
|
</span>
|
|
337
337
|
</div>
|
|
338
338
|
<div class="details">
|
|
@@ -345,32 +345,32 @@
|
|
|
345
345
|
<div class="info">
|
|
346
346
|
<div class="rank">
|
|
347
347
|
<span title="Ranking 6">6</span>
|
|
348
|
-
<a href="https://github.com/
|
|
348
|
+
<a href="https://github.com/github/copilot-docs" target="_blank" title="github/copilot-docs">github/copilot-docs</a>
|
|
349
349
|
</div>
|
|
350
350
|
<div class="sub-title followers">
|
|
351
351
|
|
|
352
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
353
|
-
<span style="background-color: #
|
|
352
|
+
<a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
|
|
353
|
+
<span style="background-color: #3572A5;"></span>Python
|
|
354
354
|
</a>
|
|
355
355
|
|
|
356
356
|
<span class="star" title="Stargazers Count">
|
|
357
357
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
358
358
|
<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
359
|
</svg>
|
|
360
|
-
<span>
|
|
360
|
+
<span>10314</span>
|
|
361
361
|
</span>
|
|
362
362
|
<span class="star" title="Repo Forked">
|
|
363
363
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
364
364
|
<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
365
|
</path>
|
|
366
366
|
</svg>
|
|
367
|
-
<span>
|
|
367
|
+
<span>990</span>
|
|
368
368
|
</span>
|
|
369
369
|
<span class="star">
|
|
370
370
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
371
371
|
<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
372
|
</svg>
|
|
373
|
-
<span>
|
|
373
|
+
<span>156 stars today</span>
|
|
374
374
|
</span>
|
|
375
375
|
</div>
|
|
376
376
|
<div class="details">
|
|
@@ -383,32 +383,28 @@
|
|
|
383
383
|
<div class="info">
|
|
384
384
|
<div class="rank">
|
|
385
385
|
<span title="Ranking 7">7</span>
|
|
386
|
-
<a href="https://github.com/
|
|
386
|
+
<a href="https://github.com/KathanP19/HowToHunt" target="_blank" title="KathanP19/HowToHunt">KathanP19/HowToHunt</a>
|
|
387
387
|
</div>
|
|
388
388
|
<div class="sub-title followers">
|
|
389
389
|
|
|
390
|
-
<a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
|
|
391
|
-
<span style="background-color: #3572A5;"></span>Python
|
|
392
|
-
</a>
|
|
393
|
-
|
|
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>3523</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>1097</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>80 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/appwrite/appwrite" target="_blank" title="appwrite/appwrite">appwrite/appwrite</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>18749</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>1508</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>506 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/MichaelCade/90DaysOfDevOps" target="_blank" title="MichaelCade/90DaysOfDevOps">MichaelCade/90DaysOfDevOps</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/shell" title="Programming Language Shell">
|
|
463
|
+
<span style="background-color: #89e051;"></span>Shell
|
|
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>4206</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>468</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>134 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/kognise/arpchat" target="_blank" title="kognise/arpchat">kognise/arpchat</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/rust" title="Programming Language Rust">
|
|
501
|
+
<span style="background-color: #dea584;"></span>Rust
|
|
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>733</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>12</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>218 stars today</span>
|
|
526
522
|
</span>
|
|
527
523
|
</div>
|
|
528
524
|
<div class="details">
|
|
@@ -535,32 +531,32 @@
|
|
|
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/nushell/nushell" target="_blank" title="nushell/nushell">nushell/nushell</a>
|
|
539
535
|
</div>
|
|
540
536
|
<div class="sub-title followers">
|
|
541
537
|
|
|
542
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
543
|
-
<span style="background-color: #
|
|
538
|
+
<a class="language" target="_blank" href="https://github.com/topics/rust" title="Programming Language Rust">
|
|
539
|
+
<span style="background-color: #dea584;"></span>Rust
|
|
544
540
|
</a>
|
|
545
541
|
|
|
546
542
|
<span class="star" title="Stargazers Count">
|
|
547
543
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
548
544
|
<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
545
|
</svg>
|
|
550
|
-
<span>
|
|
546
|
+
<span>17869</span>
|
|
551
547
|
</span>
|
|
552
548
|
<span class="star" title="Repo Forked">
|
|
553
549
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
554
550
|
<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
551
|
</path>
|
|
556
552
|
</svg>
|
|
557
|
-
<span>
|
|
553
|
+
<span>841</span>
|
|
558
554
|
</span>
|
|
559
555
|
<span class="star">
|
|
560
556
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
561
557
|
<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
558
|
</svg>
|
|
563
|
-
<span>
|
|
559
|
+
<span>88 stars today</span>
|
|
564
560
|
</span>
|
|
565
561
|
</div>
|
|
566
562
|
<div class="details">
|
|
@@ -573,32 +569,28 @@
|
|
|
573
569
|
<div class="info">
|
|
574
570
|
<div class="rank">
|
|
575
571
|
<span title="Ranking 12">12</span>
|
|
576
|
-
<a href="https://github.com/
|
|
572
|
+
<a href="https://github.com/BetaSu/fe-hunter" target="_blank" title="BetaSu/fe-hunter">BetaSu/fe-hunter</a>
|
|
577
573
|
</div>
|
|
578
574
|
<div class="sub-title followers">
|
|
579
575
|
|
|
580
|
-
<a class="language" target="_blank" href="https://github.com/topics/jupyternotebook" title="Programming Language JupyterNotebook">
|
|
581
|
-
<span style="background-color: #DA5B0B;"></span>JupyterNotebook
|
|
582
|
-
</a>
|
|
583
|
-
|
|
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>320</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>17</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>80 stars today</span>
|
|
602
594
|
</span>
|
|
603
595
|
</div>
|
|
604
596
|
<div class="details">
|
|
@@ -611,32 +603,32 @@
|
|
|
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/Atmosphere-NX/Atmosphere" target="_blank" title="Atmosphere-NX/Atmosphere">Atmosphere-NX/Atmosphere</a>
|
|
615
607
|
</div>
|
|
616
608
|
<div class="sub-title followers">
|
|
617
609
|
|
|
618
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
619
|
-
<span style="background-color: #
|
|
610
|
+
<a class="language" target="_blank" href="https://github.com/topics/c++" title="Programming Language C++">
|
|
611
|
+
<span style="background-color: #f34b7d;"></span>C++
|
|
620
612
|
</a>
|
|
621
613
|
|
|
622
614
|
<span class="star" title="Stargazers Count">
|
|
623
615
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
624
616
|
<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
617
|
</svg>
|
|
626
|
-
<span>
|
|
618
|
+
<span>8750</span>
|
|
627
619
|
</span>
|
|
628
620
|
<span class="star" title="Repo Forked">
|
|
629
621
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
630
622
|
<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
623
|
</path>
|
|
632
624
|
</svg>
|
|
633
|
-
<span>
|
|
625
|
+
<span>849</span>
|
|
634
626
|
</span>
|
|
635
627
|
<span class="star">
|
|
636
628
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
637
629
|
<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
630
|
</svg>
|
|
639
|
-
<span>
|
|
631
|
+
<span>101 stars today</span>
|
|
640
632
|
</span>
|
|
641
633
|
</div>
|
|
642
634
|
<div class="details">
|
|
@@ -649,32 +641,32 @@
|
|
|
649
641
|
<div class="info">
|
|
650
642
|
<div class="rank">
|
|
651
643
|
<span title="Ranking 14">14</span>
|
|
652
|
-
<a href="https://github.com/
|
|
644
|
+
<a href="https://github.com/orchest/orchest" target="_blank" title="orchest/orchest">orchest/orchest</a>
|
|
653
645
|
</div>
|
|
654
646
|
<div class="sub-title followers">
|
|
655
647
|
|
|
656
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
657
|
-
<span style="background-color: #
|
|
648
|
+
<a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
|
|
649
|
+
<span style="background-color: #3572A5;"></span>Python
|
|
658
650
|
</a>
|
|
659
651
|
|
|
660
652
|
<span class="star" title="Stargazers Count">
|
|
661
653
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
662
654
|
<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
655
|
</svg>
|
|
664
|
-
<span>
|
|
656
|
+
<span>2257</span>
|
|
665
657
|
</span>
|
|
666
658
|
<span class="star" title="Repo Forked">
|
|
667
659
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
668
660
|
<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
661
|
</path>
|
|
670
662
|
</svg>
|
|
671
|
-
<span>
|
|
663
|
+
<span>136</span>
|
|
672
664
|
</span>
|
|
673
665
|
<span class="star">
|
|
674
666
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
675
667
|
<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
668
|
</svg>
|
|
677
|
-
<span>
|
|
669
|
+
<span>119 stars today</span>
|
|
678
670
|
</span>
|
|
679
671
|
</div>
|
|
680
672
|
<div class="details">
|
|
@@ -687,32 +679,32 @@
|
|
|
687
679
|
<div class="info">
|
|
688
680
|
<div class="rank">
|
|
689
681
|
<span title="Ranking 15">15</span>
|
|
690
|
-
<a href="https://github.com/
|
|
682
|
+
<a href="https://github.com/focus-creative-games/huatuo" target="_blank" title="focus-creative-games/huatuo">focus-creative-games/huatuo</a>
|
|
691
683
|
</div>
|
|
692
684
|
<div class="sub-title followers">
|
|
693
685
|
|
|
694
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
695
|
-
<span style="background-color: #
|
|
686
|
+
<a class="language" target="_blank" href="https://github.com/topics/c++" title="Programming Language C++">
|
|
687
|
+
<span style="background-color: #f34b7d;"></span>C++
|
|
696
688
|
</a>
|
|
697
689
|
|
|
698
690
|
<span class="star" title="Stargazers Count">
|
|
699
691
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
700
692
|
<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
693
|
</svg>
|
|
702
|
-
<span>
|
|
694
|
+
<span>401</span>
|
|
703
695
|
</span>
|
|
704
696
|
<span class="star" title="Repo Forked">
|
|
705
697
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
706
698
|
<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
699
|
</path>
|
|
708
700
|
</svg>
|
|
709
|
-
<span>
|
|
701
|
+
<span>71</span>
|
|
710
702
|
</span>
|
|
711
703
|
<span class="star">
|
|
712
704
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
713
705
|
<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
706
|
</svg>
|
|
715
|
-
<span>
|
|
707
|
+
<span>90 stars today</span>
|
|
716
708
|
</span>
|
|
717
709
|
</div>
|
|
718
710
|
<div class="details">
|
|
@@ -725,32 +717,32 @@
|
|
|
725
717
|
<div class="info">
|
|
726
718
|
<div class="rank">
|
|
727
719
|
<span title="Ranking 16">16</span>
|
|
728
|
-
<a href="https://github.com/
|
|
720
|
+
<a href="https://github.com/meilisearch/meilisearch" target="_blank" title="meilisearch/meilisearch">meilisearch/meilisearch</a>
|
|
729
721
|
</div>
|
|
730
722
|
<div class="sub-title followers">
|
|
731
723
|
|
|
732
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
733
|
-
<span style="background-color: #
|
|
724
|
+
<a class="language" target="_blank" href="https://github.com/topics/rust" title="Programming Language Rust">
|
|
725
|
+
<span style="background-color: #dea584;"></span>Rust
|
|
734
726
|
</a>
|
|
735
727
|
|
|
736
728
|
<span class="star" title="Stargazers Count">
|
|
737
729
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
738
730
|
<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
731
|
</svg>
|
|
740
|
-
<span>
|
|
732
|
+
<span>24349</span>
|
|
741
733
|
</span>
|
|
742
734
|
<span class="star" title="Repo Forked">
|
|
743
735
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
744
736
|
<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
737
|
</path>
|
|
746
738
|
</svg>
|
|
747
|
-
<span>
|
|
739
|
+
<span>837</span>
|
|
748
740
|
</span>
|
|
749
741
|
<span class="star">
|
|
750
742
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
751
743
|
<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
744
|
</svg>
|
|
753
|
-
<span>
|
|
745
|
+
<span>379 stars today</span>
|
|
754
746
|
</span>
|
|
755
747
|
</div>
|
|
756
748
|
<div class="details">
|
|
@@ -763,32 +755,32 @@
|
|
|
763
755
|
<div class="info">
|
|
764
756
|
<div class="rank">
|
|
765
757
|
<span title="Ranking 17">17</span>
|
|
766
|
-
<a href="https://github.com/
|
|
758
|
+
<a href="https://github.com/Anduin2017/HowToCook" target="_blank" title="Anduin2017/HowToCook">Anduin2017/HowToCook</a>
|
|
767
759
|
</div>
|
|
768
760
|
<div class="sub-title followers">
|
|
769
761
|
|
|
770
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
771
|
-
<span style="background-color: #
|
|
762
|
+
<a class="language" target="_blank" href="https://github.com/topics/javascript" title="Programming Language JavaScript">
|
|
763
|
+
<span style="background-color: #f1e05a;"></span>JavaScript
|
|
772
764
|
</a>
|
|
773
765
|
|
|
774
766
|
<span class="star" title="Stargazers Count">
|
|
775
767
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
776
768
|
<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
769
|
</svg>
|
|
778
|
-
<span>
|
|
770
|
+
<span>31135</span>
|
|
779
771
|
</span>
|
|
780
772
|
<span class="star" title="Repo Forked">
|
|
781
773
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
782
774
|
<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
775
|
</path>
|
|
784
776
|
</svg>
|
|
785
|
-
<span>
|
|
777
|
+
<span>4307</span>
|
|
786
778
|
</span>
|
|
787
779
|
<span class="star">
|
|
788
780
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
789
781
|
<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
782
|
</svg>
|
|
791
|
-
<span>
|
|
783
|
+
<span>524 stars today</span>
|
|
792
784
|
</span>
|
|
793
785
|
</div>
|
|
794
786
|
<div class="details">
|
|
@@ -801,32 +793,32 @@
|
|
|
801
793
|
<div class="info">
|
|
802
794
|
<div class="rank">
|
|
803
795
|
<span title="Ranking 18">18</span>
|
|
804
|
-
<a href="https://github.com/
|
|
796
|
+
<a href="https://github.com/tihanyin/PSSW100AVB" target="_blank" title="tihanyin/PSSW100AVB">tihanyin/PSSW100AVB</a>
|
|
805
797
|
</div>
|
|
806
798
|
<div class="sub-title followers">
|
|
807
799
|
|
|
808
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
809
|
-
<span style="background-color: #
|
|
800
|
+
<a class="language" target="_blank" href="https://github.com/topics/powershell" title="Programming Language PowerShell">
|
|
801
|
+
<span style="background-color: #012456;"></span>PowerShell
|
|
810
802
|
</a>
|
|
811
803
|
|
|
812
804
|
<span class="star" title="Stargazers Count">
|
|
813
805
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
814
806
|
<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
807
|
</svg>
|
|
816
|
-
<span>
|
|
808
|
+
<span>528</span>
|
|
817
809
|
</span>
|
|
818
810
|
<span class="star" title="Repo Forked">
|
|
819
811
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
820
812
|
<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
813
|
</path>
|
|
822
814
|
</svg>
|
|
823
|
-
<span>
|
|
815
|
+
<span>90</span>
|
|
824
816
|
</span>
|
|
825
817
|
<span class="star">
|
|
826
818
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
827
819
|
<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
820
|
</svg>
|
|
829
|
-
<span>
|
|
821
|
+
<span>71 stars today</span>
|
|
830
822
|
</span>
|
|
831
823
|
</div>
|
|
832
824
|
<div class="details">
|
|
@@ -839,28 +831,32 @@
|
|
|
839
831
|
<div class="info">
|
|
840
832
|
<div class="rank">
|
|
841
833
|
<span title="Ranking 19">19</span>
|
|
842
|
-
<a href="https://github.com/
|
|
834
|
+
<a href="https://github.com/apache/superset" target="_blank" title="apache/superset">apache/superset</a>
|
|
843
835
|
</div>
|
|
844
836
|
<div class="sub-title followers">
|
|
845
837
|
|
|
838
|
+
<a class="language" target="_blank" href="https://github.com/topics/typescript" title="Programming Language TypeScript">
|
|
839
|
+
<span style="background-color: #2b7489;"></span>TypeScript
|
|
840
|
+
</a>
|
|
841
|
+
|
|
846
842
|
<span class="star" title="Stargazers Count">
|
|
847
843
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
848
844
|
<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>
|
|
849
845
|
</svg>
|
|
850
|
-
<span>
|
|
846
|
+
<span>45182</span>
|
|
851
847
|
</span>
|
|
852
848
|
<span class="star" title="Repo Forked">
|
|
853
849
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
854
850
|
<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">
|
|
855
851
|
</path>
|
|
856
852
|
</svg>
|
|
857
|
-
<span>
|
|
853
|
+
<span>8793</span>
|
|
858
854
|
</span>
|
|
859
855
|
<span class="star">
|
|
860
856
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
861
857
|
<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>
|
|
862
858
|
</svg>
|
|
863
|
-
<span>
|
|
859
|
+
<span>22 stars today</span>
|
|
864
860
|
</span>
|
|
865
861
|
</div>
|
|
866
862
|
<div class="details">
|
|
@@ -873,7 +869,7 @@
|
|
|
873
869
|
<div class="info">
|
|
874
870
|
<div class="rank">
|
|
875
871
|
<span title="Ranking 20">20</span>
|
|
876
|
-
<a href="https://github.com/
|
|
872
|
+
<a href="https://github.com/awesome-selfhosted/awesome-selfhosted" target="_blank" title="awesome-selfhosted/awesome-selfhosted">awesome-selfhosted/awesome-selfhosted</a>
|
|
877
873
|
</div>
|
|
878
874
|
<div class="sub-title followers">
|
|
879
875
|
|
|
@@ -885,20 +881,20 @@
|
|
|
885
881
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
886
882
|
<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
883
|
</svg>
|
|
888
|
-
<span>
|
|
884
|
+
<span>81960</span>
|
|
889
885
|
</span>
|
|
890
886
|
<span class="star" title="Repo Forked">
|
|
891
887
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
892
888
|
<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
889
|
</path>
|
|
894
890
|
</svg>
|
|
895
|
-
<span>
|
|
891
|
+
<span>5580</span>
|
|
896
892
|
</span>
|
|
897
893
|
<span class="star">
|
|
898
894
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
899
895
|
<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
896
|
</svg>
|
|
901
|
-
<span>
|
|
897
|
+
<span>767 stars today</span>
|
|
902
898
|
</span>
|
|
903
899
|
</div>
|
|
904
900
|
<div class="details">
|
|
@@ -911,32 +907,32 @@
|
|
|
911
907
|
<div class="info">
|
|
912
908
|
<div class="rank">
|
|
913
909
|
<span title="Ranking 21">21</span>
|
|
914
|
-
<a href="https://github.com/
|
|
910
|
+
<a href="https://github.com/trustwallet/assets" target="_blank" title="trustwallet/assets">trustwallet/assets</a>
|
|
915
911
|
</div>
|
|
916
912
|
<div class="sub-title followers">
|
|
917
913
|
|
|
918
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
919
|
-
<span style="background-color: #
|
|
914
|
+
<a class="language" target="_blank" href="https://github.com/topics/go" title="Programming Language Go">
|
|
915
|
+
<span style="background-color: #00ADD8;"></span>Go
|
|
920
916
|
</a>
|
|
921
917
|
|
|
922
918
|
<span class="star" title="Stargazers Count">
|
|
923
919
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
924
920
|
<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
921
|
</svg>
|
|
926
|
-
<span>
|
|
922
|
+
<span>2570</span>
|
|
927
923
|
</span>
|
|
928
924
|
<span class="star" title="Repo Forked">
|
|
929
925
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
930
926
|
<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
927
|
</path>
|
|
932
928
|
</svg>
|
|
933
|
-
<span>
|
|
929
|
+
<span>12199</span>
|
|
934
930
|
</span>
|
|
935
931
|
<span class="star">
|
|
936
932
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
937
933
|
<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
934
|
</svg>
|
|
939
|
-
<span>
|
|
935
|
+
<span>54 stars today</span>
|
|
940
936
|
</span>
|
|
941
937
|
</div>
|
|
942
938
|
<div class="details">
|
|
@@ -949,32 +945,32 @@
|
|
|
949
945
|
<div class="info">
|
|
950
946
|
<div class="rank">
|
|
951
947
|
<span title="Ranking 22">22</span>
|
|
952
|
-
<a href="https://github.com/
|
|
948
|
+
<a href="https://github.com/infracost/infracost" target="_blank" title="infracost/infracost">infracost/infracost</a>
|
|
953
949
|
</div>
|
|
954
950
|
<div class="sub-title followers">
|
|
955
951
|
|
|
956
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
957
|
-
<span style="background-color: #
|
|
952
|
+
<a class="language" target="_blank" href="https://github.com/topics/go" title="Programming Language Go">
|
|
953
|
+
<span style="background-color: #00ADD8;"></span>Go
|
|
958
954
|
</a>
|
|
959
955
|
|
|
960
956
|
<span class="star" title="Stargazers Count">
|
|
961
957
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
962
958
|
<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
959
|
</svg>
|
|
964
|
-
<span>
|
|
960
|
+
<span>5861</span>
|
|
965
961
|
</span>
|
|
966
962
|
<span class="star" title="Repo Forked">
|
|
967
963
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
968
964
|
<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
965
|
</path>
|
|
970
966
|
</svg>
|
|
971
|
-
<span>
|
|
967
|
+
<span>270</span>
|
|
972
968
|
</span>
|
|
973
969
|
<span class="star">
|
|
974
970
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
975
971
|
<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
972
|
</svg>
|
|
977
|
-
<span>
|
|
973
|
+
<span>59 stars today</span>
|
|
978
974
|
</span>
|
|
979
975
|
</div>
|
|
980
976
|
<div class="details">
|
|
@@ -987,32 +983,32 @@
|
|
|
987
983
|
<div class="info">
|
|
988
984
|
<div class="rank">
|
|
989
985
|
<span title="Ranking 23">23</span>
|
|
990
|
-
<a href="https://github.com/
|
|
986
|
+
<a href="https://github.com/MicrosoftDocs/azure-docs" target="_blank" title="MicrosoftDocs/azure-docs">MicrosoftDocs/azure-docs</a>
|
|
991
987
|
</div>
|
|
992
988
|
<div class="sub-title followers">
|
|
993
989
|
|
|
994
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
995
|
-
<span style="background-color: #
|
|
990
|
+
<a class="language" target="_blank" href="https://github.com/topics/powershell" title="Programming Language PowerShell">
|
|
991
|
+
<span style="background-color: #012456;"></span>PowerShell
|
|
996
992
|
</a>
|
|
997
993
|
|
|
998
994
|
<span class="star" title="Stargazers Count">
|
|
999
995
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
1000
996
|
<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
997
|
</svg>
|
|
1002
|
-
<span>
|
|
998
|
+
<span>6658</span>
|
|
1003
999
|
</span>
|
|
1004
1000
|
<span class="star" title="Repo Forked">
|
|
1005
1001
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
1006
1002
|
<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
1003
|
</path>
|
|
1008
1004
|
</svg>
|
|
1009
|
-
<span>
|
|
1005
|
+
<span>15696</span>
|
|
1010
1006
|
</span>
|
|
1011
1007
|
<span class="star">
|
|
1012
1008
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
1013
1009
|
<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
1010
|
</svg>
|
|
1015
|
-
<span>
|
|
1011
|
+
<span>25 stars today</span>
|
|
1016
1012
|
</span>
|
|
1017
1013
|
</div>
|
|
1018
1014
|
<div class="details">
|
|
@@ -1025,32 +1021,32 @@
|
|
|
1025
1021
|
<div class="info">
|
|
1026
1022
|
<div class="rank">
|
|
1027
1023
|
<span title="Ranking 24">24</span>
|
|
1028
|
-
<a href="https://github.com/
|
|
1024
|
+
<a href="https://github.com/BuilderIO/partytown" target="_blank" title="BuilderIO/partytown">BuilderIO/partytown</a>
|
|
1029
1025
|
</div>
|
|
1030
1026
|
<div class="sub-title followers">
|
|
1031
1027
|
|
|
1032
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
1033
|
-
<span style="background-color: #
|
|
1028
|
+
<a class="language" target="_blank" href="https://github.com/topics/typescript" title="Programming Language TypeScript">
|
|
1029
|
+
<span style="background-color: #2b7489;"></span>TypeScript
|
|
1034
1030
|
</a>
|
|
1035
1031
|
|
|
1036
1032
|
<span class="star" title="Stargazers Count">
|
|
1037
1033
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
1038
1034
|
<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
1035
|
</svg>
|
|
1040
|
-
<span>
|
|
1036
|
+
<span>6168</span>
|
|
1041
1037
|
</span>
|
|
1042
1038
|
<span class="star" title="Repo Forked">
|
|
1043
1039
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
1044
1040
|
<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
1041
|
</path>
|
|
1046
1042
|
</svg>
|
|
1047
|
-
<span>
|
|
1043
|
+
<span>135</span>
|
|
1048
1044
|
</span>
|
|
1049
1045
|
<span class="star">
|
|
1050
1046
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
1051
1047
|
<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
1048
|
</svg>
|
|
1053
|
-
<span>
|
|
1049
|
+
<span>268 stars today</span>
|
|
1054
1050
|
</span>
|
|
1055
1051
|
</div>
|
|
1056
1052
|
<div class="details">
|
|
@@ -1063,7 +1059,7 @@
|
|
|
1063
1059
|
<div class="info">
|
|
1064
1060
|
<div class="rank">
|
|
1065
1061
|
<span title="Ranking 25">25</span>
|
|
1066
|
-
<a href="https://github.com/
|
|
1062
|
+
<a href="https://github.com/cloudreve/Cloudreve" target="_blank" title="cloudreve/Cloudreve">cloudreve/Cloudreve</a>
|
|
1067
1063
|
</div>
|
|
1068
1064
|
<div class="sub-title followers">
|
|
1069
1065
|
|
|
@@ -1075,20 +1071,20 @@
|
|
|
1075
1071
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
1076
1072
|
<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
1073
|
</svg>
|
|
1078
|
-
<span>
|
|
1074
|
+
<span>13591</span>
|
|
1079
1075
|
</span>
|
|
1080
1076
|
<span class="star" title="Repo Forked">
|
|
1081
1077
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
1082
1078
|
<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
1079
|
</path>
|
|
1084
1080
|
</svg>
|
|
1085
|
-
<span>
|
|
1081
|
+
<span>2406</span>
|
|
1086
1082
|
</span>
|
|
1087
1083
|
<span class="star">
|
|
1088
1084
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
1089
1085
|
<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
1086
|
</svg>
|
|
1091
|
-
<span>
|
|
1087
|
+
<span>53 stars today</span>
|
|
1092
1088
|
</span>
|
|
1093
1089
|
</div>
|
|
1094
1090
|
<div class="details">
|
|
@@ -1113,7 +1109,7 @@
|
|
|
1113
1109
|
<img src="https://img.shields.io/npm/v/@wcj/github-rank.svg?label=unpkg">
|
|
1114
1110
|
</a>
|
|
1115
1111
|
</div>
|
|
1116
|
-
<div class="time">Last cache created on 2022/3/
|
|
1112
|
+
<div class="time">Last cache created on 2022/3/25 by Github API v3.</div>
|
|
1117
1113
|
Create by <a href="https://github.com/jaywcjlove" target="_blank">小弟调调™</a>.
|
|
1118
1114
|
</div>
|
|
1119
1115
|
</body>
|