@wcj/github-rank 21.11.28 → 21.11.29
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 +17171 -17171
- package/dist/sifou-daily.json +12 -3
- package/dist/sifou-monthly.json +40 -40
- package/dist/sifou-weekly.json +70 -70
- package/dist/toutiao-30.json +66 -66
- package/dist/toutiao-7.json +90 -90
- package/dist/toutiao-90.json +26 -26
- package/dist/trending-daily.json +169 -169
- package/dist/trending-monthly.json +142 -142
- package/dist/trending-weekly.json +161 -161
- package/dist/users.china.json +1015 -1015
- package/dist/users.json +1636 -1636
- package/package.json +1 -1
- package/web/36kr.html +2 -2
- package/web/data/repos.json +17171 -17171
- package/web/data/sifou-daily.json +12 -3
- package/web/data/sifou-monthly.json +40 -40
- package/web/data/sifou-weekly.json +70 -70
- package/web/data/toutiao-30.json +66 -66
- package/web/data/toutiao-7.json +90 -90
- package/web/data/toutiao-90.json +26 -26
- package/web/data/trending-daily.json +169 -169
- package/web/data/trending-monthly.json +142 -142
- package/web/data/trending-weekly.json +161 -161
- package/web/data/users.china.json +1015 -1015
- package/web/data/users.json +1636 -1636
- package/web/index.html +857 -857
- package/web/repos.html +2277 -2277
- package/web/sifou-daily.html +32 -4
- package/web/sifou-monthly.html +54 -54
- package/web/sifou-weekly.html +81 -81
- package/web/toutiao-30.html +55 -55
- package/web/toutiao-7.html +77 -77
- package/web/toutiao-90.html +42 -42
- package/web/trending-monthly.html +129 -129
- package/web/trending-weekly.html +139 -143
- package/web/trending.html +136 -156
- package/web/users.china.html +542 -542
package/web/trending.html
CHANGED
|
@@ -102,7 +102,7 @@
|
|
|
102
102
|
|
|
103
103
|
|
|
104
104
|
</h1>
|
|
105
|
-
<div class="time">Last cache created on 2021/11/
|
|
105
|
+
<div class="time">Last cache created on 2021/11/29 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/freeCodeCamp/freeCodeCamp" target="_blank" title="freeCodeCamp/freeCodeCamp">freeCodeCamp/freeCodeCamp</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>335821</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>27364</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>163 stars today</span>
|
|
149
153
|
</span>
|
|
150
154
|
</div>
|
|
151
155
|
<div class="details">
|
|
@@ -158,7 +162,7 @@
|
|
|
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/0voice/learning_mind_map" target="_blank" title="0voice/learning_mind_map">0voice/learning_mind_map</a>
|
|
162
166
|
</div>
|
|
163
167
|
<div class="sub-title followers">
|
|
164
168
|
|
|
@@ -166,20 +170,20 @@
|
|
|
166
170
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
167
171
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
168
172
|
</svg>
|
|
169
|
-
<span>
|
|
173
|
+
<span>456</span>
|
|
170
174
|
</span>
|
|
171
175
|
<span class="star" title="Repo Forked">
|
|
172
176
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
173
177
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
174
178
|
</path>
|
|
175
179
|
</svg>
|
|
176
|
-
<span>
|
|
180
|
+
<span>49</span>
|
|
177
181
|
</span>
|
|
178
182
|
<span class="star">
|
|
179
183
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
180
184
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
181
185
|
</svg>
|
|
182
|
-
<span>
|
|
186
|
+
<span>136 stars today</span>
|
|
183
187
|
</span>
|
|
184
188
|
</div>
|
|
185
189
|
<div class="details">
|
|
@@ -192,32 +196,28 @@
|
|
|
192
196
|
<div class="info">
|
|
193
197
|
<div class="rank">
|
|
194
198
|
<span title="Ranking 3">3</span>
|
|
195
|
-
<a href="https://github.com/
|
|
199
|
+
<a href="https://github.com/EbookFoundation/free-programming-books" target="_blank" title="EbookFoundation/free-programming-books">EbookFoundation/free-programming-books</a>
|
|
196
200
|
</div>
|
|
197
201
|
<div class="sub-title followers">
|
|
198
202
|
|
|
199
|
-
<a class="language" target="_blank" href="https://github.com/topics/c" title="Programming Language C">
|
|
200
|
-
<span style="background-color: #555555;"></span>C
|
|
201
|
-
</a>
|
|
202
|
-
|
|
203
203
|
<span class="star" title="Stargazers Count">
|
|
204
204
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
205
205
|
<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>
|
|
206
206
|
</svg>
|
|
207
|
-
<span>
|
|
207
|
+
<span>212189</span>
|
|
208
208
|
</span>
|
|
209
209
|
<span class="star" title="Repo Forked">
|
|
210
210
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
211
211
|
<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">
|
|
212
212
|
</path>
|
|
213
213
|
</svg>
|
|
214
|
-
<span>
|
|
214
|
+
<span>45871</span>
|
|
215
215
|
</span>
|
|
216
216
|
<span class="star">
|
|
217
217
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
218
218
|
<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>
|
|
219
219
|
</svg>
|
|
220
|
-
<span>
|
|
220
|
+
<span>171 stars today</span>
|
|
221
221
|
</span>
|
|
222
222
|
</div>
|
|
223
223
|
<div class="details">
|
|
@@ -230,28 +230,32 @@
|
|
|
230
230
|
<div class="info">
|
|
231
231
|
<div class="rank">
|
|
232
232
|
<span title="Ranking 4">4</span>
|
|
233
|
-
<a href="https://github.com/
|
|
233
|
+
<a href="https://github.com/gothinkster/realworld" target="_blank" title="gothinkster/realworld">gothinkster/realworld</a>
|
|
234
234
|
</div>
|
|
235
235
|
<div class="sub-title followers">
|
|
236
236
|
|
|
237
|
+
<a class="language" target="_blank" href="https://github.com/topics/shell" title="Programming Language Shell">
|
|
238
|
+
<span style="background-color: #89e051;"></span>Shell
|
|
239
|
+
</a>
|
|
240
|
+
|
|
237
241
|
<span class="star" title="Stargazers Count">
|
|
238
242
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
239
243
|
<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>
|
|
240
244
|
</svg>
|
|
241
|
-
<span>
|
|
245
|
+
<span>61681</span>
|
|
242
246
|
</span>
|
|
243
247
|
<span class="star" title="Repo Forked">
|
|
244
248
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
245
249
|
<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">
|
|
246
250
|
</path>
|
|
247
251
|
</svg>
|
|
248
|
-
<span>
|
|
252
|
+
<span>5649</span>
|
|
249
253
|
</span>
|
|
250
254
|
<span class="star">
|
|
251
255
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
252
256
|
<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>
|
|
253
257
|
</svg>
|
|
254
|
-
<span>
|
|
258
|
+
<span>152 stars today</span>
|
|
255
259
|
</span>
|
|
256
260
|
</div>
|
|
257
261
|
<div class="details">
|
|
@@ -264,32 +268,32 @@
|
|
|
264
268
|
<div class="info">
|
|
265
269
|
<div class="rank">
|
|
266
270
|
<span title="Ranking 5">5</span>
|
|
267
|
-
<a href="https://github.com/
|
|
271
|
+
<a href="https://github.com/iterativv/NostalgiaForInfinity" target="_blank" title="iterativv/NostalgiaForInfinity">iterativv/NostalgiaForInfinity</a>
|
|
268
272
|
</div>
|
|
269
273
|
<div class="sub-title followers">
|
|
270
274
|
|
|
271
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
272
|
-
<span style="background-color: #
|
|
275
|
+
<a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
|
|
276
|
+
<span style="background-color: #3572A5;"></span>Python
|
|
273
277
|
</a>
|
|
274
278
|
|
|
275
279
|
<span class="star" title="Stargazers Count">
|
|
276
280
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
277
281
|
<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>
|
|
278
282
|
</svg>
|
|
279
|
-
<span>
|
|
283
|
+
<span>685</span>
|
|
280
284
|
</span>
|
|
281
285
|
<span class="star" title="Repo Forked">
|
|
282
286
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
283
287
|
<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">
|
|
284
288
|
</path>
|
|
285
289
|
</svg>
|
|
286
|
-
<span>
|
|
290
|
+
<span>168</span>
|
|
287
291
|
</span>
|
|
288
292
|
<span class="star">
|
|
289
293
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
290
294
|
<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>
|
|
291
295
|
</svg>
|
|
292
|
-
<span>
|
|
296
|
+
<span>31 stars today</span>
|
|
293
297
|
</span>
|
|
294
298
|
</div>
|
|
295
299
|
<div class="details">
|
|
@@ -302,32 +306,32 @@
|
|
|
302
306
|
<div class="info">
|
|
303
307
|
<div class="rank">
|
|
304
308
|
<span title="Ranking 6">6</span>
|
|
305
|
-
<a href="https://github.com/
|
|
309
|
+
<a href="https://github.com/CoreyMSchafer/code_snippets" target="_blank" title="CoreyMSchafer/code_snippets">CoreyMSchafer/code_snippets</a>
|
|
306
310
|
</div>
|
|
307
311
|
<div class="sub-title followers">
|
|
308
312
|
|
|
309
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
310
|
-
<span style="background-color: #
|
|
313
|
+
<a class="language" target="_blank" href="https://github.com/topics/jupyternotebook" title="Programming Language JupyterNotebook">
|
|
314
|
+
<span style="background-color: #DA5B0B;"></span>JupyterNotebook
|
|
311
315
|
</a>
|
|
312
316
|
|
|
313
317
|
<span class="star" title="Stargazers Count">
|
|
314
318
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
315
319
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
316
320
|
</svg>
|
|
317
|
-
<span>
|
|
321
|
+
<span>8013</span>
|
|
318
322
|
</span>
|
|
319
323
|
<span class="star" title="Repo Forked">
|
|
320
324
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
321
325
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
322
326
|
</path>
|
|
323
327
|
</svg>
|
|
324
|
-
<span>
|
|
328
|
+
<span>15389</span>
|
|
325
329
|
</span>
|
|
326
330
|
<span class="star">
|
|
327
331
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
328
332
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
329
333
|
</svg>
|
|
330
|
-
<span>
|
|
334
|
+
<span>16 stars today</span>
|
|
331
335
|
</span>
|
|
332
336
|
</div>
|
|
333
337
|
<div class="details">
|
|
@@ -340,32 +344,32 @@
|
|
|
340
344
|
<div class="info">
|
|
341
345
|
<div class="rank">
|
|
342
346
|
<span title="Ranking 7">7</span>
|
|
343
|
-
<a href="https://github.com/
|
|
347
|
+
<a href="https://github.com/IceWhaleTech/CasaOS" target="_blank" title="IceWhaleTech/CasaOS">IceWhaleTech/CasaOS</a>
|
|
344
348
|
</div>
|
|
345
349
|
<div class="sub-title followers">
|
|
346
350
|
|
|
347
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
348
|
-
<span style="background-color: #
|
|
351
|
+
<a class="language" target="_blank" href="https://github.com/topics/go" title="Programming Language Go">
|
|
352
|
+
<span style="background-color: #00ADD8;"></span>Go
|
|
349
353
|
</a>
|
|
350
354
|
|
|
351
355
|
<span class="star" title="Stargazers Count">
|
|
352
356
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
353
357
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
354
358
|
</svg>
|
|
355
|
-
<span>
|
|
359
|
+
<span>899</span>
|
|
356
360
|
</span>
|
|
357
361
|
<span class="star" title="Repo Forked">
|
|
358
362
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
359
363
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
360
364
|
</path>
|
|
361
365
|
</svg>
|
|
362
|
-
<span>
|
|
366
|
+
<span>30</span>
|
|
363
367
|
</span>
|
|
364
368
|
<span class="star">
|
|
365
369
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
366
370
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
367
371
|
</svg>
|
|
368
|
-
<span>
|
|
372
|
+
<span>296 stars today</span>
|
|
369
373
|
</span>
|
|
370
374
|
</div>
|
|
371
375
|
<div class="details">
|
|
@@ -378,32 +382,28 @@
|
|
|
378
382
|
<div class="info">
|
|
379
383
|
<div class="rank">
|
|
380
384
|
<span title="Ranking 8">8</span>
|
|
381
|
-
<a href="https://github.com/
|
|
385
|
+
<a href="https://github.com/danistefanovic/build-your-own-x" target="_blank" title="danistefanovic/build-your-own-x">danistefanovic/build-your-own-x</a>
|
|
382
386
|
</div>
|
|
383
387
|
<div class="sub-title followers">
|
|
384
388
|
|
|
385
|
-
<a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
|
|
386
|
-
<span style="background-color: #3572A5;"></span>Python
|
|
387
|
-
</a>
|
|
388
|
-
|
|
389
389
|
<span class="star" title="Stargazers Count">
|
|
390
390
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
391
391
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
392
392
|
</svg>
|
|
393
|
-
<span>
|
|
393
|
+
<span>122701</span>
|
|
394
394
|
</span>
|
|
395
395
|
<span class="star" title="Repo Forked">
|
|
396
396
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
397
397
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
398
398
|
</path>
|
|
399
399
|
</svg>
|
|
400
|
-
<span>
|
|
400
|
+
<span>11146</span>
|
|
401
401
|
</span>
|
|
402
402
|
<span class="star">
|
|
403
403
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
404
404
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
405
405
|
</svg>
|
|
406
|
-
<span>
|
|
406
|
+
<span>205 stars today</span>
|
|
407
407
|
</span>
|
|
408
408
|
</div>
|
|
409
409
|
<div class="details">
|
|
@@ -416,32 +416,32 @@
|
|
|
416
416
|
<div class="info">
|
|
417
417
|
<div class="rank">
|
|
418
418
|
<span title="Ranking 9">9</span>
|
|
419
|
-
<a href="https://github.com/
|
|
419
|
+
<a href="https://github.com/ripienaar/free-for-dev" target="_blank" title="ripienaar/free-for-dev">ripienaar/free-for-dev</a>
|
|
420
420
|
</div>
|
|
421
421
|
<div class="sub-title followers">
|
|
422
422
|
|
|
423
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
424
|
-
<span style="background-color: #
|
|
423
|
+
<a class="language" target="_blank" href="https://github.com/topics/html" title="Programming Language HTML">
|
|
424
|
+
<span style="background-color: #e34c26;"></span>HTML
|
|
425
425
|
</a>
|
|
426
426
|
|
|
427
427
|
<span class="star" title="Stargazers Count">
|
|
428
428
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
429
429
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
430
430
|
</svg>
|
|
431
|
-
<span>
|
|
431
|
+
<span>50892</span>
|
|
432
432
|
</span>
|
|
433
433
|
<span class="star" title="Repo Forked">
|
|
434
434
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
435
435
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
436
436
|
</path>
|
|
437
437
|
</svg>
|
|
438
|
-
<span>
|
|
438
|
+
<span>5493</span>
|
|
439
439
|
</span>
|
|
440
440
|
<span class="star">
|
|
441
441
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
442
442
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
443
443
|
</svg>
|
|
444
|
-
<span>
|
|
444
|
+
<span>128 stars today</span>
|
|
445
445
|
</span>
|
|
446
446
|
</div>
|
|
447
447
|
<div class="details">
|
|
@@ -454,32 +454,28 @@
|
|
|
454
454
|
<div class="info">
|
|
455
455
|
<div class="rank">
|
|
456
456
|
<span title="Ranking 10">10</span>
|
|
457
|
-
<a href="https://github.com/
|
|
457
|
+
<a href="https://github.com/jlevy/the-art-of-command-line" target="_blank" title="jlevy/the-art-of-command-line">jlevy/the-art-of-command-line</a>
|
|
458
458
|
</div>
|
|
459
459
|
<div class="sub-title followers">
|
|
460
460
|
|
|
461
|
-
<a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
|
|
462
|
-
<span style="background-color: #3572A5;"></span>Python
|
|
463
|
-
</a>
|
|
464
|
-
|
|
465
461
|
<span class="star" title="Stargazers Count">
|
|
466
462
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
467
463
|
<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
464
|
</svg>
|
|
469
|
-
<span>
|
|
465
|
+
<span>98896</span>
|
|
470
466
|
</span>
|
|
471
467
|
<span class="star" title="Repo Forked">
|
|
472
468
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
473
469
|
<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
470
|
</path>
|
|
475
471
|
</svg>
|
|
476
|
-
<span>
|
|
472
|
+
<span>10670</span>
|
|
477
473
|
</span>
|
|
478
474
|
<span class="star">
|
|
479
475
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
480
476
|
<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
477
|
</svg>
|
|
482
|
-
<span>
|
|
478
|
+
<span>208 stars today</span>
|
|
483
479
|
</span>
|
|
484
480
|
</div>
|
|
485
481
|
<div class="details">
|
|
@@ -492,32 +488,32 @@
|
|
|
492
488
|
<div class="info">
|
|
493
489
|
<div class="rank">
|
|
494
490
|
<span title="Ranking 11">11</span>
|
|
495
|
-
<a href="https://github.com/
|
|
491
|
+
<a href="https://github.com/yangshun/tech-interview-handbook" target="_blank" title="yangshun/tech-interview-handbook">yangshun/tech-interview-handbook</a>
|
|
496
492
|
</div>
|
|
497
493
|
<div class="sub-title followers">
|
|
498
494
|
|
|
499
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
500
|
-
<span style="background-color: #
|
|
495
|
+
<a class="language" target="_blank" href="https://github.com/topics/javascript" title="Programming Language JavaScript">
|
|
496
|
+
<span style="background-color: #f1e05a;"></span>JavaScript
|
|
501
497
|
</a>
|
|
502
498
|
|
|
503
499
|
<span class="star" title="Stargazers Count">
|
|
504
500
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
505
501
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
506
502
|
</svg>
|
|
507
|
-
<span>
|
|
503
|
+
<span>61383</span>
|
|
508
504
|
</span>
|
|
509
505
|
<span class="star" title="Repo Forked">
|
|
510
506
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
511
507
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
512
508
|
</path>
|
|
513
509
|
</svg>
|
|
514
|
-
<span>
|
|
510
|
+
<span>8564</span>
|
|
515
511
|
</span>
|
|
516
512
|
<span class="star">
|
|
517
513
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
518
514
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
519
515
|
</svg>
|
|
520
|
-
<span>
|
|
516
|
+
<span>123 stars today</span>
|
|
521
517
|
</span>
|
|
522
518
|
</div>
|
|
523
519
|
<div class="details">
|
|
@@ -530,32 +526,28 @@
|
|
|
530
526
|
<div class="info">
|
|
531
527
|
<div class="rank">
|
|
532
528
|
<span title="Ranking 12">12</span>
|
|
533
|
-
<a href="https://github.com/
|
|
529
|
+
<a href="https://github.com/sindresorhus/awesome" target="_blank" title="sindresorhus/awesome">sindresorhus/awesome</a>
|
|
534
530
|
</div>
|
|
535
531
|
<div class="sub-title followers">
|
|
536
532
|
|
|
537
|
-
<a class="language" target="_blank" href="https://github.com/topics/vue" title="Programming Language Vue">
|
|
538
|
-
<span style="background-color: #41b883;"></span>Vue
|
|
539
|
-
</a>
|
|
540
|
-
|
|
541
533
|
<span class="star" title="Stargazers Count">
|
|
542
534
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
543
535
|
<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
536
|
</svg>
|
|
545
|
-
<span>
|
|
537
|
+
<span>176967</span>
|
|
546
538
|
</span>
|
|
547
539
|
<span class="star" title="Repo Forked">
|
|
548
540
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
549
541
|
<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
542
|
</path>
|
|
551
543
|
</svg>
|
|
552
|
-
<span>
|
|
544
|
+
<span>22049</span>
|
|
553
545
|
</span>
|
|
554
546
|
<span class="star">
|
|
555
547
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
556
548
|
<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
549
|
</svg>
|
|
558
|
-
<span>
|
|
550
|
+
<span>245 stars today</span>
|
|
559
551
|
</span>
|
|
560
552
|
</div>
|
|
561
553
|
<div class="details">
|
|
@@ -568,32 +560,32 @@
|
|
|
568
560
|
<div class="info">
|
|
569
561
|
<div class="rank">
|
|
570
562
|
<span title="Ranking 13">13</span>
|
|
571
|
-
<a href="https://github.com/
|
|
563
|
+
<a href="https://github.com/ethereum/EIPs" target="_blank" title="ethereum/EIPs">ethereum/EIPs</a>
|
|
572
564
|
</div>
|
|
573
565
|
<div class="sub-title followers">
|
|
574
566
|
|
|
575
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
576
|
-
<span style="background-color: #
|
|
567
|
+
<a class="language" target="_blank" href="https://github.com/topics/solidity" title="Programming Language Solidity">
|
|
568
|
+
<span style="background-color: #AA6746;"></span>Solidity
|
|
577
569
|
</a>
|
|
578
570
|
|
|
579
571
|
<span class="star" title="Stargazers Count">
|
|
580
572
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
581
573
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
582
574
|
</svg>
|
|
583
|
-
<span>
|
|
575
|
+
<span>7951</span>
|
|
584
576
|
</span>
|
|
585
577
|
<span class="star" title="Repo Forked">
|
|
586
578
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
587
579
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
588
580
|
</path>
|
|
589
581
|
</svg>
|
|
590
|
-
<span>
|
|
582
|
+
<span>2979</span>
|
|
591
583
|
</span>
|
|
592
584
|
<span class="star">
|
|
593
585
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
594
586
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
595
587
|
</svg>
|
|
596
|
-
<span>
|
|
588
|
+
<span>41 stars today</span>
|
|
597
589
|
</span>
|
|
598
590
|
</div>
|
|
599
591
|
<div class="details">
|
|
@@ -606,32 +598,28 @@
|
|
|
606
598
|
<div class="info">
|
|
607
599
|
<div class="rank">
|
|
608
600
|
<span title="Ranking 14">14</span>
|
|
609
|
-
<a href="https://github.com/
|
|
601
|
+
<a href="https://github.com/microsoft/NUWA" target="_blank" title="microsoft/NUWA">microsoft/NUWA</a>
|
|
610
602
|
</div>
|
|
611
603
|
<div class="sub-title followers">
|
|
612
604
|
|
|
613
|
-
<a class="language" target="_blank" href="https://github.com/topics/c#" title="Programming Language C#">
|
|
614
|
-
<span style="background-color: #178600;"></span>C#
|
|
615
|
-
</a>
|
|
616
|
-
|
|
617
605
|
<span class="star" title="Stargazers Count">
|
|
618
606
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
619
607
|
<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
608
|
</svg>
|
|
621
|
-
<span>
|
|
609
|
+
<span>767</span>
|
|
622
610
|
</span>
|
|
623
611
|
<span class="star" title="Repo Forked">
|
|
624
612
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
625
613
|
<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
614
|
</path>
|
|
627
615
|
</svg>
|
|
628
|
-
<span>
|
|
616
|
+
<span>29</span>
|
|
629
617
|
</span>
|
|
630
618
|
<span class="star">
|
|
631
619
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
632
620
|
<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
621
|
</svg>
|
|
634
|
-
<span>
|
|
622
|
+
<span>196 stars today</span>
|
|
635
623
|
</span>
|
|
636
624
|
</div>
|
|
637
625
|
<div class="details">
|
|
@@ -644,7 +632,7 @@
|
|
|
644
632
|
<div class="info">
|
|
645
633
|
<div class="rank">
|
|
646
634
|
<span title="Ranking 15">15</span>
|
|
647
|
-
<a href="https://github.com/
|
|
635
|
+
<a href="https://github.com/trimstray/the-book-of-secret-knowledge" target="_blank" title="trimstray/the-book-of-secret-knowledge">trimstray/the-book-of-secret-knowledge</a>
|
|
648
636
|
</div>
|
|
649
637
|
<div class="sub-title followers">
|
|
650
638
|
|
|
@@ -652,20 +640,20 @@
|
|
|
652
640
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
653
641
|
<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>
|
|
654
642
|
</svg>
|
|
655
|
-
<span>
|
|
643
|
+
<span>53967</span>
|
|
656
644
|
</span>
|
|
657
645
|
<span class="star" title="Repo Forked">
|
|
658
646
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
659
647
|
<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">
|
|
660
648
|
</path>
|
|
661
649
|
</svg>
|
|
662
|
-
<span>
|
|
650
|
+
<span>5409</span>
|
|
663
651
|
</span>
|
|
664
652
|
<span class="star">
|
|
665
653
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
666
654
|
<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>
|
|
667
655
|
</svg>
|
|
668
|
-
<span>
|
|
656
|
+
<span>155 stars today</span>
|
|
669
657
|
</span>
|
|
670
658
|
</div>
|
|
671
659
|
<div class="details">
|
|
@@ -678,32 +666,32 @@
|
|
|
678
666
|
<div class="info">
|
|
679
667
|
<div class="rank">
|
|
680
668
|
<span title="Ranking 16">16</span>
|
|
681
|
-
<a href="https://github.com/
|
|
669
|
+
<a href="https://github.com/v2fly/v2ray-core" target="_blank" title="v2fly/v2ray-core">v2fly/v2ray-core</a>
|
|
682
670
|
</div>
|
|
683
671
|
<div class="sub-title followers">
|
|
684
672
|
|
|
685
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
686
|
-
<span style="background-color: #
|
|
673
|
+
<a class="language" target="_blank" href="https://github.com/topics/go" title="Programming Language Go">
|
|
674
|
+
<span style="background-color: #00ADD8;"></span>Go
|
|
687
675
|
</a>
|
|
688
676
|
|
|
689
677
|
<span class="star" title="Stargazers Count">
|
|
690
678
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
691
679
|
<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>
|
|
692
680
|
</svg>
|
|
693
|
-
<span>
|
|
681
|
+
<span>13034</span>
|
|
694
682
|
</span>
|
|
695
683
|
<span class="star" title="Repo Forked">
|
|
696
684
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
697
685
|
<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">
|
|
698
686
|
</path>
|
|
699
687
|
</svg>
|
|
700
|
-
<span>
|
|
688
|
+
<span>2200</span>
|
|
701
689
|
</span>
|
|
702
690
|
<span class="star">
|
|
703
691
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
704
692
|
<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>
|
|
705
693
|
</svg>
|
|
706
|
-
<span>
|
|
694
|
+
<span>57 stars today</span>
|
|
707
695
|
</span>
|
|
708
696
|
</div>
|
|
709
697
|
<div class="details">
|
|
@@ -716,32 +704,28 @@
|
|
|
716
704
|
<div class="info">
|
|
717
705
|
<div class="rank">
|
|
718
706
|
<span title="Ranking 17">17</span>
|
|
719
|
-
<a href="https://github.com/
|
|
707
|
+
<a href="https://github.com/jwasham/coding-interview-university" target="_blank" title="jwasham/coding-interview-university">jwasham/coding-interview-university</a>
|
|
720
708
|
</div>
|
|
721
709
|
<div class="sub-title followers">
|
|
722
710
|
|
|
723
|
-
<a class="language" target="_blank" href="https://github.com/topics/batchfile" title="Programming Language Batchfile">
|
|
724
|
-
<span style="background-color: #C1F12E;"></span>Batchfile
|
|
725
|
-
</a>
|
|
726
|
-
|
|
727
711
|
<span class="star" title="Stargazers Count">
|
|
728
712
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
729
713
|
<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>
|
|
730
714
|
</svg>
|
|
731
|
-
<span>
|
|
715
|
+
<span>198932</span>
|
|
732
716
|
</span>
|
|
733
717
|
<span class="star" title="Repo Forked">
|
|
734
718
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
735
719
|
<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">
|
|
736
720
|
</path>
|
|
737
721
|
</svg>
|
|
738
|
-
<span>
|
|
722
|
+
<span>53452</span>
|
|
739
723
|
</span>
|
|
740
724
|
<span class="star">
|
|
741
725
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
742
726
|
<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>
|
|
743
727
|
</svg>
|
|
744
|
-
<span>
|
|
728
|
+
<span>190 stars today</span>
|
|
745
729
|
</span>
|
|
746
730
|
</div>
|
|
747
731
|
<div class="details">
|
|
@@ -754,7 +738,7 @@
|
|
|
754
738
|
<div class="info">
|
|
755
739
|
<div class="rank">
|
|
756
740
|
<span title="Ranking 18">18</span>
|
|
757
|
-
<a href="https://github.com/
|
|
741
|
+
<a href="https://github.com/ossu/computer-science" target="_blank" title="ossu/computer-science">ossu/computer-science</a>
|
|
758
742
|
</div>
|
|
759
743
|
<div class="sub-title followers">
|
|
760
744
|
|
|
@@ -762,20 +746,20 @@
|
|
|
762
746
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
763
747
|
<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>
|
|
764
748
|
</svg>
|
|
765
|
-
<span>
|
|
749
|
+
<span>101772</span>
|
|
766
750
|
</span>
|
|
767
751
|
<span class="star" title="Repo Forked">
|
|
768
752
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
769
753
|
<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">
|
|
770
754
|
</path>
|
|
771
755
|
</svg>
|
|
772
|
-
<span>
|
|
756
|
+
<span>13942</span>
|
|
773
757
|
</span>
|
|
774
758
|
<span class="star">
|
|
775
759
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
776
760
|
<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>
|
|
777
761
|
</svg>
|
|
778
|
-
<span>
|
|
762
|
+
<span>134 stars today</span>
|
|
779
763
|
</span>
|
|
780
764
|
</div>
|
|
781
765
|
<div class="details">
|
|
@@ -788,32 +772,32 @@
|
|
|
788
772
|
<div class="info">
|
|
789
773
|
<div class="rank">
|
|
790
774
|
<span title="Ranking 19">19</span>
|
|
791
|
-
<a href="https://github.com/
|
|
775
|
+
<a href="https://github.com/RustPython/RustPython" target="_blank" title="RustPython/RustPython">RustPython/RustPython</a>
|
|
792
776
|
</div>
|
|
793
777
|
<div class="sub-title followers">
|
|
794
778
|
|
|
795
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
796
|
-
<span style="background-color: #
|
|
779
|
+
<a class="language" target="_blank" href="https://github.com/topics/rust" title="Programming Language Rust">
|
|
780
|
+
<span style="background-color: #dea584;"></span>Rust
|
|
797
781
|
</a>
|
|
798
782
|
|
|
799
783
|
<span class="star" title="Stargazers Count">
|
|
800
784
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
801
785
|
<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>
|
|
802
786
|
</svg>
|
|
803
|
-
<span>
|
|
787
|
+
<span>9876</span>
|
|
804
788
|
</span>
|
|
805
789
|
<span class="star" title="Repo Forked">
|
|
806
790
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
807
791
|
<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">
|
|
808
792
|
</path>
|
|
809
793
|
</svg>
|
|
810
|
-
<span>
|
|
794
|
+
<span>679</span>
|
|
811
795
|
</span>
|
|
812
796
|
<span class="star">
|
|
813
797
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
814
798
|
<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>
|
|
815
799
|
</svg>
|
|
816
|
-
<span>
|
|
800
|
+
<span>26 stars today</span>
|
|
817
801
|
</span>
|
|
818
802
|
</div>
|
|
819
803
|
<div class="details">
|
|
@@ -826,32 +810,32 @@
|
|
|
826
810
|
<div class="info">
|
|
827
811
|
<div class="rank">
|
|
828
812
|
<span title="Ranking 20">20</span>
|
|
829
|
-
<a href="https://github.com/
|
|
813
|
+
<a href="https://github.com/LunarVim/LunarVim" target="_blank" title="LunarVim/LunarVim">LunarVim/LunarVim</a>
|
|
830
814
|
</div>
|
|
831
815
|
<div class="sub-title followers">
|
|
832
816
|
|
|
833
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
834
|
-
<span style="background-color: #
|
|
817
|
+
<a class="language" target="_blank" href="https://github.com/topics/lua" title="Programming Language Lua">
|
|
818
|
+
<span style="background-color: #000080;"></span>Lua
|
|
835
819
|
</a>
|
|
836
820
|
|
|
837
821
|
<span class="star" title="Stargazers Count">
|
|
838
822
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
839
823
|
<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>
|
|
840
824
|
</svg>
|
|
841
|
-
<span>
|
|
825
|
+
<span>6433</span>
|
|
842
826
|
</span>
|
|
843
827
|
<span class="star" title="Repo Forked">
|
|
844
828
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
845
829
|
<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">
|
|
846
830
|
</path>
|
|
847
831
|
</svg>
|
|
848
|
-
<span>
|
|
832
|
+
<span>1026</span>
|
|
849
833
|
</span>
|
|
850
834
|
<span class="star">
|
|
851
835
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
852
836
|
<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>
|
|
853
837
|
</svg>
|
|
854
|
-
<span>
|
|
838
|
+
<span>85 stars today</span>
|
|
855
839
|
</span>
|
|
856
840
|
</div>
|
|
857
841
|
<div class="details">
|
|
@@ -864,28 +848,32 @@
|
|
|
864
848
|
<div class="info">
|
|
865
849
|
<div class="rank">
|
|
866
850
|
<span title="Ranking 21">21</span>
|
|
867
|
-
<a href="https://github.com/
|
|
851
|
+
<a href="https://github.com/donnemartin/system-design-primer" target="_blank" title="donnemartin/system-design-primer">donnemartin/system-design-primer</a>
|
|
868
852
|
</div>
|
|
869
853
|
<div class="sub-title followers">
|
|
870
854
|
|
|
855
|
+
<a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
|
|
856
|
+
<span style="background-color: #3572A5;"></span>Python
|
|
857
|
+
</a>
|
|
858
|
+
|
|
871
859
|
<span class="star" title="Stargazers Count">
|
|
872
860
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
873
861
|
<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>
|
|
874
862
|
</svg>
|
|
875
|
-
<span>
|
|
863
|
+
<span>151627</span>
|
|
876
864
|
</span>
|
|
877
865
|
<span class="star" title="Repo Forked">
|
|
878
866
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
879
867
|
<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">
|
|
880
868
|
</path>
|
|
881
869
|
</svg>
|
|
882
|
-
<span>
|
|
870
|
+
<span>27999</span>
|
|
883
871
|
</span>
|
|
884
872
|
<span class="star">
|
|
885
873
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
886
874
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
887
875
|
</svg>
|
|
888
|
-
<span>
|
|
876
|
+
<span>158 stars today</span>
|
|
889
877
|
</span>
|
|
890
878
|
</div>
|
|
891
879
|
<div class="details">
|
|
@@ -898,32 +886,28 @@
|
|
|
898
886
|
<div class="info">
|
|
899
887
|
<div class="rank">
|
|
900
888
|
<span title="Ranking 22">22</span>
|
|
901
|
-
<a href="https://github.com/
|
|
889
|
+
<a href="https://github.com/kamranahmedse/developer-roadmap" target="_blank" title="kamranahmedse/developer-roadmap">kamranahmedse/developer-roadmap</a>
|
|
902
890
|
</div>
|
|
903
891
|
<div class="sub-title followers">
|
|
904
892
|
|
|
905
|
-
<a class="language" target="_blank" href="https://github.com/topics/typescript" title="Programming Language TypeScript">
|
|
906
|
-
<span style="background-color: #2b7489;"></span>TypeScript
|
|
907
|
-
</a>
|
|
908
|
-
|
|
909
893
|
<span class="star" title="Stargazers Count">
|
|
910
894
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
911
895
|
<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>
|
|
912
896
|
</svg>
|
|
913
|
-
<span>
|
|
897
|
+
<span>177184</span>
|
|
914
898
|
</span>
|
|
915
899
|
<span class="star" title="Repo Forked">
|
|
916
900
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
917
901
|
<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">
|
|
918
902
|
</path>
|
|
919
903
|
</svg>
|
|
920
|
-
<span>
|
|
904
|
+
<span>25423</span>
|
|
921
905
|
</span>
|
|
922
906
|
<span class="star">
|
|
923
907
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
924
908
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
925
909
|
</svg>
|
|
926
|
-
<span>
|
|
910
|
+
<span>150 stars today</span>
|
|
927
911
|
</span>
|
|
928
912
|
</div>
|
|
929
913
|
<div class="details">
|
|
@@ -936,32 +920,32 @@
|
|
|
936
920
|
<div class="info">
|
|
937
921
|
<div class="rank">
|
|
938
922
|
<span title="Ranking 23">23</span>
|
|
939
|
-
<a href="https://github.com/
|
|
923
|
+
<a href="https://github.com/ScottPlot/ScottPlot" target="_blank" title="ScottPlot/ScottPlot">ScottPlot/ScottPlot</a>
|
|
940
924
|
</div>
|
|
941
925
|
<div class="sub-title followers">
|
|
942
926
|
|
|
943
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
944
|
-
<span style="background-color: #
|
|
927
|
+
<a class="language" target="_blank" href="https://github.com/topics/c#" title="Programming Language C#">
|
|
928
|
+
<span style="background-color: #178600;"></span>C#
|
|
945
929
|
</a>
|
|
946
930
|
|
|
947
931
|
<span class="star" title="Stargazers Count">
|
|
948
932
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
949
933
|
<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>
|
|
950
934
|
</svg>
|
|
951
|
-
<span>
|
|
935
|
+
<span>1457</span>
|
|
952
936
|
</span>
|
|
953
937
|
<span class="star" title="Repo Forked">
|
|
954
938
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
955
939
|
<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">
|
|
956
940
|
</path>
|
|
957
941
|
</svg>
|
|
958
|
-
<span>
|
|
942
|
+
<span>218</span>
|
|
959
943
|
</span>
|
|
960
944
|
<span class="star">
|
|
961
945
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
962
946
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
963
947
|
</svg>
|
|
964
|
-
<span>
|
|
948
|
+
<span>119 stars today</span>
|
|
965
949
|
</span>
|
|
966
950
|
</div>
|
|
967
951
|
<div class="details">
|
|
@@ -974,32 +958,28 @@
|
|
|
974
958
|
<div class="info">
|
|
975
959
|
<div class="rank">
|
|
976
960
|
<span title="Ranking 24">24</span>
|
|
977
|
-
<a href="https://github.com/
|
|
961
|
+
<a href="https://github.com/MunGell/awesome-for-beginners" target="_blank" title="MunGell/awesome-for-beginners">MunGell/awesome-for-beginners</a>
|
|
978
962
|
</div>
|
|
979
963
|
<div class="sub-title followers">
|
|
980
964
|
|
|
981
|
-
<a class="language" target="_blank" href="https://github.com/topics/go" title="Programming Language Go">
|
|
982
|
-
<span style="background-color: #00ADD8;"></span>Go
|
|
983
|
-
</a>
|
|
984
|
-
|
|
985
965
|
<span class="star" title="Stargazers Count">
|
|
986
966
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
987
967
|
<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>
|
|
988
968
|
</svg>
|
|
989
|
-
<span>
|
|
969
|
+
<span>36725</span>
|
|
990
970
|
</span>
|
|
991
971
|
<span class="star" title="Repo Forked">
|
|
992
972
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
993
973
|
<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">
|
|
994
974
|
</path>
|
|
995
975
|
</svg>
|
|
996
|
-
<span>
|
|
976
|
+
<span>5336</span>
|
|
997
977
|
</span>
|
|
998
978
|
<span class="star">
|
|
999
979
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
1000
980
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
1001
981
|
</svg>
|
|
1002
|
-
<span>
|
|
982
|
+
<span>84 stars today</span>
|
|
1003
983
|
</span>
|
|
1004
984
|
</div>
|
|
1005
985
|
<div class="details">
|
|
@@ -1012,32 +992,32 @@
|
|
|
1012
992
|
<div class="info">
|
|
1013
993
|
<div class="rank">
|
|
1014
994
|
<span title="Ranking 25">25</span>
|
|
1015
|
-
<a href="https://github.com/
|
|
995
|
+
<a href="https://github.com/phoboslab/qoi" target="_blank" title="phoboslab/qoi">phoboslab/qoi</a>
|
|
1016
996
|
</div>
|
|
1017
997
|
<div class="sub-title followers">
|
|
1018
998
|
|
|
1019
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
1020
|
-
<span style="background-color: #
|
|
999
|
+
<a class="language" target="_blank" href="https://github.com/topics/c" title="Programming Language C">
|
|
1000
|
+
<span style="background-color: #555555;"></span>C
|
|
1021
1001
|
</a>
|
|
1022
1002
|
|
|
1023
1003
|
<span class="star" title="Stargazers Count">
|
|
1024
1004
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
1025
1005
|
<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>
|
|
1026
1006
|
</svg>
|
|
1027
|
-
<span>
|
|
1007
|
+
<span>2083</span>
|
|
1028
1008
|
</span>
|
|
1029
1009
|
<span class="star" title="Repo Forked">
|
|
1030
1010
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
1031
1011
|
<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">
|
|
1032
1012
|
</path>
|
|
1033
1013
|
</svg>
|
|
1034
|
-
<span>
|
|
1014
|
+
<span>68</span>
|
|
1035
1015
|
</span>
|
|
1036
1016
|
<span class="star">
|
|
1037
1017
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
1038
1018
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
1039
1019
|
</svg>
|
|
1040
|
-
<span>
|
|
1020
|
+
<span>154 stars today</span>
|
|
1041
1021
|
</span>
|
|
1042
1022
|
</div>
|
|
1043
1023
|
<div class="details">
|
|
@@ -1062,7 +1042,7 @@
|
|
|
1062
1042
|
<img src="https://img.shields.io/npm/v/@wcj/github-rank.svg?label=unpkg">
|
|
1063
1043
|
</a>
|
|
1064
1044
|
</div>
|
|
1065
|
-
<div class="time">Last cache created on 2021/11/
|
|
1045
|
+
<div class="time">Last cache created on 2021/11/29 by Github API v3.</div>
|
|
1066
1046
|
Create by <a href="https://github.com/jaywcjlove" target="_blank">小弟调调™</a>.
|
|
1067
1047
|
</div>
|
|
1068
1048
|
</body>
|