@wcj/github-rank 21.11.17 → 21.11.21
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 +36383 -36365
- package/dist/sifou-daily.json +52 -169
- package/dist/sifou-monthly.json +117 -117
- package/dist/sifou-weekly.json +172 -163
- package/dist/toutiao-30.json +115 -115
- package/dist/toutiao-7.json +135 -135
- package/dist/toutiao-90.json +53 -53
- package/dist/trending-daily.json +171 -171
- package/dist/trending-monthly.json +157 -157
- package/dist/trending-weekly.json +171 -171
- package/dist/users.china.json +3534 -3535
- package/dist/users.json +3926 -3927
- package/package.json +1 -1
- package/web/36kr.html +2 -2
- package/web/data/repos.json +36383 -36365
- package/web/data/sifou-daily.json +52 -169
- package/web/data/sifou-monthly.json +117 -117
- package/web/data/sifou-weekly.json +172 -163
- package/web/data/toutiao-30.json +115 -115
- package/web/data/toutiao-7.json +135 -135
- package/web/data/toutiao-90.json +53 -53
- package/web/data/trending-daily.json +171 -171
- package/web/data/trending-monthly.json +157 -157
- package/web/data/trending-weekly.json +171 -171
- package/web/data/users.china.json +3534 -3535
- package/web/data/users.json +3926 -3927
- package/web/index.html +1974 -1974
- package/web/repos.html +4394 -4394
- package/web/sifou-daily.html +45 -409
- package/web/sifou-monthly.html +123 -123
- package/web/sifou-weekly.html +168 -140
- package/web/toutiao-30.html +104 -104
- package/web/toutiao-7.html +96 -96
- package/web/toutiao-90.html +73 -73
- package/web/trending-monthly.html +135 -135
- package/web/trending-weekly.html +151 -147
- package/web/trending.html +142 -154
- package/web/users.china.html +1702 -1702
package/web/trending.html
CHANGED
|
@@ -102,7 +102,7 @@
|
|
|
102
102
|
|
|
103
103
|
|
|
104
104
|
</h1>
|
|
105
|
-
<div class="time">Last cache created on 2021/11/
|
|
105
|
+
<div class="time">Last cache created on 2021/11/21 by Github API v3.</div>
|
|
106
106
|
<div class="tabs">
|
|
107
107
|
<a class="" href="index.html">Users</a>
|
|
108
108
|
<a class="" href="repos.html">Repos</a>
|
|
@@ -124,32 +124,28 @@
|
|
|
124
124
|
<div class="info">
|
|
125
125
|
<div class="rank">
|
|
126
126
|
<span title="Ranking 1">1</span>
|
|
127
|
-
<a href="https://github.com/
|
|
127
|
+
<a href="https://github.com/dreamhead/patterns-of-distributed-systems" target="_blank" title="dreamhead/patterns-of-distributed-systems">dreamhead/patterns-of-distributed-systems</a>
|
|
128
128
|
</div>
|
|
129
129
|
<div class="sub-title followers">
|
|
130
130
|
|
|
131
|
-
<a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
|
|
132
|
-
<span style="background-color: #3572A5;"></span>Python
|
|
133
|
-
</a>
|
|
134
|
-
|
|
135
131
|
<span class="star" title="Stargazers Count">
|
|
136
132
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
137
133
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
138
134
|
</svg>
|
|
139
|
-
<span>
|
|
135
|
+
<span>714</span>
|
|
140
136
|
</span>
|
|
141
137
|
<span class="star" title="Repo Forked">
|
|
142
138
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
143
139
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
144
140
|
</path>
|
|
145
141
|
</svg>
|
|
146
|
-
<span>
|
|
142
|
+
<span>87</span>
|
|
147
143
|
</span>
|
|
148
144
|
<span class="star">
|
|
149
145
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
150
146
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
151
147
|
</svg>
|
|
152
|
-
<span>
|
|
148
|
+
<span>132 stars today</span>
|
|
153
149
|
</span>
|
|
154
150
|
</div>
|
|
155
151
|
<div class="details">
|
|
@@ -162,32 +158,32 @@
|
|
|
162
158
|
<div class="info">
|
|
163
159
|
<div class="rank">
|
|
164
160
|
<span title="Ranking 2">2</span>
|
|
165
|
-
<a href="https://github.com/
|
|
161
|
+
<a href="https://github.com/hoppscotch/hoppscotch" target="_blank" title="hoppscotch/hoppscotch">hoppscotch/hoppscotch</a>
|
|
166
162
|
</div>
|
|
167
163
|
<div class="sub-title followers">
|
|
168
164
|
|
|
169
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
170
|
-
<span style="background-color: #
|
|
165
|
+
<a class="language" target="_blank" href="https://github.com/topics/vue" title="Programming Language Vue">
|
|
166
|
+
<span style="background-color: #41b883;"></span>Vue
|
|
171
167
|
</a>
|
|
172
168
|
|
|
173
169
|
<span class="star" title="Stargazers Count">
|
|
174
170
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
175
171
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
176
172
|
</svg>
|
|
177
|
-
<span>
|
|
173
|
+
<span>33442</span>
|
|
178
174
|
</span>
|
|
179
175
|
<span class="star" title="Repo Forked">
|
|
180
176
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
181
177
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
182
178
|
</path>
|
|
183
179
|
</svg>
|
|
184
|
-
<span>
|
|
180
|
+
<span>2319</span>
|
|
185
181
|
</span>
|
|
186
182
|
<span class="star">
|
|
187
183
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
188
184
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
189
185
|
</svg>
|
|
190
|
-
<span>
|
|
186
|
+
<span>201 stars today</span>
|
|
191
187
|
</span>
|
|
192
188
|
</div>
|
|
193
189
|
<div class="details">
|
|
@@ -200,32 +196,32 @@
|
|
|
200
196
|
<div class="info">
|
|
201
197
|
<div class="rank">
|
|
202
198
|
<span title="Ranking 3">3</span>
|
|
203
|
-
<a href="https://github.com/
|
|
199
|
+
<a href="https://github.com/jackfrued/Python-100-Days" target="_blank" title="jackfrued/Python-100-Days">jackfrued/Python-100-Days</a>
|
|
204
200
|
</div>
|
|
205
201
|
<div class="sub-title followers">
|
|
206
202
|
|
|
207
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
208
|
-
<span style="background-color: #
|
|
203
|
+
<a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
|
|
204
|
+
<span style="background-color: #3572A5;"></span>Python
|
|
209
205
|
</a>
|
|
210
206
|
|
|
211
207
|
<span class="star" title="Stargazers Count">
|
|
212
208
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
213
209
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
214
210
|
</svg>
|
|
215
|
-
<span>
|
|
211
|
+
<span>111874</span>
|
|
216
212
|
</span>
|
|
217
213
|
<span class="star" title="Repo Forked">
|
|
218
214
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
219
215
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
220
216
|
</path>
|
|
221
217
|
</svg>
|
|
222
|
-
<span>
|
|
218
|
+
<span>43673</span>
|
|
223
219
|
</span>
|
|
224
220
|
<span class="star">
|
|
225
221
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
226
222
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
227
223
|
</svg>
|
|
228
|
-
<span>
|
|
224
|
+
<span>149 stars today</span>
|
|
229
225
|
</span>
|
|
230
226
|
</div>
|
|
231
227
|
<div class="details">
|
|
@@ -238,32 +234,32 @@
|
|
|
238
234
|
<div class="info">
|
|
239
235
|
<div class="rank">
|
|
240
236
|
<span title="Ranking 4">4</span>
|
|
241
|
-
<a href="https://github.com/
|
|
237
|
+
<a href="https://github.com/AppFlowy-IO/appflowy" target="_blank" title="AppFlowy-IO/appflowy">AppFlowy-IO/appflowy</a>
|
|
242
238
|
</div>
|
|
243
239
|
<div class="sub-title followers">
|
|
244
240
|
|
|
245
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
246
|
-
<span style="background-color: #
|
|
241
|
+
<a class="language" target="_blank" href="https://github.com/topics/rust" title="Programming Language Rust">
|
|
242
|
+
<span style="background-color: #dea584;"></span>Rust
|
|
247
243
|
</a>
|
|
248
244
|
|
|
249
245
|
<span class="star" title="Stargazers Count">
|
|
250
246
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
251
247
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
252
248
|
</svg>
|
|
253
|
-
<span>
|
|
249
|
+
<span>6436</span>
|
|
254
250
|
</span>
|
|
255
251
|
<span class="star" title="Repo Forked">
|
|
256
252
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
257
253
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
258
254
|
</path>
|
|
259
255
|
</svg>
|
|
260
|
-
<span>
|
|
256
|
+
<span>194</span>
|
|
261
257
|
</span>
|
|
262
258
|
<span class="star">
|
|
263
259
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
264
260
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
265
261
|
</svg>
|
|
266
|
-
<span>
|
|
262
|
+
<span>780 stars today</span>
|
|
267
263
|
</span>
|
|
268
264
|
</div>
|
|
269
265
|
<div class="details">
|
|
@@ -276,32 +272,32 @@
|
|
|
276
272
|
<div class="info">
|
|
277
273
|
<div class="rank">
|
|
278
274
|
<span title="Ranking 5">5</span>
|
|
279
|
-
<a href="https://github.com/
|
|
275
|
+
<a href="https://github.com/jdf2e/nutui" target="_blank" title="jdf2e/nutui">jdf2e/nutui</a>
|
|
280
276
|
</div>
|
|
281
277
|
<div class="sub-title followers">
|
|
282
278
|
|
|
283
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
284
|
-
<span style="background-color: #
|
|
279
|
+
<a class="language" target="_blank" href="https://github.com/topics/vue" title="Programming Language Vue">
|
|
280
|
+
<span style="background-color: #41b883;"></span>Vue
|
|
285
281
|
</a>
|
|
286
282
|
|
|
287
283
|
<span class="star" title="Stargazers Count">
|
|
288
284
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
289
285
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
290
286
|
</svg>
|
|
291
|
-
<span>
|
|
287
|
+
<span>3771</span>
|
|
292
288
|
</span>
|
|
293
289
|
<span class="star" title="Repo Forked">
|
|
294
290
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
295
291
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
296
292
|
</path>
|
|
297
293
|
</svg>
|
|
298
|
-
<span>
|
|
294
|
+
<span>505</span>
|
|
299
295
|
</span>
|
|
300
296
|
<span class="star">
|
|
301
297
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
302
298
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
303
299
|
</svg>
|
|
304
|
-
<span>
|
|
300
|
+
<span>21 stars today</span>
|
|
305
301
|
</span>
|
|
306
302
|
</div>
|
|
307
303
|
<div class="details">
|
|
@@ -314,7 +310,7 @@
|
|
|
314
310
|
<div class="info">
|
|
315
311
|
<div class="rank">
|
|
316
312
|
<span title="Ranking 6">6</span>
|
|
317
|
-
<a href="https://github.com/
|
|
313
|
+
<a href="https://github.com/0x90n/InfoSec-Black-Friday" target="_blank" title="0x90n/InfoSec-Black-Friday">0x90n/InfoSec-Black-Friday</a>
|
|
318
314
|
</div>
|
|
319
315
|
<div class="sub-title followers">
|
|
320
316
|
|
|
@@ -322,20 +318,20 @@
|
|
|
322
318
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
323
319
|
<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>
|
|
324
320
|
</svg>
|
|
325
|
-
<span>
|
|
321
|
+
<span>623</span>
|
|
326
322
|
</span>
|
|
327
323
|
<span class="star" title="Repo Forked">
|
|
328
324
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
329
325
|
<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">
|
|
330
326
|
</path>
|
|
331
327
|
</svg>
|
|
332
|
-
<span>
|
|
328
|
+
<span>91</span>
|
|
333
329
|
</span>
|
|
334
330
|
<span class="star">
|
|
335
331
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
336
332
|
<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>
|
|
337
333
|
</svg>
|
|
338
|
-
<span>
|
|
334
|
+
<span>35 stars today</span>
|
|
339
335
|
</span>
|
|
340
336
|
</div>
|
|
341
337
|
<div class="details">
|
|
@@ -348,32 +344,32 @@
|
|
|
348
344
|
<div class="info">
|
|
349
345
|
<div class="rank">
|
|
350
346
|
<span title="Ranking 7">7</span>
|
|
351
|
-
<a href="https://github.com/
|
|
347
|
+
<a href="https://github.com/sunym1993/flash-linux0.11-talk" target="_blank" title="sunym1993/flash-linux0.11-talk">sunym1993/flash-linux0.11-talk</a>
|
|
352
348
|
</div>
|
|
353
349
|
<div class="sub-title followers">
|
|
354
350
|
|
|
355
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
356
|
-
<span style="background-color: #
|
|
351
|
+
<a class="language" target="_blank" href="https://github.com/topics/html" title="Programming Language HTML">
|
|
352
|
+
<span style="background-color: #e34c26;"></span>HTML
|
|
357
353
|
</a>
|
|
358
354
|
|
|
359
355
|
<span class="star" title="Stargazers Count">
|
|
360
356
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
361
357
|
<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>
|
|
362
358
|
</svg>
|
|
363
|
-
<span>
|
|
359
|
+
<span>1837</span>
|
|
364
360
|
</span>
|
|
365
361
|
<span class="star" title="Repo Forked">
|
|
366
362
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
367
363
|
<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">
|
|
368
364
|
</path>
|
|
369
365
|
</svg>
|
|
370
|
-
<span>
|
|
366
|
+
<span>130</span>
|
|
371
367
|
</span>
|
|
372
368
|
<span class="star">
|
|
373
369
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
374
370
|
<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>
|
|
375
371
|
</svg>
|
|
376
|
-
<span>
|
|
372
|
+
<span>111 stars today</span>
|
|
377
373
|
</span>
|
|
378
374
|
</div>
|
|
379
375
|
<div class="details">
|
|
@@ -386,32 +382,28 @@
|
|
|
386
382
|
<div class="info">
|
|
387
383
|
<div class="rank">
|
|
388
384
|
<span title="Ranking 8">8</span>
|
|
389
|
-
<a href="https://github.com/
|
|
385
|
+
<a href="https://github.com/mqyqingfeng/Blog" target="_blank" title="mqyqingfeng/Blog">mqyqingfeng/Blog</a>
|
|
390
386
|
</div>
|
|
391
387
|
<div class="sub-title followers">
|
|
392
388
|
|
|
393
|
-
<a class="language" target="_blank" href="https://github.com/topics/go" title="Programming Language Go">
|
|
394
|
-
<span style="background-color: #00ADD8;"></span>Go
|
|
395
|
-
</a>
|
|
396
|
-
|
|
397
389
|
<span class="star" title="Stargazers Count">
|
|
398
390
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
399
391
|
<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>
|
|
400
392
|
</svg>
|
|
401
|
-
<span>
|
|
393
|
+
<span>24826</span>
|
|
402
394
|
</span>
|
|
403
395
|
<span class="star" title="Repo Forked">
|
|
404
396
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
405
397
|
<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">
|
|
406
398
|
</path>
|
|
407
399
|
</svg>
|
|
408
|
-
<span>
|
|
400
|
+
<span>4105</span>
|
|
409
401
|
</span>
|
|
410
402
|
<span class="star">
|
|
411
403
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
412
404
|
<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>
|
|
413
405
|
</svg>
|
|
414
|
-
<span>
|
|
406
|
+
<span>22 stars today</span>
|
|
415
407
|
</span>
|
|
416
408
|
</div>
|
|
417
409
|
<div class="details">
|
|
@@ -424,32 +416,32 @@
|
|
|
424
416
|
<div class="info">
|
|
425
417
|
<div class="rank">
|
|
426
418
|
<span title="Ranking 9">9</span>
|
|
427
|
-
<a href="https://github.com/
|
|
419
|
+
<a href="https://github.com/Budibase/budibase" target="_blank" title="Budibase/budibase">Budibase/budibase</a>
|
|
428
420
|
</div>
|
|
429
421
|
<div class="sub-title followers">
|
|
430
422
|
|
|
431
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
432
|
-
<span style="background-color: #
|
|
423
|
+
<a class="language" target="_blank" href="https://github.com/topics/javascript" title="Programming Language JavaScript">
|
|
424
|
+
<span style="background-color: #f1e05a;"></span>JavaScript
|
|
433
425
|
</a>
|
|
434
426
|
|
|
435
427
|
<span class="star" title="Stargazers Count">
|
|
436
428
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
437
429
|
<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>
|
|
438
430
|
</svg>
|
|
439
|
-
<span>
|
|
431
|
+
<span>6817</span>
|
|
440
432
|
</span>
|
|
441
433
|
<span class="star" title="Repo Forked">
|
|
442
434
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
443
435
|
<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">
|
|
444
436
|
</path>
|
|
445
437
|
</svg>
|
|
446
|
-
<span>
|
|
438
|
+
<span>338</span>
|
|
447
439
|
</span>
|
|
448
440
|
<span class="star">
|
|
449
441
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
450
442
|
<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>
|
|
451
443
|
</svg>
|
|
452
|
-
<span>
|
|
444
|
+
<span>333 stars today</span>
|
|
453
445
|
</span>
|
|
454
446
|
</div>
|
|
455
447
|
<div class="details">
|
|
@@ -462,32 +454,32 @@
|
|
|
462
454
|
<div class="info">
|
|
463
455
|
<div class="rank">
|
|
464
456
|
<span title="Ranking 10">10</span>
|
|
465
|
-
<a href="https://github.com/
|
|
457
|
+
<a href="https://github.com/OLSF/libra" target="_blank" title="OLSF/libra">OLSF/libra</a>
|
|
466
458
|
</div>
|
|
467
459
|
<div class="sub-title followers">
|
|
468
460
|
|
|
469
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
470
|
-
<span style="background-color: #
|
|
461
|
+
<a class="language" target="_blank" href="https://github.com/topics/rust" title="Programming Language Rust">
|
|
462
|
+
<span style="background-color: #dea584;"></span>Rust
|
|
471
463
|
</a>
|
|
472
464
|
|
|
473
465
|
<span class="star" title="Stargazers Count">
|
|
474
466
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
475
467
|
<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>
|
|
476
468
|
</svg>
|
|
477
|
-
<span>
|
|
469
|
+
<span>138</span>
|
|
478
470
|
</span>
|
|
479
471
|
<span class="star" title="Repo Forked">
|
|
480
472
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
481
473
|
<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">
|
|
482
474
|
</path>
|
|
483
475
|
</svg>
|
|
484
|
-
<span>
|
|
476
|
+
<span>41</span>
|
|
485
477
|
</span>
|
|
486
478
|
<span class="star">
|
|
487
479
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
488
480
|
<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>
|
|
489
481
|
</svg>
|
|
490
|
-
<span>
|
|
482
|
+
<span>25 stars today</span>
|
|
491
483
|
</span>
|
|
492
484
|
</div>
|
|
493
485
|
<div class="details">
|
|
@@ -500,7 +492,7 @@
|
|
|
500
492
|
<div class="info">
|
|
501
493
|
<div class="rank">
|
|
502
494
|
<span title="Ranking 11">11</span>
|
|
503
|
-
<a href="https://github.com/
|
|
495
|
+
<a href="https://github.com/LSPosed/MagiskOnWSA" target="_blank" title="LSPosed/MagiskOnWSA">LSPosed/MagiskOnWSA</a>
|
|
504
496
|
</div>
|
|
505
497
|
<div class="sub-title followers">
|
|
506
498
|
|
|
@@ -508,20 +500,20 @@
|
|
|
508
500
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
509
501
|
<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>
|
|
510
502
|
</svg>
|
|
511
|
-
<span>
|
|
503
|
+
<span>1594</span>
|
|
512
504
|
</span>
|
|
513
505
|
<span class="star" title="Repo Forked">
|
|
514
506
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
515
507
|
<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">
|
|
516
508
|
</path>
|
|
517
509
|
</svg>
|
|
518
|
-
<span>
|
|
510
|
+
<span>11977</span>
|
|
519
511
|
</span>
|
|
520
512
|
<span class="star">
|
|
521
513
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
522
514
|
<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>
|
|
523
515
|
</svg>
|
|
524
|
-
<span>
|
|
516
|
+
<span>76 stars today</span>
|
|
525
517
|
</span>
|
|
526
518
|
</div>
|
|
527
519
|
<div class="details">
|
|
@@ -534,32 +526,32 @@
|
|
|
534
526
|
<div class="info">
|
|
535
527
|
<div class="rank">
|
|
536
528
|
<span title="Ranking 12">12</span>
|
|
537
|
-
<a href="https://github.com/
|
|
529
|
+
<a href="https://github.com/SerenityOS/serenity" target="_blank" title="SerenityOS/serenity">SerenityOS/serenity</a>
|
|
538
530
|
</div>
|
|
539
531
|
<div class="sub-title followers">
|
|
540
532
|
|
|
541
|
-
<a class="language" target="_blank" href="https://github.com/topics/c
|
|
542
|
-
<span style="background-color: #
|
|
533
|
+
<a class="language" target="_blank" href="https://github.com/topics/c++" title="Programming Language C++">
|
|
534
|
+
<span style="background-color: #f34b7d;"></span>C++
|
|
543
535
|
</a>
|
|
544
536
|
|
|
545
537
|
<span class="star" title="Stargazers Count">
|
|
546
538
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
547
539
|
<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>
|
|
548
540
|
</svg>
|
|
549
|
-
<span>
|
|
541
|
+
<span>16426</span>
|
|
550
542
|
</span>
|
|
551
543
|
<span class="star" title="Repo Forked">
|
|
552
544
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
553
545
|
<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">
|
|
554
546
|
</path>
|
|
555
547
|
</svg>
|
|
556
|
-
<span>
|
|
548
|
+
<span>1686</span>
|
|
557
549
|
</span>
|
|
558
550
|
<span class="star">
|
|
559
551
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
560
552
|
<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>
|
|
561
553
|
</svg>
|
|
562
|
-
<span>
|
|
554
|
+
<span>68 stars today</span>
|
|
563
555
|
</span>
|
|
564
556
|
</div>
|
|
565
557
|
<div class="details">
|
|
@@ -572,32 +564,28 @@
|
|
|
572
564
|
<div class="info">
|
|
573
565
|
<div class="rank">
|
|
574
566
|
<span title="Ranking 13">13</span>
|
|
575
|
-
<a href="https://github.com/
|
|
567
|
+
<a href="https://github.com/ruanyf/weekly" target="_blank" title="ruanyf/weekly">ruanyf/weekly</a>
|
|
576
568
|
</div>
|
|
577
569
|
<div class="sub-title followers">
|
|
578
570
|
|
|
579
|
-
<a class="language" target="_blank" href="https://github.com/topics/typescript" title="Programming Language TypeScript">
|
|
580
|
-
<span style="background-color: #2b7489;"></span>TypeScript
|
|
581
|
-
</a>
|
|
582
|
-
|
|
583
571
|
<span class="star" title="Stargazers Count">
|
|
584
572
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
585
573
|
<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>
|
|
586
574
|
</svg>
|
|
587
|
-
<span>
|
|
575
|
+
<span>19756</span>
|
|
588
576
|
</span>
|
|
589
577
|
<span class="star" title="Repo Forked">
|
|
590
578
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
591
579
|
<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">
|
|
592
580
|
</path>
|
|
593
581
|
</svg>
|
|
594
|
-
<span>
|
|
582
|
+
<span>1515</span>
|
|
595
583
|
</span>
|
|
596
584
|
<span class="star">
|
|
597
585
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
598
586
|
<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>
|
|
599
587
|
</svg>
|
|
600
|
-
<span>
|
|
588
|
+
<span>14 stars today</span>
|
|
601
589
|
</span>
|
|
602
590
|
</div>
|
|
603
591
|
<div class="details">
|
|
@@ -610,28 +598,32 @@
|
|
|
610
598
|
<div class="info">
|
|
611
599
|
<div class="rank">
|
|
612
600
|
<span title="Ranking 14">14</span>
|
|
613
|
-
<a href="https://github.com/
|
|
601
|
+
<a href="https://github.com/stream-labs/streamlabs-obs" target="_blank" title="stream-labs/streamlabs-obs">stream-labs/streamlabs-obs</a>
|
|
614
602
|
</div>
|
|
615
603
|
<div class="sub-title followers">
|
|
616
604
|
|
|
605
|
+
<a class="language" target="_blank" href="https://github.com/topics/typescript" title="Programming Language TypeScript">
|
|
606
|
+
<span style="background-color: #2b7489;"></span>TypeScript
|
|
607
|
+
</a>
|
|
608
|
+
|
|
617
609
|
<span class="star" title="Stargazers Count">
|
|
618
610
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
619
611
|
<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>
|
|
620
612
|
</svg>
|
|
621
|
-
<span>
|
|
613
|
+
<span>3387</span>
|
|
622
614
|
</span>
|
|
623
615
|
<span class="star" title="Repo Forked">
|
|
624
616
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
625
617
|
<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">
|
|
626
618
|
</path>
|
|
627
619
|
</svg>
|
|
628
|
-
<span>
|
|
620
|
+
<span>542</span>
|
|
629
621
|
</span>
|
|
630
622
|
<span class="star">
|
|
631
623
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
632
624
|
<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>
|
|
633
625
|
</svg>
|
|
634
|
-
<span>
|
|
626
|
+
<span>45 stars today</span>
|
|
635
627
|
</span>
|
|
636
628
|
</div>
|
|
637
629
|
<div class="details">
|
|
@@ -644,32 +636,32 @@
|
|
|
644
636
|
<div class="info">
|
|
645
637
|
<div class="rank">
|
|
646
638
|
<span title="Ranking 15">15</span>
|
|
647
|
-
<a href="https://github.com/
|
|
639
|
+
<a href="https://github.com/gabime/spdlog" target="_blank" title="gabime/spdlog">gabime/spdlog</a>
|
|
648
640
|
</div>
|
|
649
641
|
<div class="sub-title followers">
|
|
650
642
|
|
|
651
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
652
|
-
<span style="background-color: #
|
|
643
|
+
<a class="language" target="_blank" href="https://github.com/topics/c++" title="Programming Language C++">
|
|
644
|
+
<span style="background-color: #f34b7d;"></span>C++
|
|
653
645
|
</a>
|
|
654
646
|
|
|
655
647
|
<span class="star" title="Stargazers Count">
|
|
656
648
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
657
649
|
<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>
|
|
658
650
|
</svg>
|
|
659
|
-
<span>
|
|
651
|
+
<span>13130</span>
|
|
660
652
|
</span>
|
|
661
653
|
<span class="star" title="Repo Forked">
|
|
662
654
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
663
655
|
<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">
|
|
664
656
|
</path>
|
|
665
657
|
</svg>
|
|
666
|
-
<span>
|
|
658
|
+
<span>2774</span>
|
|
667
659
|
</span>
|
|
668
660
|
<span class="star">
|
|
669
661
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
670
662
|
<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>
|
|
671
663
|
</svg>
|
|
672
|
-
<span>
|
|
664
|
+
<span>38 stars today</span>
|
|
673
665
|
</span>
|
|
674
666
|
</div>
|
|
675
667
|
<div class="details">
|
|
@@ -682,32 +674,32 @@
|
|
|
682
674
|
<div class="info">
|
|
683
675
|
<div class="rank">
|
|
684
676
|
<span title="Ranking 16">16</span>
|
|
685
|
-
<a href="https://github.com/
|
|
677
|
+
<a href="https://github.com/luzeadev/winactivate" target="_blank" title="luzeadev/winactivate">luzeadev/winactivate</a>
|
|
686
678
|
</div>
|
|
687
679
|
<div class="sub-title followers">
|
|
688
680
|
|
|
689
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
690
|
-
<span style="background-color: #
|
|
681
|
+
<a class="language" target="_blank" href="https://github.com/topics/batchfile" title="Programming Language Batchfile">
|
|
682
|
+
<span style="background-color: #C1F12E;"></span>Batchfile
|
|
691
683
|
</a>
|
|
692
684
|
|
|
693
685
|
<span class="star" title="Stargazers Count">
|
|
694
686
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
695
687
|
<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>
|
|
696
688
|
</svg>
|
|
697
|
-
<span>
|
|
689
|
+
<span>339</span>
|
|
698
690
|
</span>
|
|
699
691
|
<span class="star" title="Repo Forked">
|
|
700
692
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
701
693
|
<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">
|
|
702
694
|
</path>
|
|
703
695
|
</svg>
|
|
704
|
-
<span>
|
|
696
|
+
<span>29</span>
|
|
705
697
|
</span>
|
|
706
698
|
<span class="star">
|
|
707
699
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
708
700
|
<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>
|
|
709
701
|
</svg>
|
|
710
|
-
<span>
|
|
702
|
+
<span>83 stars today</span>
|
|
711
703
|
</span>
|
|
712
704
|
</div>
|
|
713
705
|
<div class="details">
|
|
@@ -720,32 +712,28 @@
|
|
|
720
712
|
<div class="info">
|
|
721
713
|
<div class="rank">
|
|
722
714
|
<span title="Ranking 17">17</span>
|
|
723
|
-
<a href="https://github.com/
|
|
715
|
+
<a href="https://github.com/itdevbooks/pdf" target="_blank" title="itdevbooks/pdf">itdevbooks/pdf</a>
|
|
724
716
|
</div>
|
|
725
717
|
<div class="sub-title followers">
|
|
726
718
|
|
|
727
|
-
<a class="language" target="_blank" href="https://github.com/topics/c++" title="Programming Language C++">
|
|
728
|
-
<span style="background-color: #f34b7d;"></span>C++
|
|
729
|
-
</a>
|
|
730
|
-
|
|
731
719
|
<span class="star" title="Stargazers Count">
|
|
732
720
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
733
721
|
<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>
|
|
734
722
|
</svg>
|
|
735
|
-
<span>
|
|
723
|
+
<span>10855</span>
|
|
736
724
|
</span>
|
|
737
725
|
<span class="star" title="Repo Forked">
|
|
738
726
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
739
727
|
<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">
|
|
740
728
|
</path>
|
|
741
729
|
</svg>
|
|
742
|
-
<span>
|
|
730
|
+
<span>3518</span>
|
|
743
731
|
</span>
|
|
744
732
|
<span class="star">
|
|
745
733
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
746
734
|
<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>
|
|
747
735
|
</svg>
|
|
748
|
-
<span>
|
|
736
|
+
<span>79 stars today</span>
|
|
749
737
|
</span>
|
|
750
738
|
</div>
|
|
751
739
|
<div class="details">
|
|
@@ -758,28 +746,32 @@
|
|
|
758
746
|
<div class="info">
|
|
759
747
|
<div class="rank">
|
|
760
748
|
<span title="Ranking 18">18</span>
|
|
761
|
-
<a href="https://github.com/
|
|
749
|
+
<a href="https://github.com/arco-design/arco-design-vue" target="_blank" title="arco-design/arco-design-vue">arco-design/arco-design-vue</a>
|
|
762
750
|
</div>
|
|
763
751
|
<div class="sub-title followers">
|
|
764
752
|
|
|
753
|
+
<a class="language" target="_blank" href="https://github.com/topics/typescript" title="Programming Language TypeScript">
|
|
754
|
+
<span style="background-color: #2b7489;"></span>TypeScript
|
|
755
|
+
</a>
|
|
756
|
+
|
|
765
757
|
<span class="star" title="Stargazers Count">
|
|
766
758
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
767
759
|
<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>
|
|
768
760
|
</svg>
|
|
769
|
-
<span>
|
|
761
|
+
<span>729</span>
|
|
770
762
|
</span>
|
|
771
763
|
<span class="star" title="Repo Forked">
|
|
772
764
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
773
765
|
<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">
|
|
774
766
|
</path>
|
|
775
767
|
</svg>
|
|
776
|
-
<span>
|
|
768
|
+
<span>76</span>
|
|
777
769
|
</span>
|
|
778
770
|
<span class="star">
|
|
779
771
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
780
772
|
<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>
|
|
781
773
|
</svg>
|
|
782
|
-
<span>
|
|
774
|
+
<span>34 stars today</span>
|
|
783
775
|
</span>
|
|
784
776
|
</div>
|
|
785
777
|
<div class="details">
|
|
@@ -792,32 +784,28 @@
|
|
|
792
784
|
<div class="info">
|
|
793
785
|
<div class="rank">
|
|
794
786
|
<span title="Ranking 19">19</span>
|
|
795
|
-
<a href="https://github.com/
|
|
787
|
+
<a href="https://github.com/Tahlreth/tahlreth.github.io" target="_blank" title="Tahlreth/tahlreth.github.io">Tahlreth/tahlreth.github.io</a>
|
|
796
788
|
</div>
|
|
797
789
|
<div class="sub-title followers">
|
|
798
790
|
|
|
799
|
-
<a class="language" target="_blank" href="https://github.com/topics/javascript" title="Programming Language JavaScript">
|
|
800
|
-
<span style="background-color: #f1e05a;"></span>JavaScript
|
|
801
|
-
</a>
|
|
802
|
-
|
|
803
791
|
<span class="star" title="Stargazers Count">
|
|
804
792
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
805
793
|
<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>
|
|
806
794
|
</svg>
|
|
807
|
-
<span>
|
|
795
|
+
<span>135</span>
|
|
808
796
|
</span>
|
|
809
797
|
<span class="star" title="Repo Forked">
|
|
810
798
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
811
799
|
<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">
|
|
812
800
|
</path>
|
|
813
801
|
</svg>
|
|
814
|
-
<span>
|
|
802
|
+
<span>17</span>
|
|
815
803
|
</span>
|
|
816
804
|
<span class="star">
|
|
817
805
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
818
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>
|
|
819
807
|
</svg>
|
|
820
|
-
<span>
|
|
808
|
+
<span>42 stars today</span>
|
|
821
809
|
</span>
|
|
822
810
|
</div>
|
|
823
811
|
<div class="details">
|
|
@@ -830,32 +818,32 @@
|
|
|
830
818
|
<div class="info">
|
|
831
819
|
<div class="rank">
|
|
832
820
|
<span title="Ranking 20">20</span>
|
|
833
|
-
<a href="https://github.com/
|
|
821
|
+
<a href="https://github.com/apache/echarts" target="_blank" title="apache/echarts">apache/echarts</a>
|
|
834
822
|
</div>
|
|
835
823
|
<div class="sub-title followers">
|
|
836
824
|
|
|
837
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
838
|
-
<span style="background-color: #
|
|
825
|
+
<a class="language" target="_blank" href="https://github.com/topics/typescript" title="Programming Language TypeScript">
|
|
826
|
+
<span style="background-color: #2b7489;"></span>TypeScript
|
|
839
827
|
</a>
|
|
840
828
|
|
|
841
829
|
<span class="star" title="Stargazers Count">
|
|
842
830
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
843
831
|
<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>
|
|
844
832
|
</svg>
|
|
845
|
-
<span>
|
|
833
|
+
<span>48803</span>
|
|
846
834
|
</span>
|
|
847
835
|
<span class="star" title="Repo Forked">
|
|
848
836
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
849
837
|
<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">
|
|
850
838
|
</path>
|
|
851
839
|
</svg>
|
|
852
|
-
<span>
|
|
840
|
+
<span>18273</span>
|
|
853
841
|
</span>
|
|
854
842
|
<span class="star">
|
|
855
843
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
856
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>
|
|
857
845
|
</svg>
|
|
858
|
-
<span>
|
|
846
|
+
<span>73 stars today</span>
|
|
859
847
|
</span>
|
|
860
848
|
</div>
|
|
861
849
|
<div class="details">
|
|
@@ -868,32 +856,32 @@
|
|
|
868
856
|
<div class="info">
|
|
869
857
|
<div class="rank">
|
|
870
858
|
<span title="Ranking 21">21</span>
|
|
871
|
-
<a href="https://github.com/
|
|
859
|
+
<a href="https://github.com/date-fns/date-fns" target="_blank" title="date-fns/date-fns">date-fns/date-fns</a>
|
|
872
860
|
</div>
|
|
873
861
|
<div class="sub-title followers">
|
|
874
862
|
|
|
875
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
876
|
-
<span style="background-color: #
|
|
863
|
+
<a class="language" target="_blank" href="https://github.com/topics/javascript" title="Programming Language JavaScript">
|
|
864
|
+
<span style="background-color: #f1e05a;"></span>JavaScript
|
|
877
865
|
</a>
|
|
878
866
|
|
|
879
867
|
<span class="star" title="Stargazers Count">
|
|
880
868
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
881
869
|
<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>
|
|
882
870
|
</svg>
|
|
883
|
-
<span>
|
|
871
|
+
<span>27390</span>
|
|
884
872
|
</span>
|
|
885
873
|
<span class="star" title="Repo Forked">
|
|
886
874
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
887
875
|
<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">
|
|
888
876
|
</path>
|
|
889
877
|
</svg>
|
|
890
|
-
<span>
|
|
878
|
+
<span>1358</span>
|
|
891
879
|
</span>
|
|
892
880
|
<span class="star">
|
|
893
881
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
894
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>
|
|
895
883
|
</svg>
|
|
896
|
-
<span>
|
|
884
|
+
<span>75 stars today</span>
|
|
897
885
|
</span>
|
|
898
886
|
</div>
|
|
899
887
|
<div class="details">
|
|
@@ -906,32 +894,32 @@
|
|
|
906
894
|
<div class="info">
|
|
907
895
|
<div class="rank">
|
|
908
896
|
<span title="Ranking 22">22</span>
|
|
909
|
-
<a href="https://github.com/
|
|
897
|
+
<a href="https://github.com/Kofybrek/Super-Mario-Bros" target="_blank" title="Kofybrek/Super-Mario-Bros">Kofybrek/Super-Mario-Bros</a>
|
|
910
898
|
</div>
|
|
911
899
|
<div class="sub-title followers">
|
|
912
900
|
|
|
913
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
914
|
-
<span style="background-color: #
|
|
901
|
+
<a class="language" target="_blank" href="https://github.com/topics/c++" title="Programming Language C++">
|
|
902
|
+
<span style="background-color: #f34b7d;"></span>C++
|
|
915
903
|
</a>
|
|
916
904
|
|
|
917
905
|
<span class="star" title="Stargazers Count">
|
|
918
906
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
919
907
|
<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>
|
|
920
908
|
</svg>
|
|
921
|
-
<span>
|
|
909
|
+
<span>120</span>
|
|
922
910
|
</span>
|
|
923
911
|
<span class="star" title="Repo Forked">
|
|
924
912
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
925
913
|
<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">
|
|
926
914
|
</path>
|
|
927
915
|
</svg>
|
|
928
|
-
<span>
|
|
916
|
+
<span>13</span>
|
|
929
917
|
</span>
|
|
930
918
|
<span class="star">
|
|
931
919
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
932
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>
|
|
933
921
|
</svg>
|
|
934
|
-
<span>
|
|
922
|
+
<span>54 stars today</span>
|
|
935
923
|
</span>
|
|
936
924
|
</div>
|
|
937
925
|
<div class="details">
|
|
@@ -944,32 +932,32 @@
|
|
|
944
932
|
<div class="info">
|
|
945
933
|
<div class="rank">
|
|
946
934
|
<span title="Ranking 23">23</span>
|
|
947
|
-
<a href="https://github.com/
|
|
935
|
+
<a href="https://github.com/taosdata/TDengine" target="_blank" title="taosdata/TDengine">taosdata/TDengine</a>
|
|
948
936
|
</div>
|
|
949
937
|
<div class="sub-title followers">
|
|
950
938
|
|
|
951
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
952
|
-
<span style="background-color: #
|
|
939
|
+
<a class="language" target="_blank" href="https://github.com/topics/c" title="Programming Language C">
|
|
940
|
+
<span style="background-color: #555555;"></span>C
|
|
953
941
|
</a>
|
|
954
942
|
|
|
955
943
|
<span class="star" title="Stargazers Count">
|
|
956
944
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
957
945
|
<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>
|
|
958
946
|
</svg>
|
|
959
|
-
<span>
|
|
947
|
+
<span>17206</span>
|
|
960
948
|
</span>
|
|
961
949
|
<span class="star" title="Repo Forked">
|
|
962
950
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
963
951
|
<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">
|
|
964
952
|
</path>
|
|
965
953
|
</svg>
|
|
966
|
-
<span>
|
|
954
|
+
<span>4134</span>
|
|
967
955
|
</span>
|
|
968
956
|
<span class="star">
|
|
969
957
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
970
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>
|
|
971
959
|
</svg>
|
|
972
|
-
<span>
|
|
960
|
+
<span>32 stars today</span>
|
|
973
961
|
</span>
|
|
974
962
|
</div>
|
|
975
963
|
<div class="details">
|
|
@@ -982,32 +970,28 @@
|
|
|
982
970
|
<div class="info">
|
|
983
971
|
<div class="rank">
|
|
984
972
|
<span title="Ranking 24">24</span>
|
|
985
|
-
<a href="https://github.com/
|
|
973
|
+
<a href="https://github.com/jwasham/coding-interview-university" target="_blank" title="jwasham/coding-interview-university">jwasham/coding-interview-university</a>
|
|
986
974
|
</div>
|
|
987
975
|
<div class="sub-title followers">
|
|
988
976
|
|
|
989
|
-
<a class="language" target="_blank" href="https://github.com/topics/c" title="Programming Language C">
|
|
990
|
-
<span style="background-color: #555555;"></span>C
|
|
991
|
-
</a>
|
|
992
|
-
|
|
993
977
|
<span class="star" title="Stargazers Count">
|
|
994
978
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
995
979
|
<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>
|
|
996
980
|
</svg>
|
|
997
|
-
<span>
|
|
981
|
+
<span>197579</span>
|
|
998
982
|
</span>
|
|
999
983
|
<span class="star" title="Repo Forked">
|
|
1000
984
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
1001
985
|
<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">
|
|
1002
986
|
</path>
|
|
1003
987
|
</svg>
|
|
1004
|
-
<span>
|
|
988
|
+
<span>53214</span>
|
|
1005
989
|
</span>
|
|
1006
990
|
<span class="star">
|
|
1007
991
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
1008
992
|
<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>
|
|
1009
993
|
</svg>
|
|
1010
|
-
<span>
|
|
994
|
+
<span>161 stars today</span>
|
|
1011
995
|
</span>
|
|
1012
996
|
</div>
|
|
1013
997
|
<div class="details">
|
|
@@ -1020,28 +1004,32 @@
|
|
|
1020
1004
|
<div class="info">
|
|
1021
1005
|
<div class="rank">
|
|
1022
1006
|
<span title="Ranking 25">25</span>
|
|
1023
|
-
<a href="https://github.com/
|
|
1007
|
+
<a href="https://github.com/linkedin/datahub" target="_blank" title="linkedin/datahub">linkedin/datahub</a>
|
|
1024
1008
|
</div>
|
|
1025
1009
|
<div class="sub-title followers">
|
|
1026
1010
|
|
|
1011
|
+
<a class="language" target="_blank" href="https://github.com/topics/java" title="Programming Language Java">
|
|
1012
|
+
<span style="background-color: #b07219;"></span>Java
|
|
1013
|
+
</a>
|
|
1014
|
+
|
|
1027
1015
|
<span class="star" title="Stargazers Count">
|
|
1028
1016
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
1029
1017
|
<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>
|
|
1030
1018
|
</svg>
|
|
1031
|
-
<span>
|
|
1019
|
+
<span>3937</span>
|
|
1032
1020
|
</span>
|
|
1033
1021
|
<span class="star" title="Repo Forked">
|
|
1034
1022
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
1035
1023
|
<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">
|
|
1036
1024
|
</path>
|
|
1037
1025
|
</svg>
|
|
1038
|
-
<span>
|
|
1026
|
+
<span>1109</span>
|
|
1039
1027
|
</span>
|
|
1040
1028
|
<span class="star">
|
|
1041
1029
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
1042
1030
|
<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>
|
|
1043
1031
|
</svg>
|
|
1044
|
-
<span>
|
|
1032
|
+
<span>46 stars today</span>
|
|
1045
1033
|
</span>
|
|
1046
1034
|
</div>
|
|
1047
1035
|
<div class="details">
|
|
@@ -1066,7 +1054,7 @@
|
|
|
1066
1054
|
<img src="https://img.shields.io/npm/v/@wcj/github-rank.svg?label=unpkg">
|
|
1067
1055
|
</a>
|
|
1068
1056
|
</div>
|
|
1069
|
-
<div class="time">Last cache created on 2021/11/
|
|
1057
|
+
<div class="time">Last cache created on 2021/11/21 by Github API v3.</div>
|
|
1070
1058
|
Create by <a href="https://github.com/jaywcjlove" target="_blank">小弟调调™</a>.
|
|
1071
1059
|
</div>
|
|
1072
1060
|
</body>
|