@wcj/github-rank 22.1.11 → 22.1.12
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 +20791 -20790
- package/dist/sifou-daily.json +66 -84
- package/dist/sifou-monthly.json +76 -76
- package/dist/sifou-weekly.json +124 -124
- package/dist/toutiao-30.json +42 -42
- package/dist/toutiao-7.json +82 -82
- package/dist/toutiao-90.json +11 -11
- package/dist/trending-daily.json +171 -171
- package/dist/trending-monthly.json +152 -152
- package/dist/trending-weekly.json +166 -166
- package/dist/users.china.json +1614 -1614
- package/dist/users.json +2011 -2011
- package/package.json +1 -1
- package/web/36kr.html +2 -2
- package/web/data/repos.json +20791 -20790
- package/web/data/sifou-daily.json +66 -84
- package/web/data/sifou-monthly.json +76 -76
- package/web/data/sifou-weekly.json +124 -124
- package/web/data/toutiao-30.json +42 -42
- package/web/data/toutiao-7.json +82 -82
- package/web/data/toutiao-90.json +11 -11
- package/web/data/trending-daily.json +171 -171
- package/web/data/trending-monthly.json +152 -152
- package/web/data/trending-weekly.json +166 -166
- package/web/data/users.china.json +1614 -1614
- package/web/data/users.json +2011 -2011
- package/web/index.html +1087 -1087
- package/web/repos.html +2614 -2614
- package/web/sifou-daily.html +56 -112
- package/web/sifou-monthly.html +94 -94
- package/web/sifou-weekly.html +118 -118
- package/web/toutiao-30.html +46 -46
- package/web/toutiao-7.html +61 -61
- package/web/toutiao-90.html +13 -13
- package/web/trending-monthly.html +138 -134
- package/web/trending-weekly.html +145 -145
- package/web/trending.html +146 -150
- package/web/users.china.html +807 -807
package/web/trending.html
CHANGED
|
@@ -102,7 +102,7 @@
|
|
|
102
102
|
|
|
103
103
|
|
|
104
104
|
</h1>
|
|
105
|
-
<div class="time">Last cache created on 2022/1/
|
|
105
|
+
<div class="time">Last cache created on 2022/1/12 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,32 @@
|
|
|
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/Asabeneh/30-Days-Of-JavaScript" target="_blank" title="Asabeneh/30-Days-Of-JavaScript">Asabeneh/30-Days-Of-JavaScript</a>
|
|
128
128
|
</div>
|
|
129
129
|
<div class="sub-title followers">
|
|
130
130
|
|
|
131
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
132
|
-
<span style="background-color: #
|
|
131
|
+
<a class="language" target="_blank" href="https://github.com/topics/javascript" title="Programming Language JavaScript">
|
|
132
|
+
<span style="background-color: #f1e05a;"></span>JavaScript
|
|
133
133
|
</a>
|
|
134
134
|
|
|
135
135
|
<span class="star" title="Stargazers Count">
|
|
136
136
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
137
137
|
<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
138
|
</svg>
|
|
139
|
-
<span>
|
|
139
|
+
<span>13597</span>
|
|
140
140
|
</span>
|
|
141
141
|
<span class="star" title="Repo Forked">
|
|
142
142
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
143
143
|
<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
144
|
</path>
|
|
145
145
|
</svg>
|
|
146
|
-
<span>
|
|
146
|
+
<span>2826</span>
|
|
147
147
|
</span>
|
|
148
148
|
<span class="star">
|
|
149
149
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
150
150
|
<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
151
|
</svg>
|
|
152
|
-
<span>
|
|
152
|
+
<span>359 stars today</span>
|
|
153
153
|
</span>
|
|
154
154
|
</div>
|
|
155
155
|
<div class="details">
|
|
@@ -162,7 +162,7 @@
|
|
|
162
162
|
<div class="info">
|
|
163
163
|
<div class="rank">
|
|
164
164
|
<span title="Ranking 2">2</span>
|
|
165
|
-
<a href="https://github.com/
|
|
165
|
+
<a href="https://github.com/faker-js/faker" target="_blank" title="faker-js/faker">faker-js/faker</a>
|
|
166
166
|
</div>
|
|
167
167
|
<div class="sub-title followers">
|
|
168
168
|
|
|
@@ -174,20 +174,20 @@
|
|
|
174
174
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
175
175
|
<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
176
|
</svg>
|
|
177
|
-
<span>
|
|
177
|
+
<span>774</span>
|
|
178
178
|
</span>
|
|
179
179
|
<span class="star" title="Repo Forked">
|
|
180
180
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
181
181
|
<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
182
|
</path>
|
|
183
183
|
</svg>
|
|
184
|
-
<span>
|
|
184
|
+
<span>96</span>
|
|
185
185
|
</span>
|
|
186
186
|
<span class="star">
|
|
187
187
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
188
188
|
<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
189
|
</svg>
|
|
190
|
-
<span>
|
|
190
|
+
<span>264 stars today</span>
|
|
191
191
|
</span>
|
|
192
192
|
</div>
|
|
193
193
|
<div class="details">
|
|
@@ -200,32 +200,28 @@
|
|
|
200
200
|
<div class="info">
|
|
201
201
|
<div class="rank">
|
|
202
202
|
<span title="Ranking 3">3</span>
|
|
203
|
-
<a href="https://github.com/
|
|
203
|
+
<a href="https://github.com/Marak/faker.js" target="_blank" title="Marak/faker.js">Marak/faker.js</a>
|
|
204
204
|
</div>
|
|
205
205
|
<div class="sub-title followers">
|
|
206
206
|
|
|
207
|
-
<a class="language" target="_blank" href="https://github.com/topics/html" title="Programming Language HTML">
|
|
208
|
-
<span style="background-color: #e34c26;"></span>HTML
|
|
209
|
-
</a>
|
|
210
|
-
|
|
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>1158</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>517</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>150 stars today</span>
|
|
229
225
|
</span>
|
|
230
226
|
</div>
|
|
231
227
|
<div class="details">
|
|
@@ -238,7 +234,7 @@
|
|
|
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/521xueweihan/HelloGitHub" target="_blank" title="521xueweihan/HelloGitHub">521xueweihan/HelloGitHub</a>
|
|
242
238
|
</div>
|
|
243
239
|
<div class="sub-title followers">
|
|
244
240
|
|
|
@@ -250,20 +246,20 @@
|
|
|
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>51180</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>7358</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>135 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/Marak/colors.js" target="_blank" title="Marak/colors.js">Marak/colors.js</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/javascript" title="Programming Language JavaScript">
|
|
280
|
+
<span style="background-color: #f1e05a;"></span>JavaScript
|
|
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>4582</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>400</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>120 stars today</span>
|
|
305
301
|
</span>
|
|
306
302
|
</div>
|
|
307
303
|
<div class="details">
|
|
@@ -314,32 +310,32 @@
|
|
|
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/DataTalksClub/data-engineering-zoomcamp" target="_blank" title="DataTalksClub/data-engineering-zoomcamp">DataTalksClub/data-engineering-zoomcamp</a>
|
|
318
314
|
</div>
|
|
319
315
|
<div class="sub-title followers">
|
|
320
316
|
|
|
321
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
322
|
-
<span style="background-color: #
|
|
317
|
+
<a class="language" target="_blank" href="https://github.com/topics/hcl" title="Programming Language HCL">
|
|
318
|
+
<span style="background-color: #ccc;"></span>HCL
|
|
323
319
|
</a>
|
|
324
320
|
|
|
325
321
|
<span class="star" title="Stargazers Count">
|
|
326
322
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
327
323
|
<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
324
|
</svg>
|
|
329
|
-
<span>
|
|
325
|
+
<span>1038</span>
|
|
330
326
|
</span>
|
|
331
327
|
<span class="star" title="Repo Forked">
|
|
332
328
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
333
329
|
<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
330
|
</path>
|
|
335
331
|
</svg>
|
|
336
|
-
<span>
|
|
332
|
+
<span>136</span>
|
|
337
333
|
</span>
|
|
338
334
|
<span class="star">
|
|
339
335
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
340
336
|
<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
337
|
</svg>
|
|
342
|
-
<span>
|
|
338
|
+
<span>98 stars today</span>
|
|
343
339
|
</span>
|
|
344
340
|
</div>
|
|
345
341
|
<div class="details">
|
|
@@ -352,32 +348,32 @@
|
|
|
352
348
|
<div class="info">
|
|
353
349
|
<div class="rank">
|
|
354
350
|
<span title="Ranking 7">7</span>
|
|
355
|
-
<a href="https://github.com/
|
|
351
|
+
<a href="https://github.com/jamesstringerparsec/Easy-GPU-PV" target="_blank" title="jamesstringerparsec/Easy-GPU-PV">jamesstringerparsec/Easy-GPU-PV</a>
|
|
356
352
|
</div>
|
|
357
353
|
<div class="sub-title followers">
|
|
358
354
|
|
|
359
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
360
|
-
<span style="background-color: #
|
|
355
|
+
<a class="language" target="_blank" href="https://github.com/topics/powershell" title="Programming Language PowerShell">
|
|
356
|
+
<span style="background-color: #012456;"></span>PowerShell
|
|
361
357
|
</a>
|
|
362
358
|
|
|
363
359
|
<span class="star" title="Stargazers Count">
|
|
364
360
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
365
361
|
<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
362
|
</svg>
|
|
367
|
-
<span>
|
|
363
|
+
<span>730</span>
|
|
368
364
|
</span>
|
|
369
365
|
<span class="star" title="Repo Forked">
|
|
370
366
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
371
367
|
<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
368
|
</path>
|
|
373
369
|
</svg>
|
|
374
|
-
<span>
|
|
370
|
+
<span>58</span>
|
|
375
371
|
</span>
|
|
376
372
|
<span class="star">
|
|
377
373
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
378
374
|
<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
375
|
</svg>
|
|
380
|
-
<span>
|
|
376
|
+
<span>128 stars today</span>
|
|
381
377
|
</span>
|
|
382
378
|
</div>
|
|
383
379
|
<div class="details">
|
|
@@ -390,32 +386,28 @@
|
|
|
390
386
|
<div class="info">
|
|
391
387
|
<div class="rank">
|
|
392
388
|
<span title="Ranking 8">8</span>
|
|
393
|
-
<a href="https://github.com/
|
|
389
|
+
<a href="https://github.com/devsuperior/sds-dsmovie" target="_blank" title="devsuperior/sds-dsmovie">devsuperior/sds-dsmovie</a>
|
|
394
390
|
</div>
|
|
395
391
|
<div class="sub-title followers">
|
|
396
392
|
|
|
397
|
-
<a class="language" target="_blank" href="https://github.com/topics/c#" title="Programming Language C#">
|
|
398
|
-
<span style="background-color: #178600;"></span>C#
|
|
399
|
-
</a>
|
|
400
|
-
|
|
401
393
|
<span class="star" title="Stargazers Count">
|
|
402
394
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
403
395
|
<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>
|
|
404
396
|
</svg>
|
|
405
|
-
<span>
|
|
397
|
+
<span>131</span>
|
|
406
398
|
</span>
|
|
407
399
|
<span class="star" title="Repo Forked">
|
|
408
400
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
409
401
|
<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">
|
|
410
402
|
</path>
|
|
411
403
|
</svg>
|
|
412
|
-
<span>
|
|
404
|
+
<span>45</span>
|
|
413
405
|
</span>
|
|
414
406
|
<span class="star">
|
|
415
407
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
416
408
|
<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>
|
|
417
409
|
</svg>
|
|
418
|
-
<span>
|
|
410
|
+
<span>37 stars today</span>
|
|
419
411
|
</span>
|
|
420
412
|
</div>
|
|
421
413
|
<div class="details">
|
|
@@ -428,32 +420,32 @@
|
|
|
428
420
|
<div class="info">
|
|
429
421
|
<div class="rank">
|
|
430
422
|
<span title="Ranking 9">9</span>
|
|
431
|
-
<a href="https://github.com/
|
|
423
|
+
<a href="https://github.com/sunym1993/flash-linux0.11-talk" target="_blank" title="sunym1993/flash-linux0.11-talk">sunym1993/flash-linux0.11-talk</a>
|
|
432
424
|
</div>
|
|
433
425
|
<div class="sub-title followers">
|
|
434
426
|
|
|
435
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
436
|
-
<span style="background-color: #
|
|
427
|
+
<a class="language" target="_blank" href="https://github.com/topics/c" title="Programming Language C">
|
|
428
|
+
<span style="background-color: #555555;"></span>C
|
|
437
429
|
</a>
|
|
438
430
|
|
|
439
431
|
<span class="star" title="Stargazers Count">
|
|
440
432
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
441
433
|
<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>
|
|
442
434
|
</svg>
|
|
443
|
-
<span>
|
|
435
|
+
<span>4246</span>
|
|
444
436
|
</span>
|
|
445
437
|
<span class="star" title="Repo Forked">
|
|
446
438
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
447
439
|
<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">
|
|
448
440
|
</path>
|
|
449
441
|
</svg>
|
|
450
|
-
<span>
|
|
442
|
+
<span>407</span>
|
|
451
443
|
</span>
|
|
452
444
|
<span class="star">
|
|
453
445
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
454
446
|
<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>
|
|
455
447
|
</svg>
|
|
456
|
-
<span>
|
|
448
|
+
<span>206 stars today</span>
|
|
457
449
|
</span>
|
|
458
450
|
</div>
|
|
459
451
|
<div class="details">
|
|
@@ -466,32 +458,32 @@
|
|
|
466
458
|
<div class="info">
|
|
467
459
|
<div class="rank">
|
|
468
460
|
<span title="Ranking 10">10</span>
|
|
469
|
-
<a href="https://github.com/
|
|
461
|
+
<a href="https://github.com/microsoft/PowerToys" target="_blank" title="microsoft/PowerToys">microsoft/PowerToys</a>
|
|
470
462
|
</div>
|
|
471
463
|
<div class="sub-title followers">
|
|
472
464
|
|
|
473
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
474
|
-
<span style="background-color: #
|
|
465
|
+
<a class="language" target="_blank" href="https://github.com/topics/c#" title="Programming Language C#">
|
|
466
|
+
<span style="background-color: #178600;"></span>C#
|
|
475
467
|
</a>
|
|
476
468
|
|
|
477
469
|
<span class="star" title="Stargazers Count">
|
|
478
470
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
479
471
|
<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>
|
|
480
472
|
</svg>
|
|
481
|
-
<span>
|
|
473
|
+
<span>66574</span>
|
|
482
474
|
</span>
|
|
483
475
|
<span class="star" title="Repo Forked">
|
|
484
476
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
485
477
|
<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">
|
|
486
478
|
</path>
|
|
487
479
|
</svg>
|
|
488
|
-
<span>
|
|
480
|
+
<span>3722</span>
|
|
489
481
|
</span>
|
|
490
482
|
<span class="star">
|
|
491
483
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
492
484
|
<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>
|
|
493
485
|
</svg>
|
|
494
|
-
<span>
|
|
486
|
+
<span>188 stars today</span>
|
|
495
487
|
</span>
|
|
496
488
|
</div>
|
|
497
489
|
<div class="details">
|
|
@@ -504,32 +496,32 @@
|
|
|
504
496
|
<div class="info">
|
|
505
497
|
<div class="rank">
|
|
506
498
|
<span title="Ranking 11">11</span>
|
|
507
|
-
<a href="https://github.com/
|
|
499
|
+
<a href="https://github.com/cybersecsi/RAUDI" target="_blank" title="cybersecsi/RAUDI">cybersecsi/RAUDI</a>
|
|
508
500
|
</div>
|
|
509
501
|
<div class="sub-title followers">
|
|
510
502
|
|
|
511
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
512
|
-
<span style="background-color: #
|
|
503
|
+
<a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
|
|
504
|
+
<span style="background-color: #3572A5;"></span>Python
|
|
513
505
|
</a>
|
|
514
506
|
|
|
515
507
|
<span class="star" title="Stargazers Count">
|
|
516
508
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
517
509
|
<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>
|
|
518
510
|
</svg>
|
|
519
|
-
<span>
|
|
511
|
+
<span>219</span>
|
|
520
512
|
</span>
|
|
521
513
|
<span class="star" title="Repo Forked">
|
|
522
514
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
523
515
|
<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">
|
|
524
516
|
</path>
|
|
525
517
|
</svg>
|
|
526
|
-
<span>
|
|
518
|
+
<span>12</span>
|
|
527
519
|
</span>
|
|
528
520
|
<span class="star">
|
|
529
521
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
530
522
|
<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>
|
|
531
523
|
</svg>
|
|
532
|
-
<span>
|
|
524
|
+
<span>52 stars today</span>
|
|
533
525
|
</span>
|
|
534
526
|
</div>
|
|
535
527
|
<div class="details">
|
|
@@ -542,32 +534,32 @@
|
|
|
542
534
|
<div class="info">
|
|
543
535
|
<div class="rank">
|
|
544
536
|
<span title="Ranking 12">12</span>
|
|
545
|
-
<a href="https://github.com/
|
|
537
|
+
<a href="https://github.com/QSCTech/zju-icicles" target="_blank" title="QSCTech/zju-icicles">QSCTech/zju-icicles</a>
|
|
546
538
|
</div>
|
|
547
539
|
<div class="sub-title followers">
|
|
548
540
|
|
|
549
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
550
|
-
<span style="background-color: #
|
|
541
|
+
<a class="language" target="_blank" href="https://github.com/topics/html" title="Programming Language HTML">
|
|
542
|
+
<span style="background-color: #e34c26;"></span>HTML
|
|
551
543
|
</a>
|
|
552
544
|
|
|
553
545
|
<span class="star" title="Stargazers Count">
|
|
554
546
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
555
547
|
<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>
|
|
556
548
|
</svg>
|
|
557
|
-
<span>
|
|
549
|
+
<span>24559</span>
|
|
558
550
|
</span>
|
|
559
551
|
<span class="star" title="Repo Forked">
|
|
560
552
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
561
553
|
<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">
|
|
562
554
|
</path>
|
|
563
555
|
</svg>
|
|
564
|
-
<span>
|
|
556
|
+
<span>7255</span>
|
|
565
557
|
</span>
|
|
566
558
|
<span class="star">
|
|
567
559
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
568
560
|
<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>
|
|
569
561
|
</svg>
|
|
570
|
-
<span>
|
|
562
|
+
<span>183 stars today</span>
|
|
571
563
|
</span>
|
|
572
564
|
</div>
|
|
573
565
|
<div class="details">
|
|
@@ -580,32 +572,32 @@
|
|
|
580
572
|
<div class="info">
|
|
581
573
|
<div class="rank">
|
|
582
574
|
<span title="Ranking 13">13</span>
|
|
583
|
-
<a href="https://github.com/
|
|
575
|
+
<a href="https://github.com/sairson/Yasso" target="_blank" title="sairson/Yasso">sairson/Yasso</a>
|
|
584
576
|
</div>
|
|
585
577
|
<div class="sub-title followers">
|
|
586
578
|
|
|
587
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
588
|
-
<span style="background-color: #
|
|
579
|
+
<a class="language" target="_blank" href="https://github.com/topics/go" title="Programming Language Go">
|
|
580
|
+
<span style="background-color: #00ADD8;"></span>Go
|
|
589
581
|
</a>
|
|
590
582
|
|
|
591
583
|
<span class="star" title="Stargazers Count">
|
|
592
584
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
593
585
|
<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>
|
|
594
586
|
</svg>
|
|
595
|
-
<span>
|
|
587
|
+
<span>379</span>
|
|
596
588
|
</span>
|
|
597
589
|
<span class="star" title="Repo Forked">
|
|
598
590
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
599
591
|
<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">
|
|
600
592
|
</path>
|
|
601
593
|
</svg>
|
|
602
|
-
<span>
|
|
594
|
+
<span>73</span>
|
|
603
595
|
</span>
|
|
604
596
|
<span class="star">
|
|
605
597
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
606
598
|
<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>
|
|
607
599
|
</svg>
|
|
608
|
-
<span>
|
|
600
|
+
<span>52 stars today</span>
|
|
609
601
|
</span>
|
|
610
602
|
</div>
|
|
611
603
|
<div class="details">
|
|
@@ -618,32 +610,32 @@
|
|
|
618
610
|
<div class="info">
|
|
619
611
|
<div class="rank">
|
|
620
612
|
<span title="Ranking 14">14</span>
|
|
621
|
-
<a href="https://github.com/
|
|
613
|
+
<a href="https://github.com/VGVentures/slide_puzzle" target="_blank" title="VGVentures/slide_puzzle">VGVentures/slide_puzzle</a>
|
|
622
614
|
</div>
|
|
623
615
|
<div class="sub-title followers">
|
|
624
616
|
|
|
625
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
626
|
-
<span style="background-color: #
|
|
617
|
+
<a class="language" target="_blank" href="https://github.com/topics/dart" title="Programming Language Dart">
|
|
618
|
+
<span style="background-color: #00B4AB;"></span>Dart
|
|
627
619
|
</a>
|
|
628
620
|
|
|
629
621
|
<span class="star" title="Stargazers Count">
|
|
630
622
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
631
623
|
<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>
|
|
632
624
|
</svg>
|
|
633
|
-
<span>
|
|
625
|
+
<span>178</span>
|
|
634
626
|
</span>
|
|
635
627
|
<span class="star" title="Repo Forked">
|
|
636
628
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
637
629
|
<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">
|
|
638
630
|
</path>
|
|
639
631
|
</svg>
|
|
640
|
-
<span>
|
|
632
|
+
<span>98</span>
|
|
641
633
|
</span>
|
|
642
634
|
<span class="star">
|
|
643
635
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
644
636
|
<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>
|
|
645
637
|
</svg>
|
|
646
|
-
<span>
|
|
638
|
+
<span>44 stars today</span>
|
|
647
639
|
</span>
|
|
648
640
|
</div>
|
|
649
641
|
<div class="details">
|
|
@@ -656,32 +648,32 @@
|
|
|
656
648
|
<div class="info">
|
|
657
649
|
<div class="rank">
|
|
658
650
|
<span title="Ranking 15">15</span>
|
|
659
|
-
<a href="https://github.com/
|
|
651
|
+
<a href="https://github.com/megadose/holehe" target="_blank" title="megadose/holehe">megadose/holehe</a>
|
|
660
652
|
</div>
|
|
661
653
|
<div class="sub-title followers">
|
|
662
654
|
|
|
663
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
664
|
-
<span style="background-color: #
|
|
655
|
+
<a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
|
|
656
|
+
<span style="background-color: #3572A5;"></span>Python
|
|
665
657
|
</a>
|
|
666
658
|
|
|
667
659
|
<span class="star" title="Stargazers Count">
|
|
668
660
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
669
661
|
<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>
|
|
670
662
|
</svg>
|
|
671
|
-
<span>
|
|
663
|
+
<span>1923</span>
|
|
672
664
|
</span>
|
|
673
665
|
<span class="star" title="Repo Forked">
|
|
674
666
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
675
667
|
<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">
|
|
676
668
|
</path>
|
|
677
669
|
</svg>
|
|
678
|
-
<span>
|
|
670
|
+
<span>229</span>
|
|
679
671
|
</span>
|
|
680
672
|
<span class="star">
|
|
681
673
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
682
674
|
<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>
|
|
683
675
|
</svg>
|
|
684
|
-
<span>
|
|
676
|
+
<span>214 stars today</span>
|
|
685
677
|
</span>
|
|
686
678
|
</div>
|
|
687
679
|
<div class="details">
|
|
@@ -694,32 +686,32 @@
|
|
|
694
686
|
<div class="info">
|
|
695
687
|
<div class="rank">
|
|
696
688
|
<span title="Ranking 16">16</span>
|
|
697
|
-
<a href="https://github.com/
|
|
689
|
+
<a href="https://github.com/apache/superset" target="_blank" title="apache/superset">apache/superset</a>
|
|
698
690
|
</div>
|
|
699
691
|
<div class="sub-title followers">
|
|
700
692
|
|
|
701
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
702
|
-
<span style="background-color: #
|
|
693
|
+
<a class="language" target="_blank" href="https://github.com/topics/typescript" title="Programming Language TypeScript">
|
|
694
|
+
<span style="background-color: #2b7489;"></span>TypeScript
|
|
703
695
|
</a>
|
|
704
696
|
|
|
705
697
|
<span class="star" title="Stargazers Count">
|
|
706
698
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
707
699
|
<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>
|
|
708
700
|
</svg>
|
|
709
|
-
<span>
|
|
701
|
+
<span>43157</span>
|
|
710
702
|
</span>
|
|
711
703
|
<span class="star" title="Repo Forked">
|
|
712
704
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
713
705
|
<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">
|
|
714
706
|
</path>
|
|
715
707
|
</svg>
|
|
716
|
-
<span>
|
|
708
|
+
<span>8409</span>
|
|
717
709
|
</span>
|
|
718
710
|
<span class="star">
|
|
719
711
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
720
712
|
<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>
|
|
721
713
|
</svg>
|
|
722
|
-
<span>
|
|
714
|
+
<span>156 stars today</span>
|
|
723
715
|
</span>
|
|
724
716
|
</div>
|
|
725
717
|
<div class="details">
|
|
@@ -732,32 +724,32 @@
|
|
|
732
724
|
<div class="info">
|
|
733
725
|
<div class="rank">
|
|
734
726
|
<span title="Ranking 17">17</span>
|
|
735
|
-
<a href="https://github.com/
|
|
727
|
+
<a href="https://github.com/StarRocks/starrocks" target="_blank" title="StarRocks/starrocks">StarRocks/starrocks</a>
|
|
736
728
|
</div>
|
|
737
729
|
<div class="sub-title followers">
|
|
738
730
|
|
|
739
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
740
|
-
<span style="background-color: #
|
|
731
|
+
<a class="language" target="_blank" href="https://github.com/topics/c++" title="Programming Language C++">
|
|
732
|
+
<span style="background-color: #f34b7d;"></span>C++
|
|
741
733
|
</a>
|
|
742
734
|
|
|
743
735
|
<span class="star" title="Stargazers Count">
|
|
744
736
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
745
737
|
<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>
|
|
746
738
|
</svg>
|
|
747
|
-
<span>
|
|
739
|
+
<span>1987</span>
|
|
748
740
|
</span>
|
|
749
741
|
<span class="star" title="Repo Forked">
|
|
750
742
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
751
743
|
<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">
|
|
752
744
|
</path>
|
|
753
745
|
</svg>
|
|
754
|
-
<span>
|
|
746
|
+
<span>376</span>
|
|
755
747
|
</span>
|
|
756
748
|
<span class="star">
|
|
757
749
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
758
750
|
<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>
|
|
759
751
|
</svg>
|
|
760
|
-
<span>
|
|
752
|
+
<span>56 stars today</span>
|
|
761
753
|
</span>
|
|
762
754
|
</div>
|
|
763
755
|
<div class="details">
|
|
@@ -770,32 +762,32 @@
|
|
|
770
762
|
<div class="info">
|
|
771
763
|
<div class="rank">
|
|
772
764
|
<span title="Ranking 18">18</span>
|
|
773
|
-
<a href="https://github.com/
|
|
765
|
+
<a href="https://github.com/TheAlgorithms/Python" target="_blank" title="TheAlgorithms/Python">TheAlgorithms/Python</a>
|
|
774
766
|
</div>
|
|
775
767
|
<div class="sub-title followers">
|
|
776
768
|
|
|
777
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
778
|
-
<span style="background-color: #
|
|
769
|
+
<a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
|
|
770
|
+
<span style="background-color: #3572A5;"></span>Python
|
|
779
771
|
</a>
|
|
780
772
|
|
|
781
773
|
<span class="star" title="Stargazers Count">
|
|
782
774
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
783
775
|
<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>
|
|
784
776
|
</svg>
|
|
785
|
-
<span>
|
|
777
|
+
<span>127104</span>
|
|
786
778
|
</span>
|
|
787
779
|
<span class="star" title="Repo Forked">
|
|
788
780
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
789
781
|
<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">
|
|
790
782
|
</path>
|
|
791
783
|
</svg>
|
|
792
|
-
<span>
|
|
784
|
+
<span>33821</span>
|
|
793
785
|
</span>
|
|
794
786
|
<span class="star">
|
|
795
787
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
796
788
|
<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>
|
|
797
789
|
</svg>
|
|
798
|
-
<span>
|
|
790
|
+
<span>251 stars today</span>
|
|
799
791
|
</span>
|
|
800
792
|
</div>
|
|
801
793
|
<div class="details">
|
|
@@ -808,32 +800,32 @@
|
|
|
808
800
|
<div class="info">
|
|
809
801
|
<div class="rank">
|
|
810
802
|
<span title="Ranking 19">19</span>
|
|
811
|
-
<a href="https://github.com/
|
|
803
|
+
<a href="https://github.com/nolanlawson/fuite" target="_blank" title="nolanlawson/fuite">nolanlawson/fuite</a>
|
|
812
804
|
</div>
|
|
813
805
|
<div class="sub-title followers">
|
|
814
806
|
|
|
815
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
816
|
-
<span style="background-color: #
|
|
807
|
+
<a class="language" target="_blank" href="https://github.com/topics/javascript" title="Programming Language JavaScript">
|
|
808
|
+
<span style="background-color: #f1e05a;"></span>JavaScript
|
|
817
809
|
</a>
|
|
818
810
|
|
|
819
811
|
<span class="star" title="Stargazers Count">
|
|
820
812
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
821
813
|
<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>
|
|
822
814
|
</svg>
|
|
823
|
-
<span>
|
|
815
|
+
<span>2241</span>
|
|
824
816
|
</span>
|
|
825
817
|
<span class="star" title="Repo Forked">
|
|
826
818
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
827
819
|
<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">
|
|
828
820
|
</path>
|
|
829
821
|
</svg>
|
|
830
|
-
<span>
|
|
822
|
+
<span>37</span>
|
|
831
823
|
</span>
|
|
832
824
|
<span class="star">
|
|
833
825
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
834
826
|
<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>
|
|
835
827
|
</svg>
|
|
836
|
-
<span>
|
|
828
|
+
<span>121 stars today</span>
|
|
837
829
|
</span>
|
|
838
830
|
</div>
|
|
839
831
|
<div class="details">
|
|
@@ -846,28 +838,32 @@
|
|
|
846
838
|
<div class="info">
|
|
847
839
|
<div class="rank">
|
|
848
840
|
<span title="Ranking 20">20</span>
|
|
849
|
-
<a href="https://github.com/
|
|
841
|
+
<a href="https://github.com/tharsis/evmos" target="_blank" title="tharsis/evmos">tharsis/evmos</a>
|
|
850
842
|
</div>
|
|
851
843
|
<div class="sub-title followers">
|
|
852
844
|
|
|
845
|
+
<a class="language" target="_blank" href="https://github.com/topics/go" title="Programming Language Go">
|
|
846
|
+
<span style="background-color: #00ADD8;"></span>Go
|
|
847
|
+
</a>
|
|
848
|
+
|
|
853
849
|
<span class="star" title="Stargazers Count">
|
|
854
850
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
855
851
|
<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>
|
|
856
852
|
</svg>
|
|
857
|
-
<span>
|
|
853
|
+
<span>956</span>
|
|
858
854
|
</span>
|
|
859
855
|
<span class="star" title="Repo Forked">
|
|
860
856
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
861
857
|
<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">
|
|
862
858
|
</path>
|
|
863
859
|
</svg>
|
|
864
|
-
<span>
|
|
860
|
+
<span>180</span>
|
|
865
861
|
</span>
|
|
866
862
|
<span class="star">
|
|
867
863
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
868
864
|
<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>
|
|
869
865
|
</svg>
|
|
870
|
-
<span>
|
|
866
|
+
<span>39 stars today</span>
|
|
871
867
|
</span>
|
|
872
868
|
</div>
|
|
873
869
|
<div class="details">
|
|
@@ -880,32 +876,32 @@
|
|
|
880
876
|
<div class="info">
|
|
881
877
|
<div class="rank">
|
|
882
878
|
<span title="Ranking 21">21</span>
|
|
883
|
-
<a href="https://github.com/
|
|
879
|
+
<a href="https://github.com/irbigdata/data-dockerfiles" target="_blank" title="irbigdata/data-dockerfiles">irbigdata/data-dockerfiles</a>
|
|
884
880
|
</div>
|
|
885
881
|
<div class="sub-title followers">
|
|
886
882
|
|
|
887
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
888
|
-
<span style="background-color: #
|
|
883
|
+
<a class="language" target="_blank" href="https://github.com/topics/jupyternotebook" title="Programming Language JupyterNotebook">
|
|
884
|
+
<span style="background-color: #DA5B0B;"></span>JupyterNotebook
|
|
889
885
|
</a>
|
|
890
886
|
|
|
891
887
|
<span class="star" title="Stargazers Count">
|
|
892
888
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
893
889
|
<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>
|
|
894
890
|
</svg>
|
|
895
|
-
<span>
|
|
891
|
+
<span>372</span>
|
|
896
892
|
</span>
|
|
897
893
|
<span class="star" title="Repo Forked">
|
|
898
894
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
899
895
|
<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">
|
|
900
896
|
</path>
|
|
901
897
|
</svg>
|
|
902
|
-
<span>
|
|
898
|
+
<span>27</span>
|
|
903
899
|
</span>
|
|
904
900
|
<span class="star">
|
|
905
901
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
906
902
|
<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>
|
|
907
903
|
</svg>
|
|
908
|
-
<span>
|
|
904
|
+
<span>112 stars today</span>
|
|
909
905
|
</span>
|
|
910
906
|
</div>
|
|
911
907
|
<div class="details">
|
|
@@ -918,32 +914,32 @@
|
|
|
918
914
|
<div class="info">
|
|
919
915
|
<div class="rank">
|
|
920
916
|
<span title="Ranking 22">22</span>
|
|
921
|
-
<a href="https://github.com/
|
|
917
|
+
<a href="https://github.com/paranoidninja/EtwTi-Syscall-Hook" target="_blank" title="paranoidninja/EtwTi-Syscall-Hook">paranoidninja/EtwTi-Syscall-Hook</a>
|
|
922
918
|
</div>
|
|
923
919
|
<div class="sub-title followers">
|
|
924
920
|
|
|
925
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
926
|
-
<span style="background-color: #
|
|
921
|
+
<a class="language" target="_blank" href="https://github.com/topics/c" title="Programming Language C">
|
|
922
|
+
<span style="background-color: #555555;"></span>C
|
|
927
923
|
</a>
|
|
928
924
|
|
|
929
925
|
<span class="star" title="Stargazers Count">
|
|
930
926
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
931
927
|
<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>
|
|
932
928
|
</svg>
|
|
933
|
-
<span>
|
|
929
|
+
<span>104</span>
|
|
934
930
|
</span>
|
|
935
931
|
<span class="star" title="Repo Forked">
|
|
936
932
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
937
933
|
<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">
|
|
938
934
|
</path>
|
|
939
935
|
</svg>
|
|
940
|
-
<span>
|
|
936
|
+
<span>17</span>
|
|
941
937
|
</span>
|
|
942
938
|
<span class="star">
|
|
943
939
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
944
940
|
<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>
|
|
945
941
|
</svg>
|
|
946
|
-
<span>
|
|
942
|
+
<span>33 stars today</span>
|
|
947
943
|
</span>
|
|
948
944
|
</div>
|
|
949
945
|
<div class="details">
|
|
@@ -956,32 +952,32 @@
|
|
|
956
952
|
<div class="info">
|
|
957
953
|
<div class="rank">
|
|
958
954
|
<span title="Ranking 23">23</span>
|
|
959
|
-
<a href="https://github.com/
|
|
955
|
+
<a href="https://github.com/Juanpe/SkeletonView" target="_blank" title="Juanpe/SkeletonView">Juanpe/SkeletonView</a>
|
|
960
956
|
</div>
|
|
961
957
|
<div class="sub-title followers">
|
|
962
958
|
|
|
963
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
964
|
-
<span style="background-color: #
|
|
959
|
+
<a class="language" target="_blank" href="https://github.com/topics/swift" title="Programming Language Swift">
|
|
960
|
+
<span style="background-color: #F05138;"></span>Swift
|
|
965
961
|
</a>
|
|
966
962
|
|
|
967
963
|
<span class="star" title="Stargazers Count">
|
|
968
964
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
969
965
|
<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>
|
|
970
966
|
</svg>
|
|
971
|
-
<span>
|
|
967
|
+
<span>10886</span>
|
|
972
968
|
</span>
|
|
973
969
|
<span class="star" title="Repo Forked">
|
|
974
970
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
975
971
|
<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">
|
|
976
972
|
</path>
|
|
977
973
|
</svg>
|
|
978
|
-
<span>
|
|
974
|
+
<span>929</span>
|
|
979
975
|
</span>
|
|
980
976
|
<span class="star">
|
|
981
977
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
982
978
|
<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>
|
|
983
979
|
</svg>
|
|
984
|
-
<span>
|
|
980
|
+
<span>46 stars today</span>
|
|
985
981
|
</span>
|
|
986
982
|
</div>
|
|
987
983
|
<div class="details">
|
|
@@ -994,32 +990,32 @@
|
|
|
994
990
|
<div class="info">
|
|
995
991
|
<div class="rank">
|
|
996
992
|
<span title="Ranking 24">24</span>
|
|
997
|
-
<a href="https://github.com/
|
|
993
|
+
<a href="https://github.com/mapbox/mapbox-gl-js" target="_blank" title="mapbox/mapbox-gl-js">mapbox/mapbox-gl-js</a>
|
|
998
994
|
</div>
|
|
999
995
|
<div class="sub-title followers">
|
|
1000
996
|
|
|
1001
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
1002
|
-
<span style="background-color: #
|
|
997
|
+
<a class="language" target="_blank" href="https://github.com/topics/javascript" title="Programming Language JavaScript">
|
|
998
|
+
<span style="background-color: #f1e05a;"></span>JavaScript
|
|
1003
999
|
</a>
|
|
1004
1000
|
|
|
1005
1001
|
<span class="star" title="Stargazers Count">
|
|
1006
1002
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
1007
1003
|
<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>
|
|
1008
1004
|
</svg>
|
|
1009
|
-
<span>
|
|
1005
|
+
<span>8149</span>
|
|
1010
1006
|
</span>
|
|
1011
1007
|
<span class="star" title="Repo Forked">
|
|
1012
1008
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
1013
1009
|
<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">
|
|
1014
1010
|
</path>
|
|
1015
1011
|
</svg>
|
|
1016
|
-
<span>
|
|
1012
|
+
<span>1854</span>
|
|
1017
1013
|
</span>
|
|
1018
1014
|
<span class="star">
|
|
1019
1015
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
1020
1016
|
<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>
|
|
1021
1017
|
</svg>
|
|
1022
|
-
<span>
|
|
1018
|
+
<span>32 stars today</span>
|
|
1023
1019
|
</span>
|
|
1024
1020
|
</div>
|
|
1025
1021
|
<div class="details">
|
|
@@ -1032,32 +1028,32 @@
|
|
|
1032
1028
|
<div class="info">
|
|
1033
1029
|
<div class="rank">
|
|
1034
1030
|
<span title="Ranking 25">25</span>
|
|
1035
|
-
<a href="https://github.com/
|
|
1031
|
+
<a href="https://github.com/graphql/graphiql" target="_blank" title="graphql/graphiql">graphql/graphiql</a>
|
|
1036
1032
|
</div>
|
|
1037
1033
|
<div class="sub-title followers">
|
|
1038
1034
|
|
|
1039
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
1040
|
-
<span style="background-color: #
|
|
1035
|
+
<a class="language" target="_blank" href="https://github.com/topics/typescript" title="Programming Language TypeScript">
|
|
1036
|
+
<span style="background-color: #2b7489;"></span>TypeScript
|
|
1041
1037
|
</a>
|
|
1042
1038
|
|
|
1043
1039
|
<span class="star" title="Stargazers Count">
|
|
1044
1040
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
1045
1041
|
<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>
|
|
1046
1042
|
</svg>
|
|
1047
|
-
<span>
|
|
1043
|
+
<span>13114</span>
|
|
1048
1044
|
</span>
|
|
1049
1045
|
<span class="star" title="Repo Forked">
|
|
1050
1046
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
1051
1047
|
<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">
|
|
1052
1048
|
</path>
|
|
1053
1049
|
</svg>
|
|
1054
|
-
<span>
|
|
1050
|
+
<span>1413</span>
|
|
1055
1051
|
</span>
|
|
1056
1052
|
<span class="star">
|
|
1057
1053
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
1058
1054
|
<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>
|
|
1059
1055
|
</svg>
|
|
1060
|
-
<span>
|
|
1056
|
+
<span>25 stars today</span>
|
|
1061
1057
|
</span>
|
|
1062
1058
|
</div>
|
|
1063
1059
|
<div class="details">
|
|
@@ -1082,7 +1078,7 @@
|
|
|
1082
1078
|
<img src="https://img.shields.io/npm/v/@wcj/github-rank.svg?label=unpkg">
|
|
1083
1079
|
</a>
|
|
1084
1080
|
</div>
|
|
1085
|
-
<div class="time">Last cache created on 2022/1/
|
|
1081
|
+
<div class="time">Last cache created on 2022/1/12 by Github API v3.</div>
|
|
1086
1082
|
Create by <a href="https://github.com/jaywcjlove" target="_blank">小弟调调™</a>.
|
|
1087
1083
|
</div>
|
|
1088
1084
|
</body>
|