@wcj/github-rank 21.10.23 → 21.10.27
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 +31945 -31946
- package/dist/sifou-daily.json +66 -120
- package/dist/sifou-monthly.json +129 -129
- package/dist/sifou-weekly.json +172 -172
- package/dist/toutiao-30.json +144 -144
- package/dist/toutiao-7.json +132 -132
- package/dist/toutiao-90.json +56 -56
- package/dist/trending-daily.json +194 -194
- package/dist/trending-monthly.json +181 -181
- package/dist/trending-weekly.json +183 -183
- package/dist/users.china.json +2863 -2863
- package/dist/users.json +4118 -4118
- package/package.json +1 -1
- package/web/36kr.html +2 -2
- package/web/data/repos.json +31945 -31946
- package/web/data/sifou-daily.json +66 -120
- package/web/data/sifou-monthly.json +129 -129
- package/web/data/sifou-weekly.json +172 -172
- package/web/data/toutiao-30.json +144 -144
- package/web/data/toutiao-7.json +132 -132
- package/web/data/toutiao-90.json +56 -56
- package/web/data/trending-daily.json +194 -194
- package/web/data/trending-monthly.json +181 -181
- package/web/data/trending-weekly.json +183 -183
- package/web/data/users.china.json +2863 -2863
- package/web/data/users.json +4118 -4118
- package/web/index.html +2087 -2087
- package/web/repos.html +3901 -3901
- package/web/sifou-daily.html +56 -224
- package/web/sifou-monthly.html +143 -143
- package/web/sifou-weekly.html +149 -149
- package/web/toutiao-30.html +122 -122
- package/web/toutiao-7.html +98 -98
- package/web/toutiao-90.html +77 -77
- package/web/trending-monthly.html +169 -157
- package/web/trending-weekly.html +162 -170
- package/web/trending.html +171 -175
- package/web/users.china.html +1430 -1430
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/10/
|
|
84
|
+
<div class="time">Last cache created on 2021/10/27 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/czj2369/jd_tb_auto" target="_blank" title="czj2369/jd_tb_auto">czj2369/jd_tb_auto</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/javascript" title="Programming Language JavaScript">
|
|
112
|
+
<span style="background-color: #f1e05a;"></span>JavaScript
|
|
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>485</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>163</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>217 stars today</span>
|
|
133
133
|
</span>
|
|
134
134
|
</div>
|
|
135
135
|
<div class="details">
|
|
136
|
-
|
|
136
|
+
基于AutoJs编写的618||双十一||淘宝||京东||赚喵币||赚汪汪币任务自动完成脚本
|
|
137
137
|
</div>
|
|
138
138
|
</div>
|
|
139
139
|
</li>
|
|
@@ -142,36 +142,32 @@
|
|
|
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/0voice/audio_video_streaming" target="_blank" title="0voice/audio_video_streaming">0voice/audio_video_streaming</a>
|
|
146
146
|
</div>
|
|
147
147
|
<div class="sub-title followers">
|
|
148
148
|
|
|
149
|
-
<a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
|
|
150
|
-
<span style="background-color: #3572A5;"></span>Python
|
|
151
|
-
</a>
|
|
152
|
-
|
|
153
149
|
<span class="star" title="Stargazers Count">
|
|
154
150
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
155
151
|
<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
152
|
</svg>
|
|
157
|
-
<span>
|
|
153
|
+
<span>1406</span>
|
|
158
154
|
</span>
|
|
159
155
|
<span class="star" title="Repo Forked">
|
|
160
156
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
161
157
|
<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
158
|
</path>
|
|
163
159
|
</svg>
|
|
164
|
-
<span>
|
|
160
|
+
<span>267</span>
|
|
165
161
|
</span>
|
|
166
162
|
<span class="star">
|
|
167
163
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
168
164
|
<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
165
|
</svg>
|
|
170
|
-
<span>
|
|
166
|
+
<span>116 stars today</span>
|
|
171
167
|
</span>
|
|
172
168
|
</div>
|
|
173
169
|
<div class="details">
|
|
174
|
-
|
|
170
|
+
音视频流媒体权威资料整理,500+份文章,论文,视频,实践项目,协议,业界大神名单。
|
|
175
171
|
</div>
|
|
176
172
|
</div>
|
|
177
173
|
</li>
|
|
@@ -180,36 +176,36 @@
|
|
|
180
176
|
<div class="info">
|
|
181
177
|
<div class="rank">
|
|
182
178
|
<span title="Ranking 3">3</span>
|
|
183
|
-
<a href="https://github.com/
|
|
179
|
+
<a href="https://github.com/ADeltaX/WSAGAScript" target="_blank" title="ADeltaX/WSAGAScript">ADeltaX/WSAGAScript</a>
|
|
184
180
|
</div>
|
|
185
181
|
<div class="sub-title followers">
|
|
186
182
|
|
|
187
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
188
|
-
<span style="background-color: #
|
|
183
|
+
<a class="language" target="_blank" href="https://github.com/topics/shell" title="Programming Language Shell">
|
|
184
|
+
<span style="background-color: #89e051;"></span>Shell
|
|
189
185
|
</a>
|
|
190
186
|
|
|
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>1036</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>78</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>192 stars today</span>
|
|
209
205
|
</span>
|
|
210
206
|
</div>
|
|
211
207
|
<div class="details">
|
|
212
|
-
|
|
208
|
+
Scripts to install Google Apps into a WSA image. Plus optional root
|
|
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/jessfraz/dockerfiles" target="_blank" title="jessfraz/dockerfiles">jessfraz/dockerfiles</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/dockerfile" title="Programming Language Dockerfile">
|
|
222
|
+
<span style="background-color: #384d54;"></span>Dockerfile
|
|
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>11864</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>2158</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>181 stars today</span>
|
|
247
243
|
</span>
|
|
248
244
|
</div>
|
|
249
245
|
<div class="details">
|
|
250
|
-
|
|
246
|
+
Various Dockerfiles I use on the desktop and on servers.
|
|
251
247
|
</div>
|
|
252
248
|
</div>
|
|
253
249
|
</li>
|
|
@@ -256,32 +252,36 @@
|
|
|
256
252
|
<div class="info">
|
|
257
253
|
<div class="rank">
|
|
258
254
|
<span title="Ranking 5">5</span>
|
|
259
|
-
<a href="https://github.com/
|
|
255
|
+
<a href="https://github.com/ifzhang/ByteTrack" target="_blank" title="ifzhang/ByteTrack">ifzhang/ByteTrack</a>
|
|
260
256
|
</div>
|
|
261
257
|
<div class="sub-title followers">
|
|
262
258
|
|
|
259
|
+
<a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
|
|
260
|
+
<span style="background-color: #3572A5;"></span>Python
|
|
261
|
+
</a>
|
|
262
|
+
|
|
263
263
|
<span class="star" title="Stargazers Count">
|
|
264
264
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
265
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>
|
|
266
266
|
</svg>
|
|
267
|
-
<span>
|
|
267
|
+
<span>1137</span>
|
|
268
268
|
</span>
|
|
269
269
|
<span class="star" title="Repo Forked">
|
|
270
270
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
271
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">
|
|
272
272
|
</path>
|
|
273
273
|
</svg>
|
|
274
|
-
<span>
|
|
274
|
+
<span>141</span>
|
|
275
275
|
</span>
|
|
276
276
|
<span class="star">
|
|
277
277
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
278
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>
|
|
279
279
|
</svg>
|
|
280
|
-
<span>
|
|
280
|
+
<span>153 stars today</span>
|
|
281
281
|
</span>
|
|
282
282
|
</div>
|
|
283
283
|
<div class="details">
|
|
284
|
-
|
|
284
|
+
ByteTrack: Multi-Object Tracking by Associating Every Detection Box
|
|
285
285
|
</div>
|
|
286
286
|
</div>
|
|
287
287
|
</li>
|
|
@@ -290,36 +290,36 @@
|
|
|
290
290
|
<div class="info">
|
|
291
291
|
<div class="rank">
|
|
292
292
|
<span title="Ranking 6">6</span>
|
|
293
|
-
<a href="https://github.com/
|
|
293
|
+
<a href="https://github.com/cheatsheet1999/FrontEndCollection" target="_blank" title="cheatsheet1999/FrontEndCollection">cheatsheet1999/FrontEndCollection</a>
|
|
294
294
|
</div>
|
|
295
295
|
<div class="sub-title followers">
|
|
296
296
|
|
|
297
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
298
|
-
<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
|
|
299
299
|
</a>
|
|
300
300
|
|
|
301
301
|
<span class="star" title="Stargazers Count">
|
|
302
302
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
303
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>
|
|
304
304
|
</svg>
|
|
305
|
-
<span>
|
|
305
|
+
<span>788</span>
|
|
306
306
|
</span>
|
|
307
307
|
<span class="star" title="Repo Forked">
|
|
308
308
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
309
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">
|
|
310
310
|
</path>
|
|
311
311
|
</svg>
|
|
312
|
-
<span>
|
|
312
|
+
<span>118</span>
|
|
313
313
|
</span>
|
|
314
314
|
<span class="star">
|
|
315
315
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
316
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>
|
|
317
317
|
</svg>
|
|
318
|
-
<span>
|
|
318
|
+
<span>92 stars today</span>
|
|
319
319
|
</span>
|
|
320
320
|
</div>
|
|
321
321
|
<div class="details">
|
|
322
|
-
|
|
322
|
+
Notes for Front-end Software Engineers. Covers common data structure and algorithms, basic web concepts, HTML & CSS & Javascript.
|
|
323
323
|
</div>
|
|
324
324
|
</div>
|
|
325
325
|
</li>
|
|
@@ -328,36 +328,36 @@
|
|
|
328
328
|
<div class="info">
|
|
329
329
|
<div class="rank">
|
|
330
330
|
<span title="Ranking 7">7</span>
|
|
331
|
-
<a href="https://github.com/
|
|
331
|
+
<a href="https://github.com/jackfrued/Python-100-Days" target="_blank" title="jackfrued/Python-100-Days">jackfrued/Python-100-Days</a>
|
|
332
332
|
</div>
|
|
333
333
|
<div class="sub-title followers">
|
|
334
334
|
|
|
335
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
336
|
-
<span style="background-color: #
|
|
335
|
+
<a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
|
|
336
|
+
<span style="background-color: #3572A5;"></span>Python
|
|
337
337
|
</a>
|
|
338
338
|
|
|
339
339
|
<span class="star" title="Stargazers Count">
|
|
340
340
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
341
341
|
<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>
|
|
342
342
|
</svg>
|
|
343
|
-
<span>
|
|
343
|
+
<span>110556</span>
|
|
344
344
|
</span>
|
|
345
345
|
<span class="star" title="Repo Forked">
|
|
346
346
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
347
347
|
<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">
|
|
348
348
|
</path>
|
|
349
349
|
</svg>
|
|
350
|
-
<span>
|
|
350
|
+
<span>43294</span>
|
|
351
351
|
</span>
|
|
352
352
|
<span class="star">
|
|
353
353
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
354
354
|
<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>
|
|
355
355
|
</svg>
|
|
356
|
-
<span>
|
|
356
|
+
<span>111 stars today</span>
|
|
357
357
|
</span>
|
|
358
358
|
</div>
|
|
359
359
|
<div class="details">
|
|
360
|
-
|
|
360
|
+
Python - 100天从新手到大师
|
|
361
361
|
</div>
|
|
362
362
|
</div>
|
|
363
363
|
</li>
|
|
@@ -366,36 +366,36 @@
|
|
|
366
366
|
<div class="info">
|
|
367
367
|
<div class="rank">
|
|
368
368
|
<span title="Ranking 8">8</span>
|
|
369
|
-
<a href="https://github.com/
|
|
369
|
+
<a href="https://github.com/0x727/SpringBootExploit" target="_blank" title="0x727/SpringBootExploit">0x727/SpringBootExploit</a>
|
|
370
370
|
</div>
|
|
371
371
|
<div class="sub-title followers">
|
|
372
372
|
|
|
373
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
374
|
-
<span style="background-color: #
|
|
373
|
+
<a class="language" target="_blank" href="https://github.com/topics/java" title="Programming Language Java">
|
|
374
|
+
<span style="background-color: #b07219;"></span>Java
|
|
375
375
|
</a>
|
|
376
376
|
|
|
377
377
|
<span class="star" title="Stargazers Count">
|
|
378
378
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
379
379
|
<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>
|
|
380
380
|
</svg>
|
|
381
|
-
<span>
|
|
381
|
+
<span>414</span>
|
|
382
382
|
</span>
|
|
383
383
|
<span class="star" title="Repo Forked">
|
|
384
384
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
385
385
|
<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">
|
|
386
386
|
</path>
|
|
387
387
|
</svg>
|
|
388
|
-
<span>
|
|
388
|
+
<span>60</span>
|
|
389
389
|
</span>
|
|
390
390
|
<span class="star">
|
|
391
391
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
392
392
|
<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>
|
|
393
393
|
</svg>
|
|
394
|
-
<span>
|
|
394
|
+
<span>82 stars today</span>
|
|
395
395
|
</span>
|
|
396
396
|
</div>
|
|
397
397
|
<div class="details">
|
|
398
|
-
|
|
398
|
+
项目是根据LandGrey/SpringBootVulExploit清单编写,目的hvv期间快速利用漏洞、降低漏洞利用门槛。
|
|
399
399
|
</div>
|
|
400
400
|
</div>
|
|
401
401
|
</li>
|
|
@@ -404,36 +404,32 @@
|
|
|
404
404
|
<div class="info">
|
|
405
405
|
<div class="rank">
|
|
406
406
|
<span title="Ranking 9">9</span>
|
|
407
|
-
<a href="https://github.com/
|
|
407
|
+
<a href="https://github.com/jwasham/coding-interview-university" target="_blank" title="jwasham/coding-interview-university">jwasham/coding-interview-university</a>
|
|
408
408
|
</div>
|
|
409
409
|
<div class="sub-title followers">
|
|
410
410
|
|
|
411
|
-
<a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
|
|
412
|
-
<span style="background-color: #3572A5;"></span>Python
|
|
413
|
-
</a>
|
|
414
|
-
|
|
415
411
|
<span class="star" title="Stargazers Count">
|
|
416
412
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
417
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>
|
|
418
414
|
</svg>
|
|
419
|
-
<span>
|
|
415
|
+
<span>195962</span>
|
|
420
416
|
</span>
|
|
421
417
|
<span class="star" title="Repo Forked">
|
|
422
418
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
423
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">
|
|
424
420
|
</path>
|
|
425
421
|
</svg>
|
|
426
|
-
<span>
|
|
422
|
+
<span>52680</span>
|
|
427
423
|
</span>
|
|
428
424
|
<span class="star">
|
|
429
425
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
430
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>
|
|
431
427
|
</svg>
|
|
432
|
-
<span>
|
|
428
|
+
<span>144 stars today</span>
|
|
433
429
|
</span>
|
|
434
430
|
</div>
|
|
435
431
|
<div class="details">
|
|
436
|
-
|
|
432
|
+
A complete computer science study plan to become a software engineer.
|
|
437
433
|
</div>
|
|
438
434
|
</div>
|
|
439
435
|
</li>
|
|
@@ -442,32 +438,36 @@
|
|
|
442
438
|
<div class="info">
|
|
443
439
|
<div class="rank">
|
|
444
440
|
<span title="Ranking 10">10</span>
|
|
445
|
-
<a href="https://github.com/
|
|
441
|
+
<a href="https://github.com/KubeOperator/KubePi" target="_blank" title="KubeOperator/KubePi">KubeOperator/KubePi</a>
|
|
446
442
|
</div>
|
|
447
443
|
<div class="sub-title followers">
|
|
448
444
|
|
|
445
|
+
<a class="language" target="_blank" href="https://github.com/topics/go" title="Programming Language Go">
|
|
446
|
+
<span style="background-color: #00ADD8;"></span>Go
|
|
447
|
+
</a>
|
|
448
|
+
|
|
449
449
|
<span class="star" title="Stargazers Count">
|
|
450
450
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
451
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>
|
|
452
452
|
</svg>
|
|
453
|
-
<span>
|
|
453
|
+
<span>483</span>
|
|
454
454
|
</span>
|
|
455
455
|
<span class="star" title="Repo Forked">
|
|
456
456
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
457
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">
|
|
458
458
|
</path>
|
|
459
459
|
</svg>
|
|
460
|
-
<span>
|
|
460
|
+
<span>86</span>
|
|
461
461
|
</span>
|
|
462
462
|
<span class="star">
|
|
463
463
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
464
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>
|
|
465
465
|
</svg>
|
|
466
|
-
<span>
|
|
466
|
+
<span>72 stars today</span>
|
|
467
467
|
</span>
|
|
468
468
|
</div>
|
|
469
469
|
<div class="details">
|
|
470
|
-
|
|
470
|
+
KubePi 是一款简单易用的开源 Kubernetes 可视化管理面板
|
|
471
471
|
</div>
|
|
472
472
|
</div>
|
|
473
473
|
</li>
|
|
@@ -476,36 +476,36 @@
|
|
|
476
476
|
<div class="info">
|
|
477
477
|
<div class="rank">
|
|
478
478
|
<span title="Ranking 11">11</span>
|
|
479
|
-
<a href="https://github.com/
|
|
479
|
+
<a href="https://github.com/processhacker/processhacker" target="_blank" title="processhacker/processhacker">processhacker/processhacker</a>
|
|
480
480
|
</div>
|
|
481
481
|
<div class="sub-title followers">
|
|
482
482
|
|
|
483
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
484
|
-
<span style="background-color: #
|
|
483
|
+
<a class="language" target="_blank" href="https://github.com/topics/c" title="Programming Language C">
|
|
484
|
+
<span style="background-color: #555555;"></span>C
|
|
485
485
|
</a>
|
|
486
486
|
|
|
487
487
|
<span class="star" title="Stargazers Count">
|
|
488
488
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
489
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>
|
|
490
490
|
</svg>
|
|
491
|
-
<span>
|
|
491
|
+
<span>5670</span>
|
|
492
492
|
</span>
|
|
493
493
|
<span class="star" title="Repo Forked">
|
|
494
494
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
495
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">
|
|
496
496
|
</path>
|
|
497
497
|
</svg>
|
|
498
|
-
<span>
|
|
498
|
+
<span>864</span>
|
|
499
499
|
</span>
|
|
500
500
|
<span class="star">
|
|
501
501
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
502
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>
|
|
503
503
|
</svg>
|
|
504
|
-
<span>
|
|
504
|
+
<span>132 stars today</span>
|
|
505
505
|
</span>
|
|
506
506
|
</div>
|
|
507
507
|
<div class="details">
|
|
508
|
-
A
|
|
508
|
+
A free, powerful, multi-purpose tool that helps you monitor system resources, debug software and detect malware.
|
|
509
509
|
</div>
|
|
510
510
|
</div>
|
|
511
511
|
</li>
|
|
@@ -514,7 +514,7 @@
|
|
|
514
514
|
<div class="info">
|
|
515
515
|
<div class="rank">
|
|
516
516
|
<span title="Ranking 12">12</span>
|
|
517
|
-
<a href="https://github.com/
|
|
517
|
+
<a href="https://github.com/matrixorigin/matrixone" target="_blank" title="matrixorigin/matrixone">matrixorigin/matrixone</a>
|
|
518
518
|
</div>
|
|
519
519
|
<div class="sub-title followers">
|
|
520
520
|
|
|
@@ -526,24 +526,24 @@
|
|
|
526
526
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
527
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>
|
|
528
528
|
</svg>
|
|
529
|
-
<span>
|
|
529
|
+
<span>109</span>
|
|
530
530
|
</span>
|
|
531
531
|
<span class="star" title="Repo Forked">
|
|
532
532
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
533
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">
|
|
534
534
|
</path>
|
|
535
535
|
</svg>
|
|
536
|
-
<span>
|
|
536
|
+
<span>13</span>
|
|
537
537
|
</span>
|
|
538
538
|
<span class="star">
|
|
539
539
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
540
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>
|
|
541
541
|
</svg>
|
|
542
|
-
<span>
|
|
542
|
+
<span>27 stars today</span>
|
|
543
543
|
</span>
|
|
544
544
|
</div>
|
|
545
545
|
<div class="details">
|
|
546
|
-
|
|
546
|
+
Planet scale, cloud-edge native big data engine crafted for heterogeneous workloads
|
|
547
547
|
</div>
|
|
548
548
|
</div>
|
|
549
549
|
</li>
|
|
@@ -552,36 +552,32 @@
|
|
|
552
552
|
<div class="info">
|
|
553
553
|
<div class="rank">
|
|
554
554
|
<span title="Ranking 13">13</span>
|
|
555
|
-
<a href="https://github.com/
|
|
555
|
+
<a href="https://github.com/mli/paper-reading" target="_blank" title="mli/paper-reading">mli/paper-reading</a>
|
|
556
556
|
</div>
|
|
557
557
|
<div class="sub-title followers">
|
|
558
558
|
|
|
559
|
-
<a class="language" target="_blank" href="https://github.com/topics/c++" title="Programming Language C++">
|
|
560
|
-
<span style="background-color: #f34b7d;"></span>C++
|
|
561
|
-
</a>
|
|
562
|
-
|
|
563
559
|
<span class="star" title="Stargazers Count">
|
|
564
560
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
565
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>
|
|
566
562
|
</svg>
|
|
567
|
-
<span>
|
|
563
|
+
<span>915</span>
|
|
568
564
|
</span>
|
|
569
565
|
<span class="star" title="Repo Forked">
|
|
570
566
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
571
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">
|
|
572
568
|
</path>
|
|
573
569
|
</svg>
|
|
574
|
-
<span>
|
|
570
|
+
<span>40</span>
|
|
575
571
|
</span>
|
|
576
572
|
<span class="star">
|
|
577
573
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
578
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>
|
|
579
575
|
</svg>
|
|
580
|
-
<span>
|
|
576
|
+
<span>245 stars today</span>
|
|
581
577
|
</span>
|
|
582
578
|
</div>
|
|
583
579
|
<div class="details">
|
|
584
|
-
|
|
580
|
+
深度学习论文精读
|
|
585
581
|
</div>
|
|
586
582
|
</div>
|
|
587
583
|
</li>
|
|
@@ -590,36 +586,36 @@
|
|
|
590
586
|
<div class="info">
|
|
591
587
|
<div class="rank">
|
|
592
588
|
<span title="Ranking 14">14</span>
|
|
593
|
-
<a href="https://github.com/
|
|
589
|
+
<a href="https://github.com/simdjson/simdjson" target="_blank" title="simdjson/simdjson">simdjson/simdjson</a>
|
|
594
590
|
</div>
|
|
595
591
|
<div class="sub-title followers">
|
|
596
592
|
|
|
597
|
-
<a class="language" target="_blank" href="https://github.com/topics/c
|
|
598
|
-
<span style="background-color: #
|
|
593
|
+
<a class="language" target="_blank" href="https://github.com/topics/c++" title="Programming Language C++">
|
|
594
|
+
<span style="background-color: #f34b7d;"></span>C++
|
|
599
595
|
</a>
|
|
600
596
|
|
|
601
597
|
<span class="star" title="Stargazers Count">
|
|
602
598
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
603
599
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
604
600
|
</svg>
|
|
605
|
-
<span>
|
|
601
|
+
<span>14798</span>
|
|
606
602
|
</span>
|
|
607
603
|
<span class="star" title="Repo Forked">
|
|
608
604
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
609
605
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
610
606
|
</path>
|
|
611
607
|
</svg>
|
|
612
|
-
<span>
|
|
608
|
+
<span>753</span>
|
|
613
609
|
</span>
|
|
614
610
|
<span class="star">
|
|
615
611
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
616
612
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
617
613
|
</svg>
|
|
618
|
-
<span>
|
|
614
|
+
<span>179 stars today</span>
|
|
619
615
|
</span>
|
|
620
616
|
</div>
|
|
621
617
|
<div class="details">
|
|
622
|
-
|
|
618
|
+
Parsing gigabytes of JSON per second
|
|
623
619
|
</div>
|
|
624
620
|
</div>
|
|
625
621
|
</li>
|
|
@@ -628,36 +624,36 @@
|
|
|
628
624
|
<div class="info">
|
|
629
625
|
<div class="rank">
|
|
630
626
|
<span title="Ranking 15">15</span>
|
|
631
|
-
<a href="https://github.com/
|
|
627
|
+
<a href="https://github.com/ilyas-it83/CloudComparer" target="_blank" title="ilyas-it83/CloudComparer">ilyas-it83/CloudComparer</a>
|
|
632
628
|
</div>
|
|
633
629
|
<div class="sub-title followers">
|
|
634
630
|
|
|
635
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
636
|
-
<span style="background-color: #
|
|
631
|
+
<a class="language" target="_blank" href="https://github.com/topics/html" title="Programming Language HTML">
|
|
632
|
+
<span style="background-color: #e34c26;"></span>HTML
|
|
637
633
|
</a>
|
|
638
634
|
|
|
639
635
|
<span class="star" title="Stargazers Count">
|
|
640
636
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
641
637
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
642
638
|
</svg>
|
|
643
|
-
<span>
|
|
639
|
+
<span>886</span>
|
|
644
640
|
</span>
|
|
645
641
|
<span class="star" title="Repo Forked">
|
|
646
642
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
647
643
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
648
644
|
</path>
|
|
649
645
|
</svg>
|
|
650
|
-
<span>
|
|
646
|
+
<span>777</span>
|
|
651
647
|
</span>
|
|
652
648
|
<span class="star">
|
|
653
649
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
654
650
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
655
651
|
</svg>
|
|
656
|
-
<span>
|
|
652
|
+
<span>20 stars today</span>
|
|
657
653
|
</span>
|
|
658
654
|
</div>
|
|
659
655
|
<div class="details">
|
|
660
|
-
|
|
656
|
+
Compare the various managed cloud services offered by the major public cloud providers in the market.
|
|
661
657
|
</div>
|
|
662
658
|
</div>
|
|
663
659
|
</li>
|
|
@@ -666,36 +662,36 @@
|
|
|
666
662
|
<div class="info">
|
|
667
663
|
<div class="rank">
|
|
668
664
|
<span title="Ranking 16">16</span>
|
|
669
|
-
<a href="https://github.com/
|
|
665
|
+
<a href="https://github.com/jojo2234/GreenPass-Experiments" target="_blank" title="jojo2234/GreenPass-Experiments">jojo2234/GreenPass-Experiments</a>
|
|
670
666
|
</div>
|
|
671
667
|
<div class="sub-title followers">
|
|
672
668
|
|
|
673
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
674
|
-
<span style="background-color: #
|
|
669
|
+
<a class="language" target="_blank" href="https://github.com/topics/html" title="Programming Language HTML">
|
|
670
|
+
<span style="background-color: #e34c26;"></span>HTML
|
|
675
671
|
</a>
|
|
676
672
|
|
|
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>98</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>9</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>26 stars today</span>
|
|
695
691
|
</span>
|
|
696
692
|
</div>
|
|
697
693
|
<div class="details">
|
|
698
|
-
|
|
694
|
+
It's possible to create a valid and fake green pass? The scope of this project is try to create one.
|
|
699
695
|
</div>
|
|
700
696
|
</div>
|
|
701
697
|
</li>
|
|
@@ -704,36 +700,36 @@
|
|
|
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/trekhleb/javascript-algorithms" target="_blank" title="trekhleb/javascript-algorithms">trekhleb/javascript-algorithms</a>
|
|
708
704
|
</div>
|
|
709
705
|
<div class="sub-title followers">
|
|
710
706
|
|
|
711
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
712
|
-
<span style="background-color: #
|
|
707
|
+
<a class="language" target="_blank" href="https://github.com/topics/javascript" title="Programming Language JavaScript">
|
|
708
|
+
<span style="background-color: #f1e05a;"></span>JavaScript
|
|
713
709
|
</a>
|
|
714
710
|
|
|
715
711
|
<span class="star" title="Stargazers Count">
|
|
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>125150</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>20362</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>177 stars today</span>
|
|
733
729
|
</span>
|
|
734
730
|
</div>
|
|
735
731
|
<div class="details">
|
|
736
|
-
|
|
732
|
+
📝 Algorithms and data structures implemented in JavaScript with explanations and links to further readings
|
|
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/apache/superset" target="_blank" title="apache/superset">apache/superset</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/python" title="Programming Language Python">
|
|
746
|
+
<span style="background-color: #3572A5;"></span>Python
|
|
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>41202</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>8032</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>121 stars today</span>
|
|
771
767
|
</span>
|
|
772
768
|
</div>
|
|
773
769
|
<div class="details">
|
|
774
|
-
|
|
770
|
+
Apache Superset is a Data Visualization and Data Exploration Platform
|
|
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/faisalman/ua-parser-js" target="_blank" title="faisalman/ua-parser-js">faisalman/ua-parser-js</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/javascript" title="Programming Language JavaScript">
|
|
784
|
+
<span style="background-color: #f1e05a;"></span>JavaScript
|
|
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>6127</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>961</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>77 stars today</span>
|
|
809
805
|
</span>
|
|
810
806
|
</div>
|
|
811
807
|
<div class="details">
|
|
812
|
-
|
|
808
|
+
UAParser.js - Detect Browser, Engine, OS, CPU, and Device type/model from User-Agent data. Supports browser & node.js environment.
|
|
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/spmallick/learnopencv" target="_blank" title="spmallick/learnopencv">spmallick/learnopencv</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/jupyternotebook" title="Programming Language JupyterNotebook">
|
|
822
|
+
<span style="background-color: #DA5B0B;"></span>JupyterNotebook
|
|
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>14967</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>9468</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>52 stars today</span>
|
|
847
843
|
</span>
|
|
848
844
|
</div>
|
|
849
845
|
<div class="details">
|
|
850
|
-
|
|
846
|
+
Learn OpenCV : C++ and Python Examples
|
|
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/zero205/JD_tencent_scf" target="_blank" title="zero205/JD_tencent_scf">zero205/JD_tencent_scf</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>602</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>283</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>38 stars today</span>
|
|
885
881
|
</span>
|
|
886
882
|
</div>
|
|
887
883
|
<div class="details">
|
|
888
|
-
|
|
884
|
+
自用京东JS脚本,已加入助力池;支持【青龙】、【腾讯云函数】、【elecV2P】;低调使用,请勿fork!!!
|
|
889
885
|
</div>
|
|
890
886
|
</div>
|
|
891
887
|
</li>
|
|
@@ -894,32 +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/oversecured/ovia" target="_blank" title="oversecured/ovia">oversecured/ovia</a>
|
|
898
894
|
</div>
|
|
899
895
|
<div class="sub-title followers">
|
|
900
896
|
|
|
897
|
+
<a class="language" target="_blank" href="https://github.com/topics/swift" title="Programming Language Swift">
|
|
898
|
+
<span style="background-color: #F05138;"></span>Swift
|
|
899
|
+
</a>
|
|
900
|
+
|
|
901
901
|
<span class="star" title="Stargazers Count">
|
|
902
902
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
903
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>
|
|
904
904
|
</svg>
|
|
905
|
-
<span>
|
|
905
|
+
<span>83</span>
|
|
906
906
|
</span>
|
|
907
907
|
<span class="star" title="Repo Forked">
|
|
908
908
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
909
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">
|
|
910
910
|
</path>
|
|
911
911
|
</svg>
|
|
912
|
-
<span>
|
|
912
|
+
<span>12</span>
|
|
913
913
|
</span>
|
|
914
914
|
<span class="star">
|
|
915
915
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
916
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>
|
|
917
917
|
</svg>
|
|
918
|
-
<span>
|
|
918
|
+
<span>26 stars today</span>
|
|
919
919
|
</span>
|
|
920
920
|
</div>
|
|
921
921
|
<div class="details">
|
|
922
|
-
|
|
922
|
+
Oversecured Vulnerable iOS App
|
|
923
923
|
</div>
|
|
924
924
|
</div>
|
|
925
925
|
</li>
|
|
@@ -928,36 +928,32 @@
|
|
|
928
928
|
<div class="info">
|
|
929
929
|
<div class="rank">
|
|
930
930
|
<span title="Ranking 23">23</span>
|
|
931
|
-
<a href="https://github.com/
|
|
931
|
+
<a href="https://github.com/fffaraz/awesome-cpp" target="_blank" title="fffaraz/awesome-cpp">fffaraz/awesome-cpp</a>
|
|
932
932
|
</div>
|
|
933
933
|
<div class="sub-title followers">
|
|
934
934
|
|
|
935
|
-
<a class="language" target="_blank" href="https://github.com/topics/verilog" title="Programming Language Verilog">
|
|
936
|
-
<span style="background-color: #b2b7f8;"></span>Verilog
|
|
937
|
-
</a>
|
|
938
|
-
|
|
939
935
|
<span class="star" title="Stargazers Count">
|
|
940
936
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
941
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>
|
|
942
938
|
</svg>
|
|
943
|
-
<span>
|
|
939
|
+
<span>34284</span>
|
|
944
940
|
</span>
|
|
945
941
|
<span class="star" title="Repo Forked">
|
|
946
942
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
947
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">
|
|
948
944
|
</path>
|
|
949
945
|
</svg>
|
|
950
|
-
<span>
|
|
946
|
+
<span>5783</span>
|
|
951
947
|
</span>
|
|
952
948
|
<span class="star">
|
|
953
949
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
954
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>
|
|
955
951
|
</svg>
|
|
956
|
-
<span>
|
|
952
|
+
<span>56 stars today</span>
|
|
957
953
|
</span>
|
|
958
954
|
</div>
|
|
959
955
|
<div class="details">
|
|
960
|
-
|
|
956
|
+
A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny things. Inspired by awesome-... stuff.
|
|
961
957
|
</div>
|
|
962
958
|
</div>
|
|
963
959
|
</li>
|
|
@@ -966,36 +962,36 @@
|
|
|
966
962
|
<div class="info">
|
|
967
963
|
<div class="rank">
|
|
968
964
|
<span title="Ranking 24">24</span>
|
|
969
|
-
<a href="https://github.com/
|
|
965
|
+
<a href="https://github.com/rigtorp/awesome-modern-cpp" target="_blank" title="rigtorp/awesome-modern-cpp">rigtorp/awesome-modern-cpp</a>
|
|
970
966
|
</div>
|
|
971
967
|
<div class="sub-title followers">
|
|
972
968
|
|
|
973
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
974
|
-
<span style="background-color: #
|
|
969
|
+
<a class="language" target="_blank" href="https://github.com/topics/html" title="Programming Language HTML">
|
|
970
|
+
<span style="background-color: #e34c26;"></span>HTML
|
|
975
971
|
</a>
|
|
976
972
|
|
|
977
973
|
<span class="star" title="Stargazers Count">
|
|
978
974
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
979
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>
|
|
980
976
|
</svg>
|
|
981
|
-
<span>
|
|
977
|
+
<span>8591</span>
|
|
982
978
|
</span>
|
|
983
979
|
<span class="star" title="Repo Forked">
|
|
984
980
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
985
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">
|
|
986
982
|
</path>
|
|
987
983
|
</svg>
|
|
988
|
-
<span>
|
|
984
|
+
<span>863</span>
|
|
989
985
|
</span>
|
|
990
986
|
<span class="star">
|
|
991
987
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
992
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>
|
|
993
989
|
</svg>
|
|
994
|
-
<span>
|
|
990
|
+
<span>59 stars today</span>
|
|
995
991
|
</span>
|
|
996
992
|
</div>
|
|
997
993
|
<div class="details">
|
|
998
|
-
A
|
|
994
|
+
A collection of resources on modern C++
|
|
999
995
|
</div>
|
|
1000
996
|
</div>
|
|
1001
997
|
</li>
|
|
@@ -1004,7 +1000,7 @@
|
|
|
1004
1000
|
<div class="info">
|
|
1005
1001
|
<div class="rank">
|
|
1006
1002
|
<span title="Ranking 25">25</span>
|
|
1007
|
-
<a href="https://github.com/
|
|
1003
|
+
<a href="https://github.com/github/copilot-docs" target="_blank" title="github/copilot-docs">github/copilot-docs</a>
|
|
1008
1004
|
</div>
|
|
1009
1005
|
<div class="sub-title followers">
|
|
1010
1006
|
|
|
@@ -1016,24 +1012,24 @@
|
|
|
1016
1012
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
1017
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>
|
|
1018
1014
|
</svg>
|
|
1019
|
-
<span>
|
|
1015
|
+
<span>513</span>
|
|
1020
1016
|
</span>
|
|
1021
1017
|
<span class="star" title="Repo Forked">
|
|
1022
1018
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
1023
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">
|
|
1024
1020
|
</path>
|
|
1025
1021
|
</svg>
|
|
1026
|
-
<span>
|
|
1022
|
+
<span>54</span>
|
|
1027
1023
|
</span>
|
|
1028
1024
|
<span class="star">
|
|
1029
1025
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
1030
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>
|
|
1031
1027
|
</svg>
|
|
1032
|
-
<span>
|
|
1028
|
+
<span>252 stars today</span>
|
|
1033
1029
|
</span>
|
|
1034
1030
|
</div>
|
|
1035
1031
|
<div class="details">
|
|
1036
|
-
|
|
1032
|
+
Documentation for GitHub Copilot
|
|
1037
1033
|
</div>
|
|
1038
1034
|
</div>
|
|
1039
1035
|
</li>
|
|
@@ -1054,7 +1050,7 @@
|
|
|
1054
1050
|
<img src="https://img.shields.io/npm/v/@wcj/github-rank.svg?label=unpkg">
|
|
1055
1051
|
</a>
|
|
1056
1052
|
</p>
|
|
1057
|
-
<div class="time">Last cache created on 2021/10/
|
|
1053
|
+
<div class="time">Last cache created on 2021/10/27 by Github API v3.</div>
|
|
1058
1054
|
Create by <a href="https://github.com/jaywcjlove" target="_blank">小弟调调™</a>.
|
|
1059
1055
|
</div>
|
|
1060
1056
|
</body>
|