@wcj/github-rank 22.1.9 → 22.1.10
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 +17997 -17997
- package/dist/sifou-daily.json +53 -8
- package/dist/sifou-monthly.json +43 -43
- package/dist/sifou-weekly.json +79 -79
- package/dist/toutiao-30.json +37 -37
- package/dist/toutiao-7.json +85 -85
- package/dist/toutiao-90.json +48 -48
- package/dist/trending-daily.json +171 -171
- package/dist/trending-monthly.json +125 -125
- package/dist/trending-weekly.json +159 -159
- package/dist/users.china.json +1341 -1341
- package/dist/users.json +1994 -1994
- package/package.json +1 -1
- package/web/36kr.html +2 -2
- package/web/data/repos.json +17997 -17997
- package/web/data/sifou-daily.json +53 -8
- package/web/data/sifou-monthly.json +43 -43
- package/web/data/sifou-weekly.json +79 -79
- package/web/data/toutiao-30.json +37 -37
- package/web/data/toutiao-7.json +85 -85
- package/web/data/toutiao-90.json +48 -48
- package/web/data/trending-daily.json +171 -171
- package/web/data/trending-monthly.json +125 -125
- package/web/data/trending-weekly.json +159 -159
- package/web/data/users.china.json +1341 -1341
- package/web/data/users.json +1994 -1994
- package/web/index.html +1085 -1085
- package/web/repos.html +2421 -2421
- package/web/sifou-daily.html +148 -8
- package/web/sifou-monthly.html +68 -68
- package/web/sifou-weekly.html +99 -99
- package/web/toutiao-30.html +33 -33
- package/web/toutiao-7.html +74 -74
- package/web/toutiao-90.html +50 -50
- package/web/trending-monthly.html +116 -116
- package/web/trending-weekly.html +142 -142
- package/web/trending.html +149 -149
- package/web/users.china.html +692 -692
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/10 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,28 +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/javascript" title="Programming Language JavaScript">
|
|
132
|
+
<span style="background-color: #f1e05a;"></span>JavaScript
|
|
133
|
+
</a>
|
|
134
|
+
|
|
131
135
|
<span class="star" title="Stargazers Count">
|
|
132
136
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
133
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>
|
|
134
138
|
</svg>
|
|
135
|
-
<span>
|
|
139
|
+
<span>12739</span>
|
|
136
140
|
</span>
|
|
137
141
|
<span class="star" title="Repo Forked">
|
|
138
142
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
139
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">
|
|
140
144
|
</path>
|
|
141
145
|
</svg>
|
|
142
|
-
<span>
|
|
146
|
+
<span>2694</span>
|
|
143
147
|
</span>
|
|
144
148
|
<span class="star">
|
|
145
149
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
146
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>
|
|
147
151
|
</svg>
|
|
148
|
-
<span>
|
|
152
|
+
<span>320 stars today</span>
|
|
149
153
|
</span>
|
|
150
154
|
</div>
|
|
151
155
|
<div class="details">
|
|
@@ -158,32 +162,32 @@
|
|
|
158
162
|
<div class="info">
|
|
159
163
|
<div class="rank">
|
|
160
164
|
<span title="Ranking 2">2</span>
|
|
161
|
-
<a href="https://github.com/
|
|
165
|
+
<a href="https://github.com/Igglybuff/awesome-piracy" target="_blank" title="Igglybuff/awesome-piracy">Igglybuff/awesome-piracy</a>
|
|
162
166
|
</div>
|
|
163
167
|
<div class="sub-title followers">
|
|
164
168
|
|
|
165
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
166
|
-
<span style="background-color: #
|
|
169
|
+
<a class="language" target="_blank" href="https://github.com/topics/html" title="Programming Language HTML">
|
|
170
|
+
<span style="background-color: #e34c26;"></span>HTML
|
|
167
171
|
</a>
|
|
168
172
|
|
|
169
173
|
<span class="star" title="Stargazers Count">
|
|
170
174
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
171
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>
|
|
172
176
|
</svg>
|
|
173
|
-
<span>
|
|
177
|
+
<span>16420</span>
|
|
174
178
|
</span>
|
|
175
179
|
<span class="star" title="Repo Forked">
|
|
176
180
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
177
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">
|
|
178
182
|
</path>
|
|
179
183
|
</svg>
|
|
180
|
-
<span>
|
|
184
|
+
<span>1553</span>
|
|
181
185
|
</span>
|
|
182
186
|
<span class="star">
|
|
183
187
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
184
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>
|
|
185
189
|
</svg>
|
|
186
|
-
<span>
|
|
190
|
+
<span>306 stars today</span>
|
|
187
191
|
</span>
|
|
188
192
|
</div>
|
|
189
193
|
<div class="details">
|
|
@@ -196,32 +200,32 @@
|
|
|
196
200
|
<div class="info">
|
|
197
201
|
<div class="rank">
|
|
198
202
|
<span title="Ranking 3">3</span>
|
|
199
|
-
<a href="https://github.com/
|
|
203
|
+
<a href="https://github.com/521xueweihan/HelloGitHub" target="_blank" title="521xueweihan/HelloGitHub">521xueweihan/HelloGitHub</a>
|
|
200
204
|
</div>
|
|
201
205
|
<div class="sub-title followers">
|
|
202
206
|
|
|
203
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
204
|
-
<span style="background-color: #
|
|
207
|
+
<a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
|
|
208
|
+
<span style="background-color: #3572A5;"></span>Python
|
|
205
209
|
</a>
|
|
206
210
|
|
|
207
211
|
<span class="star" title="Stargazers Count">
|
|
208
212
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
209
213
|
<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>
|
|
210
214
|
</svg>
|
|
211
|
-
<span>
|
|
215
|
+
<span>50885</span>
|
|
212
216
|
</span>
|
|
213
217
|
<span class="star" title="Repo Forked">
|
|
214
218
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
215
219
|
<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">
|
|
216
220
|
</path>
|
|
217
221
|
</svg>
|
|
218
|
-
<span>
|
|
222
|
+
<span>7333</span>
|
|
219
223
|
</span>
|
|
220
224
|
<span class="star">
|
|
221
225
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
222
226
|
<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>
|
|
223
227
|
</svg>
|
|
224
|
-
<span>
|
|
228
|
+
<span>88 stars today</span>
|
|
225
229
|
</span>
|
|
226
230
|
</div>
|
|
227
231
|
<div class="details">
|
|
@@ -234,32 +238,32 @@
|
|
|
234
238
|
<div class="info">
|
|
235
239
|
<div class="rank">
|
|
236
240
|
<span title="Ranking 4">4</span>
|
|
237
|
-
<a href="https://github.com/
|
|
241
|
+
<a href="https://github.com/megadose/holehe" target="_blank" title="megadose/holehe">megadose/holehe</a>
|
|
238
242
|
</div>
|
|
239
243
|
<div class="sub-title followers">
|
|
240
244
|
|
|
241
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
242
|
-
<span style="background-color: #
|
|
245
|
+
<a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
|
|
246
|
+
<span style="background-color: #3572A5;"></span>Python
|
|
243
247
|
</a>
|
|
244
248
|
|
|
245
249
|
<span class="star" title="Stargazers Count">
|
|
246
250
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
247
251
|
<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>
|
|
248
252
|
</svg>
|
|
249
|
-
<span>
|
|
253
|
+
<span>1426</span>
|
|
250
254
|
</span>
|
|
251
255
|
<span class="star" title="Repo Forked">
|
|
252
256
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
253
257
|
<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">
|
|
254
258
|
</path>
|
|
255
259
|
</svg>
|
|
256
|
-
<span>
|
|
260
|
+
<span>220</span>
|
|
257
261
|
</span>
|
|
258
262
|
<span class="star">
|
|
259
263
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
260
264
|
<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>
|
|
261
265
|
</svg>
|
|
262
|
-
<span>
|
|
266
|
+
<span>207 stars today</span>
|
|
263
267
|
</span>
|
|
264
268
|
</div>
|
|
265
269
|
<div class="details">
|
|
@@ -272,32 +276,32 @@
|
|
|
272
276
|
<div class="info">
|
|
273
277
|
<div class="rank">
|
|
274
278
|
<span title="Ranking 5">5</span>
|
|
275
|
-
<a href="https://github.com/
|
|
279
|
+
<a href="https://github.com/alibaba/xquic" target="_blank" title="alibaba/xquic">alibaba/xquic</a>
|
|
276
280
|
</div>
|
|
277
281
|
<div class="sub-title followers">
|
|
278
282
|
|
|
279
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
280
|
-
<span style="background-color: #
|
|
283
|
+
<a class="language" target="_blank" href="https://github.com/topics/c" title="Programming Language C">
|
|
284
|
+
<span style="background-color: #555555;"></span>C
|
|
281
285
|
</a>
|
|
282
286
|
|
|
283
287
|
<span class="star" title="Stargazers Count">
|
|
284
288
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
285
289
|
<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>
|
|
286
290
|
</svg>
|
|
287
|
-
<span>
|
|
291
|
+
<span>568</span>
|
|
288
292
|
</span>
|
|
289
293
|
<span class="star" title="Repo Forked">
|
|
290
294
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
291
295
|
<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">
|
|
292
296
|
</path>
|
|
293
297
|
</svg>
|
|
294
|
-
<span>
|
|
298
|
+
<span>90</span>
|
|
295
299
|
</span>
|
|
296
300
|
<span class="star">
|
|
297
301
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
298
302
|
<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>
|
|
299
303
|
</svg>
|
|
300
|
-
<span>
|
|
304
|
+
<span>55 stars today</span>
|
|
301
305
|
</span>
|
|
302
306
|
</div>
|
|
303
307
|
<div class="details">
|
|
@@ -310,32 +314,32 @@
|
|
|
310
314
|
<div class="info">
|
|
311
315
|
<div class="rank">
|
|
312
316
|
<span title="Ranking 6">6</span>
|
|
313
|
-
<a href="https://github.com/
|
|
317
|
+
<a href="https://github.com/TheAlgorithms/Python" target="_blank" title="TheAlgorithms/Python">TheAlgorithms/Python</a>
|
|
314
318
|
</div>
|
|
315
319
|
<div class="sub-title followers">
|
|
316
320
|
|
|
317
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
318
|
-
<span style="background-color: #
|
|
321
|
+
<a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
|
|
322
|
+
<span style="background-color: #3572A5;"></span>Python
|
|
319
323
|
</a>
|
|
320
324
|
|
|
321
325
|
<span class="star" title="Stargazers Count">
|
|
322
326
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
323
327
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
324
328
|
</svg>
|
|
325
|
-
<span>
|
|
329
|
+
<span>126692</span>
|
|
326
330
|
</span>
|
|
327
331
|
<span class="star" title="Repo Forked">
|
|
328
332
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
329
333
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
330
334
|
</path>
|
|
331
335
|
</svg>
|
|
332
|
-
<span>
|
|
336
|
+
<span>33778</span>
|
|
333
337
|
</span>
|
|
334
338
|
<span class="star">
|
|
335
339
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
336
340
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
337
341
|
</svg>
|
|
338
|
-
<span>
|
|
342
|
+
<span>209 stars today</span>
|
|
339
343
|
</span>
|
|
340
344
|
</div>
|
|
341
345
|
<div class="details">
|
|
@@ -348,28 +352,32 @@
|
|
|
348
352
|
<div class="info">
|
|
349
353
|
<div class="rank">
|
|
350
354
|
<span title="Ranking 7">7</span>
|
|
351
|
-
<a href="https://github.com/
|
|
355
|
+
<a href="https://github.com/freeCodeCamp/freeCodeCamp" target="_blank" title="freeCodeCamp/freeCodeCamp">freeCodeCamp/freeCodeCamp</a>
|
|
352
356
|
</div>
|
|
353
357
|
<div class="sub-title followers">
|
|
354
358
|
|
|
359
|
+
<a class="language" target="_blank" href="https://github.com/topics/javascript" title="Programming Language JavaScript">
|
|
360
|
+
<span style="background-color: #f1e05a;"></span>JavaScript
|
|
361
|
+
</a>
|
|
362
|
+
|
|
355
363
|
<span class="star" title="Stargazers Count">
|
|
356
364
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
357
365
|
<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>
|
|
358
366
|
</svg>
|
|
359
|
-
<span>
|
|
367
|
+
<span>338630</span>
|
|
360
368
|
</span>
|
|
361
369
|
<span class="star" title="Repo Forked">
|
|
362
370
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
363
371
|
<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">
|
|
364
372
|
</path>
|
|
365
373
|
</svg>
|
|
366
|
-
<span>
|
|
374
|
+
<span>27712</span>
|
|
367
375
|
</span>
|
|
368
376
|
<span class="star">
|
|
369
377
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
370
378
|
<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>
|
|
371
379
|
</svg>
|
|
372
|
-
<span>
|
|
380
|
+
<span>178 stars today</span>
|
|
373
381
|
</span>
|
|
374
382
|
</div>
|
|
375
383
|
<div class="details">
|
|
@@ -382,32 +390,32 @@
|
|
|
382
390
|
<div class="info">
|
|
383
391
|
<div class="rank">
|
|
384
392
|
<span title="Ranking 8">8</span>
|
|
385
|
-
<a href="https://github.com/
|
|
393
|
+
<a href="https://github.com/VGVentures/slide_puzzle" target="_blank" title="VGVentures/slide_puzzle">VGVentures/slide_puzzle</a>
|
|
386
394
|
</div>
|
|
387
395
|
<div class="sub-title followers">
|
|
388
396
|
|
|
389
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
390
|
-
<span style="background-color: #
|
|
397
|
+
<a class="language" target="_blank" href="https://github.com/topics/dart" title="Programming Language Dart">
|
|
398
|
+
<span style="background-color: #00B4AB;"></span>Dart
|
|
391
399
|
</a>
|
|
392
400
|
|
|
393
401
|
<span class="star" title="Stargazers Count">
|
|
394
402
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
395
403
|
<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>
|
|
396
404
|
</svg>
|
|
397
|
-
<span>
|
|
405
|
+
<span>103</span>
|
|
398
406
|
</span>
|
|
399
407
|
<span class="star" title="Repo Forked">
|
|
400
408
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
401
409
|
<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">
|
|
402
410
|
</path>
|
|
403
411
|
</svg>
|
|
404
|
-
<span>
|
|
412
|
+
<span>66</span>
|
|
405
413
|
</span>
|
|
406
414
|
<span class="star">
|
|
407
415
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
408
416
|
<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>
|
|
409
417
|
</svg>
|
|
410
|
-
<span>
|
|
418
|
+
<span>34 stars today</span>
|
|
411
419
|
</span>
|
|
412
420
|
</div>
|
|
413
421
|
<div class="details">
|
|
@@ -420,32 +428,32 @@
|
|
|
420
428
|
<div class="info">
|
|
421
429
|
<div class="rank">
|
|
422
430
|
<span title="Ranking 9">9</span>
|
|
423
|
-
<a href="https://github.com/
|
|
431
|
+
<a href="https://github.com/iluwatar/java-design-patterns" target="_blank" title="iluwatar/java-design-patterns">iluwatar/java-design-patterns</a>
|
|
424
432
|
</div>
|
|
425
433
|
<div class="sub-title followers">
|
|
426
434
|
|
|
427
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
428
|
-
<span style="background-color: #
|
|
435
|
+
<a class="language" target="_blank" href="https://github.com/topics/java" title="Programming Language Java">
|
|
436
|
+
<span style="background-color: #b07219;"></span>Java
|
|
429
437
|
</a>
|
|
430
438
|
|
|
431
439
|
<span class="star" title="Stargazers Count">
|
|
432
440
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
433
441
|
<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
442
|
</svg>
|
|
435
|
-
<span>
|
|
443
|
+
<span>72393</span>
|
|
436
444
|
</span>
|
|
437
445
|
<span class="star" title="Repo Forked">
|
|
438
446
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
439
447
|
<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
448
|
</path>
|
|
441
449
|
</svg>
|
|
442
|
-
<span>
|
|
450
|
+
<span>22522</span>
|
|
443
451
|
</span>
|
|
444
452
|
<span class="star">
|
|
445
453
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
446
454
|
<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
455
|
</svg>
|
|
448
|
-
<span>
|
|
456
|
+
<span>78 stars today</span>
|
|
449
457
|
</span>
|
|
450
458
|
</div>
|
|
451
459
|
<div class="details">
|
|
@@ -458,28 +466,32 @@
|
|
|
458
466
|
<div class="info">
|
|
459
467
|
<div class="rank">
|
|
460
468
|
<span title="Ranking 10">10</span>
|
|
461
|
-
<a href="https://github.com/
|
|
469
|
+
<a href="https://github.com/withshepherd/faker.js" target="_blank" title="withshepherd/faker.js">withshepherd/faker.js</a>
|
|
462
470
|
</div>
|
|
463
471
|
<div class="sub-title followers">
|
|
464
472
|
|
|
473
|
+
<a class="language" target="_blank" href="https://github.com/topics/javascript" title="Programming Language JavaScript">
|
|
474
|
+
<span style="background-color: #f1e05a;"></span>JavaScript
|
|
475
|
+
</a>
|
|
476
|
+
|
|
465
477
|
<span class="star" title="Stargazers Count">
|
|
466
478
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
467
479
|
<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
480
|
</svg>
|
|
469
|
-
<span>
|
|
481
|
+
<span>575</span>
|
|
470
482
|
</span>
|
|
471
483
|
<span class="star" title="Repo Forked">
|
|
472
484
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
473
485
|
<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
486
|
</path>
|
|
475
487
|
</svg>
|
|
476
|
-
<span>
|
|
488
|
+
<span>172</span>
|
|
477
489
|
</span>
|
|
478
490
|
<span class="star">
|
|
479
491
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
480
492
|
<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
493
|
</svg>
|
|
482
|
-
<span>
|
|
494
|
+
<span>59 stars today</span>
|
|
483
495
|
</span>
|
|
484
496
|
</div>
|
|
485
497
|
<div class="details">
|
|
@@ -492,32 +504,32 @@
|
|
|
492
504
|
<div class="info">
|
|
493
505
|
<div class="rank">
|
|
494
506
|
<span title="Ranking 11">11</span>
|
|
495
|
-
<a href="https://github.com/
|
|
507
|
+
<a href="https://github.com/lynn/hello-wordl" target="_blank" title="lynn/hello-wordl">lynn/hello-wordl</a>
|
|
496
508
|
</div>
|
|
497
509
|
<div class="sub-title followers">
|
|
498
510
|
|
|
499
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
500
|
-
<span style="background-color: #
|
|
511
|
+
<a class="language" target="_blank" href="https://github.com/topics/typescript" title="Programming Language TypeScript">
|
|
512
|
+
<span style="background-color: #2b7489;"></span>TypeScript
|
|
501
513
|
</a>
|
|
502
514
|
|
|
503
515
|
<span class="star" title="Stargazers Count">
|
|
504
516
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
505
517
|
<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
518
|
</svg>
|
|
507
|
-
<span>
|
|
519
|
+
<span>70</span>
|
|
508
520
|
</span>
|
|
509
521
|
<span class="star" title="Repo Forked">
|
|
510
522
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
511
523
|
<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
524
|
</path>
|
|
513
525
|
</svg>
|
|
514
|
-
<span>
|
|
526
|
+
<span>17</span>
|
|
515
527
|
</span>
|
|
516
528
|
<span class="star">
|
|
517
529
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
518
530
|
<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
531
|
</svg>
|
|
520
|
-
<span>
|
|
532
|
+
<span>12 stars today</span>
|
|
521
533
|
</span>
|
|
522
534
|
</div>
|
|
523
535
|
<div class="details">
|
|
@@ -530,32 +542,32 @@
|
|
|
530
542
|
<div class="info">
|
|
531
543
|
<div class="rank">
|
|
532
544
|
<span title="Ranking 12">12</span>
|
|
533
|
-
<a href="https://github.com/
|
|
545
|
+
<a href="https://github.com/TheAlgorithms/Java" target="_blank" title="TheAlgorithms/Java">TheAlgorithms/Java</a>
|
|
534
546
|
</div>
|
|
535
547
|
<div class="sub-title followers">
|
|
536
548
|
|
|
537
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
538
|
-
<span style="background-color: #
|
|
549
|
+
<a class="language" target="_blank" href="https://github.com/topics/java" title="Programming Language Java">
|
|
550
|
+
<span style="background-color: #b07219;"></span>Java
|
|
539
551
|
</a>
|
|
540
552
|
|
|
541
553
|
<span class="star" title="Stargazers Count">
|
|
542
554
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
543
555
|
<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
556
|
</svg>
|
|
545
|
-
<span>
|
|
557
|
+
<span>43377</span>
|
|
546
558
|
</span>
|
|
547
559
|
<span class="star" title="Repo Forked">
|
|
548
560
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
549
561
|
<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
562
|
</path>
|
|
551
563
|
</svg>
|
|
552
|
-
<span>
|
|
564
|
+
<span>14298</span>
|
|
553
565
|
</span>
|
|
554
566
|
<span class="star">
|
|
555
567
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
556
568
|
<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
569
|
</svg>
|
|
558
|
-
<span>
|
|
570
|
+
<span>124 stars today</span>
|
|
559
571
|
</span>
|
|
560
572
|
</div>
|
|
561
573
|
<div class="details">
|
|
@@ -568,32 +580,32 @@
|
|
|
568
580
|
<div class="info">
|
|
569
581
|
<div class="rank">
|
|
570
582
|
<span title="Ranking 13">13</span>
|
|
571
|
-
<a href="https://github.com/
|
|
583
|
+
<a href="https://github.com/sunym1993/flash-linux0.11-talk" target="_blank" title="sunym1993/flash-linux0.11-talk">sunym1993/flash-linux0.11-talk</a>
|
|
572
584
|
</div>
|
|
573
585
|
<div class="sub-title followers">
|
|
574
586
|
|
|
575
|
-
<a class="language" target="_blank" href="https://github.com/topics/c
|
|
576
|
-
<span style="background-color: #
|
|
587
|
+
<a class="language" target="_blank" href="https://github.com/topics/c" title="Programming Language C">
|
|
588
|
+
<span style="background-color: #555555;"></span>C
|
|
577
589
|
</a>
|
|
578
590
|
|
|
579
591
|
<span class="star" title="Stargazers Count">
|
|
580
592
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
581
593
|
<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
594
|
</svg>
|
|
583
|
-
<span>
|
|
595
|
+
<span>3823</span>
|
|
584
596
|
</span>
|
|
585
597
|
<span class="star" title="Repo Forked">
|
|
586
598
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
587
599
|
<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
600
|
</path>
|
|
589
601
|
</svg>
|
|
590
|
-
<span>
|
|
602
|
+
<span>346</span>
|
|
591
603
|
</span>
|
|
592
604
|
<span class="star">
|
|
593
605
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
594
606
|
<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
607
|
</svg>
|
|
596
|
-
<span>
|
|
608
|
+
<span>99 stars today</span>
|
|
597
609
|
</span>
|
|
598
610
|
</div>
|
|
599
611
|
<div class="details">
|
|
@@ -606,32 +618,28 @@
|
|
|
606
618
|
<div class="info">
|
|
607
619
|
<div class="rank">
|
|
608
620
|
<span title="Ranking 14">14</span>
|
|
609
|
-
<a href="https://github.com/
|
|
621
|
+
<a href="https://github.com/ibraheemdev/modern-unix" target="_blank" title="ibraheemdev/modern-unix">ibraheemdev/modern-unix</a>
|
|
610
622
|
</div>
|
|
611
623
|
<div class="sub-title followers">
|
|
612
624
|
|
|
613
|
-
<a class="language" target="_blank" href="https://github.com/topics/rust" title="Programming Language Rust">
|
|
614
|
-
<span style="background-color: #dea584;"></span>Rust
|
|
615
|
-
</a>
|
|
616
|
-
|
|
617
625
|
<span class="star" title="Stargazers Count">
|
|
618
626
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
619
627
|
<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
628
|
</svg>
|
|
621
|
-
<span>
|
|
629
|
+
<span>19324</span>
|
|
622
630
|
</span>
|
|
623
631
|
<span class="star" title="Repo Forked">
|
|
624
632
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
625
633
|
<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
634
|
</path>
|
|
627
635
|
</svg>
|
|
628
|
-
<span>
|
|
636
|
+
<span>446</span>
|
|
629
637
|
</span>
|
|
630
638
|
<span class="star">
|
|
631
639
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
632
640
|
<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
641
|
</svg>
|
|
634
|
-
<span>
|
|
642
|
+
<span>232 stars today</span>
|
|
635
643
|
</span>
|
|
636
644
|
</div>
|
|
637
645
|
<div class="details">
|
|
@@ -644,32 +652,32 @@
|
|
|
644
652
|
<div class="info">
|
|
645
653
|
<div class="rank">
|
|
646
654
|
<span title="Ranking 15">15</span>
|
|
647
|
-
<a href="https://github.com/
|
|
655
|
+
<a href="https://github.com/faridrashidi/kaggle-solutions" target="_blank" title="faridrashidi/kaggle-solutions">faridrashidi/kaggle-solutions</a>
|
|
648
656
|
</div>
|
|
649
657
|
<div class="sub-title followers">
|
|
650
658
|
|
|
651
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
652
|
-
<span style="background-color: #
|
|
659
|
+
<a class="language" target="_blank" href="https://github.com/topics/html" title="Programming Language HTML">
|
|
660
|
+
<span style="background-color: #e34c26;"></span>HTML
|
|
653
661
|
</a>
|
|
654
662
|
|
|
655
663
|
<span class="star" title="Stargazers Count">
|
|
656
664
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
657
665
|
<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
666
|
</svg>
|
|
659
|
-
<span>
|
|
667
|
+
<span>1030</span>
|
|
660
668
|
</span>
|
|
661
669
|
<span class="star" title="Repo Forked">
|
|
662
670
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
663
671
|
<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
672
|
</path>
|
|
665
673
|
</svg>
|
|
666
|
-
<span>
|
|
674
|
+
<span>285</span>
|
|
667
675
|
</span>
|
|
668
676
|
<span class="star">
|
|
669
677
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
670
678
|
<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
679
|
</svg>
|
|
672
|
-
<span>
|
|
680
|
+
<span>121 stars today</span>
|
|
673
681
|
</span>
|
|
674
682
|
</div>
|
|
675
683
|
<div class="details">
|
|
@@ -682,32 +690,32 @@
|
|
|
682
690
|
<div class="info">
|
|
683
691
|
<div class="rank">
|
|
684
692
|
<span title="Ranking 16">16</span>
|
|
685
|
-
<a href="https://github.com/
|
|
693
|
+
<a href="https://github.com/solo-io/bumblebee" target="_blank" title="solo-io/bumblebee">solo-io/bumblebee</a>
|
|
686
694
|
</div>
|
|
687
695
|
<div class="sub-title followers">
|
|
688
696
|
|
|
689
|
-
<a class="language" target="_blank" href="https://github.com/topics/c
|
|
690
|
-
<span style="background-color: #
|
|
697
|
+
<a class="language" target="_blank" href="https://github.com/topics/c" title="Programming Language C">
|
|
698
|
+
<span style="background-color: #555555;"></span>C
|
|
691
699
|
</a>
|
|
692
700
|
|
|
693
701
|
<span class="star" title="Stargazers Count">
|
|
694
702
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
695
703
|
<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
704
|
</svg>
|
|
697
|
-
<span>
|
|
705
|
+
<span>421</span>
|
|
698
706
|
</span>
|
|
699
707
|
<span class="star" title="Repo Forked">
|
|
700
708
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
701
709
|
<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
710
|
</path>
|
|
703
711
|
</svg>
|
|
704
|
-
<span>
|
|
712
|
+
<span>14</span>
|
|
705
713
|
</span>
|
|
706
714
|
<span class="star">
|
|
707
715
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
708
716
|
<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
717
|
</svg>
|
|
710
|
-
<span>
|
|
718
|
+
<span>76 stars today</span>
|
|
711
719
|
</span>
|
|
712
720
|
</div>
|
|
713
721
|
<div class="details">
|
|
@@ -720,32 +728,32 @@
|
|
|
720
728
|
<div class="info">
|
|
721
729
|
<div class="rank">
|
|
722
730
|
<span title="Ranking 17">17</span>
|
|
723
|
-
<a href="https://github.com/
|
|
731
|
+
<a href="https://github.com/MichMich/MagicMirror" target="_blank" title="MichMich/MagicMirror">MichMich/MagicMirror</a>
|
|
724
732
|
</div>
|
|
725
733
|
<div class="sub-title followers">
|
|
726
734
|
|
|
727
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
728
|
-
<span style="background-color: #
|
|
735
|
+
<a class="language" target="_blank" href="https://github.com/topics/javascript" title="Programming Language JavaScript">
|
|
736
|
+
<span style="background-color: #f1e05a;"></span>JavaScript
|
|
729
737
|
</a>
|
|
730
738
|
|
|
731
739
|
<span class="star" title="Stargazers Count">
|
|
732
740
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
733
741
|
<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
742
|
</svg>
|
|
735
|
-
<span>
|
|
743
|
+
<span>15969</span>
|
|
736
744
|
</span>
|
|
737
745
|
<span class="star" title="Repo Forked">
|
|
738
746
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
739
747
|
<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
748
|
</path>
|
|
741
749
|
</svg>
|
|
742
|
-
<span>
|
|
750
|
+
<span>3749</span>
|
|
743
751
|
</span>
|
|
744
752
|
<span class="star">
|
|
745
753
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
746
754
|
<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
755
|
</svg>
|
|
748
|
-
<span>
|
|
756
|
+
<span>152 stars today</span>
|
|
749
757
|
</span>
|
|
750
758
|
</div>
|
|
751
759
|
<div class="details">
|
|
@@ -758,32 +766,28 @@
|
|
|
758
766
|
<div class="info">
|
|
759
767
|
<div class="rank">
|
|
760
768
|
<span title="Ranking 18">18</span>
|
|
761
|
-
<a href="https://github.com/
|
|
769
|
+
<a href="https://github.com/LaravelDaily/laravel-tips" target="_blank" title="LaravelDaily/laravel-tips">LaravelDaily/laravel-tips</a>
|
|
762
770
|
</div>
|
|
763
771
|
<div class="sub-title followers">
|
|
764
772
|
|
|
765
|
-
<a class="language" target="_blank" href="https://github.com/topics/javascript" title="Programming Language JavaScript">
|
|
766
|
-
<span style="background-color: #f1e05a;"></span>JavaScript
|
|
767
|
-
</a>
|
|
768
|
-
|
|
769
773
|
<span class="star" title="Stargazers Count">
|
|
770
774
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
771
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>
|
|
772
776
|
</svg>
|
|
773
|
-
<span>
|
|
777
|
+
<span>3578</span>
|
|
774
778
|
</span>
|
|
775
779
|
<span class="star" title="Repo Forked">
|
|
776
780
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
777
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">
|
|
778
782
|
</path>
|
|
779
783
|
</svg>
|
|
780
|
-
<span>
|
|
784
|
+
<span>751</span>
|
|
781
785
|
</span>
|
|
782
786
|
<span class="star">
|
|
783
787
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
784
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>
|
|
785
789
|
</svg>
|
|
786
|
-
<span>
|
|
790
|
+
<span>45 stars today</span>
|
|
787
791
|
</span>
|
|
788
792
|
</div>
|
|
789
793
|
<div class="details">
|
|
@@ -796,32 +800,32 @@
|
|
|
796
800
|
<div class="info">
|
|
797
801
|
<div class="rank">
|
|
798
802
|
<span title="Ranking 19">19</span>
|
|
799
|
-
<a href="https://github.com/
|
|
803
|
+
<a href="https://github.com/BookStackApp/BookStack" target="_blank" title="BookStackApp/BookStack">BookStackApp/BookStack</a>
|
|
800
804
|
</div>
|
|
801
805
|
<div class="sub-title followers">
|
|
802
806
|
|
|
803
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
804
|
-
<span style="background-color: #
|
|
807
|
+
<a class="language" target="_blank" href="https://github.com/topics/php" title="Programming Language PHP">
|
|
808
|
+
<span style="background-color: #4F5D95;"></span>PHP
|
|
805
809
|
</a>
|
|
806
810
|
|
|
807
811
|
<span class="star" title="Stargazers Count">
|
|
808
812
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
809
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>
|
|
810
814
|
</svg>
|
|
811
|
-
<span>
|
|
815
|
+
<span>8217</span>
|
|
812
816
|
</span>
|
|
813
817
|
<span class="star" title="Repo Forked">
|
|
814
818
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
815
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">
|
|
816
820
|
</path>
|
|
817
821
|
</svg>
|
|
818
|
-
<span>
|
|
822
|
+
<span>1160</span>
|
|
819
823
|
</span>
|
|
820
824
|
<span class="star">
|
|
821
825
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
822
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>
|
|
823
827
|
</svg>
|
|
824
|
-
<span>
|
|
828
|
+
<span>179 stars today</span>
|
|
825
829
|
</span>
|
|
826
830
|
</div>
|
|
827
831
|
<div class="details">
|
|
@@ -834,32 +838,28 @@
|
|
|
834
838
|
<div class="info">
|
|
835
839
|
<div class="rank">
|
|
836
840
|
<span title="Ranking 20">20</span>
|
|
837
|
-
<a href="https://github.com/
|
|
841
|
+
<a href="https://github.com/akullpp/awesome-java" target="_blank" title="akullpp/awesome-java">akullpp/awesome-java</a>
|
|
838
842
|
</div>
|
|
839
843
|
<div class="sub-title followers">
|
|
840
844
|
|
|
841
|
-
<a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
|
|
842
|
-
<span style="background-color: #3572A5;"></span>Python
|
|
843
|
-
</a>
|
|
844
|
-
|
|
845
845
|
<span class="star" title="Stargazers Count">
|
|
846
846
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
847
847
|
<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
848
|
</svg>
|
|
849
|
-
<span>
|
|
849
|
+
<span>31106</span>
|
|
850
850
|
</span>
|
|
851
851
|
<span class="star" title="Repo Forked">
|
|
852
852
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
853
853
|
<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
854
|
</path>
|
|
855
855
|
</svg>
|
|
856
|
-
<span>
|
|
856
|
+
<span>6625</span>
|
|
857
857
|
</span>
|
|
858
858
|
<span class="star">
|
|
859
859
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
860
860
|
<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
861
|
</svg>
|
|
862
|
-
<span>
|
|
862
|
+
<span>63 stars today</span>
|
|
863
863
|
</span>
|
|
864
864
|
</div>
|
|
865
865
|
<div class="details">
|
|
@@ -872,28 +872,32 @@
|
|
|
872
872
|
<div class="info">
|
|
873
873
|
<div class="rank">
|
|
874
874
|
<span title="Ranking 21">21</span>
|
|
875
|
-
<a href="https://github.com/
|
|
875
|
+
<a href="https://github.com/microsoft/PowerToys" target="_blank" title="microsoft/PowerToys">microsoft/PowerToys</a>
|
|
876
876
|
</div>
|
|
877
877
|
<div class="sub-title followers">
|
|
878
878
|
|
|
879
|
+
<a class="language" target="_blank" href="https://github.com/topics/c#" title="Programming Language C#">
|
|
880
|
+
<span style="background-color: #178600;"></span>C#
|
|
881
|
+
</a>
|
|
882
|
+
|
|
879
883
|
<span class="star" title="Stargazers Count">
|
|
880
884
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
881
885
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
882
886
|
</svg>
|
|
883
|
-
<span>
|
|
887
|
+
<span>66168</span>
|
|
884
888
|
</span>
|
|
885
889
|
<span class="star" title="Repo Forked">
|
|
886
890
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
887
891
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
888
892
|
</path>
|
|
889
893
|
</svg>
|
|
890
|
-
<span>
|
|
894
|
+
<span>3699</span>
|
|
891
895
|
</span>
|
|
892
896
|
<span class="star">
|
|
893
897
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
894
898
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
895
899
|
</svg>
|
|
896
|
-
<span>
|
|
900
|
+
<span>207 stars today</span>
|
|
897
901
|
</span>
|
|
898
902
|
</div>
|
|
899
903
|
<div class="details">
|
|
@@ -918,20 +922,20 @@
|
|
|
918
922
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
919
923
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
920
924
|
</svg>
|
|
921
|
-
<span>
|
|
925
|
+
<span>55382</span>
|
|
922
926
|
</span>
|
|
923
927
|
<span class="star" title="Repo Forked">
|
|
924
928
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
925
929
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
926
930
|
</path>
|
|
927
931
|
</svg>
|
|
928
|
-
<span>
|
|
932
|
+
<span>11752</span>
|
|
929
933
|
</span>
|
|
930
934
|
<span class="star">
|
|
931
935
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
932
936
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
933
937
|
</svg>
|
|
934
|
-
<span>
|
|
938
|
+
<span>157 stars today</span>
|
|
935
939
|
</span>
|
|
936
940
|
</div>
|
|
937
941
|
<div class="details">
|
|
@@ -944,32 +948,32 @@
|
|
|
944
948
|
<div class="info">
|
|
945
949
|
<div class="rank">
|
|
946
950
|
<span title="Ranking 23">23</span>
|
|
947
|
-
<a href="https://github.com/
|
|
951
|
+
<a href="https://github.com/ascoders/weekly" target="_blank" title="ascoders/weekly">ascoders/weekly</a>
|
|
948
952
|
</div>
|
|
949
953
|
<div class="sub-title followers">
|
|
950
954
|
|
|
951
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
952
|
-
<span style="background-color: #
|
|
955
|
+
<a class="language" target="_blank" href="https://github.com/topics/javascript" title="Programming Language JavaScript">
|
|
956
|
+
<span style="background-color: #f1e05a;"></span>JavaScript
|
|
953
957
|
</a>
|
|
954
958
|
|
|
955
959
|
<span class="star" title="Stargazers Count">
|
|
956
960
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
957
961
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
958
962
|
</svg>
|
|
959
|
-
<span>
|
|
963
|
+
<span>17457</span>
|
|
960
964
|
</span>
|
|
961
965
|
<span class="star" title="Repo Forked">
|
|
962
966
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
963
967
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
964
968
|
</path>
|
|
965
969
|
</svg>
|
|
966
|
-
<span>
|
|
970
|
+
<span>2022</span>
|
|
967
971
|
</span>
|
|
968
972
|
<span class="star">
|
|
969
973
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
970
974
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
971
975
|
</svg>
|
|
972
|
-
<span>
|
|
976
|
+
<span>71 stars today</span>
|
|
973
977
|
</span>
|
|
974
978
|
</div>
|
|
975
979
|
<div class="details">
|
|
@@ -982,32 +986,32 @@
|
|
|
982
986
|
<div class="info">
|
|
983
987
|
<div class="rank">
|
|
984
988
|
<span title="Ranking 24">24</span>
|
|
985
|
-
<a href="https://github.com/
|
|
989
|
+
<a href="https://github.com/facebookresearch/mae" target="_blank" title="facebookresearch/mae">facebookresearch/mae</a>
|
|
986
990
|
</div>
|
|
987
991
|
<div class="sub-title followers">
|
|
988
992
|
|
|
989
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
990
|
-
<span style="background-color: #
|
|
993
|
+
<a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
|
|
994
|
+
<span style="background-color: #3572A5;"></span>Python
|
|
991
995
|
</a>
|
|
992
996
|
|
|
993
997
|
<span class="star" title="Stargazers Count">
|
|
994
998
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
995
999
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
996
1000
|
</svg>
|
|
997
|
-
<span>
|
|
1001
|
+
<span>1166</span>
|
|
998
1002
|
</span>
|
|
999
1003
|
<span class="star" title="Repo Forked">
|
|
1000
1004
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
1001
1005
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
1002
1006
|
</path>
|
|
1003
1007
|
</svg>
|
|
1004
|
-
<span>
|
|
1008
|
+
<span>63</span>
|
|
1005
1009
|
</span>
|
|
1006
1010
|
<span class="star">
|
|
1007
1011
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
1008
1012
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
1009
1013
|
</svg>
|
|
1010
|
-
<span>
|
|
1014
|
+
<span>160 stars today</span>
|
|
1011
1015
|
</span>
|
|
1012
1016
|
</div>
|
|
1013
1017
|
<div class="details">
|
|
@@ -1020,32 +1024,28 @@
|
|
|
1020
1024
|
<div class="info">
|
|
1021
1025
|
<div class="rank">
|
|
1022
1026
|
<span title="Ranking 25">25</span>
|
|
1023
|
-
<a href="https://github.com/
|
|
1027
|
+
<a href="https://github.com/JumpCrypto/crypto-reading-list" target="_blank" title="JumpCrypto/crypto-reading-list">JumpCrypto/crypto-reading-list</a>
|
|
1024
1028
|
</div>
|
|
1025
1029
|
<div class="sub-title followers">
|
|
1026
1030
|
|
|
1027
|
-
<a class="language" target="_blank" href="https://github.com/topics/java" title="Programming Language Java">
|
|
1028
|
-
<span style="background-color: #b07219;"></span>Java
|
|
1029
|
-
</a>
|
|
1030
|
-
|
|
1031
1031
|
<span class="star" title="Stargazers Count">
|
|
1032
1032
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
1033
1033
|
<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>
|
|
1034
1034
|
</svg>
|
|
1035
|
-
<span>
|
|
1035
|
+
<span>298</span>
|
|
1036
1036
|
</span>
|
|
1037
1037
|
<span class="star" title="Repo Forked">
|
|
1038
1038
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
1039
1039
|
<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">
|
|
1040
1040
|
</path>
|
|
1041
1041
|
</svg>
|
|
1042
|
-
<span>
|
|
1042
|
+
<span>28</span>
|
|
1043
1043
|
</span>
|
|
1044
1044
|
<span class="star">
|
|
1045
1045
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
1046
1046
|
<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>
|
|
1047
1047
|
</svg>
|
|
1048
|
-
<span>
|
|
1048
|
+
<span>111 stars today</span>
|
|
1049
1049
|
</span>
|
|
1050
1050
|
</div>
|
|
1051
1051
|
<div class="details">
|
|
@@ -1070,7 +1070,7 @@
|
|
|
1070
1070
|
<img src="https://img.shields.io/npm/v/@wcj/github-rank.svg?label=unpkg">
|
|
1071
1071
|
</a>
|
|
1072
1072
|
</div>
|
|
1073
|
-
<div class="time">Last cache created on 2022/1/
|
|
1073
|
+
<div class="time">Last cache created on 2022/1/10 by Github API v3.</div>
|
|
1074
1074
|
Create by <a href="https://github.com/jaywcjlove" target="_blank">小弟调调™</a>.
|
|
1075
1075
|
</div>
|
|
1076
1076
|
</body>
|