@wcj/github-rank 22.7.5 → 22.7.8
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/README.md +2 -3
- package/dist/36kr.json +5006 -1552
- package/dist/repos.json +34955 -34958
- package/dist/sifou-daily.json +23 -122
- package/dist/sifou-monthly.json +82 -82
- package/dist/sifou-weekly.json +154 -154
- package/dist/toutiao-30.json +68 -68
- package/dist/toutiao-7.json +131 -131
- package/dist/toutiao-90.json +44 -44
- package/dist/trending-daily.json +169 -169
- package/dist/trending-monthly.json +159 -159
- package/dist/trending-weekly.json +173 -173
- package/dist/users.china.json +3130 -3130
- package/dist/users.json +3804 -3806
- package/package.json +19 -18
- package/web/data/36kr.json +5006 -1552
- package/web/data/repos.json +34955 -34958
- package/web/data/sifou-daily.json +23 -122
- package/web/data/sifou-monthly.json +82 -82
- package/web/data/sifou-weekly.json +154 -154
- package/web/data/toutiao-30.json +68 -68
- package/web/data/toutiao-7.json +131 -131
- package/web/data/toutiao-90.json +44 -44
- package/web/data/trending-daily.json +169 -169
- package/web/data/trending-monthly.json +159 -159
- package/web/data/trending-weekly.json +173 -173
- package/web/data/users.china.json +3130 -3130
- package/web/data/users.json +3804 -3806
- package/web/index.html +2309 -2308
- package/web/repos.html +4256 -4253
- package/web/sifou-daily.html +30 -340
- package/web/sifou-monthly.html +116 -118
- package/web/sifou-weekly.html +138 -140
- package/web/toutiao-30.html +79 -79
- package/web/toutiao-7.html +101 -101
- package/web/toutiao-90.html +78 -78
- package/web/trending-monthly.html +160 -158
- package/web/trending-weekly.html +169 -171
- package/web/trending.html +169 -163
- package/web/users.china.html +2016 -2015
- package/web/36kr.html +0 -828
|
@@ -75,22 +75,6 @@
|
|
|
75
75
|
.list li > div.info a:hover i { color: #333; }
|
|
76
76
|
.list li div.sub-title { color: var(--color-theme-text); margin: 4px 0 0 0; }
|
|
77
77
|
.list li div.avatar { padding-right: 10px; }
|
|
78
|
-
|
|
79
|
-
.list li a.language,
|
|
80
|
-
.list li span.star { height: 18px; background: var(--color-neutral-muted); display: inline-block; padding: 2px 4px; border-radius: 3px; }
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
.list .select { }
|
|
84
|
-
.list .select .active { color: var(--color-theme-text); font-weight: bold; border-bottom: 1px dotted var(--color-border);}
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
.list li div.followers { font-size: 12px; color: var(--color-fg-muted); white-space:nowrap; padding-top: 2px; border-radius: 3px; }
|
|
88
|
-
.list li div.followers a { color: var(--color-fg-muted); }
|
|
89
|
-
.list li div.followers * { vertical-align: middle; }
|
|
90
|
-
.list li div.followers svg { vertical-align: text-top; display: inline-block; fill: #9E9E9E; width: 14px; height: 14px; }
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
78
|
@keyframes octocat-wave {
|
|
95
79
|
0%,100%{-webkit-transform:rotate(0); transform:rotate(0);}
|
|
96
80
|
20%,60%{-webkit-transform:rotate(-25deg); transform:rotate(-25deg);}
|
|
@@ -100,6 +84,27 @@
|
|
|
100
84
|
.title { padding-top: 16px; font-size: 21px; }
|
|
101
85
|
}
|
|
102
86
|
</style>
|
|
87
|
+
|
|
88
|
+
<style>
|
|
89
|
+
.list li a.language,
|
|
90
|
+
.list li span.star { height: 18px; background: var(--color-neutral-muted); display: inline-block; padding: 2px 4px; border-radius: 3px; }
|
|
91
|
+
</style>
|
|
92
|
+
|
|
93
|
+
|
|
94
|
+
<style>
|
|
95
|
+
.list .select .active { color: var(--color-theme-text); font-weight: bold; border-bottom: 1px dotted var(--color-border);}
|
|
96
|
+
</style>
|
|
97
|
+
|
|
98
|
+
|
|
99
|
+
<style>
|
|
100
|
+
.list li div.followers { font-size: 12px; color: var(--color-fg-muted); white-space:nowrap; padding-top: 2px; border-radius: 3px; }
|
|
101
|
+
.list li div.followers a { color: var(--color-fg-muted); }
|
|
102
|
+
.list li div.followers * { vertical-align: middle; }
|
|
103
|
+
.list li div.followers svg { vertical-align: text-top; display: inline-block; fill: #9E9E9E; width: 14px; height: 14px; }
|
|
104
|
+
</style>
|
|
105
|
+
|
|
106
|
+
|
|
107
|
+
|
|
103
108
|
<script src="https://unpkg.com/@wcj/dark-mode"></script>
|
|
104
109
|
</head>
|
|
105
110
|
<body>
|
|
@@ -122,16 +127,14 @@
|
|
|
122
127
|
|
|
123
128
|
|
|
124
129
|
|
|
125
|
-
|
|
126
130
|
</h1>
|
|
127
|
-
<div class="time">Last cache created on 2022/7/
|
|
131
|
+
<div class="time">Last cache created on 2022/7/8 by
|
|
128
132
|
|
|
129
133
|
|
|
130
134
|
|
|
131
135
|
<a href="https://github.com/trending">Github Trending</a>
|
|
132
136
|
|
|
133
137
|
|
|
134
|
-
|
|
135
138
|
.
|
|
136
139
|
</div>
|
|
137
140
|
<div class="tabs">
|
|
@@ -140,7 +143,6 @@
|
|
|
140
143
|
<a class="active" href="trending.html">Trending</a>
|
|
141
144
|
<a class="" href="sifou-daily.html">Sifou</a>
|
|
142
145
|
<a class="" href="toutiao-7.html">开发头条</a>
|
|
143
|
-
<a class="" href="36kr.html">36Kr</a>
|
|
144
146
|
</div>
|
|
145
147
|
<ul class="list repos trending">
|
|
146
148
|
<li class="rank-title">
|
|
@@ -167,20 +169,20 @@
|
|
|
167
169
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
168
170
|
<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
171
|
</svg>
|
|
170
|
-
<span>
|
|
172
|
+
<span>11235</span>
|
|
171
173
|
</span>
|
|
172
174
|
<span class="star" title="Repo Forked">
|
|
173
175
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
174
176
|
<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
177
|
</path>
|
|
176
178
|
</svg>
|
|
177
|
-
<span>
|
|
179
|
+
<span>775</span>
|
|
178
180
|
</span>
|
|
179
181
|
<span class="star">
|
|
180
182
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
181
183
|
<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
184
|
</svg>
|
|
183
|
-
<span>
|
|
185
|
+
<span>7970 stars this month</span>
|
|
184
186
|
</span>
|
|
185
187
|
</div>
|
|
186
188
|
<div class="details">
|
|
@@ -205,20 +207,20 @@
|
|
|
205
207
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
206
208
|
<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
209
|
</svg>
|
|
208
|
-
<span>
|
|
210
|
+
<span>24131</span>
|
|
209
211
|
</span>
|
|
210
212
|
<span class="star" title="Repo Forked">
|
|
211
213
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
212
214
|
<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
215
|
</path>
|
|
214
216
|
</svg>
|
|
215
|
-
<span>
|
|
217
|
+
<span>1463</span>
|
|
216
218
|
</span>
|
|
217
219
|
<span class="star">
|
|
218
220
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
219
221
|
<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
222
|
</svg>
|
|
221
|
-
<span>
|
|
223
|
+
<span>5733 stars this month</span>
|
|
222
224
|
</span>
|
|
223
225
|
</div>
|
|
224
226
|
<div class="details">
|
|
@@ -231,32 +233,32 @@
|
|
|
231
233
|
<div class="info">
|
|
232
234
|
<div class="rank">
|
|
233
235
|
<span title="Ranking 3">3</span>
|
|
234
|
-
<a href="https://github.com/
|
|
236
|
+
<a href="https://github.com/openai/DALL-E" target="_blank" title="openai/DALL-E">openai/DALL-E</a>
|
|
235
237
|
</div>
|
|
236
238
|
<div class="sub-title followers">
|
|
237
239
|
|
|
238
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
239
|
-
<span style="background-color: #
|
|
240
|
+
<a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
|
|
241
|
+
<span style="background-color: #3572A5;"></span>Python
|
|
240
242
|
</a>
|
|
241
243
|
|
|
242
244
|
<span class="star" title="Stargazers Count">
|
|
243
245
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
244
246
|
<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
247
|
</svg>
|
|
246
|
-
<span>
|
|
248
|
+
<span>7677</span>
|
|
247
249
|
</span>
|
|
248
250
|
<span class="star" title="Repo Forked">
|
|
249
251
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
250
252
|
<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
253
|
</path>
|
|
252
254
|
</svg>
|
|
253
|
-
<span>
|
|
255
|
+
<span>1360</span>
|
|
254
256
|
</span>
|
|
255
257
|
<span class="star">
|
|
256
258
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
257
259
|
<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
260
|
</svg>
|
|
259
|
-
<span>
|
|
261
|
+
<span>1606 stars this month</span>
|
|
260
262
|
</span>
|
|
261
263
|
</div>
|
|
262
264
|
<div class="details">
|
|
@@ -269,32 +271,32 @@
|
|
|
269
271
|
<div class="info">
|
|
270
272
|
<div class="rank">
|
|
271
273
|
<span title="Ranking 4">4</span>
|
|
272
|
-
<a href="https://github.com/
|
|
274
|
+
<a href="https://github.com/wailsapp/wails" target="_blank" title="wailsapp/wails">wailsapp/wails</a>
|
|
273
275
|
</div>
|
|
274
276
|
<div class="sub-title followers">
|
|
275
277
|
|
|
276
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
277
|
-
<span style="background-color: #
|
|
278
|
+
<a class="language" target="_blank" href="https://github.com/topics/go" title="Programming Language Go">
|
|
279
|
+
<span style="background-color: #00ADD8;"></span>Go
|
|
278
280
|
</a>
|
|
279
281
|
|
|
280
282
|
<span class="star" title="Stargazers Count">
|
|
281
283
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
282
284
|
<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
285
|
</svg>
|
|
284
|
-
<span>
|
|
286
|
+
<span>8296</span>
|
|
285
287
|
</span>
|
|
286
288
|
<span class="star" title="Repo Forked">
|
|
287
289
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
288
290
|
<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
291
|
</path>
|
|
290
292
|
</svg>
|
|
291
|
-
<span>
|
|
293
|
+
<span>422</span>
|
|
292
294
|
</span>
|
|
293
295
|
<span class="star">
|
|
294
296
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
295
297
|
<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
298
|
</svg>
|
|
297
|
-
<span>
|
|
299
|
+
<span>1734 stars this month</span>
|
|
298
300
|
</span>
|
|
299
301
|
</div>
|
|
300
302
|
<div class="details">
|
|
@@ -307,32 +309,32 @@
|
|
|
307
309
|
<div class="info">
|
|
308
310
|
<div class="rank">
|
|
309
311
|
<span title="Ranking 5">5</span>
|
|
310
|
-
<a href="https://github.com/
|
|
312
|
+
<a href="https://github.com/siyuan-note/siyuan" target="_blank" title="siyuan-note/siyuan">siyuan-note/siyuan</a>
|
|
311
313
|
</div>
|
|
312
314
|
<div class="sub-title followers">
|
|
313
315
|
|
|
314
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
315
|
-
<span style="background-color: #
|
|
316
|
+
<a class="language" target="_blank" href="https://github.com/topics/typescript" title="Programming Language TypeScript">
|
|
317
|
+
<span style="background-color: #3178c6;"></span>TypeScript
|
|
316
318
|
</a>
|
|
317
319
|
|
|
318
320
|
<span class="star" title="Stargazers Count">
|
|
319
321
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
320
322
|
<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
323
|
</svg>
|
|
322
|
-
<span>
|
|
324
|
+
<span>6149</span>
|
|
323
325
|
</span>
|
|
324
326
|
<span class="star" title="Repo Forked">
|
|
325
327
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
326
328
|
<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
329
|
</path>
|
|
328
330
|
</svg>
|
|
329
|
-
<span>
|
|
331
|
+
<span>437</span>
|
|
330
332
|
</span>
|
|
331
333
|
<span class="star">
|
|
332
334
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
333
335
|
<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
336
|
</svg>
|
|
335
|
-
<span>
|
|
337
|
+
<span>2080 stars this month</span>
|
|
336
338
|
</span>
|
|
337
339
|
</div>
|
|
338
340
|
<div class="details">
|
|
@@ -345,7 +347,7 @@
|
|
|
345
347
|
<div class="info">
|
|
346
348
|
<div class="rank">
|
|
347
349
|
<span title="Ranking 6">6</span>
|
|
348
|
-
<a href="https://github.com/
|
|
350
|
+
<a href="https://github.com/alan2207/bulletproof-react" target="_blank" title="alan2207/bulletproof-react">alan2207/bulletproof-react</a>
|
|
349
351
|
</div>
|
|
350
352
|
<div class="sub-title followers">
|
|
351
353
|
|
|
@@ -357,20 +359,20 @@
|
|
|
357
359
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
358
360
|
<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
361
|
</svg>
|
|
360
|
-
<span>
|
|
362
|
+
<span>11854</span>
|
|
361
363
|
</span>
|
|
362
364
|
<span class="star" title="Repo Forked">
|
|
363
365
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
364
366
|
<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
367
|
</path>
|
|
366
368
|
</svg>
|
|
367
|
-
<span>
|
|
369
|
+
<span>856</span>
|
|
368
370
|
</span>
|
|
369
371
|
<span class="star">
|
|
370
372
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
371
373
|
<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
374
|
</svg>
|
|
373
|
-
<span>
|
|
375
|
+
<span>1508 stars this month</span>
|
|
374
376
|
</span>
|
|
375
377
|
</div>
|
|
376
378
|
<div class="details">
|
|
@@ -383,7 +385,7 @@
|
|
|
383
385
|
<div class="info">
|
|
384
386
|
<div class="rank">
|
|
385
387
|
<span title="Ranking 7">7</span>
|
|
386
|
-
<a href="https://github.com/
|
|
388
|
+
<a href="https://github.com/google/jax" target="_blank" title="google/jax">google/jax</a>
|
|
387
389
|
</div>
|
|
388
390
|
<div class="sub-title followers">
|
|
389
391
|
|
|
@@ -395,20 +397,20 @@
|
|
|
395
397
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
396
398
|
<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
399
|
</svg>
|
|
398
|
-
<span>
|
|
400
|
+
<span>19286</span>
|
|
399
401
|
</span>
|
|
400
402
|
<span class="star" title="Repo Forked">
|
|
401
403
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
402
404
|
<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
405
|
</path>
|
|
404
406
|
</svg>
|
|
405
|
-
<span>
|
|
407
|
+
<span>1763</span>
|
|
406
408
|
</span>
|
|
407
409
|
<span class="star">
|
|
408
410
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
409
411
|
<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
412
|
</svg>
|
|
411
|
-
<span>
|
|
413
|
+
<span>1653 stars this month</span>
|
|
412
414
|
</span>
|
|
413
415
|
</div>
|
|
414
416
|
<div class="details">
|
|
@@ -421,32 +423,32 @@
|
|
|
421
423
|
<div class="info">
|
|
422
424
|
<div class="rank">
|
|
423
425
|
<span title="Ranking 8">8</span>
|
|
424
|
-
<a href="https://github.com/
|
|
426
|
+
<a href="https://github.com/digitalocean/nginxconfig.io" target="_blank" title="digitalocean/nginxconfig.io">digitalocean/nginxconfig.io</a>
|
|
425
427
|
</div>
|
|
426
428
|
<div class="sub-title followers">
|
|
427
429
|
|
|
428
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
429
|
-
<span style="background-color: #
|
|
430
|
+
<a class="language" target="_blank" href="https://github.com/topics/javascript" title="Programming Language JavaScript">
|
|
431
|
+
<span style="background-color: #f1e05a;"></span>JavaScript
|
|
430
432
|
</a>
|
|
431
433
|
|
|
432
434
|
<span class="star" title="Stargazers Count">
|
|
433
435
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
434
436
|
<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
437
|
</svg>
|
|
436
|
-
<span>
|
|
438
|
+
<span>22021</span>
|
|
437
439
|
</span>
|
|
438
440
|
<span class="star" title="Repo Forked">
|
|
439
441
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
440
442
|
<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
443
|
</path>
|
|
442
444
|
</svg>
|
|
443
|
-
<span>
|
|
445
|
+
<span>1503</span>
|
|
444
446
|
</span>
|
|
445
447
|
<span class="star">
|
|
446
448
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
447
449
|
<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
450
|
</svg>
|
|
449
|
-
<span>
|
|
451
|
+
<span>3622 stars this month</span>
|
|
450
452
|
</span>
|
|
451
453
|
</div>
|
|
452
454
|
<div class="details">
|
|
@@ -459,32 +461,32 @@
|
|
|
459
461
|
<div class="info">
|
|
460
462
|
<div class="rank">
|
|
461
463
|
<span title="Ranking 9">9</span>
|
|
462
|
-
<a href="https://github.com/
|
|
464
|
+
<a href="https://github.com/elebumm/RedditVideoMakerBot" target="_blank" title="elebumm/RedditVideoMakerBot">elebumm/RedditVideoMakerBot</a>
|
|
463
465
|
</div>
|
|
464
466
|
<div class="sub-title followers">
|
|
465
467
|
|
|
466
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
467
|
-
<span style="background-color: #
|
|
468
|
+
<a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
|
|
469
|
+
<span style="background-color: #3572A5;"></span>Python
|
|
468
470
|
</a>
|
|
469
471
|
|
|
470
472
|
<span class="star" title="Stargazers Count">
|
|
471
473
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
472
474
|
<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
475
|
</svg>
|
|
474
|
-
<span>
|
|
476
|
+
<span>3185</span>
|
|
475
477
|
</span>
|
|
476
478
|
<span class="star" title="Repo Forked">
|
|
477
479
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
478
480
|
<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
481
|
</path>
|
|
480
482
|
</svg>
|
|
481
|
-
<span>
|
|
483
|
+
<span>745</span>
|
|
482
484
|
</span>
|
|
483
485
|
<span class="star">
|
|
484
486
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
485
487
|
<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
488
|
</svg>
|
|
487
|
-
<span>
|
|
489
|
+
<span>1458 stars this month</span>
|
|
488
490
|
</span>
|
|
489
491
|
</div>
|
|
490
492
|
<div class="details">
|
|
@@ -497,32 +499,32 @@
|
|
|
497
499
|
<div class="info">
|
|
498
500
|
<div class="rank">
|
|
499
501
|
<span title="Ranking 10">10</span>
|
|
500
|
-
<a href="https://github.com/
|
|
502
|
+
<a href="https://github.com/ory/kratos" target="_blank" title="ory/kratos">ory/kratos</a>
|
|
501
503
|
</div>
|
|
502
504
|
<div class="sub-title followers">
|
|
503
505
|
|
|
504
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
505
|
-
<span style="background-color: #
|
|
506
|
+
<a class="language" target="_blank" href="https://github.com/topics/go" title="Programming Language Go">
|
|
507
|
+
<span style="background-color: #00ADD8;"></span>Go
|
|
506
508
|
</a>
|
|
507
509
|
|
|
508
510
|
<span class="star" title="Stargazers Count">
|
|
509
511
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
510
512
|
<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
513
|
</svg>
|
|
512
|
-
<span>
|
|
514
|
+
<span>7178</span>
|
|
513
515
|
</span>
|
|
514
516
|
<span class="star" title="Repo Forked">
|
|
515
517
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
516
518
|
<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
519
|
</path>
|
|
518
520
|
</svg>
|
|
519
|
-
<span>
|
|
521
|
+
<span>609</span>
|
|
520
522
|
</span>
|
|
521
523
|
<span class="star">
|
|
522
524
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
523
525
|
<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
526
|
</svg>
|
|
525
|
-
<span>
|
|
527
|
+
<span>1600 stars this month</span>
|
|
526
528
|
</span>
|
|
527
529
|
</div>
|
|
528
530
|
<div class="details">
|
|
@@ -535,32 +537,32 @@
|
|
|
535
537
|
<div class="info">
|
|
536
538
|
<div class="rank">
|
|
537
539
|
<span title="Ranking 11">11</span>
|
|
538
|
-
<a href="https://github.com/
|
|
540
|
+
<a href="https://github.com/hyprwm/Hyprland" target="_blank" title="hyprwm/Hyprland">hyprwm/Hyprland</a>
|
|
539
541
|
</div>
|
|
540
542
|
<div class="sub-title followers">
|
|
541
543
|
|
|
542
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
543
|
-
<span style="background-color: #
|
|
544
|
+
<a class="language" target="_blank" href="https://github.com/topics/c++" title="Programming Language C++">
|
|
545
|
+
<span style="background-color: #f34b7d;"></span>C++
|
|
544
546
|
</a>
|
|
545
547
|
|
|
546
548
|
<span class="star" title="Stargazers Count">
|
|
547
549
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
548
550
|
<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
551
|
</svg>
|
|
550
|
-
<span>
|
|
552
|
+
<span>1882</span>
|
|
551
553
|
</span>
|
|
552
554
|
<span class="star" title="Repo Forked">
|
|
553
555
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
554
556
|
<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
557
|
</path>
|
|
556
558
|
</svg>
|
|
557
|
-
<span>
|
|
559
|
+
<span>62</span>
|
|
558
560
|
</span>
|
|
559
561
|
<span class="star">
|
|
560
562
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
561
563
|
<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
564
|
</svg>
|
|
563
|
-
<span>
|
|
565
|
+
<span>1095 stars this month</span>
|
|
564
566
|
</span>
|
|
565
567
|
</div>
|
|
566
568
|
<div class="details">
|
|
@@ -573,32 +575,32 @@
|
|
|
573
575
|
<div class="info">
|
|
574
576
|
<div class="rank">
|
|
575
577
|
<span title="Ranking 12">12</span>
|
|
576
|
-
<a href="https://github.com/
|
|
578
|
+
<a href="https://github.com/VSCodium/vscodium" target="_blank" title="VSCodium/vscodium">VSCodium/vscodium</a>
|
|
577
579
|
</div>
|
|
578
580
|
<div class="sub-title followers">
|
|
579
581
|
|
|
580
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
581
|
-
<span style="background-color: #
|
|
582
|
+
<a class="language" target="_blank" href="https://github.com/topics/shell" title="Programming Language Shell">
|
|
583
|
+
<span style="background-color: #89e051;"></span>Shell
|
|
582
584
|
</a>
|
|
583
585
|
|
|
584
586
|
<span class="star" title="Stargazers Count">
|
|
585
587
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
586
588
|
<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
589
|
</svg>
|
|
588
|
-
<span>
|
|
590
|
+
<span>16996</span>
|
|
589
591
|
</span>
|
|
590
592
|
<span class="star" title="Repo Forked">
|
|
591
593
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
592
594
|
<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
595
|
</path>
|
|
594
596
|
</svg>
|
|
595
|
-
<span>
|
|
597
|
+
<span>718</span>
|
|
596
598
|
</span>
|
|
597
599
|
<span class="star">
|
|
598
600
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
599
601
|
<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
602
|
</svg>
|
|
601
|
-
<span>
|
|
603
|
+
<span>902 stars this month</span>
|
|
602
604
|
</span>
|
|
603
605
|
</div>
|
|
604
606
|
<div class="details">
|
|
@@ -611,32 +613,32 @@
|
|
|
611
613
|
<div class="info">
|
|
612
614
|
<div class="rank">
|
|
613
615
|
<span title="Ranking 13">13</span>
|
|
614
|
-
<a href="https://github.com/
|
|
616
|
+
<a href="https://github.com/bradtraversy/50projects50days" target="_blank" title="bradtraversy/50projects50days">bradtraversy/50projects50days</a>
|
|
615
617
|
</div>
|
|
616
618
|
<div class="sub-title followers">
|
|
617
619
|
|
|
618
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
619
|
-
<span style="background-color: #
|
|
620
|
+
<a class="language" target="_blank" href="https://github.com/topics/css" title="Programming Language CSS">
|
|
621
|
+
<span style="background-color: #563d7c;"></span>CSS
|
|
620
622
|
</a>
|
|
621
623
|
|
|
622
624
|
<span class="star" title="Stargazers Count">
|
|
623
625
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
624
626
|
<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
627
|
</svg>
|
|
626
|
-
<span>
|
|
628
|
+
<span>18264</span>
|
|
627
629
|
</span>
|
|
628
630
|
<span class="star" title="Repo Forked">
|
|
629
631
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
630
632
|
<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
633
|
</path>
|
|
632
634
|
</svg>
|
|
633
|
-
<span>
|
|
635
|
+
<span>4986</span>
|
|
634
636
|
</span>
|
|
635
637
|
<span class="star">
|
|
636
638
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
637
639
|
<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
640
|
</svg>
|
|
639
|
-
<span>
|
|
641
|
+
<span>2665 stars this month</span>
|
|
640
642
|
</span>
|
|
641
643
|
</div>
|
|
642
644
|
<div class="details">
|
|
@@ -649,32 +651,32 @@
|
|
|
649
651
|
<div class="info">
|
|
650
652
|
<div class="rank">
|
|
651
653
|
<span title="Ranking 14">14</span>
|
|
652
|
-
<a href="https://github.com/
|
|
654
|
+
<a href="https://github.com/tauri-apps/tauri" target="_blank" title="tauri-apps/tauri">tauri-apps/tauri</a>
|
|
653
655
|
</div>
|
|
654
656
|
<div class="sub-title followers">
|
|
655
657
|
|
|
656
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
657
|
-
<span style="background-color: #
|
|
658
|
+
<a class="language" target="_blank" href="https://github.com/topics/rust" title="Programming Language Rust">
|
|
659
|
+
<span style="background-color: #dea584;"></span>Rust
|
|
658
660
|
</a>
|
|
659
661
|
|
|
660
662
|
<span class="star" title="Stargazers Count">
|
|
661
663
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
662
664
|
<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
665
|
</svg>
|
|
664
|
-
<span>
|
|
666
|
+
<span>46045</span>
|
|
665
667
|
</span>
|
|
666
668
|
<span class="star" title="Repo Forked">
|
|
667
669
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
668
670
|
<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
671
|
</path>
|
|
670
672
|
</svg>
|
|
671
|
-
<span>
|
|
673
|
+
<span>1146</span>
|
|
672
674
|
</span>
|
|
673
675
|
<span class="star">
|
|
674
676
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
675
677
|
<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
678
|
</svg>
|
|
677
|
-
<span>
|
|
679
|
+
<span>4245 stars this month</span>
|
|
678
680
|
</span>
|
|
679
681
|
</div>
|
|
680
682
|
<div class="details">
|
|
@@ -699,20 +701,20 @@
|
|
|
699
701
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
700
702
|
<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
703
|
</svg>
|
|
702
|
-
<span>
|
|
704
|
+
<span>22509</span>
|
|
703
705
|
</span>
|
|
704
706
|
<span class="star" title="Repo Forked">
|
|
705
707
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
706
708
|
<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
709
|
</path>
|
|
708
710
|
</svg>
|
|
709
|
-
<span>
|
|
711
|
+
<span>4723</span>
|
|
710
712
|
</span>
|
|
711
713
|
<span class="star">
|
|
712
714
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
713
715
|
<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
716
|
</svg>
|
|
715
|
-
<span>
|
|
717
|
+
<span>608 stars this month</span>
|
|
716
718
|
</span>
|
|
717
719
|
</div>
|
|
718
720
|
<div class="details">
|
|
@@ -725,32 +727,32 @@
|
|
|
725
727
|
<div class="info">
|
|
726
728
|
<div class="rank">
|
|
727
729
|
<span title="Ranking 16">16</span>
|
|
728
|
-
<a href="https://github.com/
|
|
730
|
+
<a href="https://github.com/PaperMC/Paper" target="_blank" title="PaperMC/Paper">PaperMC/Paper</a>
|
|
729
731
|
</div>
|
|
730
732
|
<div class="sub-title followers">
|
|
731
733
|
|
|
732
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
733
|
-
<span style="background-color: #
|
|
734
|
+
<a class="language" target="_blank" href="https://github.com/topics/java" title="Programming Language Java">
|
|
735
|
+
<span style="background-color: #b07219;"></span>Java
|
|
734
736
|
</a>
|
|
735
737
|
|
|
736
738
|
<span class="star" title="Stargazers Count">
|
|
737
739
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
738
740
|
<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
741
|
</svg>
|
|
740
|
-
<span>
|
|
742
|
+
<span>6410</span>
|
|
741
743
|
</span>
|
|
742
744
|
<span class="star" title="Repo Forked">
|
|
743
745
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
744
746
|
<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
747
|
</path>
|
|
746
748
|
</svg>
|
|
747
|
-
<span>
|
|
749
|
+
<span>1612</span>
|
|
748
750
|
</span>
|
|
749
751
|
<span class="star">
|
|
750
752
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
751
753
|
<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
754
|
</svg>
|
|
753
|
-
<span>
|
|
755
|
+
<span>449 stars this month</span>
|
|
754
756
|
</span>
|
|
755
757
|
</div>
|
|
756
758
|
<div class="details">
|
|
@@ -763,28 +765,32 @@
|
|
|
763
765
|
<div class="info">
|
|
764
766
|
<div class="rank">
|
|
765
767
|
<span title="Ranking 17">17</span>
|
|
766
|
-
<a href="https://github.com/
|
|
768
|
+
<a href="https://github.com/delta-io/delta" target="_blank" title="delta-io/delta">delta-io/delta</a>
|
|
767
769
|
</div>
|
|
768
770
|
<div class="sub-title followers">
|
|
769
771
|
|
|
772
|
+
<a class="language" target="_blank" href="https://github.com/topics/scala" title="Programming Language Scala">
|
|
773
|
+
<span style="background-color: #c22d40;"></span>Scala
|
|
774
|
+
</a>
|
|
775
|
+
|
|
770
776
|
<span class="star" title="Stargazers Count">
|
|
771
777
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
772
778
|
<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>
|
|
773
779
|
</svg>
|
|
774
|
-
<span>
|
|
780
|
+
<span>4887</span>
|
|
775
781
|
</span>
|
|
776
782
|
<span class="star" title="Repo Forked">
|
|
777
783
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
778
784
|
<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">
|
|
779
785
|
</path>
|
|
780
786
|
</svg>
|
|
781
|
-
<span>
|
|
787
|
+
<span>1105</span>
|
|
782
788
|
</span>
|
|
783
789
|
<span class="star">
|
|
784
790
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
785
791
|
<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>
|
|
786
792
|
</svg>
|
|
787
|
-
<span>
|
|
793
|
+
<span>488 stars this month</span>
|
|
788
794
|
</span>
|
|
789
795
|
</div>
|
|
790
796
|
<div class="details">
|
|
@@ -797,32 +803,32 @@
|
|
|
797
803
|
<div class="info">
|
|
798
804
|
<div class="rank">
|
|
799
805
|
<span title="Ranking 18">18</span>
|
|
800
|
-
<a href="https://github.com/
|
|
806
|
+
<a href="https://github.com/google/zx" target="_blank" title="google/zx">google/zx</a>
|
|
801
807
|
</div>
|
|
802
808
|
<div class="sub-title followers">
|
|
803
809
|
|
|
804
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
805
|
-
<span style="background-color: #
|
|
810
|
+
<a class="language" target="_blank" href="https://github.com/topics/javascript" title="Programming Language JavaScript">
|
|
811
|
+
<span style="background-color: #f1e05a;"></span>JavaScript
|
|
806
812
|
</a>
|
|
807
813
|
|
|
808
814
|
<span class="star" title="Stargazers Count">
|
|
809
815
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
810
816
|
<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>
|
|
811
817
|
</svg>
|
|
812
|
-
<span>
|
|
818
|
+
<span>32940</span>
|
|
813
819
|
</span>
|
|
814
820
|
<span class="star" title="Repo Forked">
|
|
815
821
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
816
822
|
<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">
|
|
817
823
|
</path>
|
|
818
824
|
</svg>
|
|
819
|
-
<span>
|
|
825
|
+
<span>748</span>
|
|
820
826
|
</span>
|
|
821
827
|
<span class="star">
|
|
822
828
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
823
829
|
<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>
|
|
824
830
|
</svg>
|
|
825
|
-
<span>
|
|
831
|
+
<span>1488 stars this month</span>
|
|
826
832
|
</span>
|
|
827
833
|
</div>
|
|
828
834
|
<div class="details">
|
|
@@ -835,32 +841,32 @@
|
|
|
835
841
|
<div class="info">
|
|
836
842
|
<div class="rank">
|
|
837
843
|
<span title="Ranking 19">19</span>
|
|
838
|
-
<a href="https://github.com/
|
|
844
|
+
<a href="https://github.com/ToolJet/ToolJet" target="_blank" title="ToolJet/ToolJet">ToolJet/ToolJet</a>
|
|
839
845
|
</div>
|
|
840
846
|
<div class="sub-title followers">
|
|
841
847
|
|
|
842
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
843
|
-
<span style="background-color: #
|
|
848
|
+
<a class="language" target="_blank" href="https://github.com/topics/javascript" title="Programming Language JavaScript">
|
|
849
|
+
<span style="background-color: #f1e05a;"></span>JavaScript
|
|
844
850
|
</a>
|
|
845
851
|
|
|
846
852
|
<span class="star" title="Stargazers Count">
|
|
847
853
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
848
854
|
<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
855
|
</svg>
|
|
850
|
-
<span>
|
|
856
|
+
<span>12190</span>
|
|
851
857
|
</span>
|
|
852
858
|
<span class="star" title="Repo Forked">
|
|
853
859
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
854
860
|
<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
861
|
</path>
|
|
856
862
|
</svg>
|
|
857
|
-
<span>
|
|
863
|
+
<span>979</span>
|
|
858
864
|
</span>
|
|
859
865
|
<span class="star">
|
|
860
866
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
861
867
|
<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
868
|
</svg>
|
|
863
|
-
<span>
|
|
869
|
+
<span>1954 stars this month</span>
|
|
864
870
|
</span>
|
|
865
871
|
</div>
|
|
866
872
|
<div class="details">
|
|
@@ -873,32 +879,28 @@
|
|
|
873
879
|
<div class="info">
|
|
874
880
|
<div class="rank">
|
|
875
881
|
<span title="Ranking 20">20</span>
|
|
876
|
-
<a href="https://github.com/
|
|
882
|
+
<a href="https://github.com/Ebazhanov/linkedin-skill-assessments-quizzes" target="_blank" title="Ebazhanov/linkedin-skill-assessments-quizzes">Ebazhanov/linkedin-skill-assessments-quizzes</a>
|
|
877
883
|
</div>
|
|
878
884
|
<div class="sub-title followers">
|
|
879
885
|
|
|
880
|
-
<a class="language" target="_blank" href="https://github.com/topics/go" title="Programming Language Go">
|
|
881
|
-
<span style="background-color: #00ADD8;"></span>Go
|
|
882
|
-
</a>
|
|
883
|
-
|
|
884
886
|
<span class="star" title="Stargazers Count">
|
|
885
887
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
886
888
|
<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
889
|
</svg>
|
|
888
|
-
<span>
|
|
890
|
+
<span>16024</span>
|
|
889
891
|
</span>
|
|
890
892
|
<span class="star" title="Repo Forked">
|
|
891
893
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
892
894
|
<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
895
|
</path>
|
|
894
896
|
</svg>
|
|
895
|
-
<span>
|
|
897
|
+
<span>8771</span>
|
|
896
898
|
</span>
|
|
897
899
|
<span class="star">
|
|
898
900
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
899
901
|
<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
902
|
</svg>
|
|
901
|
-
<span>
|
|
903
|
+
<span>1052 stars this month</span>
|
|
902
904
|
</span>
|
|
903
905
|
</div>
|
|
904
906
|
<div class="details">
|
|
@@ -911,32 +913,32 @@
|
|
|
911
913
|
<div class="info">
|
|
912
914
|
<div class="rank">
|
|
913
915
|
<span title="Ranking 21">21</span>
|
|
914
|
-
<a href="https://github.com/
|
|
916
|
+
<a href="https://github.com/trpc/trpc" target="_blank" title="trpc/trpc">trpc/trpc</a>
|
|
915
917
|
</div>
|
|
916
918
|
<div class="sub-title followers">
|
|
917
919
|
|
|
918
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
919
|
-
<span style="background-color: #
|
|
920
|
+
<a class="language" target="_blank" href="https://github.com/topics/typescript" title="Programming Language TypeScript">
|
|
921
|
+
<span style="background-color: #3178c6;"></span>TypeScript
|
|
920
922
|
</a>
|
|
921
923
|
|
|
922
924
|
<span class="star" title="Stargazers Count">
|
|
923
925
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
924
926
|
<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
927
|
</svg>
|
|
926
|
-
<span>
|
|
928
|
+
<span>7824</span>
|
|
927
929
|
</span>
|
|
928
930
|
<span class="star" title="Repo Forked">
|
|
929
931
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
930
932
|
<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
933
|
</path>
|
|
932
934
|
</svg>
|
|
933
|
-
<span>
|
|
935
|
+
<span>235</span>
|
|
934
936
|
</span>
|
|
935
937
|
<span class="star">
|
|
936
938
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
937
939
|
<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
940
|
</svg>
|
|
939
|
-
<span>
|
|
941
|
+
<span>1718 stars this month</span>
|
|
940
942
|
</span>
|
|
941
943
|
</div>
|
|
942
944
|
<div class="details">
|
|
@@ -949,32 +951,32 @@
|
|
|
949
951
|
<div class="info">
|
|
950
952
|
<div class="rank">
|
|
951
953
|
<span title="Ranking 22">22</span>
|
|
952
|
-
<a href="https://github.com/
|
|
954
|
+
<a href="https://github.com/apple/sample-food-truck" target="_blank" title="apple/sample-food-truck">apple/sample-food-truck</a>
|
|
953
955
|
</div>
|
|
954
956
|
<div class="sub-title followers">
|
|
955
957
|
|
|
956
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
957
|
-
<span style="background-color: #
|
|
958
|
+
<a class="language" target="_blank" href="https://github.com/topics/swift" title="Programming Language Swift">
|
|
959
|
+
<span style="background-color: #F05138;"></span>Swift
|
|
958
960
|
</a>
|
|
959
961
|
|
|
960
962
|
<span class="star" title="Stargazers Count">
|
|
961
963
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
962
964
|
<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
965
|
</svg>
|
|
964
|
-
<span>
|
|
966
|
+
<span>1056</span>
|
|
965
967
|
</span>
|
|
966
968
|
<span class="star" title="Repo Forked">
|
|
967
969
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
968
970
|
<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
971
|
</path>
|
|
970
972
|
</svg>
|
|
971
|
-
<span>
|
|
973
|
+
<span>57</span>
|
|
972
974
|
</span>
|
|
973
975
|
<span class="star">
|
|
974
976
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
975
977
|
<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
978
|
</svg>
|
|
977
|
-
<span>
|
|
979
|
+
<span>633 stars this month</span>
|
|
978
980
|
</span>
|
|
979
981
|
</div>
|
|
980
982
|
<div class="details">
|
|
@@ -987,32 +989,28 @@
|
|
|
987
989
|
<div class="info">
|
|
988
990
|
<div class="rank">
|
|
989
991
|
<span title="Ranking 23">23</span>
|
|
990
|
-
<a href="https://github.com/
|
|
992
|
+
<a href="https://github.com/qianguyihao/Web" target="_blank" title="qianguyihao/Web">qianguyihao/Web</a>
|
|
991
993
|
</div>
|
|
992
994
|
<div class="sub-title followers">
|
|
993
995
|
|
|
994
|
-
<a class="language" target="_blank" href="https://github.com/topics/javascript" title="Programming Language JavaScript">
|
|
995
|
-
<span style="background-color: #f1e05a;"></span>JavaScript
|
|
996
|
-
</a>
|
|
997
|
-
|
|
998
996
|
<span class="star" title="Stargazers Count">
|
|
999
997
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
1000
998
|
<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
999
|
</svg>
|
|
1002
|
-
<span>
|
|
1000
|
+
<span>20769</span>
|
|
1003
1001
|
</span>
|
|
1004
1002
|
<span class="star" title="Repo Forked">
|
|
1005
1003
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
1006
1004
|
<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
1005
|
</path>
|
|
1008
1006
|
</svg>
|
|
1009
|
-
<span>
|
|
1007
|
+
<span>5502</span>
|
|
1010
1008
|
</span>
|
|
1011
1009
|
<span class="star">
|
|
1012
1010
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
1013
1011
|
<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
1012
|
</svg>
|
|
1015
|
-
<span>
|
|
1013
|
+
<span>1078 stars this month</span>
|
|
1016
1014
|
</span>
|
|
1017
1015
|
</div>
|
|
1018
1016
|
<div class="details">
|
|
@@ -1025,32 +1023,32 @@
|
|
|
1025
1023
|
<div class="info">
|
|
1026
1024
|
<div class="rank">
|
|
1027
1025
|
<span title="Ranking 24">24</span>
|
|
1028
|
-
<a href="https://github.com/
|
|
1026
|
+
<a href="https://github.com/doocs/source-code-hunter" target="_blank" title="doocs/source-code-hunter">doocs/source-code-hunter</a>
|
|
1029
1027
|
</div>
|
|
1030
1028
|
<div class="sub-title followers">
|
|
1031
1029
|
|
|
1032
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
1033
|
-
<span style="background-color: #
|
|
1030
|
+
<a class="language" target="_blank" href="https://github.com/topics/java" title="Programming Language Java">
|
|
1031
|
+
<span style="background-color: #b07219;"></span>Java
|
|
1034
1032
|
</a>
|
|
1035
1033
|
|
|
1036
1034
|
<span class="star" title="Stargazers Count">
|
|
1037
1035
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
1038
1036
|
<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
1037
|
</svg>
|
|
1040
|
-
<span>
|
|
1038
|
+
<span>10528</span>
|
|
1041
1039
|
</span>
|
|
1042
1040
|
<span class="star" title="Repo Forked">
|
|
1043
1041
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
1044
1042
|
<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
1043
|
</path>
|
|
1046
1044
|
</svg>
|
|
1047
|
-
<span>
|
|
1045
|
+
<span>2015</span>
|
|
1048
1046
|
</span>
|
|
1049
1047
|
<span class="star">
|
|
1050
1048
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
1051
1049
|
<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
1050
|
</svg>
|
|
1053
|
-
<span>
|
|
1051
|
+
<span>1454 stars this month</span>
|
|
1054
1052
|
</span>
|
|
1055
1053
|
</div>
|
|
1056
1054
|
<div class="details">
|
|
@@ -1063,28 +1061,32 @@
|
|
|
1063
1061
|
<div class="info">
|
|
1064
1062
|
<div class="rank">
|
|
1065
1063
|
<span title="Ranking 25">25</span>
|
|
1066
|
-
<a href="https://github.com/
|
|
1064
|
+
<a href="https://github.com/jina-ai/dalle-flow" target="_blank" title="jina-ai/dalle-flow">jina-ai/dalle-flow</a>
|
|
1067
1065
|
</div>
|
|
1068
1066
|
<div class="sub-title followers">
|
|
1069
1067
|
|
|
1068
|
+
<a class="language" target="_blank" href="https://github.com/topics/jupyternotebook" title="Programming Language JupyterNotebook">
|
|
1069
|
+
<span style="background-color: #DA5B0B;"></span>JupyterNotebook
|
|
1070
|
+
</a>
|
|
1071
|
+
|
|
1070
1072
|
<span class="star" title="Stargazers Count">
|
|
1071
1073
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
1072
1074
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
1073
1075
|
</svg>
|
|
1074
|
-
<span>
|
|
1076
|
+
<span>2025</span>
|
|
1075
1077
|
</span>
|
|
1076
1078
|
<span class="star" title="Repo Forked">
|
|
1077
1079
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
1078
1080
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
1079
1081
|
</path>
|
|
1080
1082
|
</svg>
|
|
1081
|
-
<span>
|
|
1083
|
+
<span>109</span>
|
|
1082
1084
|
</span>
|
|
1083
1085
|
<span class="star">
|
|
1084
1086
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
1085
1087
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
1086
1088
|
</svg>
|
|
1087
|
-
<span>
|
|
1089
|
+
<span>1314 stars this month</span>
|
|
1088
1090
|
</span>
|
|
1089
1091
|
</div>
|
|
1090
1092
|
<div class="details">
|
|
@@ -1109,7 +1111,7 @@
|
|
|
1109
1111
|
<img src="https://img.shields.io/npm/v/@wcj/github-rank.svg?label=unpkg">
|
|
1110
1112
|
</a>
|
|
1111
1113
|
</div>
|
|
1112
|
-
<div class="time">Last cache created on 2022/7/
|
|
1114
|
+
<div class="time">Last cache created on 2022/7/8 by Github API v3.</div>
|
|
1113
1115
|
Create by <a href="https://github.com/jaywcjlove" target="_blank">小弟调调™</a>.
|
|
1114
1116
|
</div>
|
|
1115
1117
|
</body>
|