@wcj/github-rank 21.9.18 → 21.9.22
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 +33726 -33720
- package/dist/sifou-daily.json +16 -70
- package/dist/sifou-monthly.json +88 -88
- package/dist/sifou-weekly.json +167 -167
- package/dist/toutiao-30.json +89 -89
- package/dist/toutiao-7.json +137 -137
- package/dist/toutiao-90.json +63 -63
- package/dist/trending-daily.json +196 -196
- package/dist/trending-monthly.json +172 -172
- package/dist/trending-weekly.json +194 -194
- package/dist/users.china.json +2178 -2178
- package/dist/users.json +3813 -3813
- package/package.json +1 -1
- package/web/36kr.html +2 -2
- package/web/data/repos.json +33726 -33720
- package/web/data/sifou-daily.json +16 -70
- package/web/data/sifou-monthly.json +88 -88
- package/web/data/sifou-weekly.json +167 -167
- package/web/data/toutiao-30.json +89 -89
- package/web/data/toutiao-7.json +137 -137
- package/web/data/toutiao-90.json +63 -63
- package/web/data/trending-daily.json +196 -196
- package/web/data/trending-monthly.json +172 -172
- package/web/data/trending-weekly.json +194 -194
- package/web/data/users.china.json +2178 -2178
- package/web/data/users.json +3813 -3813
- package/web/index.html +1991 -1991
- package/web/repos.html +4137 -4117
- package/web/sifou-daily.html +14 -182
- package/web/sifou-monthly.html +113 -113
- package/web/sifou-weekly.html +141 -141
- package/web/toutiao-30.html +117 -117
- package/web/toutiao-7.html +101 -101
- package/web/toutiao-90.html +68 -68
- package/web/trending-monthly.html +163 -163
- package/web/trending-weekly.html +169 -177
- package/web/trending.html +177 -169
- package/web/users.china.html +1242 -1242
package/web/trending-weekly.html
CHANGED
|
@@ -81,7 +81,7 @@
|
|
|
81
81
|
</svg>
|
|
82
82
|
</a>
|
|
83
83
|
<h1 class="title"> GitHub Repositories Trending </h1>
|
|
84
|
-
<div class="time">Last cache created on 2021/9/
|
|
84
|
+
<div class="time">Last cache created on 2021/9/22 by Github API v3.</div>
|
|
85
85
|
<div class="tabs">
|
|
86
86
|
<a class="" href="index.html">Users</a>
|
|
87
87
|
<a class="" href="repos.html">Repos</a>
|
|
@@ -104,36 +104,36 @@
|
|
|
104
104
|
<div class="info">
|
|
105
105
|
<div class="rank">
|
|
106
106
|
<span title="Ranking 1">1</span>
|
|
107
|
-
<a href="https://github.com/
|
|
107
|
+
<a href="https://github.com/Python-World/python-mini-projects" target="_blank" title="Python-World/python-mini-projects">Python-World/python-mini-projects</a>
|
|
108
108
|
</div>
|
|
109
109
|
<div class="sub-title followers">
|
|
110
110
|
|
|
111
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
112
|
-
<span style="background-color: #
|
|
111
|
+
<a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
|
|
112
|
+
<span style="background-color: #3572A5;"></span>Python
|
|
113
113
|
</a>
|
|
114
114
|
|
|
115
115
|
<span class="star" title="Stargazers Count">
|
|
116
116
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
117
117
|
<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>
|
|
118
118
|
</svg>
|
|
119
|
-
<span>
|
|
119
|
+
<span>3809</span>
|
|
120
120
|
</span>
|
|
121
121
|
<span class="star" title="Repo Forked">
|
|
122
122
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
123
123
|
<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">
|
|
124
124
|
</path>
|
|
125
125
|
</svg>
|
|
126
|
-
<span>
|
|
126
|
+
<span>1062</span>
|
|
127
127
|
</span>
|
|
128
128
|
<span class="star">
|
|
129
129
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
130
130
|
<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>
|
|
131
131
|
</svg>
|
|
132
|
-
<span>
|
|
132
|
+
<span>1635 stars this week</span>
|
|
133
133
|
</span>
|
|
134
134
|
</div>
|
|
135
135
|
<div class="details">
|
|
136
|
-
A
|
|
136
|
+
A collection of simple python mini projects to enhance your python skills
|
|
137
137
|
</div>
|
|
138
138
|
</div>
|
|
139
139
|
</li>
|
|
@@ -142,36 +142,36 @@
|
|
|
142
142
|
<div class="info">
|
|
143
143
|
<div class="rank">
|
|
144
144
|
<span title="Ranking 2">2</span>
|
|
145
|
-
<a href="https://github.com/
|
|
145
|
+
<a href="https://github.com/jagrosh/MusicBot" target="_blank" title="jagrosh/MusicBot">jagrosh/MusicBot</a>
|
|
146
146
|
</div>
|
|
147
147
|
<div class="sub-title followers">
|
|
148
148
|
|
|
149
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
150
|
-
<span style="background-color: #
|
|
149
|
+
<a class="language" target="_blank" href="https://github.com/topics/java" title="Programming Language Java">
|
|
150
|
+
<span style="background-color: #b07219;"></span>Java
|
|
151
151
|
</a>
|
|
152
152
|
|
|
153
153
|
<span class="star" title="Stargazers Count">
|
|
154
154
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
155
155
|
<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>
|
|
156
156
|
</svg>
|
|
157
|
-
<span>
|
|
157
|
+
<span>2199</span>
|
|
158
158
|
</span>
|
|
159
159
|
<span class="star" title="Repo Forked">
|
|
160
160
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
161
161
|
<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">
|
|
162
162
|
</path>
|
|
163
163
|
</svg>
|
|
164
|
-
<span>
|
|
164
|
+
<span>1079</span>
|
|
165
165
|
</span>
|
|
166
166
|
<span class="star">
|
|
167
167
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
168
168
|
<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>
|
|
169
169
|
</svg>
|
|
170
|
-
<span>
|
|
170
|
+
<span>602 stars this week</span>
|
|
171
171
|
</span>
|
|
172
172
|
</div>
|
|
173
173
|
<div class="details">
|
|
174
|
-
|
|
174
|
+
🎶 A Discord music bot that's easy to set up and run yourself!
|
|
175
175
|
</div>
|
|
176
176
|
</div>
|
|
177
177
|
</li>
|
|
@@ -180,36 +180,36 @@
|
|
|
180
180
|
<div class="info">
|
|
181
181
|
<div class="rank">
|
|
182
182
|
<span title="Ranking 3">3</span>
|
|
183
|
-
<a href="https://github.com/
|
|
183
|
+
<a href="https://github.com/calendso/calendso" target="_blank" title="calendso/calendso">calendso/calendso</a>
|
|
184
184
|
</div>
|
|
185
185
|
<div class="sub-title followers">
|
|
186
186
|
|
|
187
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
188
|
-
<span style="background-color: #
|
|
187
|
+
<a class="language" target="_blank" href="https://github.com/topics/typescript" title="Programming Language TypeScript">
|
|
188
|
+
<span style="background-color: #2b7489;"></span>TypeScript
|
|
189
189
|
</a>
|
|
190
190
|
|
|
191
191
|
<span class="star" title="Stargazers Count">
|
|
192
192
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
193
193
|
<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>
|
|
194
194
|
</svg>
|
|
195
|
-
<span>
|
|
195
|
+
<span>7697</span>
|
|
196
196
|
</span>
|
|
197
197
|
<span class="star" title="Repo Forked">
|
|
198
198
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
199
199
|
<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">
|
|
200
200
|
</path>
|
|
201
201
|
</svg>
|
|
202
|
-
<span>
|
|
202
|
+
<span>645</span>
|
|
203
203
|
</span>
|
|
204
204
|
<span class="star">
|
|
205
205
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
206
206
|
<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>
|
|
207
207
|
</svg>
|
|
208
|
-
<span>
|
|
208
|
+
<span>1453 stars this week</span>
|
|
209
209
|
</span>
|
|
210
210
|
</div>
|
|
211
211
|
<div class="details">
|
|
212
|
-
|
|
212
|
+
Scheduling infrastructure for absolutely everyone.
|
|
213
213
|
</div>
|
|
214
214
|
</div>
|
|
215
215
|
</li>
|
|
@@ -218,36 +218,32 @@
|
|
|
218
218
|
<div class="info">
|
|
219
219
|
<div class="rank">
|
|
220
220
|
<span title="Ranking 4">4</span>
|
|
221
|
-
<a href="https://github.com/
|
|
221
|
+
<a href="https://github.com/smartcontractkit/full-blockchain-solidity-course-py" target="_blank" title="smartcontractkit/full-blockchain-solidity-course-py">smartcontractkit/full-blockchain-solidity-course-py</a>
|
|
222
222
|
</div>
|
|
223
223
|
<div class="sub-title followers">
|
|
224
224
|
|
|
225
|
-
<a class="language" target="_blank" href="https://github.com/topics/solidity" title="Programming Language Solidity">
|
|
226
|
-
<span style="background-color: #AA6746;"></span>Solidity
|
|
227
|
-
</a>
|
|
228
|
-
|
|
229
225
|
<span class="star" title="Stargazers Count">
|
|
230
226
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
231
227
|
<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>
|
|
232
228
|
</svg>
|
|
233
|
-
<span>
|
|
229
|
+
<span>1162</span>
|
|
234
230
|
</span>
|
|
235
231
|
<span class="star" title="Repo Forked">
|
|
236
232
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
237
233
|
<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">
|
|
238
234
|
</path>
|
|
239
235
|
</svg>
|
|
240
|
-
<span>
|
|
236
|
+
<span>255</span>
|
|
241
237
|
</span>
|
|
242
238
|
<span class="star">
|
|
243
239
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
244
240
|
<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>
|
|
245
241
|
</svg>
|
|
246
|
-
<span>
|
|
242
|
+
<span>399 stars this week</span>
|
|
247
243
|
</span>
|
|
248
244
|
</div>
|
|
249
245
|
<div class="details">
|
|
250
|
-
|
|
246
|
+
Ultimate Solidity, Blockchain, and Smart Contract - Beginner to Expert Full Course | Python Edition
|
|
251
247
|
</div>
|
|
252
248
|
</div>
|
|
253
249
|
</li>
|
|
@@ -256,36 +252,36 @@
|
|
|
256
252
|
<div class="info">
|
|
257
253
|
<div class="rank">
|
|
258
254
|
<span title="Ranking 5">5</span>
|
|
259
|
-
<a href="https://github.com/
|
|
255
|
+
<a href="https://github.com/seaswalker/spring-analysis" target="_blank" title="seaswalker/spring-analysis">seaswalker/spring-analysis</a>
|
|
260
256
|
</div>
|
|
261
257
|
<div class="sub-title followers">
|
|
262
258
|
|
|
263
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
264
|
-
<span style="background-color: #
|
|
259
|
+
<a class="language" target="_blank" href="https://github.com/topics/java" title="Programming Language Java">
|
|
260
|
+
<span style="background-color: #b07219;"></span>Java
|
|
265
261
|
</a>
|
|
266
262
|
|
|
267
263
|
<span class="star" title="Stargazers Count">
|
|
268
264
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
269
265
|
<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>
|
|
270
266
|
</svg>
|
|
271
|
-
<span>
|
|
267
|
+
<span>10589</span>
|
|
272
268
|
</span>
|
|
273
269
|
<span class="star" title="Repo Forked">
|
|
274
270
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
275
271
|
<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">
|
|
276
272
|
</path>
|
|
277
273
|
</svg>
|
|
278
|
-
<span>
|
|
274
|
+
<span>3508</span>
|
|
279
275
|
</span>
|
|
280
276
|
<span class="star">
|
|
281
277
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
282
278
|
<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>
|
|
283
279
|
</svg>
|
|
284
|
-
<span>
|
|
280
|
+
<span>249 stars this week</span>
|
|
285
281
|
</span>
|
|
286
282
|
</div>
|
|
287
283
|
<div class="details">
|
|
288
|
-
|
|
284
|
+
Spring源码阅读
|
|
289
285
|
</div>
|
|
290
286
|
</div>
|
|
291
287
|
</li>
|
|
@@ -294,36 +290,36 @@
|
|
|
294
290
|
<div class="info">
|
|
295
291
|
<div class="rank">
|
|
296
292
|
<span title="Ranking 6">6</span>
|
|
297
|
-
<a href="https://github.com/
|
|
293
|
+
<a href="https://github.com/Rigellute/spotify-tui" target="_blank" title="Rigellute/spotify-tui">Rigellute/spotify-tui</a>
|
|
298
294
|
</div>
|
|
299
295
|
<div class="sub-title followers">
|
|
300
296
|
|
|
301
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
302
|
-
<span style="background-color: #
|
|
297
|
+
<a class="language" target="_blank" href="https://github.com/topics/rust" title="Programming Language Rust">
|
|
298
|
+
<span style="background-color: #dea584;"></span>Rust
|
|
303
299
|
</a>
|
|
304
300
|
|
|
305
301
|
<span class="star" title="Stargazers Count">
|
|
306
302
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
307
303
|
<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>
|
|
308
304
|
</svg>
|
|
309
|
-
<span>
|
|
305
|
+
<span>10241</span>
|
|
310
306
|
</span>
|
|
311
307
|
<span class="star" title="Repo Forked">
|
|
312
308
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
313
309
|
<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">
|
|
314
310
|
</path>
|
|
315
311
|
</svg>
|
|
316
|
-
<span>
|
|
312
|
+
<span>336</span>
|
|
317
313
|
</span>
|
|
318
314
|
<span class="star">
|
|
319
315
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
320
316
|
<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>
|
|
321
317
|
</svg>
|
|
322
|
-
<span>
|
|
318
|
+
<span>703 stars this week</span>
|
|
323
319
|
</span>
|
|
324
320
|
</div>
|
|
325
321
|
<div class="details">
|
|
326
|
-
|
|
322
|
+
Spotify for the terminal written in Rust 🚀
|
|
327
323
|
</div>
|
|
328
324
|
</div>
|
|
329
325
|
</li>
|
|
@@ -332,36 +328,32 @@
|
|
|
332
328
|
<div class="info">
|
|
333
329
|
<div class="rank">
|
|
334
330
|
<span title="Ranking 7">7</span>
|
|
335
|
-
<a href="https://github.com/
|
|
331
|
+
<a href="https://github.com/EbookFoundation/free-programming-books" target="_blank" title="EbookFoundation/free-programming-books">EbookFoundation/free-programming-books</a>
|
|
336
332
|
</div>
|
|
337
333
|
<div class="sub-title followers">
|
|
338
334
|
|
|
339
|
-
<a class="language" target="_blank" href="https://github.com/topics/go" title="Programming Language Go">
|
|
340
|
-
<span style="background-color: #00ADD8;"></span>Go
|
|
341
|
-
</a>
|
|
342
|
-
|
|
343
335
|
<span class="star" title="Stargazers Count">
|
|
344
336
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
345
337
|
<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>
|
|
346
338
|
</svg>
|
|
347
|
-
<span>
|
|
339
|
+
<span>206055</span>
|
|
348
340
|
</span>
|
|
349
341
|
<span class="star" title="Repo Forked">
|
|
350
342
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
351
343
|
<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">
|
|
352
344
|
</path>
|
|
353
345
|
</svg>
|
|
354
|
-
<span>
|
|
346
|
+
<span>44561</span>
|
|
355
347
|
</span>
|
|
356
348
|
<span class="star">
|
|
357
349
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
358
350
|
<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>
|
|
359
351
|
</svg>
|
|
360
|
-
<span>
|
|
352
|
+
<span>2335 stars this week</span>
|
|
361
353
|
</span>
|
|
362
354
|
</div>
|
|
363
355
|
<div class="details">
|
|
364
|
-
|
|
356
|
+
📚 Freely available programming books
|
|
365
357
|
</div>
|
|
366
358
|
</div>
|
|
367
359
|
</li>
|
|
@@ -370,36 +362,36 @@
|
|
|
370
362
|
<div class="info">
|
|
371
363
|
<div class="rank">
|
|
372
364
|
<span title="Ranking 8">8</span>
|
|
373
|
-
<a href="https://github.com/
|
|
365
|
+
<a href="https://github.com/trekhleb/javascript-algorithms" target="_blank" title="trekhleb/javascript-algorithms">trekhleb/javascript-algorithms</a>
|
|
374
366
|
</div>
|
|
375
367
|
<div class="sub-title followers">
|
|
376
368
|
|
|
377
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
378
|
-
<span style="background-color: #
|
|
369
|
+
<a class="language" target="_blank" href="https://github.com/topics/javascript" title="Programming Language JavaScript">
|
|
370
|
+
<span style="background-color: #f1e05a;"></span>JavaScript
|
|
379
371
|
</a>
|
|
380
372
|
|
|
381
373
|
<span class="star" title="Stargazers Count">
|
|
382
374
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
383
375
|
<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>
|
|
384
376
|
</svg>
|
|
385
|
-
<span>
|
|
377
|
+
<span>120264</span>
|
|
386
378
|
</span>
|
|
387
379
|
<span class="star" title="Repo Forked">
|
|
388
380
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
389
381
|
<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">
|
|
390
382
|
</path>
|
|
391
383
|
</svg>
|
|
392
|
-
<span>
|
|
384
|
+
<span>19748</span>
|
|
393
385
|
</span>
|
|
394
386
|
<span class="star">
|
|
395
387
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
396
388
|
<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>
|
|
397
389
|
</svg>
|
|
398
|
-
<span>
|
|
390
|
+
<span>1218 stars this week</span>
|
|
399
391
|
</span>
|
|
400
392
|
</div>
|
|
401
393
|
<div class="details">
|
|
402
|
-
|
|
394
|
+
📝 Algorithms and data structures implemented in JavaScript with explanations and links to further readings
|
|
403
395
|
</div>
|
|
404
396
|
</div>
|
|
405
397
|
</li>
|
|
@@ -408,36 +400,36 @@
|
|
|
408
400
|
<div class="info">
|
|
409
401
|
<div class="rank">
|
|
410
402
|
<span title="Ranking 9">9</span>
|
|
411
|
-
<a href="https://github.com/
|
|
403
|
+
<a href="https://github.com/lockedbyte/CVE-2021-40444" target="_blank" title="lockedbyte/CVE-2021-40444">lockedbyte/CVE-2021-40444</a>
|
|
412
404
|
</div>
|
|
413
405
|
<div class="sub-title followers">
|
|
414
406
|
|
|
415
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
416
|
-
<span style="background-color: #
|
|
407
|
+
<a class="language" target="_blank" href="https://github.com/topics/html" title="Programming Language HTML">
|
|
408
|
+
<span style="background-color: #e34c26;"></span>HTML
|
|
417
409
|
</a>
|
|
418
410
|
|
|
419
411
|
<span class="star" title="Stargazers Count">
|
|
420
412
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
421
413
|
<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>
|
|
422
414
|
</svg>
|
|
423
|
-
<span>
|
|
415
|
+
<span>1161</span>
|
|
424
416
|
</span>
|
|
425
417
|
<span class="star" title="Repo Forked">
|
|
426
418
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
427
419
|
<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">
|
|
428
420
|
</path>
|
|
429
421
|
</svg>
|
|
430
|
-
<span>
|
|
422
|
+
<span>375</span>
|
|
431
423
|
</span>
|
|
432
424
|
<span class="star">
|
|
433
425
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
434
426
|
<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>
|
|
435
427
|
</svg>
|
|
436
|
-
<span>
|
|
428
|
+
<span>229 stars this week</span>
|
|
437
429
|
</span>
|
|
438
430
|
</div>
|
|
439
431
|
<div class="details">
|
|
440
|
-
|
|
432
|
+
CVE-2021-40444 PoC
|
|
441
433
|
</div>
|
|
442
434
|
</div>
|
|
443
435
|
</li>
|
|
@@ -446,36 +438,36 @@
|
|
|
446
438
|
<div class="info">
|
|
447
439
|
<div class="rank">
|
|
448
440
|
<span title="Ranking 10">10</span>
|
|
449
|
-
<a href="https://github.com/
|
|
441
|
+
<a href="https://github.com/input-output-hk/lobster-challenge" target="_blank" title="input-output-hk/lobster-challenge">input-output-hk/lobster-challenge</a>
|
|
450
442
|
</div>
|
|
451
443
|
<div class="sub-title followers">
|
|
452
444
|
|
|
453
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
454
|
-
<span style="background-color: #
|
|
445
|
+
<a class="language" target="_blank" href="https://github.com/topics/haskell" title="Programming Language Haskell">
|
|
446
|
+
<span style="background-color: #5e5086;"></span>Haskell
|
|
455
447
|
</a>
|
|
456
448
|
|
|
457
449
|
<span class="star" title="Stargazers Count">
|
|
458
450
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
459
451
|
<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>
|
|
460
452
|
</svg>
|
|
461
|
-
<span>
|
|
453
|
+
<span>168</span>
|
|
462
454
|
</span>
|
|
463
455
|
<span class="star" title="Repo Forked">
|
|
464
456
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
465
457
|
<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">
|
|
466
458
|
</path>
|
|
467
459
|
</svg>
|
|
468
|
-
<span>
|
|
460
|
+
<span>57</span>
|
|
469
461
|
</span>
|
|
470
462
|
<span class="star">
|
|
471
463
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
472
464
|
<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>
|
|
473
465
|
</svg>
|
|
474
|
-
<span>
|
|
466
|
+
<span>62 stars this week</span>
|
|
475
467
|
</span>
|
|
476
468
|
</div>
|
|
477
469
|
<div class="details">
|
|
478
|
-
|
|
470
|
+
Simple Plutus contract to help give Charles' stuffed lobster a name
|
|
479
471
|
</div>
|
|
480
472
|
</div>
|
|
481
473
|
</li>
|
|
@@ -484,7 +476,7 @@
|
|
|
484
476
|
<div class="info">
|
|
485
477
|
<div class="rank">
|
|
486
478
|
<span title="Ranking 11">11</span>
|
|
487
|
-
<a href="https://github.com/
|
|
479
|
+
<a href="https://github.com/jwasham/coding-interview-university" target="_blank" title="jwasham/coding-interview-university">jwasham/coding-interview-university</a>
|
|
488
480
|
</div>
|
|
489
481
|
<div class="sub-title followers">
|
|
490
482
|
|
|
@@ -492,24 +484,24 @@
|
|
|
492
484
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
493
485
|
<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>
|
|
494
486
|
</svg>
|
|
495
|
-
<span>
|
|
487
|
+
<span>193183</span>
|
|
496
488
|
</span>
|
|
497
489
|
<span class="star" title="Repo Forked">
|
|
498
490
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
499
491
|
<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">
|
|
500
492
|
</path>
|
|
501
493
|
</svg>
|
|
502
|
-
<span>
|
|
494
|
+
<span>51822</span>
|
|
503
495
|
</span>
|
|
504
496
|
<span class="star">
|
|
505
497
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
506
498
|
<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>
|
|
507
499
|
</svg>
|
|
508
|
-
<span>
|
|
500
|
+
<span>1816 stars this week</span>
|
|
509
501
|
</span>
|
|
510
502
|
</div>
|
|
511
503
|
<div class="details">
|
|
512
|
-
|
|
504
|
+
A complete computer science study plan to become a software engineer.
|
|
513
505
|
</div>
|
|
514
506
|
</div>
|
|
515
507
|
</li>
|
|
@@ -518,36 +510,36 @@
|
|
|
518
510
|
<div class="info">
|
|
519
511
|
<div class="rank">
|
|
520
512
|
<span title="Ranking 12">12</span>
|
|
521
|
-
<a href="https://github.com/
|
|
513
|
+
<a href="https://github.com/ToolJet/ToolJet" target="_blank" title="ToolJet/ToolJet">ToolJet/ToolJet</a>
|
|
522
514
|
</div>
|
|
523
515
|
<div class="sub-title followers">
|
|
524
516
|
|
|
525
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
526
|
-
<span style="background-color: #
|
|
517
|
+
<a class="language" target="_blank" href="https://github.com/topics/javascript" title="Programming Language JavaScript">
|
|
518
|
+
<span style="background-color: #f1e05a;"></span>JavaScript
|
|
527
519
|
</a>
|
|
528
520
|
|
|
529
521
|
<span class="star" title="Stargazers Count">
|
|
530
522
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
531
523
|
<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>
|
|
532
524
|
</svg>
|
|
533
|
-
<span>
|
|
525
|
+
<span>3504</span>
|
|
534
526
|
</span>
|
|
535
527
|
<span class="star" title="Repo Forked">
|
|
536
528
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
537
529
|
<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">
|
|
538
530
|
</path>
|
|
539
531
|
</svg>
|
|
540
|
-
<span>
|
|
532
|
+
<span>182</span>
|
|
541
533
|
</span>
|
|
542
534
|
<span class="star">
|
|
543
535
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
544
536
|
<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>
|
|
545
537
|
</svg>
|
|
546
|
-
<span>
|
|
538
|
+
<span>146 stars this week</span>
|
|
547
539
|
</span>
|
|
548
540
|
</div>
|
|
549
541
|
<div class="details">
|
|
550
|
-
|
|
542
|
+
An open-source no-code platform for building and deploying internal tools 🚀
|
|
551
543
|
</div>
|
|
552
544
|
</div>
|
|
553
545
|
</li>
|
|
@@ -556,36 +548,36 @@
|
|
|
556
548
|
<div class="info">
|
|
557
549
|
<div class="rank">
|
|
558
550
|
<span title="Ranking 13">13</span>
|
|
559
|
-
<a href="https://github.com/
|
|
551
|
+
<a href="https://github.com/willmcgugan/rich" target="_blank" title="willmcgugan/rich">willmcgugan/rich</a>
|
|
560
552
|
</div>
|
|
561
553
|
<div class="sub-title followers">
|
|
562
554
|
|
|
563
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
564
|
-
<span style="background-color: #
|
|
555
|
+
<a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
|
|
556
|
+
<span style="background-color: #3572A5;"></span>Python
|
|
565
557
|
</a>
|
|
566
558
|
|
|
567
559
|
<span class="star" title="Stargazers Count">
|
|
568
560
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
569
561
|
<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>
|
|
570
562
|
</svg>
|
|
571
|
-
<span>
|
|
563
|
+
<span>29196</span>
|
|
572
564
|
</span>
|
|
573
565
|
<span class="star" title="Repo Forked">
|
|
574
566
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
575
567
|
<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">
|
|
576
568
|
</path>
|
|
577
569
|
</svg>
|
|
578
|
-
<span>
|
|
570
|
+
<span>907</span>
|
|
579
571
|
</span>
|
|
580
572
|
<span class="star">
|
|
581
573
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
582
574
|
<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>
|
|
583
575
|
</svg>
|
|
584
|
-
<span>
|
|
576
|
+
<span>484 stars this week</span>
|
|
585
577
|
</span>
|
|
586
578
|
</div>
|
|
587
579
|
<div class="details">
|
|
588
|
-
|
|
580
|
+
Rich is a Python library for rich text and beautiful formatting in the terminal.
|
|
589
581
|
</div>
|
|
590
582
|
</div>
|
|
591
583
|
</li>
|
|
@@ -594,36 +586,36 @@
|
|
|
594
586
|
<div class="info">
|
|
595
587
|
<div class="rank">
|
|
596
588
|
<span title="Ranking 14">14</span>
|
|
597
|
-
<a href="https://github.com/
|
|
589
|
+
<a href="https://github.com/yangshun/tech-interview-handbook" target="_blank" title="yangshun/tech-interview-handbook">yangshun/tech-interview-handbook</a>
|
|
598
590
|
</div>
|
|
599
591
|
<div class="sub-title followers">
|
|
600
592
|
|
|
601
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
602
|
-
<span style="background-color: #
|
|
593
|
+
<a class="language" target="_blank" href="https://github.com/topics/javascript" title="Programming Language JavaScript">
|
|
594
|
+
<span style="background-color: #f1e05a;"></span>JavaScript
|
|
603
595
|
</a>
|
|
604
596
|
|
|
605
597
|
<span class="star" title="Stargazers Count">
|
|
606
598
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
607
599
|
<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>
|
|
608
600
|
</svg>
|
|
609
|
-
<span>
|
|
601
|
+
<span>58844</span>
|
|
610
602
|
</span>
|
|
611
603
|
<span class="star" title="Repo Forked">
|
|
612
604
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
613
605
|
<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">
|
|
614
606
|
</path>
|
|
615
607
|
</svg>
|
|
616
|
-
<span>
|
|
608
|
+
<span>8161</span>
|
|
617
609
|
</span>
|
|
618
610
|
<span class="star">
|
|
619
611
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
620
612
|
<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>
|
|
621
613
|
</svg>
|
|
622
|
-
<span>
|
|
614
|
+
<span>567 stars this week</span>
|
|
623
615
|
</span>
|
|
624
616
|
</div>
|
|
625
617
|
<div class="details">
|
|
626
|
-
|
|
618
|
+
💯 Curated interview preparation materials for busy engineers
|
|
627
619
|
</div>
|
|
628
620
|
</div>
|
|
629
621
|
</li>
|
|
@@ -632,36 +624,36 @@
|
|
|
632
624
|
<div class="info">
|
|
633
625
|
<div class="rank">
|
|
634
626
|
<span title="Ranking 15">15</span>
|
|
635
|
-
<a href="https://github.com/
|
|
627
|
+
<a href="https://github.com/solana-labs/solana" target="_blank" title="solana-labs/solana">solana-labs/solana</a>
|
|
636
628
|
</div>
|
|
637
629
|
<div class="sub-title followers">
|
|
638
630
|
|
|
639
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
640
|
-
<span style="background-color: #
|
|
631
|
+
<a class="language" target="_blank" href="https://github.com/topics/rust" title="Programming Language Rust">
|
|
632
|
+
<span style="background-color: #dea584;"></span>Rust
|
|
641
633
|
</a>
|
|
642
634
|
|
|
643
635
|
<span class="star" title="Stargazers Count">
|
|
644
636
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
645
637
|
<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>
|
|
646
638
|
</svg>
|
|
647
|
-
<span>
|
|
639
|
+
<span>4129</span>
|
|
648
640
|
</span>
|
|
649
641
|
<span class="star" title="Repo Forked">
|
|
650
642
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
651
643
|
<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">
|
|
652
644
|
</path>
|
|
653
645
|
</svg>
|
|
654
|
-
<span>
|
|
646
|
+
<span>782</span>
|
|
655
647
|
</span>
|
|
656
648
|
<span class="star">
|
|
657
649
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
658
650
|
<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>
|
|
659
651
|
</svg>
|
|
660
|
-
<span>
|
|
652
|
+
<span>204 stars this week</span>
|
|
661
653
|
</span>
|
|
662
654
|
</div>
|
|
663
655
|
<div class="details">
|
|
664
|
-
|
|
656
|
+
Web-Scale Blockchain for fast, secure, scalable, decentralized apps and marketplaces.
|
|
665
657
|
</div>
|
|
666
658
|
</div>
|
|
667
659
|
</li>
|
|
@@ -670,36 +662,36 @@
|
|
|
670
662
|
<div class="info">
|
|
671
663
|
<div class="rank">
|
|
672
664
|
<span title="Ranking 16">16</span>
|
|
673
|
-
<a href="https://github.com/
|
|
665
|
+
<a href="https://github.com/30-seconds/30-seconds-of-code" target="_blank" title="30-seconds/30-seconds-of-code">30-seconds/30-seconds-of-code</a>
|
|
674
666
|
</div>
|
|
675
667
|
<div class="sub-title followers">
|
|
676
668
|
|
|
677
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
678
|
-
<span style="background-color: #
|
|
669
|
+
<a class="language" target="_blank" href="https://github.com/topics/javascript" title="Programming Language JavaScript">
|
|
670
|
+
<span style="background-color: #f1e05a;"></span>JavaScript
|
|
679
671
|
</a>
|
|
680
672
|
|
|
681
673
|
<span class="star" title="Stargazers Count">
|
|
682
674
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
683
675
|
<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>
|
|
684
676
|
</svg>
|
|
685
|
-
<span>
|
|
677
|
+
<span>85826</span>
|
|
686
678
|
</span>
|
|
687
679
|
<span class="star" title="Repo Forked">
|
|
688
680
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
689
681
|
<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">
|
|
690
682
|
</path>
|
|
691
683
|
</svg>
|
|
692
|
-
<span>
|
|
684
|
+
<span>9070</span>
|
|
693
685
|
</span>
|
|
694
686
|
<span class="star">
|
|
695
687
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
696
688
|
<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>
|
|
697
689
|
</svg>
|
|
698
|
-
<span>
|
|
690
|
+
<span>1757 stars this week</span>
|
|
699
691
|
</span>
|
|
700
692
|
</div>
|
|
701
693
|
<div class="details">
|
|
702
|
-
|
|
694
|
+
Short JavaScript code snippets for all your development needs
|
|
703
695
|
</div>
|
|
704
696
|
</div>
|
|
705
697
|
</li>
|
|
@@ -708,7 +700,7 @@
|
|
|
708
700
|
<div class="info">
|
|
709
701
|
<div class="rank">
|
|
710
702
|
<span title="Ranking 17">17</span>
|
|
711
|
-
<a href="https://github.com/
|
|
703
|
+
<a href="https://github.com/mui-org/material-ui" target="_blank" title="mui-org/material-ui">mui-org/material-ui</a>
|
|
712
704
|
</div>
|
|
713
705
|
<div class="sub-title followers">
|
|
714
706
|
|
|
@@ -720,24 +712,24 @@
|
|
|
720
712
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
721
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>
|
|
722
714
|
</svg>
|
|
723
|
-
<span>
|
|
715
|
+
<span>71593</span>
|
|
724
716
|
</span>
|
|
725
717
|
<span class="star" title="Repo Forked">
|
|
726
718
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
727
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">
|
|
728
720
|
</path>
|
|
729
721
|
</svg>
|
|
730
|
-
<span>
|
|
722
|
+
<span>24089</span>
|
|
731
723
|
</span>
|
|
732
724
|
<span class="star">
|
|
733
725
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
734
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>
|
|
735
727
|
</svg>
|
|
736
|
-
<span>
|
|
728
|
+
<span>637 stars this week</span>
|
|
737
729
|
</span>
|
|
738
730
|
</div>
|
|
739
731
|
<div class="details">
|
|
740
|
-
|
|
732
|
+
Material-UI is a simple and customizable component library to build faster, beautiful, and more accessible React applications. Follow your own design system, or start with Material Design.
|
|
741
733
|
</div>
|
|
742
734
|
</div>
|
|
743
735
|
</li>
|
|
@@ -746,36 +738,36 @@
|
|
|
746
738
|
<div class="info">
|
|
747
739
|
<div class="rank">
|
|
748
740
|
<span title="Ranking 18">18</span>
|
|
749
|
-
<a href="https://github.com/
|
|
741
|
+
<a href="https://github.com/google/filament" target="_blank" title="google/filament">google/filament</a>
|
|
750
742
|
</div>
|
|
751
743
|
<div class="sub-title followers">
|
|
752
744
|
|
|
753
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
754
|
-
<span style="background-color: #
|
|
745
|
+
<a class="language" target="_blank" href="https://github.com/topics/c++" title="Programming Language C++">
|
|
746
|
+
<span style="background-color: #f34b7d;"></span>C++
|
|
755
747
|
</a>
|
|
756
748
|
|
|
757
749
|
<span class="star" title="Stargazers Count">
|
|
758
750
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
759
751
|
<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>
|
|
760
752
|
</svg>
|
|
761
|
-
<span>
|
|
753
|
+
<span>11817</span>
|
|
762
754
|
</span>
|
|
763
755
|
<span class="star" title="Repo Forked">
|
|
764
756
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
765
757
|
<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">
|
|
766
758
|
</path>
|
|
767
759
|
</svg>
|
|
768
|
-
<span>
|
|
760
|
+
<span>1098</span>
|
|
769
761
|
</span>
|
|
770
762
|
<span class="star">
|
|
771
763
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
772
764
|
<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>
|
|
773
765
|
</svg>
|
|
774
|
-
<span>
|
|
766
|
+
<span>71 stars this week</span>
|
|
775
767
|
</span>
|
|
776
768
|
</div>
|
|
777
769
|
<div class="details">
|
|
778
|
-
|
|
770
|
+
Filament is a real-time physically based rendering engine for Android, iOS, Windows, Linux, macOS, and WebGL2
|
|
779
771
|
</div>
|
|
780
772
|
</div>
|
|
781
773
|
</li>
|
|
@@ -784,36 +776,36 @@
|
|
|
784
776
|
<div class="info">
|
|
785
777
|
<div class="rank">
|
|
786
778
|
<span title="Ranking 19">19</span>
|
|
787
|
-
<a href="https://github.com/
|
|
779
|
+
<a href="https://github.com/restic/restic" target="_blank" title="restic/restic">restic/restic</a>
|
|
788
780
|
</div>
|
|
789
781
|
<div class="sub-title followers">
|
|
790
782
|
|
|
791
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
792
|
-
<span style="background-color: #
|
|
783
|
+
<a class="language" target="_blank" href="https://github.com/topics/go" title="Programming Language Go">
|
|
784
|
+
<span style="background-color: #00ADD8;"></span>Go
|
|
793
785
|
</a>
|
|
794
786
|
|
|
795
787
|
<span class="star" title="Stargazers Count">
|
|
796
788
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
797
789
|
<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>
|
|
798
790
|
</svg>
|
|
799
|
-
<span>
|
|
791
|
+
<span>13728</span>
|
|
800
792
|
</span>
|
|
801
793
|
<span class="star" title="Repo Forked">
|
|
802
794
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
803
795
|
<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">
|
|
804
796
|
</path>
|
|
805
797
|
</svg>
|
|
806
|
-
<span>
|
|
798
|
+
<span>953</span>
|
|
807
799
|
</span>
|
|
808
800
|
<span class="star">
|
|
809
801
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
810
802
|
<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>
|
|
811
803
|
</svg>
|
|
812
|
-
<span>
|
|
804
|
+
<span>97 stars this week</span>
|
|
813
805
|
</span>
|
|
814
806
|
</div>
|
|
815
807
|
<div class="details">
|
|
816
|
-
|
|
808
|
+
Fast, secure, efficient backup program
|
|
817
809
|
</div>
|
|
818
810
|
</div>
|
|
819
811
|
</li>
|
|
@@ -822,36 +814,36 @@
|
|
|
822
814
|
<div class="info">
|
|
823
815
|
<div class="rank">
|
|
824
816
|
<span title="Ranking 20">20</span>
|
|
825
|
-
<a href="https://github.com/
|
|
817
|
+
<a href="https://github.com/paritytech/substrate" target="_blank" title="paritytech/substrate">paritytech/substrate</a>
|
|
826
818
|
</div>
|
|
827
819
|
<div class="sub-title followers">
|
|
828
820
|
|
|
829
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
830
|
-
<span style="background-color: #
|
|
821
|
+
<a class="language" target="_blank" href="https://github.com/topics/rust" title="Programming Language Rust">
|
|
822
|
+
<span style="background-color: #dea584;"></span>Rust
|
|
831
823
|
</a>
|
|
832
824
|
|
|
833
825
|
<span class="star" title="Stargazers Count">
|
|
834
826
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
835
827
|
<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>
|
|
836
828
|
</svg>
|
|
837
|
-
<span>
|
|
829
|
+
<span>5635</span>
|
|
838
830
|
</span>
|
|
839
831
|
<span class="star" title="Repo Forked">
|
|
840
832
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
841
833
|
<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">
|
|
842
834
|
</path>
|
|
843
835
|
</svg>
|
|
844
|
-
<span>
|
|
836
|
+
<span>1683</span>
|
|
845
837
|
</span>
|
|
846
838
|
<span class="star">
|
|
847
839
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
848
840
|
<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>
|
|
849
841
|
</svg>
|
|
850
|
-
<span>
|
|
842
|
+
<span>37 stars this week</span>
|
|
851
843
|
</span>
|
|
852
844
|
</div>
|
|
853
845
|
<div class="details">
|
|
854
|
-
|
|
846
|
+
Substrate: The platform for blockchain innovators
|
|
855
847
|
</div>
|
|
856
848
|
</div>
|
|
857
849
|
</li>
|
|
@@ -860,36 +852,36 @@
|
|
|
860
852
|
<div class="info">
|
|
861
853
|
<div class="rank">
|
|
862
854
|
<span title="Ranking 21">21</span>
|
|
863
|
-
<a href="https://github.com/
|
|
855
|
+
<a href="https://github.com/uNetworking/uWebSockets" target="_blank" title="uNetworking/uWebSockets">uNetworking/uWebSockets</a>
|
|
864
856
|
</div>
|
|
865
857
|
<div class="sub-title followers">
|
|
866
858
|
|
|
867
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
868
|
-
<span style="background-color: #
|
|
859
|
+
<a class="language" target="_blank" href="https://github.com/topics/c++" title="Programming Language C++">
|
|
860
|
+
<span style="background-color: #f34b7d;"></span>C++
|
|
869
861
|
</a>
|
|
870
862
|
|
|
871
863
|
<span class="star" title="Stargazers Count">
|
|
872
864
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
873
865
|
<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
866
|
</svg>
|
|
875
|
-
<span>
|
|
867
|
+
<span>13091</span>
|
|
876
868
|
</span>
|
|
877
869
|
<span class="star" title="Repo Forked">
|
|
878
870
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
879
871
|
<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
872
|
</path>
|
|
881
873
|
</svg>
|
|
882
|
-
<span>
|
|
874
|
+
<span>1402</span>
|
|
883
875
|
</span>
|
|
884
876
|
<span class="star">
|
|
885
877
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
886
878
|
<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
879
|
</svg>
|
|
888
|
-
<span>
|
|
880
|
+
<span>64 stars this week</span>
|
|
889
881
|
</span>
|
|
890
882
|
</div>
|
|
891
883
|
<div class="details">
|
|
892
|
-
|
|
884
|
+
Simple, secure & standards compliant web server for the most demanding of applications
|
|
893
885
|
</div>
|
|
894
886
|
</div>
|
|
895
887
|
</li>
|
|
@@ -898,36 +890,36 @@
|
|
|
898
890
|
<div class="info">
|
|
899
891
|
<div class="rank">
|
|
900
892
|
<span title="Ranking 22">22</span>
|
|
901
|
-
<a href="https://github.com/
|
|
893
|
+
<a href="https://github.com/TheAlgorithms/C" target="_blank" title="TheAlgorithms/C">TheAlgorithms/C</a>
|
|
902
894
|
</div>
|
|
903
895
|
<div class="sub-title followers">
|
|
904
896
|
|
|
905
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
906
|
-
<span style="background-color: #
|
|
897
|
+
<a class="language" target="_blank" href="https://github.com/topics/c" title="Programming Language C">
|
|
898
|
+
<span style="background-color: #555555;"></span>C
|
|
907
899
|
</a>
|
|
908
900
|
|
|
909
901
|
<span class="star" title="Stargazers Count">
|
|
910
902
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
911
903
|
<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
904
|
</svg>
|
|
913
|
-
<span>
|
|
905
|
+
<span>10401</span>
|
|
914
906
|
</span>
|
|
915
907
|
<span class="star" title="Repo Forked">
|
|
916
908
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
917
909
|
<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
910
|
</path>
|
|
919
911
|
</svg>
|
|
920
|
-
<span>
|
|
912
|
+
<span>2761</span>
|
|
921
913
|
</span>
|
|
922
914
|
<span class="star">
|
|
923
915
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
924
916
|
<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
917
|
</svg>
|
|
926
|
-
<span>
|
|
918
|
+
<span>222 stars this week</span>
|
|
927
919
|
</span>
|
|
928
920
|
</div>
|
|
929
921
|
<div class="details">
|
|
930
|
-
|
|
922
|
+
Collection of various algorithms in mathematics, machine learning, computer science, physics, etc implemented in C for educational purposes.
|
|
931
923
|
</div>
|
|
932
924
|
</div>
|
|
933
925
|
</li>
|
|
@@ -936,36 +928,36 @@
|
|
|
936
928
|
<div class="info">
|
|
937
929
|
<div class="rank">
|
|
938
930
|
<span title="Ranking 23">23</span>
|
|
939
|
-
<a href="https://github.com/
|
|
931
|
+
<a href="https://github.com/bregman-arie/devops-exercises" target="_blank" title="bregman-arie/devops-exercises">bregman-arie/devops-exercises</a>
|
|
940
932
|
</div>
|
|
941
933
|
<div class="sub-title followers">
|
|
942
934
|
|
|
943
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
944
|
-
<span style="background-color: #
|
|
935
|
+
<a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
|
|
936
|
+
<span style="background-color: #3572A5;"></span>Python
|
|
945
937
|
</a>
|
|
946
938
|
|
|
947
939
|
<span class="star" title="Stargazers Count">
|
|
948
940
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
949
941
|
<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
942
|
</svg>
|
|
951
|
-
<span>
|
|
943
|
+
<span>16475</span>
|
|
952
944
|
</span>
|
|
953
945
|
<span class="star" title="Repo Forked">
|
|
954
946
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
955
947
|
<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
948
|
</path>
|
|
957
949
|
</svg>
|
|
958
|
-
<span>
|
|
950
|
+
<span>3061</span>
|
|
959
951
|
</span>
|
|
960
952
|
<span class="star">
|
|
961
953
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
962
954
|
<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
955
|
</svg>
|
|
964
|
-
<span>
|
|
956
|
+
<span>2506 stars this week</span>
|
|
965
957
|
</span>
|
|
966
958
|
</div>
|
|
967
959
|
<div class="details">
|
|
968
|
-
|
|
960
|
+
Linux, Jenkins, AWS, SRE, Prometheus, Docker, Python, Ansible, Git, Kubernetes, Terraform, OpenStack, SQL, NoSQL, Azure, GCP, DNS, Elastic, Network, Virtualization. DevOps Interview Questions
|
|
969
961
|
</div>
|
|
970
962
|
</div>
|
|
971
963
|
</li>
|
|
@@ -974,36 +966,36 @@
|
|
|
974
966
|
<div class="info">
|
|
975
967
|
<div class="rank">
|
|
976
968
|
<span title="Ranking 24">24</span>
|
|
977
|
-
<a href="https://github.com/
|
|
969
|
+
<a href="https://github.com/LeCoupa/awesome-cheatsheets" target="_blank" title="LeCoupa/awesome-cheatsheets">LeCoupa/awesome-cheatsheets</a>
|
|
978
970
|
</div>
|
|
979
971
|
<div class="sub-title followers">
|
|
980
972
|
|
|
981
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
982
|
-
<span style="background-color: #
|
|
973
|
+
<a class="language" target="_blank" href="https://github.com/topics/javascript" title="Programming Language JavaScript">
|
|
974
|
+
<span style="background-color: #f1e05a;"></span>JavaScript
|
|
983
975
|
</a>
|
|
984
976
|
|
|
985
977
|
<span class="star" title="Stargazers Count">
|
|
986
978
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
987
979
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
988
980
|
</svg>
|
|
989
|
-
<span>
|
|
981
|
+
<span>23337</span>
|
|
990
982
|
</span>
|
|
991
983
|
<span class="star" title="Repo Forked">
|
|
992
984
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
993
985
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
994
986
|
</path>
|
|
995
987
|
</svg>
|
|
996
|
-
<span>
|
|
988
|
+
<span>3811</span>
|
|
997
989
|
</span>
|
|
998
990
|
<span class="star">
|
|
999
991
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
1000
992
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
1001
993
|
</svg>
|
|
1002
|
-
<span>
|
|
994
|
+
<span>1471 stars this week</span>
|
|
1003
995
|
</span>
|
|
1004
996
|
</div>
|
|
1005
997
|
<div class="details">
|
|
1006
|
-
|
|
998
|
+
👩💻👨💻 Awesome cheatsheets for popular programming languages, frameworks and development tools. They include everything you should know in one single file.
|
|
1007
999
|
</div>
|
|
1008
1000
|
</div>
|
|
1009
1001
|
</li>
|
|
@@ -1012,36 +1004,36 @@
|
|
|
1012
1004
|
<div class="info">
|
|
1013
1005
|
<div class="rank">
|
|
1014
1006
|
<span title="Ranking 25">25</span>
|
|
1015
|
-
<a href="https://github.com/
|
|
1007
|
+
<a href="https://github.com/girlscript/winter-of-contributing" target="_blank" title="girlscript/winter-of-contributing">girlscript/winter-of-contributing</a>
|
|
1016
1008
|
</div>
|
|
1017
1009
|
<div class="sub-title followers">
|
|
1018
1010
|
|
|
1019
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
1020
|
-
<span style="background-color: #
|
|
1011
|
+
<a class="language" target="_blank" href="https://github.com/topics/jupyternotebook" title="Programming Language JupyterNotebook">
|
|
1012
|
+
<span style="background-color: #DA5B0B;"></span>JupyterNotebook
|
|
1021
1013
|
</a>
|
|
1022
1014
|
|
|
1023
1015
|
<span class="star" title="Stargazers Count">
|
|
1024
1016
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
1025
1017
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
1026
1018
|
</svg>
|
|
1027
|
-
<span>
|
|
1019
|
+
<span>707</span>
|
|
1028
1020
|
</span>
|
|
1029
1021
|
<span class="star" title="Repo Forked">
|
|
1030
1022
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
1031
1023
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
1032
1024
|
</path>
|
|
1033
1025
|
</svg>
|
|
1034
|
-
<span>
|
|
1026
|
+
<span>988</span>
|
|
1035
1027
|
</span>
|
|
1036
1028
|
<span class="star">
|
|
1037
1029
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
1038
1030
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
1039
1031
|
</svg>
|
|
1040
|
-
<span>
|
|
1032
|
+
<span>378 stars this week</span>
|
|
1041
1033
|
</span>
|
|
1042
1034
|
</div>
|
|
1043
1035
|
<div class="details">
|
|
1044
|
-
|
|
1036
|
+
GirlScript Winter of Contributing is a three-month-long Open-Source Program organized by🧡GirlScript Foundation to create the world's largest multilingual content repository that will be available to everyone.
|
|
1045
1037
|
</div>
|
|
1046
1038
|
</div>
|
|
1047
1039
|
</li>
|
|
@@ -1062,7 +1054,7 @@
|
|
|
1062
1054
|
<img src="https://img.shields.io/npm/v/@wcj/github-rank.svg?label=unpkg">
|
|
1063
1055
|
</a>
|
|
1064
1056
|
</p>
|
|
1065
|
-
<div class="time">Last cache created on 2021/9/
|
|
1057
|
+
<div class="time">Last cache created on 2021/9/22 by Github API v3.</div>
|
|
1066
1058
|
Create by <a href="https://github.com/jaywcjlove" target="_blank">小弟调调™</a>.
|
|
1067
1059
|
</div>
|
|
1068
1060
|
</body>
|