@wcj/github-rank 21.11.20 → 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 +17136 -17119
- package/dist/sifou-daily.json +52 -52
- package/dist/sifou-monthly.json +43 -43
- package/dist/sifou-weekly.json +111 -111
- package/dist/toutiao-30.json +65 -65
- package/dist/toutiao-7.json +62 -62
- package/dist/toutiao-90.json +13 -13
- package/dist/trending-daily.json +171 -171
- package/dist/trending-monthly.json +139 -139
- package/dist/trending-weekly.json +157 -157
- package/dist/users.china.json +1056 -1057
- package/dist/users.json +1639 -1639
- package/package.json +1 -1
- package/web/36kr.html +2 -2
- package/web/data/repos.json +17136 -17119
- package/web/data/sifou-daily.json +52 -52
- package/web/data/sifou-monthly.json +43 -43
- package/web/data/sifou-weekly.json +111 -111
- package/web/data/toutiao-30.json +65 -65
- package/web/data/toutiao-7.json +62 -62
- package/web/data/toutiao-90.json +13 -13
- package/web/data/trending-daily.json +171 -171
- package/web/data/trending-monthly.json +139 -139
- package/web/data/trending-weekly.json +157 -157
- package/web/data/users.china.json +1056 -1057
- package/web/data/users.json +1639 -1639
- package/web/index.html +898 -898
- package/web/repos.html +2261 -2261
- package/web/sifou-daily.html +45 -45
- package/web/sifou-monthly.html +74 -74
- package/web/sifou-weekly.html +134 -134
- package/web/toutiao-30.html +81 -81
- package/web/toutiao-7.html +86 -86
- package/web/toutiao-90.html +48 -48
- package/web/trending-monthly.html +129 -129
- package/web/trending-weekly.html +141 -141
- package/web/trending.html +138 -158
- package/web/users.china.html +611 -611
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/typescript" title="Programming Language TypeScript">
|
|
132
|
-
<span style="background-color: #2b7489;"></span>TypeScript
|
|
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,32 +310,28 @@
|
|
|
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
|
|
|
321
|
-
<a class="language" target="_blank" href="https://github.com/topics/javascript" title="Programming Language JavaScript">
|
|
322
|
-
<span style="background-color: #f1e05a;"></span>JavaScript
|
|
323
|
-
</a>
|
|
324
|
-
|
|
325
317
|
<span class="star" title="Stargazers Count">
|
|
326
318
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
327
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>
|
|
328
320
|
</svg>
|
|
329
|
-
<span>
|
|
321
|
+
<span>623</span>
|
|
330
322
|
</span>
|
|
331
323
|
<span class="star" title="Repo Forked">
|
|
332
324
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
333
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">
|
|
334
326
|
</path>
|
|
335
327
|
</svg>
|
|
336
|
-
<span>
|
|
328
|
+
<span>91</span>
|
|
337
329
|
</span>
|
|
338
330
|
<span class="star">
|
|
339
331
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
340
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>
|
|
341
333
|
</svg>
|
|
342
|
-
<span>
|
|
334
|
+
<span>35 stars today</span>
|
|
343
335
|
</span>
|
|
344
336
|
</div>
|
|
345
337
|
<div class="details">
|
|
@@ -352,32 +344,32 @@
|
|
|
352
344
|
<div class="info">
|
|
353
345
|
<div class="rank">
|
|
354
346
|
<span title="Ranking 7">7</span>
|
|
355
|
-
<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>
|
|
356
348
|
</div>
|
|
357
349
|
<div class="sub-title followers">
|
|
358
350
|
|
|
359
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
360
|
-
<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
|
|
361
353
|
</a>
|
|
362
354
|
|
|
363
355
|
<span class="star" title="Stargazers Count">
|
|
364
356
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
365
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>
|
|
366
358
|
</svg>
|
|
367
|
-
<span>
|
|
359
|
+
<span>1837</span>
|
|
368
360
|
</span>
|
|
369
361
|
<span class="star" title="Repo Forked">
|
|
370
362
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
371
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">
|
|
372
364
|
</path>
|
|
373
365
|
</svg>
|
|
374
|
-
<span>
|
|
366
|
+
<span>130</span>
|
|
375
367
|
</span>
|
|
376
368
|
<span class="star">
|
|
377
369
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
378
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>
|
|
379
371
|
</svg>
|
|
380
|
-
<span>
|
|
372
|
+
<span>111 stars today</span>
|
|
381
373
|
</span>
|
|
382
374
|
</div>
|
|
383
375
|
<div class="details">
|
|
@@ -390,7 +382,7 @@
|
|
|
390
382
|
<div class="info">
|
|
391
383
|
<div class="rank">
|
|
392
384
|
<span title="Ranking 8">8</span>
|
|
393
|
-
<a href="https://github.com/
|
|
385
|
+
<a href="https://github.com/mqyqingfeng/Blog" target="_blank" title="mqyqingfeng/Blog">mqyqingfeng/Blog</a>
|
|
394
386
|
</div>
|
|
395
387
|
<div class="sub-title followers">
|
|
396
388
|
|
|
@@ -398,20 +390,20 @@
|
|
|
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,28 +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
|
|
|
423
|
+
<a class="language" target="_blank" href="https://github.com/topics/javascript" title="Programming Language JavaScript">
|
|
424
|
+
<span style="background-color: #f1e05a;"></span>JavaScript
|
|
425
|
+
</a>
|
|
426
|
+
|
|
431
427
|
<span class="star" title="Stargazers Count">
|
|
432
428
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
433
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>
|
|
434
430
|
</svg>
|
|
435
|
-
<span>
|
|
431
|
+
<span>6817</span>
|
|
436
432
|
</span>
|
|
437
433
|
<span class="star" title="Repo Forked">
|
|
438
434
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
439
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">
|
|
440
436
|
</path>
|
|
441
437
|
</svg>
|
|
442
|
-
<span>
|
|
438
|
+
<span>338</span>
|
|
443
439
|
</span>
|
|
444
440
|
<span class="star">
|
|
445
441
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
446
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>
|
|
447
443
|
</svg>
|
|
448
|
-
<span>
|
|
444
|
+
<span>333 stars today</span>
|
|
449
445
|
</span>
|
|
450
446
|
</div>
|
|
451
447
|
<div class="details">
|
|
@@ -458,28 +454,32 @@
|
|
|
458
454
|
<div class="info">
|
|
459
455
|
<div class="rank">
|
|
460
456
|
<span title="Ranking 10">10</span>
|
|
461
|
-
<a href="https://github.com/
|
|
457
|
+
<a href="https://github.com/OLSF/libra" target="_blank" title="OLSF/libra">OLSF/libra</a>
|
|
462
458
|
</div>
|
|
463
459
|
<div class="sub-title followers">
|
|
464
460
|
|
|
461
|
+
<a class="language" target="_blank" href="https://github.com/topics/rust" title="Programming Language Rust">
|
|
462
|
+
<span style="background-color: #dea584;"></span>Rust
|
|
463
|
+
</a>
|
|
464
|
+
|
|
465
465
|
<span class="star" title="Stargazers Count">
|
|
466
466
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
467
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>
|
|
468
468
|
</svg>
|
|
469
|
-
<span>
|
|
469
|
+
<span>138</span>
|
|
470
470
|
</span>
|
|
471
471
|
<span class="star" title="Repo Forked">
|
|
472
472
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
473
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">
|
|
474
474
|
</path>
|
|
475
475
|
</svg>
|
|
476
|
-
<span>
|
|
476
|
+
<span>41</span>
|
|
477
477
|
</span>
|
|
478
478
|
<span class="star">
|
|
479
479
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
480
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>
|
|
481
481
|
</svg>
|
|
482
|
-
<span>
|
|
482
|
+
<span>25 stars today</span>
|
|
483
483
|
</span>
|
|
484
484
|
</div>
|
|
485
485
|
<div class="details">
|
|
@@ -492,32 +492,28 @@
|
|
|
492
492
|
<div class="info">
|
|
493
493
|
<div class="rank">
|
|
494
494
|
<span title="Ranking 11">11</span>
|
|
495
|
-
<a href="https://github.com/
|
|
495
|
+
<a href="https://github.com/LSPosed/MagiskOnWSA" target="_blank" title="LSPosed/MagiskOnWSA">LSPosed/MagiskOnWSA</a>
|
|
496
496
|
</div>
|
|
497
497
|
<div class="sub-title followers">
|
|
498
498
|
|
|
499
|
-
<a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
|
|
500
|
-
<span style="background-color: #3572A5;"></span>Python
|
|
501
|
-
</a>
|
|
502
|
-
|
|
503
499
|
<span class="star" title="Stargazers Count">
|
|
504
500
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
505
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>
|
|
506
502
|
</svg>
|
|
507
|
-
<span>
|
|
503
|
+
<span>1594</span>
|
|
508
504
|
</span>
|
|
509
505
|
<span class="star" title="Repo Forked">
|
|
510
506
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
511
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">
|
|
512
508
|
</path>
|
|
513
509
|
</svg>
|
|
514
|
-
<span>
|
|
510
|
+
<span>11977</span>
|
|
515
511
|
</span>
|
|
516
512
|
<span class="star">
|
|
517
513
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
518
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>
|
|
519
515
|
</svg>
|
|
520
|
-
<span>
|
|
516
|
+
<span>76 stars today</span>
|
|
521
517
|
</span>
|
|
522
518
|
</div>
|
|
523
519
|
<div class="details">
|
|
@@ -530,32 +526,32 @@
|
|
|
530
526
|
<div class="info">
|
|
531
527
|
<div class="rank">
|
|
532
528
|
<span title="Ranking 12">12</span>
|
|
533
|
-
<a href="https://github.com/
|
|
529
|
+
<a href="https://github.com/SerenityOS/serenity" target="_blank" title="SerenityOS/serenity">SerenityOS/serenity</a>
|
|
534
530
|
</div>
|
|
535
531
|
<div class="sub-title followers">
|
|
536
532
|
|
|
537
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
538
|
-
<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++
|
|
539
535
|
</a>
|
|
540
536
|
|
|
541
537
|
<span class="star" title="Stargazers Count">
|
|
542
538
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
543
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>
|
|
544
540
|
</svg>
|
|
545
|
-
<span>
|
|
541
|
+
<span>16426</span>
|
|
546
542
|
</span>
|
|
547
543
|
<span class="star" title="Repo Forked">
|
|
548
544
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
549
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">
|
|
550
546
|
</path>
|
|
551
547
|
</svg>
|
|
552
|
-
<span>
|
|
548
|
+
<span>1686</span>
|
|
553
549
|
</span>
|
|
554
550
|
<span class="star">
|
|
555
551
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
556
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>
|
|
557
553
|
</svg>
|
|
558
|
-
<span>
|
|
554
|
+
<span>68 stars today</span>
|
|
559
555
|
</span>
|
|
560
556
|
</div>
|
|
561
557
|
<div class="details">
|
|
@@ -568,32 +564,28 @@
|
|
|
568
564
|
<div class="info">
|
|
569
565
|
<div class="rank">
|
|
570
566
|
<span title="Ranking 13">13</span>
|
|
571
|
-
<a href="https://github.com/
|
|
567
|
+
<a href="https://github.com/ruanyf/weekly" target="_blank" title="ruanyf/weekly">ruanyf/weekly</a>
|
|
572
568
|
</div>
|
|
573
569
|
<div class="sub-title followers">
|
|
574
570
|
|
|
575
|
-
<a class="language" target="_blank" href="https://github.com/topics/c" title="Programming Language C">
|
|
576
|
-
<span style="background-color: #555555;"></span>C
|
|
577
|
-
</a>
|
|
578
|
-
|
|
579
571
|
<span class="star" title="Stargazers Count">
|
|
580
572
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
581
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>
|
|
582
574
|
</svg>
|
|
583
|
-
<span>
|
|
575
|
+
<span>19756</span>
|
|
584
576
|
</span>
|
|
585
577
|
<span class="star" title="Repo Forked">
|
|
586
578
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
587
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">
|
|
588
580
|
</path>
|
|
589
581
|
</svg>
|
|
590
|
-
<span>
|
|
582
|
+
<span>1515</span>
|
|
591
583
|
</span>
|
|
592
584
|
<span class="star">
|
|
593
585
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
594
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>
|
|
595
587
|
</svg>
|
|
596
|
-
<span>
|
|
588
|
+
<span>14 stars today</span>
|
|
597
589
|
</span>
|
|
598
590
|
</div>
|
|
599
591
|
<div class="details">
|
|
@@ -606,32 +598,32 @@
|
|
|
606
598
|
<div class="info">
|
|
607
599
|
<div class="rank">
|
|
608
600
|
<span title="Ranking 14">14</span>
|
|
609
|
-
<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>
|
|
610
602
|
</div>
|
|
611
603
|
<div class="sub-title followers">
|
|
612
604
|
|
|
613
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
614
|
-
<span style="background-color: #
|
|
605
|
+
<a class="language" target="_blank" href="https://github.com/topics/typescript" title="Programming Language TypeScript">
|
|
606
|
+
<span style="background-color: #2b7489;"></span>TypeScript
|
|
615
607
|
</a>
|
|
616
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/python" title="Programming Language Python">
|
|
728
|
-
<span style="background-color: #3572A5;"></span>Python
|
|
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,32 +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
|
|
|
765
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
766
|
-
<span style="background-color: #
|
|
753
|
+
<a class="language" target="_blank" href="https://github.com/topics/typescript" title="Programming Language TypeScript">
|
|
754
|
+
<span style="background-color: #2b7489;"></span>TypeScript
|
|
767
755
|
</a>
|
|
768
756
|
|
|
769
757
|
<span class="star" title="Stargazers Count">
|
|
770
758
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
771
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>
|
|
772
760
|
</svg>
|
|
773
|
-
<span>
|
|
761
|
+
<span>729</span>
|
|
774
762
|
</span>
|
|
775
763
|
<span class="star" title="Repo Forked">
|
|
776
764
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
777
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">
|
|
778
766
|
</path>
|
|
779
767
|
</svg>
|
|
780
|
-
<span>
|
|
768
|
+
<span>76</span>
|
|
781
769
|
</span>
|
|
782
770
|
<span class="star">
|
|
783
771
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
784
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>
|
|
785
773
|
</svg>
|
|
786
|
-
<span>
|
|
774
|
+
<span>34 stars today</span>
|
|
787
775
|
</span>
|
|
788
776
|
</div>
|
|
789
777
|
<div class="details">
|
|
@@ -796,32 +784,28 @@
|
|
|
796
784
|
<div class="info">
|
|
797
785
|
<div class="rank">
|
|
798
786
|
<span title="Ranking 19">19</span>
|
|
799
|
-
<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>
|
|
800
788
|
</div>
|
|
801
789
|
<div class="sub-title followers">
|
|
802
790
|
|
|
803
|
-
<a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
|
|
804
|
-
<span style="background-color: #3572A5;"></span>Python
|
|
805
|
-
</a>
|
|
806
|
-
|
|
807
791
|
<span class="star" title="Stargazers Count">
|
|
808
792
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
809
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>
|
|
810
794
|
</svg>
|
|
811
|
-
<span>
|
|
795
|
+
<span>135</span>
|
|
812
796
|
</span>
|
|
813
797
|
<span class="star" title="Repo Forked">
|
|
814
798
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
815
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">
|
|
816
800
|
</path>
|
|
817
801
|
</svg>
|
|
818
|
-
<span>
|
|
802
|
+
<span>17</span>
|
|
819
803
|
</span>
|
|
820
804
|
<span class="star">
|
|
821
805
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
822
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>
|
|
823
807
|
</svg>
|
|
824
|
-
<span>
|
|
808
|
+
<span>42 stars today</span>
|
|
825
809
|
</span>
|
|
826
810
|
</div>
|
|
827
811
|
<div class="details">
|
|
@@ -834,32 +818,32 @@
|
|
|
834
818
|
<div class="info">
|
|
835
819
|
<div class="rank">
|
|
836
820
|
<span title="Ranking 20">20</span>
|
|
837
|
-
<a href="https://github.com/
|
|
821
|
+
<a href="https://github.com/apache/echarts" target="_blank" title="apache/echarts">apache/echarts</a>
|
|
838
822
|
</div>
|
|
839
823
|
<div class="sub-title followers">
|
|
840
824
|
|
|
841
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
842
|
-
<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
|
|
843
827
|
</a>
|
|
844
828
|
|
|
845
829
|
<span class="star" title="Stargazers Count">
|
|
846
830
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
847
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>
|
|
848
832
|
</svg>
|
|
849
|
-
<span>
|
|
833
|
+
<span>48803</span>
|
|
850
834
|
</span>
|
|
851
835
|
<span class="star" title="Repo Forked">
|
|
852
836
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
853
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">
|
|
854
838
|
</path>
|
|
855
839
|
</svg>
|
|
856
|
-
<span>
|
|
840
|
+
<span>18273</span>
|
|
857
841
|
</span>
|
|
858
842
|
<span class="star">
|
|
859
843
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
860
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>
|
|
861
845
|
</svg>
|
|
862
|
-
<span>
|
|
846
|
+
<span>73 stars today</span>
|
|
863
847
|
</span>
|
|
864
848
|
</div>
|
|
865
849
|
<div class="details">
|
|
@@ -872,32 +856,32 @@
|
|
|
872
856
|
<div class="info">
|
|
873
857
|
<div class="rank">
|
|
874
858
|
<span title="Ranking 21">21</span>
|
|
875
|
-
<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>
|
|
876
860
|
</div>
|
|
877
861
|
<div class="sub-title followers">
|
|
878
862
|
|
|
879
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
880
|
-
<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
|
|
881
865
|
</a>
|
|
882
866
|
|
|
883
867
|
<span class="star" title="Stargazers Count">
|
|
884
868
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
885
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>
|
|
886
870
|
</svg>
|
|
887
|
-
<span>
|
|
871
|
+
<span>27390</span>
|
|
888
872
|
</span>
|
|
889
873
|
<span class="star" title="Repo Forked">
|
|
890
874
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
891
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">
|
|
892
876
|
</path>
|
|
893
877
|
</svg>
|
|
894
|
-
<span>
|
|
878
|
+
<span>1358</span>
|
|
895
879
|
</span>
|
|
896
880
|
<span class="star">
|
|
897
881
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
898
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>
|
|
899
883
|
</svg>
|
|
900
|
-
<span>
|
|
884
|
+
<span>75 stars today</span>
|
|
901
885
|
</span>
|
|
902
886
|
</div>
|
|
903
887
|
<div class="details">
|
|
@@ -910,7 +894,7 @@
|
|
|
910
894
|
<div class="info">
|
|
911
895
|
<div class="rank">
|
|
912
896
|
<span title="Ranking 22">22</span>
|
|
913
|
-
<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>
|
|
914
898
|
</div>
|
|
915
899
|
<div class="sub-title followers">
|
|
916
900
|
|
|
@@ -922,20 +906,20 @@
|
|
|
922
906
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
923
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>
|
|
924
908
|
</svg>
|
|
925
|
-
<span>
|
|
909
|
+
<span>120</span>
|
|
926
910
|
</span>
|
|
927
911
|
<span class="star" title="Repo Forked">
|
|
928
912
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
929
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">
|
|
930
914
|
</path>
|
|
931
915
|
</svg>
|
|
932
|
-
<span>
|
|
916
|
+
<span>13</span>
|
|
933
917
|
</span>
|
|
934
918
|
<span class="star">
|
|
935
919
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
936
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>
|
|
937
921
|
</svg>
|
|
938
|
-
<span>
|
|
922
|
+
<span>54 stars today</span>
|
|
939
923
|
</span>
|
|
940
924
|
</div>
|
|
941
925
|
<div class="details">
|
|
@@ -948,32 +932,32 @@
|
|
|
948
932
|
<div class="info">
|
|
949
933
|
<div class="rank">
|
|
950
934
|
<span title="Ranking 23">23</span>
|
|
951
|
-
<a href="https://github.com/
|
|
935
|
+
<a href="https://github.com/taosdata/TDengine" target="_blank" title="taosdata/TDengine">taosdata/TDengine</a>
|
|
952
936
|
</div>
|
|
953
937
|
<div class="sub-title followers">
|
|
954
938
|
|
|
955
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
956
|
-
<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
|
|
957
941
|
</a>
|
|
958
942
|
|
|
959
943
|
<span class="star" title="Stargazers Count">
|
|
960
944
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
961
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>
|
|
962
946
|
</svg>
|
|
963
|
-
<span>
|
|
947
|
+
<span>17206</span>
|
|
964
948
|
</span>
|
|
965
949
|
<span class="star" title="Repo Forked">
|
|
966
950
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
967
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">
|
|
968
952
|
</path>
|
|
969
953
|
</svg>
|
|
970
|
-
<span>
|
|
954
|
+
<span>4134</span>
|
|
971
955
|
</span>
|
|
972
956
|
<span class="star">
|
|
973
957
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
974
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>
|
|
975
959
|
</svg>
|
|
976
|
-
<span>
|
|
960
|
+
<span>32 stars today</span>
|
|
977
961
|
</span>
|
|
978
962
|
</div>
|
|
979
963
|
<div class="details">
|
|
@@ -986,32 +970,28 @@
|
|
|
986
970
|
<div class="info">
|
|
987
971
|
<div class="rank">
|
|
988
972
|
<span title="Ranking 24">24</span>
|
|
989
|
-
<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>
|
|
990
974
|
</div>
|
|
991
975
|
<div class="sub-title followers">
|
|
992
976
|
|
|
993
|
-
<a class="language" target="_blank" href="https://github.com/topics/java" title="Programming Language Java">
|
|
994
|
-
<span style="background-color: #b07219;"></span>Java
|
|
995
|
-
</a>
|
|
996
|
-
|
|
997
977
|
<span class="star" title="Stargazers Count">
|
|
998
978
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
999
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>
|
|
1000
980
|
</svg>
|
|
1001
|
-
<span>
|
|
981
|
+
<span>197579</span>
|
|
1002
982
|
</span>
|
|
1003
983
|
<span class="star" title="Repo Forked">
|
|
1004
984
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
1005
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">
|
|
1006
986
|
</path>
|
|
1007
987
|
</svg>
|
|
1008
|
-
<span>
|
|
988
|
+
<span>53214</span>
|
|
1009
989
|
</span>
|
|
1010
990
|
<span class="star">
|
|
1011
991
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
1012
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>
|
|
1013
993
|
</svg>
|
|
1014
|
-
<span>
|
|
994
|
+
<span>161 stars today</span>
|
|
1015
995
|
</span>
|
|
1016
996
|
</div>
|
|
1017
997
|
<div class="details">
|
|
@@ -1024,32 +1004,32 @@
|
|
|
1024
1004
|
<div class="info">
|
|
1025
1005
|
<div class="rank">
|
|
1026
1006
|
<span title="Ranking 25">25</span>
|
|
1027
|
-
<a href="https://github.com/
|
|
1007
|
+
<a href="https://github.com/linkedin/datahub" target="_blank" title="linkedin/datahub">linkedin/datahub</a>
|
|
1028
1008
|
</div>
|
|
1029
1009
|
<div class="sub-title followers">
|
|
1030
1010
|
|
|
1031
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
1032
|
-
<span style="background-color: #
|
|
1011
|
+
<a class="language" target="_blank" href="https://github.com/topics/java" title="Programming Language Java">
|
|
1012
|
+
<span style="background-color: #b07219;"></span>Java
|
|
1033
1013
|
</a>
|
|
1034
1014
|
|
|
1035
1015
|
<span class="star" title="Stargazers Count">
|
|
1036
1016
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
1037
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>
|
|
1038
1018
|
</svg>
|
|
1039
|
-
<span>
|
|
1019
|
+
<span>3937</span>
|
|
1040
1020
|
</span>
|
|
1041
1021
|
<span class="star" title="Repo Forked">
|
|
1042
1022
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
1043
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">
|
|
1044
1024
|
</path>
|
|
1045
1025
|
</svg>
|
|
1046
|
-
<span>
|
|
1026
|
+
<span>1109</span>
|
|
1047
1027
|
</span>
|
|
1048
1028
|
<span class="star">
|
|
1049
1029
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
1050
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>
|
|
1051
1031
|
</svg>
|
|
1052
|
-
<span>
|
|
1032
|
+
<span>46 stars today</span>
|
|
1053
1033
|
</span>
|
|
1054
1034
|
</div>
|
|
1055
1035
|
<div class="details">
|
|
@@ -1074,7 +1054,7 @@
|
|
|
1074
1054
|
<img src="https://img.shields.io/npm/v/@wcj/github-rank.svg?label=unpkg">
|
|
1075
1055
|
</a>
|
|
1076
1056
|
</div>
|
|
1077
|
-
<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>
|
|
1078
1058
|
Create by <a href="https://github.com/jaywcjlove" target="_blank">小弟调调™</a>.
|
|
1079
1059
|
</div>
|
|
1080
1060
|
</body>
|