@wcj/github-rank 21.9.17 → 21.9.18
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 +31842 -31872
- package/dist/sifou-daily.json +53 -44
- package/dist/sifou-monthly.json +68 -68
- package/dist/sifou-weekly.json +114 -114
- package/dist/toutiao-30.json +27 -27
- package/dist/toutiao-7.json +71 -71
- package/dist/toutiao-90.json +14 -14
- package/dist/trending-daily.json +192 -192
- package/dist/trending-monthly.json +158 -158
- package/dist/trending-weekly.json +178 -178
- package/dist/users.china.json +1167 -1167
- package/dist/users.json +1936 -1936
- package/package.json +1 -1
- package/web/36kr.html +2 -2
- package/web/data/repos.json +31842 -31872
- package/web/data/sifou-daily.json +53 -44
- package/web/data/sifou-monthly.json +68 -68
- package/web/data/sifou-weekly.json +114 -114
- package/web/data/toutiao-30.json +27 -27
- package/web/data/toutiao-7.json +71 -71
- package/web/data/toutiao-90.json +14 -14
- package/web/data/trending-daily.json +192 -192
- package/web/data/trending-monthly.json +158 -158
- package/web/data/trending-weekly.json +178 -178
- package/web/data/users.china.json +1167 -1167
- package/web/data/users.json +1936 -1936
- package/web/index.html +1031 -1031
- package/web/repos.html +3279 -3319
- package/web/sifou-daily.html +66 -38
- package/web/sifou-monthly.html +121 -121
- package/web/sifou-weekly.html +115 -115
- package/web/toutiao-30.html +72 -72
- package/web/toutiao-7.html +72 -72
- package/web/toutiao-90.html +21 -21
- package/web/trending-monthly.html +153 -153
- package/web/trending-weekly.html +167 -171
- package/web/trending.html +163 -175
- package/web/users.china.html +600 -600
package/web/trending.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/18 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/calendso/calendso" target="_blank" title="calendso/calendso">calendso/calendso</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/typescript" title="Programming Language TypeScript">
|
|
112
|
+
<span style="background-color: #2b7489;"></span>TypeScript
|
|
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>6908</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>604</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>280 stars today</span>
|
|
133
133
|
</span>
|
|
134
134
|
</div>
|
|
135
135
|
<div class="details">
|
|
136
|
-
|
|
136
|
+
Scheduling infrastructure for absolutely everyone.
|
|
137
137
|
</div>
|
|
138
138
|
</div>
|
|
139
139
|
</li>
|
|
@@ -142,7 +142,7 @@
|
|
|
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/eritislami/evobot" target="_blank" title="eritislami/evobot">eritislami/evobot</a>
|
|
146
146
|
</div>
|
|
147
147
|
<div class="sub-title followers">
|
|
148
148
|
|
|
@@ -154,24 +154,24 @@
|
|
|
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>891</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>1306</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>89 stars today</span>
|
|
171
171
|
</span>
|
|
172
172
|
</div>
|
|
173
173
|
<div class="details">
|
|
174
|
-
|
|
174
|
+
🤖 EvoBot is a Discord Music Bot built with discord.js & uses Command Handler from discordjs.guide
|
|
175
175
|
</div>
|
|
176
176
|
</div>
|
|
177
177
|
</li>
|
|
@@ -180,36 +180,32 @@
|
|
|
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/EbookFoundation/free-programming-books" target="_blank" title="EbookFoundation/free-programming-books">EbookFoundation/free-programming-books</a>
|
|
184
184
|
</div>
|
|
185
185
|
<div class="sub-title followers">
|
|
186
186
|
|
|
187
|
-
<a class="language" target="_blank" href="https://github.com/topics/c#" title="Programming Language C#">
|
|
188
|
-
<span style="background-color: #178600;"></span>C#
|
|
189
|
-
</a>
|
|
190
|
-
|
|
191
187
|
<span class="star" title="Stargazers Count">
|
|
192
188
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
193
189
|
<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
190
|
</svg>
|
|
195
|
-
<span>
|
|
191
|
+
<span>205072</span>
|
|
196
192
|
</span>
|
|
197
193
|
<span class="star" title="Repo Forked">
|
|
198
194
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
199
195
|
<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
196
|
</path>
|
|
201
197
|
</svg>
|
|
202
|
-
<span>
|
|
198
|
+
<span>44460</span>
|
|
203
199
|
</span>
|
|
204
200
|
<span class="star">
|
|
205
201
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
206
202
|
<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
203
|
</svg>
|
|
208
|
-
<span>
|
|
204
|
+
<span>431 stars today</span>
|
|
209
205
|
</span>
|
|
210
206
|
</div>
|
|
211
207
|
<div class="details">
|
|
212
|
-
|
|
208
|
+
📚 Freely available programming books
|
|
213
209
|
</div>
|
|
214
210
|
</div>
|
|
215
211
|
</li>
|
|
@@ -218,36 +214,36 @@
|
|
|
218
214
|
<div class="info">
|
|
219
215
|
<div class="rank">
|
|
220
216
|
<span title="Ranking 4">4</span>
|
|
221
|
-
<a href="https://github.com/
|
|
217
|
+
<a href="https://github.com/bregman-arie/devops-exercises" target="_blank" title="bregman-arie/devops-exercises">bregman-arie/devops-exercises</a>
|
|
222
218
|
</div>
|
|
223
219
|
<div class="sub-title followers">
|
|
224
220
|
|
|
225
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
226
|
-
<span style="background-color: #
|
|
221
|
+
<a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
|
|
222
|
+
<span style="background-color: #3572A5;"></span>Python
|
|
227
223
|
</a>
|
|
228
224
|
|
|
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>15549</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>2864</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>530 stars today</span>
|
|
247
243
|
</span>
|
|
248
244
|
</div>
|
|
249
245
|
<div class="details">
|
|
250
|
-
|
|
246
|
+
Linux, Jenkins, AWS, SRE, Prometheus, Docker, Python, Ansible, Git, Kubernetes, Terraform, OpenStack, SQL, NoSQL, Azure, GCP, DNS, Elastic, Network, Virtualization. DevOps Interview Questions
|
|
251
247
|
</div>
|
|
252
248
|
</div>
|
|
253
249
|
</li>
|
|
@@ -256,7 +252,7 @@
|
|
|
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/trekhleb/javascript-algorithms" target="_blank" title="trekhleb/javascript-algorithms">trekhleb/javascript-algorithms</a>
|
|
260
256
|
</div>
|
|
261
257
|
<div class="sub-title followers">
|
|
262
258
|
|
|
@@ -268,24 +264,24 @@
|
|
|
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>120062</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>19728</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>293 stars today</span>
|
|
285
281
|
</span>
|
|
286
282
|
</div>
|
|
287
283
|
<div class="details">
|
|
288
|
-
|
|
284
|
+
📝 Algorithms and data structures implemented in JavaScript with explanations and links to further readings
|
|
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/LeCoupa/awesome-cheatsheets" target="_blank" title="LeCoupa/awesome-cheatsheets">LeCoupa/awesome-cheatsheets</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/javascript" title="Programming Language JavaScript">
|
|
298
|
+
<span style="background-color: #f1e05a;"></span>JavaScript
|
|
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>22432</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>3734</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>269 stars today</span>
|
|
323
319
|
</span>
|
|
324
320
|
</div>
|
|
325
321
|
<div class="details">
|
|
326
|
-
|
|
322
|
+
👩💻👨💻 Awesome cheatsheets for popular programming languages, frameworks and development tools. They include everything you should know in one single file.
|
|
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/jwasham/coding-interview-university" target="_blank" title="jwasham/coding-interview-university">jwasham/coding-interview-university</a>
|
|
336
332
|
</div>
|
|
337
333
|
<div class="sub-title followers">
|
|
338
334
|
|
|
339
|
-
<a class="language" target="_blank" href="https://github.com/topics/javascript" title="Programming Language JavaScript">
|
|
340
|
-
<span style="background-color: #f1e05a;"></span>JavaScript
|
|
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>192758</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>51733</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>421 stars today</span>
|
|
361
353
|
</span>
|
|
362
354
|
</div>
|
|
363
355
|
<div class="details">
|
|
364
|
-
|
|
356
|
+
A complete computer science study plan to become a software engineer.
|
|
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/crossplane/crossplane" target="_blank" title="crossplane/crossplane">crossplane/crossplane</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/go" title="Programming Language Go">
|
|
370
|
+
<span style="background-color: #00ADD8;"></span>Go
|
|
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>3937</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>373</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>89 stars today</span>
|
|
399
391
|
</span>
|
|
400
392
|
</div>
|
|
401
393
|
<div class="details">
|
|
402
|
-
|
|
394
|
+
Manage any infrastructure your applications need directly from Kubernetes
|
|
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/SudhanPlayz/Discord-MusicBot" target="_blank" title="SudhanPlayz/Discord-MusicBot">SudhanPlayz/Discord-MusicBot</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/javascript" title="Programming Language JavaScript">
|
|
408
|
+
<span style="background-color: #f1e05a;"></span>JavaScript
|
|
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>821</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>912</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>41 stars today</span>
|
|
437
429
|
</span>
|
|
438
430
|
</div>
|
|
439
431
|
<div class="details">
|
|
440
|
-
|
|
432
|
+
An advanced discord music bot, supports Spotify, Soundcloud, YouTube with Shuffling, Volume Control and Web Dashboard with Slash Commands support!
|
|
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/freeCodeCamp/freeCodeCamp" target="_blank" title="freeCodeCamp/freeCodeCamp">freeCodeCamp/freeCodeCamp</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/javascript" title="Programming Language JavaScript">
|
|
446
|
+
<span style="background-color: #f1e05a;"></span>JavaScript
|
|
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>330112</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>26550</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>216 stars today</span>
|
|
475
467
|
</span>
|
|
476
468
|
</div>
|
|
477
469
|
<div class="details">
|
|
478
|
-
|
|
470
|
+
freeCodeCamp.org's open-source codebase and curriculum. Learn to code for free.
|
|
479
471
|
</div>
|
|
480
472
|
</div>
|
|
481
473
|
</li>
|
|
@@ -484,36 +476,36 @@
|
|
|
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/public-apis/public-apis" target="_blank" title="public-apis/public-apis">public-apis/public-apis</a>
|
|
488
480
|
</div>
|
|
489
481
|
<div class="sub-title followers">
|
|
490
482
|
|
|
491
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
492
|
-
<span style="background-color: #
|
|
483
|
+
<a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
|
|
484
|
+
<span style="background-color: #3572A5;"></span>Python
|
|
493
485
|
</a>
|
|
494
486
|
|
|
495
487
|
<span class="star" title="Stargazers Count">
|
|
496
488
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
497
489
|
<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>
|
|
498
490
|
</svg>
|
|
499
|
-
<span>
|
|
491
|
+
<span>157542</span>
|
|
500
492
|
</span>
|
|
501
493
|
<span class="star" title="Repo Forked">
|
|
502
494
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
503
495
|
<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">
|
|
504
496
|
</path>
|
|
505
497
|
</svg>
|
|
506
|
-
<span>
|
|
498
|
+
<span>17869</span>
|
|
507
499
|
</span>
|
|
508
500
|
<span class="star">
|
|
509
501
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
510
502
|
<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>
|
|
511
503
|
</svg>
|
|
512
|
-
<span>
|
|
504
|
+
<span>509 stars today</span>
|
|
513
505
|
</span>
|
|
514
506
|
</div>
|
|
515
507
|
<div class="details">
|
|
516
|
-
|
|
508
|
+
A collective list of free APIs
|
|
517
509
|
</div>
|
|
518
510
|
</div>
|
|
519
511
|
</li>
|
|
@@ -522,36 +514,36 @@
|
|
|
522
514
|
<div class="info">
|
|
523
515
|
<div class="rank">
|
|
524
516
|
<span title="Ranking 12">12</span>
|
|
525
|
-
<a href="https://github.com/
|
|
517
|
+
<a href="https://github.com/facebook/jest" target="_blank" title="facebook/jest">facebook/jest</a>
|
|
526
518
|
</div>
|
|
527
519
|
<div class="sub-title followers">
|
|
528
520
|
|
|
529
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
530
|
-
<span style="background-color: #
|
|
521
|
+
<a class="language" target="_blank" href="https://github.com/topics/typescript" title="Programming Language TypeScript">
|
|
522
|
+
<span style="background-color: #2b7489;"></span>TypeScript
|
|
531
523
|
</a>
|
|
532
524
|
|
|
533
525
|
<span class="star" title="Stargazers Count">
|
|
534
526
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
535
527
|
<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>
|
|
536
528
|
</svg>
|
|
537
|
-
<span>
|
|
529
|
+
<span>36494</span>
|
|
538
530
|
</span>
|
|
539
531
|
<span class="star" title="Repo Forked">
|
|
540
532
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
541
533
|
<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">
|
|
542
534
|
</path>
|
|
543
535
|
</svg>
|
|
544
|
-
<span>
|
|
536
|
+
<span>5321</span>
|
|
545
537
|
</span>
|
|
546
538
|
<span class="star">
|
|
547
539
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
548
540
|
<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>
|
|
549
541
|
</svg>
|
|
550
|
-
<span>
|
|
542
|
+
<span>82 stars today</span>
|
|
551
543
|
</span>
|
|
552
544
|
</div>
|
|
553
545
|
<div class="details">
|
|
554
|
-
|
|
546
|
+
Delightful JavaScript Testing.
|
|
555
547
|
</div>
|
|
556
548
|
</div>
|
|
557
549
|
</li>
|
|
@@ -560,36 +552,32 @@
|
|
|
560
552
|
<div class="info">
|
|
561
553
|
<div class="rank">
|
|
562
554
|
<span title="Ranking 13">13</span>
|
|
563
|
-
<a href="https://github.com/
|
|
555
|
+
<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>
|
|
564
556
|
</div>
|
|
565
557
|
<div class="sub-title followers">
|
|
566
558
|
|
|
567
|
-
<a class="language" target="_blank" href="https://github.com/topics/javascript" title="Programming Language JavaScript">
|
|
568
|
-
<span style="background-color: #f1e05a;"></span>JavaScript
|
|
569
|
-
</a>
|
|
570
|
-
|
|
571
559
|
<span class="star" title="Stargazers Count">
|
|
572
560
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
573
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>
|
|
574
562
|
</svg>
|
|
575
|
-
<span>
|
|
563
|
+
<span>94842</span>
|
|
576
564
|
</span>
|
|
577
565
|
<span class="star" title="Repo Forked">
|
|
578
566
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
579
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">
|
|
580
568
|
</path>
|
|
581
569
|
</svg>
|
|
582
|
-
<span>
|
|
570
|
+
<span>10341</span>
|
|
583
571
|
</span>
|
|
584
572
|
<span class="star">
|
|
585
573
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
586
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>
|
|
587
575
|
</svg>
|
|
588
|
-
<span>
|
|
576
|
+
<span>269 stars today</span>
|
|
589
577
|
</span>
|
|
590
578
|
</div>
|
|
591
579
|
<div class="details">
|
|
592
|
-
|
|
580
|
+
Master the command line, in one page
|
|
593
581
|
</div>
|
|
594
582
|
</div>
|
|
595
583
|
</li>
|
|
@@ -598,7 +586,7 @@
|
|
|
598
586
|
<div class="info">
|
|
599
587
|
<div class="rank">
|
|
600
588
|
<span title="Ranking 14">14</span>
|
|
601
|
-
<a href="https://github.com/
|
|
589
|
+
<a href="https://github.com/DopplerHQ/awesome-interview-questions" target="_blank" title="DopplerHQ/awesome-interview-questions">DopplerHQ/awesome-interview-questions</a>
|
|
602
590
|
</div>
|
|
603
591
|
<div class="sub-title followers">
|
|
604
592
|
|
|
@@ -606,24 +594,24 @@
|
|
|
606
594
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
607
595
|
<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
596
|
</svg>
|
|
609
|
-
<span>
|
|
597
|
+
<span>42888</span>
|
|
610
598
|
</span>
|
|
611
599
|
<span class="star" title="Repo Forked">
|
|
612
600
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
613
601
|
<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
602
|
</path>
|
|
615
603
|
</svg>
|
|
616
|
-
<span>
|
|
604
|
+
<span>6277</span>
|
|
617
605
|
</span>
|
|
618
606
|
<span class="star">
|
|
619
607
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
620
608
|
<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
609
|
</svg>
|
|
622
|
-
<span>
|
|
610
|
+
<span>156 stars today</span>
|
|
623
611
|
</span>
|
|
624
612
|
</div>
|
|
625
613
|
<div class="details">
|
|
626
|
-
|
|
614
|
+
A curated awesome list of lists of interview questions. Feel free to contribute! 🎓
|
|
627
615
|
</div>
|
|
628
616
|
</div>
|
|
629
617
|
</li>
|
|
@@ -632,32 +620,36 @@
|
|
|
632
620
|
<div class="info">
|
|
633
621
|
<div class="rank">
|
|
634
622
|
<span title="Ranking 15">15</span>
|
|
635
|
-
<a href="https://github.com/
|
|
623
|
+
<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>
|
|
636
624
|
</div>
|
|
637
625
|
<div class="sub-title followers">
|
|
638
626
|
|
|
627
|
+
<a class="language" target="_blank" href="https://github.com/topics/javascript" title="Programming Language JavaScript">
|
|
628
|
+
<span style="background-color: #f1e05a;"></span>JavaScript
|
|
629
|
+
</a>
|
|
630
|
+
|
|
639
631
|
<span class="star" title="Stargazers Count">
|
|
640
632
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
641
633
|
<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>
|
|
642
634
|
</svg>
|
|
643
|
-
<span>
|
|
635
|
+
<span>84724</span>
|
|
644
636
|
</span>
|
|
645
637
|
<span class="star" title="Repo Forked">
|
|
646
638
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
647
639
|
<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">
|
|
648
640
|
</path>
|
|
649
641
|
</svg>
|
|
650
|
-
<span>
|
|
642
|
+
<span>9015</span>
|
|
651
643
|
</span>
|
|
652
644
|
<span class="star">
|
|
653
645
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
654
646
|
<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>
|
|
655
647
|
</svg>
|
|
656
|
-
<span>
|
|
648
|
+
<span>280 stars today</span>
|
|
657
649
|
</span>
|
|
658
650
|
</div>
|
|
659
651
|
<div class="details">
|
|
660
|
-
|
|
652
|
+
Short JavaScript code snippets for all your development needs
|
|
661
653
|
</div>
|
|
662
654
|
</div>
|
|
663
655
|
</li>
|
|
@@ -666,32 +658,36 @@
|
|
|
666
658
|
<div class="info">
|
|
667
659
|
<div class="rank">
|
|
668
660
|
<span title="Ranking 16">16</span>
|
|
669
|
-
<a href="https://github.com/
|
|
661
|
+
<a href="https://github.com/7kms/react-illustration-series" target="_blank" title="7kms/react-illustration-series">7kms/react-illustration-series</a>
|
|
670
662
|
</div>
|
|
671
663
|
<div class="sub-title followers">
|
|
672
664
|
|
|
665
|
+
<a class="language" target="_blank" href="https://github.com/topics/typescript" title="Programming Language TypeScript">
|
|
666
|
+
<span style="background-color: #2b7489;"></span>TypeScript
|
|
667
|
+
</a>
|
|
668
|
+
|
|
673
669
|
<span class="star" title="Stargazers Count">
|
|
674
670
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
675
671
|
<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>
|
|
676
672
|
</svg>
|
|
677
|
-
<span>
|
|
673
|
+
<span>1572</span>
|
|
678
674
|
</span>
|
|
679
675
|
<span class="star" title="Repo Forked">
|
|
680
676
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
681
677
|
<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">
|
|
682
678
|
</path>
|
|
683
679
|
</svg>
|
|
684
|
-
<span>
|
|
680
|
+
<span>123</span>
|
|
685
681
|
</span>
|
|
686
682
|
<span class="star">
|
|
687
683
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
688
684
|
<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>
|
|
689
685
|
</svg>
|
|
690
|
-
<span>
|
|
686
|
+
<span>104 stars today</span>
|
|
691
687
|
</span>
|
|
692
688
|
</div>
|
|
693
689
|
<div class="details">
|
|
694
|
-
|
|
690
|
+
图解react源码, 用大量配图的方式, 致力于将react原理表述清楚.
|
|
695
691
|
</div>
|
|
696
692
|
</div>
|
|
697
693
|
</li>
|
|
@@ -700,36 +696,36 @@
|
|
|
700
696
|
<div class="info">
|
|
701
697
|
<div class="rank">
|
|
702
698
|
<span title="Ranking 17">17</span>
|
|
703
|
-
<a href="https://github.com/
|
|
699
|
+
<a href="https://github.com/sogou/workflow" target="_blank" title="sogou/workflow">sogou/workflow</a>
|
|
704
700
|
</div>
|
|
705
701
|
<div class="sub-title followers">
|
|
706
702
|
|
|
707
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
708
|
-
<span style="background-color: #
|
|
703
|
+
<a class="language" target="_blank" href="https://github.com/topics/c++" title="Programming Language C++">
|
|
704
|
+
<span style="background-color: #f34b7d;"></span>C++
|
|
709
705
|
</a>
|
|
710
706
|
|
|
711
707
|
<span class="star" title="Stargazers Count">
|
|
712
708
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
713
709
|
<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>
|
|
714
710
|
</svg>
|
|
715
|
-
<span>
|
|
711
|
+
<span>5606</span>
|
|
716
712
|
</span>
|
|
717
713
|
<span class="star" title="Repo Forked">
|
|
718
714
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
719
715
|
<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">
|
|
720
716
|
</path>
|
|
721
717
|
</svg>
|
|
722
|
-
<span>
|
|
718
|
+
<span>1051</span>
|
|
723
719
|
</span>
|
|
724
720
|
<span class="star">
|
|
725
721
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
726
722
|
<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>
|
|
727
723
|
</svg>
|
|
728
|
-
<span>
|
|
724
|
+
<span>53 stars today</span>
|
|
729
725
|
</span>
|
|
730
726
|
</div>
|
|
731
727
|
<div class="details">
|
|
732
|
-
|
|
728
|
+
C++ Parallel Computing and Asynchronous Networking Engine
|
|
733
729
|
</div>
|
|
734
730
|
</div>
|
|
735
731
|
</li>
|
|
@@ -738,36 +734,32 @@
|
|
|
738
734
|
<div class="info">
|
|
739
735
|
<div class="rank">
|
|
740
736
|
<span title="Ranking 18">18</span>
|
|
741
|
-
<a href="https://github.com/
|
|
737
|
+
<a href="https://github.com/kamranahmedse/developer-roadmap" target="_blank" title="kamranahmedse/developer-roadmap">kamranahmedse/developer-roadmap</a>
|
|
742
738
|
</div>
|
|
743
739
|
<div class="sub-title followers">
|
|
744
740
|
|
|
745
|
-
<a class="language" target="_blank" href="https://github.com/topics/typescript" title="Programming Language TypeScript">
|
|
746
|
-
<span style="background-color: #2b7489;"></span>TypeScript
|
|
747
|
-
</a>
|
|
748
|
-
|
|
749
741
|
<span class="star" title="Stargazers Count">
|
|
750
742
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
751
743
|
<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>
|
|
752
744
|
</svg>
|
|
753
|
-
<span>
|
|
745
|
+
<span>171543</span>
|
|
754
746
|
</span>
|
|
755
747
|
<span class="star" title="Repo Forked">
|
|
756
748
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
757
749
|
<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">
|
|
758
750
|
</path>
|
|
759
751
|
</svg>
|
|
760
|
-
<span>
|
|
752
|
+
<span>24706</span>
|
|
761
753
|
</span>
|
|
762
754
|
<span class="star">
|
|
763
755
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
764
756
|
<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>
|
|
765
757
|
</svg>
|
|
766
|
-
<span>
|
|
758
|
+
<span>264 stars today</span>
|
|
767
759
|
</span>
|
|
768
760
|
</div>
|
|
769
761
|
<div class="details">
|
|
770
|
-
|
|
762
|
+
Roadmap to becoming a web developer in 2021
|
|
771
763
|
</div>
|
|
772
764
|
</div>
|
|
773
765
|
</li>
|
|
@@ -776,7 +768,7 @@
|
|
|
776
768
|
<div class="info">
|
|
777
769
|
<div class="rank">
|
|
778
770
|
<span title="Ranking 19">19</span>
|
|
779
|
-
<a href="https://github.com/
|
|
771
|
+
<a href="https://github.com/PyTorchLightning/lightning-flash" target="_blank" title="PyTorchLightning/lightning-flash">PyTorchLightning/lightning-flash</a>
|
|
780
772
|
</div>
|
|
781
773
|
<div class="sub-title followers">
|
|
782
774
|
|
|
@@ -788,24 +780,24 @@
|
|
|
788
780
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
789
781
|
<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>
|
|
790
782
|
</svg>
|
|
791
|
-
<span>
|
|
783
|
+
<span>1043</span>
|
|
792
784
|
</span>
|
|
793
785
|
<span class="star" title="Repo Forked">
|
|
794
786
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
795
787
|
<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">
|
|
796
788
|
</path>
|
|
797
789
|
</svg>
|
|
798
|
-
<span>
|
|
790
|
+
<span>99</span>
|
|
799
791
|
</span>
|
|
800
792
|
<span class="star">
|
|
801
793
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
802
794
|
<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>
|
|
803
795
|
</svg>
|
|
804
|
-
<span>
|
|
796
|
+
<span>72 stars today</span>
|
|
805
797
|
</span>
|
|
806
798
|
</div>
|
|
807
799
|
<div class="details">
|
|
808
|
-
|
|
800
|
+
Your PyTorch AI Factory - Flash enables you to easily configure and run complex AI recipes for over 15 tasks across 7 data domains
|
|
809
801
|
</div>
|
|
810
802
|
</div>
|
|
811
803
|
</li>
|
|
@@ -814,36 +806,36 @@
|
|
|
814
806
|
<div class="info">
|
|
815
807
|
<div class="rank">
|
|
816
808
|
<span title="Ranking 20">20</span>
|
|
817
|
-
<a href="https://github.com/
|
|
809
|
+
<a href="https://github.com/authelia/authelia" target="_blank" title="authelia/authelia">authelia/authelia</a>
|
|
818
810
|
</div>
|
|
819
811
|
<div class="sub-title followers">
|
|
820
812
|
|
|
821
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
822
|
-
<span style="background-color: #
|
|
813
|
+
<a class="language" target="_blank" href="https://github.com/topics/go" title="Programming Language Go">
|
|
814
|
+
<span style="background-color: #00ADD8;"></span>Go
|
|
823
815
|
</a>
|
|
824
816
|
|
|
825
817
|
<span class="star" title="Stargazers Count">
|
|
826
818
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
827
819
|
<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>
|
|
828
820
|
</svg>
|
|
829
|
-
<span>
|
|
821
|
+
<span>7593</span>
|
|
830
822
|
</span>
|
|
831
823
|
<span class="star" title="Repo Forked">
|
|
832
824
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
833
825
|
<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">
|
|
834
826
|
</path>
|
|
835
827
|
</svg>
|
|
836
|
-
<span>
|
|
828
|
+
<span>399</span>
|
|
837
829
|
</span>
|
|
838
830
|
<span class="star">
|
|
839
831
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
840
832
|
<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>
|
|
841
833
|
</svg>
|
|
842
|
-
<span>
|
|
834
|
+
<span>410 stars today</span>
|
|
843
835
|
</span>
|
|
844
836
|
</div>
|
|
845
837
|
<div class="details">
|
|
846
|
-
|
|
838
|
+
The Single Sign-On Multi-Factor portal for web apps
|
|
847
839
|
</div>
|
|
848
840
|
</div>
|
|
849
841
|
</li>
|
|
@@ -852,36 +844,32 @@
|
|
|
852
844
|
<div class="info">
|
|
853
845
|
<div class="rank">
|
|
854
846
|
<span title="Ranking 21">21</span>
|
|
855
|
-
<a href="https://github.com/
|
|
847
|
+
<a href="https://github.com/LaravelDaily/Laravel-Roadmap-Learning-Path" target="_blank" title="LaravelDaily/Laravel-Roadmap-Learning-Path">LaravelDaily/Laravel-Roadmap-Learning-Path</a>
|
|
856
848
|
</div>
|
|
857
849
|
<div class="sub-title followers">
|
|
858
850
|
|
|
859
|
-
<a class="language" target="_blank" href="https://github.com/topics/javascript" title="Programming Language JavaScript">
|
|
860
|
-
<span style="background-color: #f1e05a;"></span>JavaScript
|
|
861
|
-
</a>
|
|
862
|
-
|
|
863
851
|
<span class="star" title="Stargazers Count">
|
|
864
852
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
865
853
|
<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>
|
|
866
854
|
</svg>
|
|
867
|
-
<span>
|
|
855
|
+
<span>2126</span>
|
|
868
856
|
</span>
|
|
869
857
|
<span class="star" title="Repo Forked">
|
|
870
858
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
871
859
|
<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">
|
|
872
860
|
</path>
|
|
873
861
|
</svg>
|
|
874
|
-
<span>
|
|
862
|
+
<span>373</span>
|
|
875
863
|
</span>
|
|
876
864
|
<span class="star">
|
|
877
865
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
878
866
|
<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>
|
|
879
867
|
</svg>
|
|
880
|
-
<span>
|
|
868
|
+
<span>54 stars today</span>
|
|
881
869
|
</span>
|
|
882
870
|
</div>
|
|
883
871
|
<div class="details">
|
|
884
|
-
|
|
872
|
+
|
|
885
873
|
</div>
|
|
886
874
|
</div>
|
|
887
875
|
</li>
|
|
@@ -890,36 +878,36 @@
|
|
|
890
878
|
<div class="info">
|
|
891
879
|
<div class="rank">
|
|
892
880
|
<span title="Ranking 22">22</span>
|
|
893
|
-
<a href="https://github.com/
|
|
881
|
+
<a href="https://github.com/Androz2091/discord-music-bot" target="_blank" title="Androz2091/discord-music-bot">Androz2091/discord-music-bot</a>
|
|
894
882
|
</div>
|
|
895
883
|
<div class="sub-title followers">
|
|
896
884
|
|
|
897
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
898
|
-
<span style="background-color: #
|
|
885
|
+
<a class="language" target="_blank" href="https://github.com/topics/javascript" title="Programming Language JavaScript">
|
|
886
|
+
<span style="background-color: #f1e05a;"></span>JavaScript
|
|
899
887
|
</a>
|
|
900
888
|
|
|
901
889
|
<span class="star" title="Stargazers Count">
|
|
902
890
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
903
891
|
<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>
|
|
904
892
|
</svg>
|
|
905
|
-
<span>
|
|
893
|
+
<span>122</span>
|
|
906
894
|
</span>
|
|
907
895
|
<span class="star" title="Repo Forked">
|
|
908
896
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
909
897
|
<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">
|
|
910
898
|
</path>
|
|
911
899
|
</svg>
|
|
912
|
-
<span>
|
|
900
|
+
<span>78</span>
|
|
913
901
|
</span>
|
|
914
902
|
<span class="star">
|
|
915
903
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
916
904
|
<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>
|
|
917
905
|
</svg>
|
|
918
|
-
<span>
|
|
906
|
+
<span>33 stars today</span>
|
|
919
907
|
</span>
|
|
920
908
|
</div>
|
|
921
909
|
<div class="details">
|
|
922
|
-
|
|
910
|
+
The perfect music bot for your Discord server! 🤘
|
|
923
911
|
</div>
|
|
924
912
|
</div>
|
|
925
913
|
</li>
|
|
@@ -928,32 +916,36 @@
|
|
|
928
916
|
<div class="info">
|
|
929
917
|
<div class="rank">
|
|
930
918
|
<span title="Ranking 23">23</span>
|
|
931
|
-
<a href="https://github.com/
|
|
919
|
+
<a href="https://github.com/jagrosh/MusicBot" target="_blank" title="jagrosh/MusicBot">jagrosh/MusicBot</a>
|
|
932
920
|
</div>
|
|
933
921
|
<div class="sub-title followers">
|
|
934
922
|
|
|
923
|
+
<a class="language" target="_blank" href="https://github.com/topics/java" title="Programming Language Java">
|
|
924
|
+
<span style="background-color: #b07219;"></span>Java
|
|
925
|
+
</a>
|
|
926
|
+
|
|
935
927
|
<span class="star" title="Stargazers Count">
|
|
936
928
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
937
929
|
<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>
|
|
938
930
|
</svg>
|
|
939
|
-
<span>
|
|
931
|
+
<span>2066</span>
|
|
940
932
|
</span>
|
|
941
933
|
<span class="star" title="Repo Forked">
|
|
942
934
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
943
935
|
<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">
|
|
944
936
|
</path>
|
|
945
937
|
</svg>
|
|
946
|
-
<span>
|
|
938
|
+
<span>1020</span>
|
|
947
939
|
</span>
|
|
948
940
|
<span class="star">
|
|
949
941
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
950
942
|
<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>
|
|
951
943
|
</svg>
|
|
952
|
-
<span>
|
|
944
|
+
<span>163 stars today</span>
|
|
953
945
|
</span>
|
|
954
946
|
</div>
|
|
955
947
|
<div class="details">
|
|
956
|
-
|
|
948
|
+
🎶 A Discord music bot that's easy to set up and run yourself!
|
|
957
949
|
</div>
|
|
958
950
|
</div>
|
|
959
951
|
</li>
|
|
@@ -962,36 +954,32 @@
|
|
|
962
954
|
<div class="info">
|
|
963
955
|
<div class="rank">
|
|
964
956
|
<span title="Ranking 24">24</span>
|
|
965
|
-
<a href="https://github.com/
|
|
957
|
+
<a href="https://github.com/sindresorhus/awesome" target="_blank" title="sindresorhus/awesome">sindresorhus/awesome</a>
|
|
966
958
|
</div>
|
|
967
959
|
<div class="sub-title followers">
|
|
968
960
|
|
|
969
|
-
<a class="language" target="_blank" href="https://github.com/topics/java" title="Programming Language Java">
|
|
970
|
-
<span style="background-color: #b07219;"></span>Java
|
|
971
|
-
</a>
|
|
972
|
-
|
|
973
961
|
<span class="star" title="Stargazers Count">
|
|
974
962
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
975
963
|
<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>
|
|
976
964
|
</svg>
|
|
977
|
-
<span>
|
|
965
|
+
<span>168899</span>
|
|
978
966
|
</span>
|
|
979
967
|
<span class="star" title="Repo Forked">
|
|
980
968
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
981
969
|
<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">
|
|
982
970
|
</path>
|
|
983
971
|
</svg>
|
|
984
|
-
<span>
|
|
972
|
+
<span>21568</span>
|
|
985
973
|
</span>
|
|
986
974
|
<span class="star">
|
|
987
975
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
988
976
|
<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>
|
|
989
977
|
</svg>
|
|
990
|
-
<span>
|
|
978
|
+
<span>227 stars today</span>
|
|
991
979
|
</span>
|
|
992
980
|
</div>
|
|
993
981
|
<div class="details">
|
|
994
|
-
|
|
982
|
+
😎 Awesome lists about all kinds of interesting topics
|
|
995
983
|
</div>
|
|
996
984
|
</div>
|
|
997
985
|
</li>
|
|
@@ -1000,36 +988,36 @@
|
|
|
1000
988
|
<div class="info">
|
|
1001
989
|
<div class="rank">
|
|
1002
990
|
<span title="Ranking 25">25</span>
|
|
1003
|
-
<a href="https://github.com/
|
|
991
|
+
<a href="https://github.com/Atmosphere-NX/Atmosphere" target="_blank" title="Atmosphere-NX/Atmosphere">Atmosphere-NX/Atmosphere</a>
|
|
1004
992
|
</div>
|
|
1005
993
|
<div class="sub-title followers">
|
|
1006
994
|
|
|
1007
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
1008
|
-
<span style="background-color: #
|
|
995
|
+
<a class="language" target="_blank" href="https://github.com/topics/c++" title="Programming Language C++">
|
|
996
|
+
<span style="background-color: #f34b7d;"></span>C++
|
|
1009
997
|
</a>
|
|
1010
998
|
|
|
1011
999
|
<span class="star" title="Stargazers Count">
|
|
1012
1000
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
1013
1001
|
<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>
|
|
1014
1002
|
</svg>
|
|
1015
|
-
<span>
|
|
1003
|
+
<span>7219</span>
|
|
1016
1004
|
</span>
|
|
1017
1005
|
<span class="star" title="Repo Forked">
|
|
1018
1006
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
1019
1007
|
<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">
|
|
1020
1008
|
</path>
|
|
1021
1009
|
</svg>
|
|
1022
|
-
<span>
|
|
1010
|
+
<span>718</span>
|
|
1023
1011
|
</span>
|
|
1024
1012
|
<span class="star">
|
|
1025
1013
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
1026
1014
|
<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>
|
|
1027
1015
|
</svg>
|
|
1028
|
-
<span>
|
|
1016
|
+
<span>72 stars today</span>
|
|
1029
1017
|
</span>
|
|
1030
1018
|
</div>
|
|
1031
1019
|
<div class="details">
|
|
1032
|
-
|
|
1020
|
+
Atmosphère is a work-in-progress customized firmware for the Nintendo Switch.
|
|
1033
1021
|
</div>
|
|
1034
1022
|
</div>
|
|
1035
1023
|
</li>
|
|
@@ -1050,7 +1038,7 @@
|
|
|
1050
1038
|
<img src="https://img.shields.io/npm/v/@wcj/github-rank.svg?label=unpkg">
|
|
1051
1039
|
</a>
|
|
1052
1040
|
</p>
|
|
1053
|
-
<div class="time">Last cache created on 2021/9/
|
|
1041
|
+
<div class="time">Last cache created on 2021/9/18 by Github API v3.</div>
|
|
1054
1042
|
Create by <a href="https://github.com/jaywcjlove" target="_blank">小弟调调™</a>.
|
|
1055
1043
|
</div>
|
|
1056
1044
|
</body>
|