@wcj/github-rank 21.9.13 → 21.9.17
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 +39539 -38521
- package/dist/sifou-daily.json +46 -37
- package/dist/sifou-monthly.json +98 -98
- package/dist/sifou-weekly.json +174 -174
- package/dist/toutiao-30.json +114 -114
- package/dist/toutiao-7.json +145 -145
- package/dist/toutiao-90.json +60 -60
- package/dist/trending-daily.json +196 -196
- package/dist/trending-monthly.json +175 -175
- package/dist/trending-weekly.json +193 -193
- package/dist/users.china.json +3038 -3038
- package/dist/users.json +4450 -4450
- package/package.json +1 -1
- package/web/36kr.html +2 -2
- package/web/data/repos.json +39539 -38521
- package/web/data/sifou-daily.json +46 -37
- package/web/data/sifou-monthly.json +98 -98
- package/web/data/sifou-weekly.json +174 -174
- package/web/data/toutiao-30.json +114 -114
- package/web/data/toutiao-7.json +145 -145
- package/web/data/toutiao-90.json +60 -60
- package/web/data/trending-daily.json +196 -196
- package/web/data/trending-monthly.json +175 -175
- package/web/data/trending-weekly.json +193 -193
- package/web/data/users.china.json +3038 -3038
- package/web/data/users.json +4450 -4450
- package/web/index.html +2313 -2313
- package/web/repos.html +4706 -4690
- package/web/sifou-daily.html +60 -32
- package/web/sifou-monthly.html +111 -111
- package/web/sifou-weekly.html +146 -146
- package/web/toutiao-30.html +102 -102
- package/web/toutiao-7.html +99 -99
- package/web/toutiao-90.html +80 -80
- package/web/trending-monthly.html +157 -161
- package/web/trending-weekly.html +177 -173
- package/web/trending.html +169 -177
- package/web/users.china.html +1636 -1636
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/17 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/jagrosh/MusicBot" target="_blank" title="jagrosh/MusicBot">jagrosh/MusicBot</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/java" title="Programming Language Java">
|
|
112
|
+
<span style="background-color: #b07219;"></span>Java
|
|
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>1919</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>990</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>175 stars today</span>
|
|
133
133
|
</span>
|
|
134
134
|
</div>
|
|
135
135
|
<div class="details">
|
|
136
|
-
|
|
136
|
+
🎶 A Discord music bot that's easy to set up and run yourself!
|
|
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/trekhleb/javascript-algorithms" target="_blank" title="trekhleb/javascript-algorithms">trekhleb/javascript-algorithms</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/javascript" title="Programming Language JavaScript">
|
|
150
|
+
<span style="background-color: #f1e05a;"></span>JavaScript
|
|
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>119802</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>19708</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>344 stars today</span>
|
|
171
171
|
</span>
|
|
172
172
|
</div>
|
|
173
173
|
<div class="details">
|
|
174
|
-
|
|
174
|
+
📝 Algorithms and data structures implemented in JavaScript with explanations and links to further readings
|
|
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/dotnet/maui" target="_blank" title="dotnet/maui">dotnet/maui</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/c#" title="Programming Language C#">
|
|
188
|
+
<span style="background-color: #178600;"></span>C#
|
|
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>11630</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>513</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>77 stars today</span>
|
|
209
209
|
</span>
|
|
210
210
|
</div>
|
|
211
211
|
<div class="details">
|
|
212
|
-
|
|
212
|
+
.NET MAUI is the .NET Multi-platform App UI, a framework for building native device applications spanning mobile, tablet, and desktop.
|
|
213
213
|
</div>
|
|
214
214
|
</div>
|
|
215
215
|
</li>
|
|
@@ -218,32 +218,36 @@
|
|
|
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/phoboslab/q1k3" target="_blank" title="phoboslab/q1k3">phoboslab/q1k3</a>
|
|
222
222
|
</div>
|
|
223
223
|
<div class="sub-title followers">
|
|
224
224
|
|
|
225
|
+
<a class="language" target="_blank" href="https://github.com/topics/javascript" title="Programming Language JavaScript">
|
|
226
|
+
<span style="background-color: #f1e05a;"></span>JavaScript
|
|
227
|
+
</a>
|
|
228
|
+
|
|
225
229
|
<span class="star" title="Stargazers Count">
|
|
226
230
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
227
231
|
<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>
|
|
228
232
|
</svg>
|
|
229
|
-
<span>
|
|
233
|
+
<span>728</span>
|
|
230
234
|
</span>
|
|
231
235
|
<span class="star" title="Repo Forked">
|
|
232
236
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
233
237
|
<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">
|
|
234
238
|
</path>
|
|
235
239
|
</svg>
|
|
236
|
-
<span>
|
|
240
|
+
<span>39</span>
|
|
237
241
|
</span>
|
|
238
242
|
<span class="star">
|
|
239
243
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
240
244
|
<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>
|
|
241
245
|
</svg>
|
|
242
|
-
<span>
|
|
246
|
+
<span>155 stars today</span>
|
|
243
247
|
</span>
|
|
244
248
|
</div>
|
|
245
249
|
<div class="details">
|
|
246
|
-
|
|
250
|
+
A tiny FPS for js13k
|
|
247
251
|
</div>
|
|
248
252
|
</div>
|
|
249
253
|
</li>
|
|
@@ -252,36 +256,36 @@
|
|
|
252
256
|
<div class="info">
|
|
253
257
|
<div class="rank">
|
|
254
258
|
<span title="Ranking 5">5</span>
|
|
255
|
-
<a href="https://github.com/
|
|
259
|
+
<a href="https://github.com/HashLips/hashlips_art_engine" target="_blank" title="HashLips/hashlips_art_engine">HashLips/hashlips_art_engine</a>
|
|
256
260
|
</div>
|
|
257
261
|
<div class="sub-title followers">
|
|
258
262
|
|
|
259
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
260
|
-
<span style="background-color: #
|
|
263
|
+
<a class="language" target="_blank" href="https://github.com/topics/javascript" title="Programming Language JavaScript">
|
|
264
|
+
<span style="background-color: #f1e05a;"></span>JavaScript
|
|
261
265
|
</a>
|
|
262
266
|
|
|
263
267
|
<span class="star" title="Stargazers Count">
|
|
264
268
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
265
269
|
<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>
|
|
266
270
|
</svg>
|
|
267
|
-
<span>
|
|
271
|
+
<span>120</span>
|
|
268
272
|
</span>
|
|
269
273
|
<span class="star" title="Repo Forked">
|
|
270
274
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
271
275
|
<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">
|
|
272
276
|
</path>
|
|
273
277
|
</svg>
|
|
274
|
-
<span>
|
|
278
|
+
<span>39</span>
|
|
275
279
|
</span>
|
|
276
280
|
<span class="star">
|
|
277
281
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
278
282
|
<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>
|
|
279
283
|
</svg>
|
|
280
|
-
<span>
|
|
284
|
+
<span>58 stars today</span>
|
|
281
285
|
</span>
|
|
282
286
|
</div>
|
|
283
287
|
<div class="details">
|
|
284
|
-
|
|
288
|
+
HashLips Art Engine is a tool used to create multiple different instances of artworks based on provided layers.
|
|
285
289
|
</div>
|
|
286
290
|
</div>
|
|
287
291
|
</li>
|
|
@@ -290,32 +294,36 @@
|
|
|
290
294
|
<div class="info">
|
|
291
295
|
<div class="rank">
|
|
292
296
|
<span title="Ranking 6">6</span>
|
|
293
|
-
<a href="https://github.com/
|
|
297
|
+
<a href="https://github.com/Python-World/python-mini-projects" target="_blank" title="Python-World/python-mini-projects">Python-World/python-mini-projects</a>
|
|
294
298
|
</div>
|
|
295
299
|
<div class="sub-title followers">
|
|
296
300
|
|
|
301
|
+
<a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
|
|
302
|
+
<span style="background-color: #3572A5;"></span>Python
|
|
303
|
+
</a>
|
|
304
|
+
|
|
297
305
|
<span class="star" title="Stargazers Count">
|
|
298
306
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
299
307
|
<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>
|
|
300
308
|
</svg>
|
|
301
|
-
<span>
|
|
309
|
+
<span>3245</span>
|
|
302
310
|
</span>
|
|
303
311
|
<span class="star" title="Repo Forked">
|
|
304
312
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
305
313
|
<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">
|
|
306
314
|
</path>
|
|
307
315
|
</svg>
|
|
308
|
-
<span>
|
|
316
|
+
<span>905</span>
|
|
309
317
|
</span>
|
|
310
318
|
<span class="star">
|
|
311
319
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
312
320
|
<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>
|
|
313
321
|
</svg>
|
|
314
|
-
<span>
|
|
322
|
+
<span>512 stars today</span>
|
|
315
323
|
</span>
|
|
316
324
|
</div>
|
|
317
325
|
<div class="details">
|
|
318
|
-
|
|
326
|
+
A collection of simple python mini projects to enhance your python skills
|
|
319
327
|
</div>
|
|
320
328
|
</div>
|
|
321
329
|
</li>
|
|
@@ -324,36 +332,36 @@
|
|
|
324
332
|
<div class="info">
|
|
325
333
|
<div class="rank">
|
|
326
334
|
<span title="Ranking 7">7</span>
|
|
327
|
-
<a href="https://github.com/
|
|
335
|
+
<a href="https://github.com/jgraph/drawio-desktop" target="_blank" title="jgraph/drawio-desktop">jgraph/drawio-desktop</a>
|
|
328
336
|
</div>
|
|
329
337
|
<div class="sub-title followers">
|
|
330
338
|
|
|
331
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
332
|
-
<span style="background-color: #
|
|
339
|
+
<a class="language" target="_blank" href="https://github.com/topics/javascript" title="Programming Language JavaScript">
|
|
340
|
+
<span style="background-color: #f1e05a;"></span>JavaScript
|
|
333
341
|
</a>
|
|
334
342
|
|
|
335
343
|
<span class="star" title="Stargazers Count">
|
|
336
344
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
337
345
|
<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>
|
|
338
346
|
</svg>
|
|
339
|
-
<span>
|
|
347
|
+
<span>21562</span>
|
|
340
348
|
</span>
|
|
341
349
|
<span class="star" title="Repo Forked">
|
|
342
350
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
343
351
|
<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">
|
|
344
352
|
</path>
|
|
345
353
|
</svg>
|
|
346
|
-
<span>
|
|
354
|
+
<span>2367</span>
|
|
347
355
|
</span>
|
|
348
356
|
<span class="star">
|
|
349
357
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
350
358
|
<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>
|
|
351
359
|
</svg>
|
|
352
|
-
<span>
|
|
360
|
+
<span>135 stars today</span>
|
|
353
361
|
</span>
|
|
354
362
|
</div>
|
|
355
363
|
<div class="details">
|
|
356
|
-
|
|
364
|
+
Official electron build of diagrams.net
|
|
357
365
|
</div>
|
|
358
366
|
</div>
|
|
359
367
|
</li>
|
|
@@ -362,36 +370,36 @@
|
|
|
362
370
|
<div class="info">
|
|
363
371
|
<div class="rank">
|
|
364
372
|
<span title="Ranking 8">8</span>
|
|
365
|
-
<a href="https://github.com/
|
|
373
|
+
<a href="https://github.com/bregman-arie/devops-exercises" target="_blank" title="bregman-arie/devops-exercises">bregman-arie/devops-exercises</a>
|
|
366
374
|
</div>
|
|
367
375
|
<div class="sub-title followers">
|
|
368
376
|
|
|
369
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
370
|
-
<span style="background-color: #
|
|
377
|
+
<a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
|
|
378
|
+
<span style="background-color: #3572A5;"></span>Python
|
|
371
379
|
</a>
|
|
372
380
|
|
|
373
381
|
<span class="star" title="Stargazers Count">
|
|
374
382
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
375
383
|
<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>
|
|
376
384
|
</svg>
|
|
377
|
-
<span>
|
|
385
|
+
<span>15021</span>
|
|
378
386
|
</span>
|
|
379
387
|
<span class="star" title="Repo Forked">
|
|
380
388
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
381
389
|
<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">
|
|
382
390
|
</path>
|
|
383
391
|
</svg>
|
|
384
|
-
<span>
|
|
392
|
+
<span>2761</span>
|
|
385
393
|
</span>
|
|
386
394
|
<span class="star">
|
|
387
395
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
388
396
|
<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>
|
|
389
397
|
</svg>
|
|
390
|
-
<span>
|
|
398
|
+
<span>547 stars today</span>
|
|
391
399
|
</span>
|
|
392
400
|
</div>
|
|
393
401
|
<div class="details">
|
|
394
|
-
|
|
402
|
+
Linux, Jenkins, AWS, SRE, Prometheus, Docker, Python, Ansible, Git, Kubernetes, Terraform, OpenStack, SQL, NoSQL, Azure, GCP, DNS, Elastic, Network, Virtualization. DevOps Interview Questions
|
|
395
403
|
</div>
|
|
396
404
|
</div>
|
|
397
405
|
</li>
|
|
@@ -400,36 +408,36 @@
|
|
|
400
408
|
<div class="info">
|
|
401
409
|
<div class="rank">
|
|
402
410
|
<span title="Ranking 9">9</span>
|
|
403
|
-
<a href="https://github.com/
|
|
411
|
+
<a href="https://github.com/awwbees/BespokeSynth" target="_blank" title="awwbees/BespokeSynth">awwbees/BespokeSynth</a>
|
|
404
412
|
</div>
|
|
405
413
|
<div class="sub-title followers">
|
|
406
414
|
|
|
407
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
408
|
-
<span style="background-color: #
|
|
415
|
+
<a class="language" target="_blank" href="https://github.com/topics/c++" title="Programming Language C++">
|
|
416
|
+
<span style="background-color: #f34b7d;"></span>C++
|
|
409
417
|
</a>
|
|
410
418
|
|
|
411
419
|
<span class="star" title="Stargazers Count">
|
|
412
420
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
413
421
|
<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>
|
|
414
422
|
</svg>
|
|
415
|
-
<span>
|
|
423
|
+
<span>1818</span>
|
|
416
424
|
</span>
|
|
417
425
|
<span class="star" title="Repo Forked">
|
|
418
426
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
419
427
|
<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">
|
|
420
428
|
</path>
|
|
421
429
|
</svg>
|
|
422
|
-
<span>
|
|
430
|
+
<span>53</span>
|
|
423
431
|
</span>
|
|
424
432
|
<span class="star">
|
|
425
433
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
426
434
|
<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>
|
|
427
435
|
</svg>
|
|
428
|
-
<span>
|
|
436
|
+
<span>150 stars today</span>
|
|
429
437
|
</span>
|
|
430
438
|
</div>
|
|
431
439
|
<div class="details">
|
|
432
|
-
|
|
440
|
+
Software modular synth
|
|
433
441
|
</div>
|
|
434
442
|
</div>
|
|
435
443
|
</li>
|
|
@@ -438,36 +446,36 @@
|
|
|
438
446
|
<div class="info">
|
|
439
447
|
<div class="rank">
|
|
440
448
|
<span title="Ranking 10">10</span>
|
|
441
|
-
<a href="https://github.com/
|
|
449
|
+
<a href="https://github.com/Saul-Mirone/milkdown" target="_blank" title="Saul-Mirone/milkdown">Saul-Mirone/milkdown</a>
|
|
442
450
|
</div>
|
|
443
451
|
<div class="sub-title followers">
|
|
444
452
|
|
|
445
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
446
|
-
<span style="background-color: #
|
|
453
|
+
<a class="language" target="_blank" href="https://github.com/topics/typescript" title="Programming Language TypeScript">
|
|
454
|
+
<span style="background-color: #2b7489;"></span>TypeScript
|
|
447
455
|
</a>
|
|
448
456
|
|
|
449
457
|
<span class="star" title="Stargazers Count">
|
|
450
458
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
451
459
|
<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>
|
|
452
460
|
</svg>
|
|
453
|
-
<span>
|
|
461
|
+
<span>3704</span>
|
|
454
462
|
</span>
|
|
455
463
|
<span class="star" title="Repo Forked">
|
|
456
464
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
457
465
|
<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">
|
|
458
466
|
</path>
|
|
459
467
|
</svg>
|
|
460
|
-
<span>
|
|
468
|
+
<span>93</span>
|
|
461
469
|
</span>
|
|
462
470
|
<span class="star">
|
|
463
471
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
464
472
|
<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>
|
|
465
473
|
</svg>
|
|
466
|
-
<span>
|
|
474
|
+
<span>250 stars today</span>
|
|
467
475
|
</span>
|
|
468
476
|
</div>
|
|
469
477
|
<div class="details">
|
|
470
|
-
|
|
478
|
+
🍼 Plugin driven WYSIWYG markdown editor framework.
|
|
471
479
|
</div>
|
|
472
480
|
</div>
|
|
473
481
|
</li>
|
|
@@ -476,36 +484,36 @@
|
|
|
476
484
|
<div class="info">
|
|
477
485
|
<div class="rank">
|
|
478
486
|
<span title="Ranking 11">11</span>
|
|
479
|
-
<a href="https://github.com/
|
|
487
|
+
<a href="https://github.com/hyperledger/fabric" target="_blank" title="hyperledger/fabric">hyperledger/fabric</a>
|
|
480
488
|
</div>
|
|
481
489
|
<div class="sub-title followers">
|
|
482
490
|
|
|
483
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
484
|
-
<span style="background-color: #
|
|
491
|
+
<a class="language" target="_blank" href="https://github.com/topics/go" title="Programming Language Go">
|
|
492
|
+
<span style="background-color: #00ADD8;"></span>Go
|
|
485
493
|
</a>
|
|
486
494
|
|
|
487
495
|
<span class="star" title="Stargazers Count">
|
|
488
496
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
489
497
|
<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>
|
|
490
498
|
</svg>
|
|
491
|
-
<span>
|
|
499
|
+
<span>12452</span>
|
|
492
500
|
</span>
|
|
493
501
|
<span class="star" title="Repo Forked">
|
|
494
502
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
495
503
|
<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">
|
|
496
504
|
</path>
|
|
497
505
|
</svg>
|
|
498
|
-
<span>
|
|
506
|
+
<span>7338</span>
|
|
499
507
|
</span>
|
|
500
508
|
<span class="star">
|
|
501
509
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
502
510
|
<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>
|
|
503
511
|
</svg>
|
|
504
|
-
<span>
|
|
512
|
+
<span>137 stars today</span>
|
|
505
513
|
</span>
|
|
506
514
|
</div>
|
|
507
515
|
<div class="details">
|
|
508
|
-
|
|
516
|
+
Hyperledger Fabric is an enterprise-grade permissioned distributed ledger framework for developing solutions and applications. Its modular and versatile design satisfies a broad range of industry use cases. It offers a unique approach to consensus that enables performance at scale while preserving privacy.
|
|
509
517
|
</div>
|
|
510
518
|
</div>
|
|
511
519
|
</li>
|
|
@@ -514,36 +522,36 @@
|
|
|
514
522
|
<div class="info">
|
|
515
523
|
<div class="rank">
|
|
516
524
|
<span title="Ranking 12">12</span>
|
|
517
|
-
<a href="https://github.com/
|
|
525
|
+
<a href="https://github.com/Rigellute/spotify-tui" target="_blank" title="Rigellute/spotify-tui">Rigellute/spotify-tui</a>
|
|
518
526
|
</div>
|
|
519
527
|
<div class="sub-title followers">
|
|
520
528
|
|
|
521
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
522
|
-
<span style="background-color: #
|
|
529
|
+
<a class="language" target="_blank" href="https://github.com/topics/rust" title="Programming Language Rust">
|
|
530
|
+
<span style="background-color: #dea584;"></span>Rust
|
|
523
531
|
</a>
|
|
524
532
|
|
|
525
533
|
<span class="star" title="Stargazers Count">
|
|
526
534
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
527
535
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
528
536
|
</svg>
|
|
529
|
-
<span>
|
|
537
|
+
<span>9962</span>
|
|
530
538
|
</span>
|
|
531
539
|
<span class="star" title="Repo Forked">
|
|
532
540
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
533
541
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
534
542
|
</path>
|
|
535
543
|
</svg>
|
|
536
|
-
<span>
|
|
544
|
+
<span>331</span>
|
|
537
545
|
</span>
|
|
538
546
|
<span class="star">
|
|
539
547
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
540
548
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
541
549
|
</svg>
|
|
542
|
-
<span>
|
|
550
|
+
<span>228 stars today</span>
|
|
543
551
|
</span>
|
|
544
552
|
</div>
|
|
545
553
|
<div class="details">
|
|
546
|
-
|
|
554
|
+
Spotify for the terminal written in Rust 🚀
|
|
547
555
|
</div>
|
|
548
556
|
</div>
|
|
549
557
|
</li>
|
|
@@ -552,36 +560,36 @@
|
|
|
552
560
|
<div class="info">
|
|
553
561
|
<div class="rank">
|
|
554
562
|
<span title="Ranking 13">13</span>
|
|
555
|
-
<a href="https://github.com/
|
|
563
|
+
<a href="https://github.com/vuejs/vue-cli" target="_blank" title="vuejs/vue-cli">vuejs/vue-cli</a>
|
|
556
564
|
</div>
|
|
557
565
|
<div class="sub-title followers">
|
|
558
566
|
|
|
559
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
560
|
-
<span style="background-color: #
|
|
567
|
+
<a class="language" target="_blank" href="https://github.com/topics/javascript" title="Programming Language JavaScript">
|
|
568
|
+
<span style="background-color: #f1e05a;"></span>JavaScript
|
|
561
569
|
</a>
|
|
562
570
|
|
|
563
571
|
<span class="star" title="Stargazers Count">
|
|
564
572
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
565
573
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
566
574
|
</svg>
|
|
567
|
-
<span>
|
|
575
|
+
<span>28449</span>
|
|
568
576
|
</span>
|
|
569
577
|
<span class="star" title="Repo Forked">
|
|
570
578
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
571
579
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
572
580
|
</path>
|
|
573
581
|
</svg>
|
|
574
|
-
<span>
|
|
582
|
+
<span>5774</span>
|
|
575
583
|
</span>
|
|
576
584
|
<span class="star">
|
|
577
585
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
578
586
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
579
587
|
</svg>
|
|
580
|
-
<span>
|
|
588
|
+
<span>57 stars today</span>
|
|
581
589
|
</span>
|
|
582
590
|
</div>
|
|
583
591
|
<div class="details">
|
|
584
|
-
|
|
592
|
+
🛠️ Standard Tooling for Vue.js Development
|
|
585
593
|
</div>
|
|
586
594
|
</div>
|
|
587
595
|
</li>
|
|
@@ -590,36 +598,32 @@
|
|
|
590
598
|
<div class="info">
|
|
591
599
|
<div class="rank">
|
|
592
600
|
<span title="Ranking 14">14</span>
|
|
593
|
-
<a href="https://github.com/
|
|
601
|
+
<a href="https://github.com/EbookFoundation/free-programming-books" target="_blank" title="EbookFoundation/free-programming-books">EbookFoundation/free-programming-books</a>
|
|
594
602
|
</div>
|
|
595
603
|
<div class="sub-title followers">
|
|
596
604
|
|
|
597
|
-
<a class="language" target="_blank" href="https://github.com/topics/jupyternotebook" title="Programming Language JupyterNotebook">
|
|
598
|
-
<span style="background-color: #DA5B0B;"></span>JupyterNotebook
|
|
599
|
-
</a>
|
|
600
|
-
|
|
601
605
|
<span class="star" title="Stargazers Count">
|
|
602
606
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
603
607
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
604
608
|
</svg>
|
|
605
|
-
<span>
|
|
609
|
+
<span>204637</span>
|
|
606
610
|
</span>
|
|
607
611
|
<span class="star" title="Repo Forked">
|
|
608
612
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
609
613
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
610
614
|
</path>
|
|
611
615
|
</svg>
|
|
612
|
-
<span>
|
|
616
|
+
<span>44408</span>
|
|
613
617
|
</span>
|
|
614
618
|
<span class="star">
|
|
615
619
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
616
620
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
617
621
|
</svg>
|
|
618
|
-
<span>
|
|
622
|
+
<span>477 stars today</span>
|
|
619
623
|
</span>
|
|
620
624
|
</div>
|
|
621
625
|
<div class="details">
|
|
622
|
-
|
|
626
|
+
📚 Freely available programming books
|
|
623
627
|
</div>
|
|
624
628
|
</div>
|
|
625
629
|
</li>
|
|
@@ -628,36 +632,32 @@
|
|
|
628
632
|
<div class="info">
|
|
629
633
|
<div class="rank">
|
|
630
634
|
<span title="Ranking 15">15</span>
|
|
631
|
-
<a href="https://github.com/
|
|
635
|
+
<a href="https://github.com/imarvinle/awesome-cs-books" target="_blank" title="imarvinle/awesome-cs-books">imarvinle/awesome-cs-books</a>
|
|
632
636
|
</div>
|
|
633
637
|
<div class="sub-title followers">
|
|
634
638
|
|
|
635
|
-
<a class="language" target="_blank" href="https://github.com/topics/javascript" title="Programming Language JavaScript">
|
|
636
|
-
<span style="background-color: #f1e05a;"></span>JavaScript
|
|
637
|
-
</a>
|
|
638
|
-
|
|
639
639
|
<span class="star" title="Stargazers Count">
|
|
640
640
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
641
641
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
642
642
|
</svg>
|
|
643
|
-
<span>
|
|
643
|
+
<span>9342</span>
|
|
644
644
|
</span>
|
|
645
645
|
<span class="star" title="Repo Forked">
|
|
646
646
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
647
647
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
648
648
|
</path>
|
|
649
649
|
</svg>
|
|
650
|
-
<span>
|
|
650
|
+
<span>1511</span>
|
|
651
651
|
</span>
|
|
652
652
|
<span class="star">
|
|
653
653
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
654
654
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
655
655
|
</svg>
|
|
656
|
-
<span>
|
|
656
|
+
<span>63 stars today</span>
|
|
657
657
|
</span>
|
|
658
658
|
</div>
|
|
659
659
|
<div class="details">
|
|
660
|
-
|
|
660
|
+
经典编程书籍大全,涵盖:计算机系统与网络、系统架构、算法与数据结构、前端开发、后端开发、移动开发、数据库、测试、项目与团队、程序员职业修炼、求职面试等
|
|
661
661
|
</div>
|
|
662
662
|
</div>
|
|
663
663
|
</li>
|
|
@@ -666,36 +666,32 @@
|
|
|
666
666
|
<div class="info">
|
|
667
667
|
<div class="rank">
|
|
668
668
|
<span title="Ranking 16">16</span>
|
|
669
|
-
<a href="https://github.com/
|
|
669
|
+
<a href="https://github.com/jwasham/coding-interview-university" target="_blank" title="jwasham/coding-interview-university">jwasham/coding-interview-university</a>
|
|
670
670
|
</div>
|
|
671
671
|
<div class="sub-title followers">
|
|
672
672
|
|
|
673
|
-
<a class="language" target="_blank" href="https://github.com/topics/jupyternotebook" title="Programming Language JupyterNotebook">
|
|
674
|
-
<span style="background-color: #DA5B0B;"></span>JupyterNotebook
|
|
675
|
-
</a>
|
|
676
|
-
|
|
677
673
|
<span class="star" title="Stargazers Count">
|
|
678
674
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
679
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>
|
|
680
676
|
</svg>
|
|
681
|
-
<span>
|
|
677
|
+
<span>192370</span>
|
|
682
678
|
</span>
|
|
683
679
|
<span class="star" title="Repo Forked">
|
|
684
680
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
685
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">
|
|
686
682
|
</path>
|
|
687
683
|
</svg>
|
|
688
|
-
<span>
|
|
684
|
+
<span>51687</span>
|
|
689
685
|
</span>
|
|
690
686
|
<span class="star">
|
|
691
687
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
692
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>
|
|
693
689
|
</svg>
|
|
694
|
-
<span>
|
|
690
|
+
<span>545 stars today</span>
|
|
695
691
|
</span>
|
|
696
692
|
</div>
|
|
697
693
|
<div class="details">
|
|
698
|
-
|
|
694
|
+
A complete computer science study plan to become a software engineer.
|
|
699
695
|
</div>
|
|
700
696
|
</div>
|
|
701
697
|
</li>
|
|
@@ -704,7 +700,7 @@
|
|
|
704
700
|
<div class="info">
|
|
705
701
|
<div class="rank">
|
|
706
702
|
<span title="Ranking 17">17</span>
|
|
707
|
-
<a href="https://github.com/
|
|
703
|
+
<a href="https://github.com/WZMIAOMIAO/deep-learning-for-image-processing" target="_blank" title="WZMIAOMIAO/deep-learning-for-image-processing">WZMIAOMIAO/deep-learning-for-image-processing</a>
|
|
708
704
|
</div>
|
|
709
705
|
<div class="sub-title followers">
|
|
710
706
|
|
|
@@ -716,24 +712,24 @@
|
|
|
716
712
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
717
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>
|
|
718
714
|
</svg>
|
|
719
|
-
<span>
|
|
715
|
+
<span>4026</span>
|
|
720
716
|
</span>
|
|
721
717
|
<span class="star" title="Repo Forked">
|
|
722
718
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
723
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">
|
|
724
720
|
</path>
|
|
725
721
|
</svg>
|
|
726
|
-
<span>
|
|
722
|
+
<span>2033</span>
|
|
727
723
|
</span>
|
|
728
724
|
<span class="star">
|
|
729
725
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
730
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>
|
|
731
727
|
</svg>
|
|
732
|
-
<span>
|
|
728
|
+
<span>44 stars today</span>
|
|
733
729
|
</span>
|
|
734
730
|
</div>
|
|
735
731
|
<div class="details">
|
|
736
|
-
|
|
732
|
+
deep learning for image processing including classification and object-detection etc.
|
|
737
733
|
</div>
|
|
738
734
|
</div>
|
|
739
735
|
</li>
|
|
@@ -742,36 +738,36 @@
|
|
|
742
738
|
<div class="info">
|
|
743
739
|
<div class="rank">
|
|
744
740
|
<span title="Ranking 18">18</span>
|
|
745
|
-
<a href="https://github.com/
|
|
741
|
+
<a href="https://github.com/snowpackjs/astro" target="_blank" title="snowpackjs/astro">snowpackjs/astro</a>
|
|
746
742
|
</div>
|
|
747
743
|
<div class="sub-title followers">
|
|
748
744
|
|
|
749
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
750
|
-
<span style="background-color: #
|
|
745
|
+
<a class="language" target="_blank" href="https://github.com/topics/typescript" title="Programming Language TypeScript">
|
|
746
|
+
<span style="background-color: #2b7489;"></span>TypeScript
|
|
751
747
|
</a>
|
|
752
748
|
|
|
753
749
|
<span class="star" title="Stargazers Count">
|
|
754
750
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
755
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>
|
|
756
752
|
</svg>
|
|
757
|
-
<span>
|
|
753
|
+
<span>6845</span>
|
|
758
754
|
</span>
|
|
759
755
|
<span class="star" title="Repo Forked">
|
|
760
756
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
761
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">
|
|
762
758
|
</path>
|
|
763
759
|
</svg>
|
|
764
|
-
<span>
|
|
760
|
+
<span>278</span>
|
|
765
761
|
</span>
|
|
766
762
|
<span class="star">
|
|
767
763
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
768
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>
|
|
769
765
|
</svg>
|
|
770
|
-
<span>
|
|
766
|
+
<span>112 stars today</span>
|
|
771
767
|
</span>
|
|
772
768
|
</div>
|
|
773
769
|
<div class="details">
|
|
774
|
-
|
|
770
|
+
🚀🧑🚀 Keep your eyes to the skies, astronauts!
|
|
775
771
|
</div>
|
|
776
772
|
</div>
|
|
777
773
|
</li>
|
|
@@ -780,36 +776,36 @@
|
|
|
780
776
|
<div class="info">
|
|
781
777
|
<div class="rank">
|
|
782
778
|
<span title="Ranking 19">19</span>
|
|
783
|
-
<a href="https://github.com/
|
|
779
|
+
<a href="https://github.com/public-apis/public-apis" target="_blank" title="public-apis/public-apis">public-apis/public-apis</a>
|
|
784
780
|
</div>
|
|
785
781
|
<div class="sub-title followers">
|
|
786
782
|
|
|
787
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
788
|
-
<span style="background-color: #
|
|
783
|
+
<a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
|
|
784
|
+
<span style="background-color: #3572A5;"></span>Python
|
|
789
785
|
</a>
|
|
790
786
|
|
|
791
787
|
<span class="star" title="Stargazers Count">
|
|
792
788
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
793
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>
|
|
794
790
|
</svg>
|
|
795
|
-
<span>
|
|
791
|
+
<span>157056</span>
|
|
796
792
|
</span>
|
|
797
793
|
<span class="star" title="Repo Forked">
|
|
798
794
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
799
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">
|
|
800
796
|
</path>
|
|
801
797
|
</svg>
|
|
802
|
-
<span>
|
|
798
|
+
<span>17834</span>
|
|
803
799
|
</span>
|
|
804
800
|
<span class="star">
|
|
805
801
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
806
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>
|
|
807
803
|
</svg>
|
|
808
|
-
<span>
|
|
804
|
+
<span>338 stars today</span>
|
|
809
805
|
</span>
|
|
810
806
|
</div>
|
|
811
807
|
<div class="details">
|
|
812
|
-
|
|
808
|
+
A collective list of free APIs
|
|
813
809
|
</div>
|
|
814
810
|
</div>
|
|
815
811
|
</li>
|
|
@@ -818,36 +814,36 @@
|
|
|
818
814
|
<div class="info">
|
|
819
815
|
<div class="rank">
|
|
820
816
|
<span title="Ranking 20">20</span>
|
|
821
|
-
<a href="https://github.com/
|
|
817
|
+
<a href="https://github.com/tensorflow/similarity" target="_blank" title="tensorflow/similarity">tensorflow/similarity</a>
|
|
822
818
|
</div>
|
|
823
819
|
<div class="sub-title followers">
|
|
824
820
|
|
|
825
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
826
|
-
<span style="background-color: #
|
|
821
|
+
<a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
|
|
822
|
+
<span style="background-color: #3572A5;"></span>Python
|
|
827
823
|
</a>
|
|
828
824
|
|
|
829
825
|
<span class="star" title="Stargazers Count">
|
|
830
826
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
831
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>
|
|
832
828
|
</svg>
|
|
833
|
-
<span>
|
|
829
|
+
<span>344</span>
|
|
834
830
|
</span>
|
|
835
831
|
<span class="star" title="Repo Forked">
|
|
836
832
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
837
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">
|
|
838
834
|
</path>
|
|
839
835
|
</svg>
|
|
840
|
-
<span>
|
|
836
|
+
<span>17</span>
|
|
841
837
|
</span>
|
|
842
838
|
<span class="star">
|
|
843
839
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
844
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>
|
|
845
841
|
</svg>
|
|
846
|
-
<span>
|
|
842
|
+
<span>97 stars today</span>
|
|
847
843
|
</span>
|
|
848
844
|
</div>
|
|
849
845
|
<div class="details">
|
|
850
|
-
|
|
846
|
+
TensorFlow Similarity is a python package focused on making similarity learning quick and easy.
|
|
851
847
|
</div>
|
|
852
848
|
</div>
|
|
853
849
|
</li>
|
|
@@ -856,36 +852,36 @@
|
|
|
856
852
|
<div class="info">
|
|
857
853
|
<div class="rank">
|
|
858
854
|
<span title="Ranking 21">21</span>
|
|
859
|
-
<a href="https://github.com/
|
|
855
|
+
<a href="https://github.com/AMAI-GmbH/AI-Expert-Roadmap" target="_blank" title="AMAI-GmbH/AI-Expert-Roadmap">AMAI-GmbH/AI-Expert-Roadmap</a>
|
|
860
856
|
</div>
|
|
861
857
|
<div class="sub-title followers">
|
|
862
858
|
|
|
863
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
864
|
-
<span style="background-color: #
|
|
859
|
+
<a class="language" target="_blank" href="https://github.com/topics/javascript" title="Programming Language JavaScript">
|
|
860
|
+
<span style="background-color: #f1e05a;"></span>JavaScript
|
|
865
861
|
</a>
|
|
866
862
|
|
|
867
863
|
<span class="star" title="Stargazers Count">
|
|
868
864
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
869
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>
|
|
870
866
|
</svg>
|
|
871
|
-
<span>
|
|
867
|
+
<span>14260</span>
|
|
872
868
|
</span>
|
|
873
869
|
<span class="star" title="Repo Forked">
|
|
874
870
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
875
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">
|
|
876
872
|
</path>
|
|
877
873
|
</svg>
|
|
878
|
-
<span>
|
|
874
|
+
<span>1245</span>
|
|
879
875
|
</span>
|
|
880
876
|
<span class="star">
|
|
881
877
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
882
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>
|
|
883
879
|
</svg>
|
|
884
|
-
<span>
|
|
880
|
+
<span>188 stars today</span>
|
|
885
881
|
</span>
|
|
886
882
|
</div>
|
|
887
883
|
<div class="details">
|
|
888
|
-
|
|
884
|
+
Roadmap to becoming an Artificial Intelligence Expert in 2021
|
|
889
885
|
</div>
|
|
890
886
|
</div>
|
|
891
887
|
</li>
|
|
@@ -894,36 +890,36 @@
|
|
|
894
890
|
<div class="info">
|
|
895
891
|
<div class="rank">
|
|
896
892
|
<span title="Ranking 22">22</span>
|
|
897
|
-
<a href="https://github.com/
|
|
893
|
+
<a href="https://github.com/microsoft/onnxruntime" target="_blank" title="microsoft/onnxruntime">microsoft/onnxruntime</a>
|
|
898
894
|
</div>
|
|
899
895
|
<div class="sub-title followers">
|
|
900
896
|
|
|
901
|
-
<a class="language" target="_blank" href="https://github.com/topics/c" title="Programming Language C">
|
|
902
|
-
<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: #f34b7d;"></span>C++
|
|
903
899
|
</a>
|
|
904
900
|
|
|
905
901
|
<span class="star" title="Stargazers Count">
|
|
906
902
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
907
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>
|
|
908
904
|
</svg>
|
|
909
|
-
<span>
|
|
905
|
+
<span>5331</span>
|
|
910
906
|
</span>
|
|
911
907
|
<span class="star" title="Repo Forked">
|
|
912
908
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
913
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">
|
|
914
910
|
</path>
|
|
915
911
|
</svg>
|
|
916
|
-
<span>
|
|
912
|
+
<span>1248</span>
|
|
917
913
|
</span>
|
|
918
914
|
<span class="star">
|
|
919
915
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
920
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>
|
|
921
917
|
</svg>
|
|
922
|
-
<span>
|
|
918
|
+
<span>77 stars today</span>
|
|
923
919
|
</span>
|
|
924
920
|
</div>
|
|
925
921
|
<div class="details">
|
|
926
|
-
|
|
922
|
+
ONNX Runtime: cross-platform, high performance ML inferencing and training accelerator
|
|
927
923
|
</div>
|
|
928
924
|
</div>
|
|
929
925
|
</li>
|
|
@@ -932,36 +928,32 @@
|
|
|
932
928
|
<div class="info">
|
|
933
929
|
<div class="rank">
|
|
934
930
|
<span title="Ranking 23">23</span>
|
|
935
|
-
<a href="https://github.com/
|
|
931
|
+
<a href="https://github.com/LaravelDaily/Laravel-Roadmap-Learning-Path" target="_blank" title="LaravelDaily/Laravel-Roadmap-Learning-Path">LaravelDaily/Laravel-Roadmap-Learning-Path</a>
|
|
936
932
|
</div>
|
|
937
933
|
<div class="sub-title followers">
|
|
938
934
|
|
|
939
|
-
<a class="language" target="_blank" href="https://github.com/topics/typescript" title="Programming Language TypeScript">
|
|
940
|
-
<span style="background-color: #2b7489;"></span>TypeScript
|
|
941
|
-
</a>
|
|
942
|
-
|
|
943
935
|
<span class="star" title="Stargazers Count">
|
|
944
936
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
945
937
|
<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>
|
|
946
938
|
</svg>
|
|
947
|
-
<span>
|
|
939
|
+
<span>2074</span>
|
|
948
940
|
</span>
|
|
949
941
|
<span class="star" title="Repo Forked">
|
|
950
942
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
951
943
|
<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">
|
|
952
944
|
</path>
|
|
953
945
|
</svg>
|
|
954
|
-
<span>
|
|
946
|
+
<span>370</span>
|
|
955
947
|
</span>
|
|
956
948
|
<span class="star">
|
|
957
949
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
958
950
|
<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>
|
|
959
951
|
</svg>
|
|
960
|
-
<span>
|
|
952
|
+
<span>36 stars today</span>
|
|
961
953
|
</span>
|
|
962
954
|
</div>
|
|
963
955
|
<div class="details">
|
|
964
|
-
|
|
956
|
+
|
|
965
957
|
</div>
|
|
966
958
|
</div>
|
|
967
959
|
</li>
|
|
@@ -970,36 +962,36 @@
|
|
|
970
962
|
<div class="info">
|
|
971
963
|
<div class="rank">
|
|
972
964
|
<span title="Ranking 24">24</span>
|
|
973
|
-
<a href="https://github.com/
|
|
965
|
+
<a href="https://github.com/macrozheng/mall" target="_blank" title="macrozheng/mall">macrozheng/mall</a>
|
|
974
966
|
</div>
|
|
975
967
|
<div class="sub-title followers">
|
|
976
968
|
|
|
977
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
978
|
-
<span style="background-color: #
|
|
969
|
+
<a class="language" target="_blank" href="https://github.com/topics/java" title="Programming Language Java">
|
|
970
|
+
<span style="background-color: #b07219;"></span>Java
|
|
979
971
|
</a>
|
|
980
972
|
|
|
981
973
|
<span class="star" title="Stargazers Count">
|
|
982
974
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
983
975
|
<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>
|
|
984
976
|
</svg>
|
|
985
|
-
<span>
|
|
977
|
+
<span>52540</span>
|
|
986
978
|
</span>
|
|
987
979
|
<span class="star" title="Repo Forked">
|
|
988
980
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
989
981
|
<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">
|
|
990
982
|
</path>
|
|
991
983
|
</svg>
|
|
992
|
-
<span>
|
|
984
|
+
<span>22478</span>
|
|
993
985
|
</span>
|
|
994
986
|
<span class="star">
|
|
995
987
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
996
988
|
<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>
|
|
997
989
|
</svg>
|
|
998
|
-
<span>
|
|
990
|
+
<span>59 stars today</span>
|
|
999
991
|
</span>
|
|
1000
992
|
</div>
|
|
1001
993
|
<div class="details">
|
|
1002
|
-
|
|
994
|
+
mall项目是一套电商系统,包括前台商城系统及后台管理系统,基于SpringBoot+MyBatis实现,采用Docker容器化部署。 前台商城系统包含首页门户、商品推荐、商品搜索、商品展示、购物车、订单流程、会员中心、客户服务、帮助中心等模块。 后台管理系统包含商品管理、订单管理、会员管理、促销管理、运营管理、内容管理、统计报表、财务管理、权限管理、设置等模块。
|
|
1003
995
|
</div>
|
|
1004
996
|
</div>
|
|
1005
997
|
</li>
|
|
@@ -1008,7 +1000,7 @@
|
|
|
1008
1000
|
<div class="info">
|
|
1009
1001
|
<div class="rank">
|
|
1010
1002
|
<span title="Ranking 25">25</span>
|
|
1011
|
-
<a href="https://github.com/
|
|
1003
|
+
<a href="https://github.com/cypress-io/cypress" target="_blank" title="cypress-io/cypress">cypress-io/cypress</a>
|
|
1012
1004
|
</div>
|
|
1013
1005
|
<div class="sub-title followers">
|
|
1014
1006
|
|
|
@@ -1020,24 +1012,24 @@
|
|
|
1020
1012
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
1021
1013
|
<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>
|
|
1022
1014
|
</svg>
|
|
1023
|
-
<span>
|
|
1015
|
+
<span>33367</span>
|
|
1024
1016
|
</span>
|
|
1025
1017
|
<span class="star" title="Repo Forked">
|
|
1026
1018
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
1027
1019
|
<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">
|
|
1028
1020
|
</path>
|
|
1029
1021
|
</svg>
|
|
1030
|
-
<span>
|
|
1022
|
+
<span>1958</span>
|
|
1031
1023
|
</span>
|
|
1032
1024
|
<span class="star">
|
|
1033
1025
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
1034
1026
|
<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>
|
|
1035
1027
|
</svg>
|
|
1036
|
-
<span>
|
|
1028
|
+
<span>210 stars today</span>
|
|
1037
1029
|
</span>
|
|
1038
1030
|
</div>
|
|
1039
1031
|
<div class="details">
|
|
1040
|
-
|
|
1032
|
+
Fast, easy and reliable testing for anything that runs in a browser.
|
|
1041
1033
|
</div>
|
|
1042
1034
|
</div>
|
|
1043
1035
|
</li>
|
|
@@ -1058,7 +1050,7 @@
|
|
|
1058
1050
|
<img src="https://img.shields.io/npm/v/@wcj/github-rank.svg?label=unpkg">
|
|
1059
1051
|
</a>
|
|
1060
1052
|
</p>
|
|
1061
|
-
<div class="time">Last cache created on 2021/9/
|
|
1053
|
+
<div class="time">Last cache created on 2021/9/17 by Github API v3.</div>
|
|
1062
1054
|
Create by <a href="https://github.com/jaywcjlove" target="_blank">小弟调调™</a>.
|
|
1063
1055
|
</div>
|
|
1064
1056
|
</body>
|