@wcj/github-rank 21.10.25 → 21.10.29
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/repos.json +35593 -35579
- package/dist/sifou-daily.json +118 -28
- package/dist/sifou-monthly.json +109 -109
- package/dist/sifou-weekly.json +166 -175
- package/dist/toutiao-30.json +115 -115
- package/dist/toutiao-7.json +164 -164
- package/dist/toutiao-90.json +41 -41
- package/dist/trending-daily.json +192 -192
- package/dist/trending-monthly.json +171 -171
- package/dist/trending-weekly.json +192 -192
- package/dist/users.china.json +3117 -3117
- package/dist/users.json +4157 -4158
- package/package.json +1 -1
- package/web/36kr.html +2 -2
- package/web/data/repos.json +35593 -35579
- package/web/data/sifou-daily.json +118 -28
- package/web/data/sifou-monthly.json +109 -109
- package/web/data/sifou-weekly.json +166 -175
- package/web/data/toutiao-30.json +115 -115
- package/web/data/toutiao-7.json +164 -164
- package/web/data/toutiao-90.json +41 -41
- package/web/data/trending-daily.json +192 -192
- package/web/data/trending-monthly.json +171 -171
- package/web/data/trending-weekly.json +192 -192
- package/web/data/users.china.json +3117 -3117
- package/web/data/users.json +4157 -4158
- package/web/index.html +2171 -2171
- package/web/repos.html +4191 -4191
- package/web/sifou-daily.html +304 -24
- package/web/sifou-monthly.html +119 -119
- package/web/sifou-weekly.html +139 -167
- package/web/toutiao-30.html +104 -104
- package/web/toutiao-7.html +99 -99
- package/web/toutiao-90.html +60 -60
- package/web/trending-monthly.html +151 -155
- package/web/trending-weekly.html +169 -173
- package/web/trending.html +167 -171
- package/web/users.china.html +1609 -1609
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/29 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/arco-design/arco-design" target="_blank" title="arco-design/arco-design">arco-design/arco-design</a>
|
|
108
108
|
</div>
|
|
109
109
|
<div class="sub-title followers">
|
|
110
110
|
|
|
111
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
112
|
-
<span style="background-color: #
|
|
111
|
+
<a class="language" target="_blank" href="https://github.com/topics/typescript" title="Programming Language TypeScript">
|
|
112
|
+
<span style="background-color: #2b7489;"></span>TypeScript
|
|
113
113
|
</a>
|
|
114
114
|
|
|
115
115
|
<span class="star" title="Stargazers Count">
|
|
116
116
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
117
117
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
118
118
|
</svg>
|
|
119
|
-
<span>
|
|
119
|
+
<span>1219</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>85</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>347 stars today</span>
|
|
133
133
|
</span>
|
|
134
134
|
</div>
|
|
135
135
|
<div class="details">
|
|
136
|
-
|
|
136
|
+
A comprehensive React UI components library
|
|
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/DouyinFE/semi-design" target="_blank" title="DouyinFE/semi-design">DouyinFE/semi-design</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/typescript" title="Programming Language TypeScript">
|
|
150
|
+
<span style="background-color: #2b7489;"></span>TypeScript
|
|
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>3103</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>197</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>570 stars today</span>
|
|
171
171
|
</span>
|
|
172
172
|
</div>
|
|
173
173
|
<div class="details">
|
|
174
|
-
|
|
174
|
+
A modern, comprehensive, flexible design system and React UI library
|
|
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/devMEremenko/XcodeBenchmark" target="_blank" title="devMEremenko/XcodeBenchmark">devMEremenko/XcodeBenchmark</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/swift" title="Programming Language Swift">
|
|
188
|
+
<span style="background-color: #F05138;"></span>Swift
|
|
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>1231</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>152</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>93 stars today</span>
|
|
209
209
|
</span>
|
|
210
210
|
</div>
|
|
211
211
|
<div class="details">
|
|
212
|
-
|
|
212
|
+
XcodeBenchmark measures the compilation time of a large codebase on iMac, MacBook, and Mac Pro
|
|
213
213
|
</div>
|
|
214
214
|
</div>
|
|
215
215
|
</li>
|
|
@@ -218,36 +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/matrixorigin/matrixone" target="_blank" title="matrixorigin/matrixone">matrixorigin/matrixone</a>
|
|
222
222
|
</div>
|
|
223
223
|
<div class="sub-title followers">
|
|
224
224
|
|
|
225
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
226
|
-
<span style="background-color: #
|
|
225
|
+
<a class="language" target="_blank" href="https://github.com/topics/go" title="Programming Language Go">
|
|
226
|
+
<span style="background-color: #00ADD8;"></span>Go
|
|
227
227
|
</a>
|
|
228
228
|
|
|
229
229
|
<span class="star" title="Stargazers Count">
|
|
230
230
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
231
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>
|
|
232
232
|
</svg>
|
|
233
|
-
<span>
|
|
233
|
+
<span>183</span>
|
|
234
234
|
</span>
|
|
235
235
|
<span class="star" title="Repo Forked">
|
|
236
236
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
237
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">
|
|
238
238
|
</path>
|
|
239
239
|
</svg>
|
|
240
|
-
<span>
|
|
240
|
+
<span>19</span>
|
|
241
241
|
</span>
|
|
242
242
|
<span class="star">
|
|
243
243
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
244
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>
|
|
245
245
|
</svg>
|
|
246
|
-
<span>
|
|
246
|
+
<span>29 stars today</span>
|
|
247
247
|
</span>
|
|
248
248
|
</div>
|
|
249
249
|
<div class="details">
|
|
250
|
-
|
|
250
|
+
Planet scale, cloud-edge native big data engine crafted for heterogeneous workloads
|
|
251
251
|
</div>
|
|
252
252
|
</div>
|
|
253
253
|
</li>
|
|
@@ -256,36 +256,36 @@
|
|
|
256
256
|
<div class="info">
|
|
257
257
|
<div class="rank">
|
|
258
258
|
<span title="Ranking 5">5</span>
|
|
259
|
-
<a href="https://github.com/
|
|
259
|
+
<a href="https://github.com/github/copilot-docs" target="_blank" title="github/copilot-docs">github/copilot-docs</a>
|
|
260
260
|
</div>
|
|
261
261
|
<div class="sub-title followers">
|
|
262
262
|
|
|
263
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
264
|
-
<span style="background-color: #
|
|
263
|
+
<a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
|
|
264
|
+
<span style="background-color: #3572A5;"></span>Python
|
|
265
265
|
</a>
|
|
266
266
|
|
|
267
267
|
<span class="star" title="Stargazers Count">
|
|
268
268
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
269
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>
|
|
270
270
|
</svg>
|
|
271
|
-
<span>
|
|
271
|
+
<span>1939</span>
|
|
272
272
|
</span>
|
|
273
273
|
<span class="star" title="Repo Forked">
|
|
274
274
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
275
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">
|
|
276
276
|
</path>
|
|
277
277
|
</svg>
|
|
278
|
-
<span>
|
|
278
|
+
<span>135</span>
|
|
279
279
|
</span>
|
|
280
280
|
<span class="star">
|
|
281
281
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
282
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>
|
|
283
283
|
</svg>
|
|
284
|
-
<span>
|
|
284
|
+
<span>657 stars today</span>
|
|
285
285
|
</span>
|
|
286
286
|
</div>
|
|
287
287
|
<div class="details">
|
|
288
|
-
|
|
288
|
+
Documentation for GitHub Copilot
|
|
289
289
|
</div>
|
|
290
290
|
</div>
|
|
291
291
|
</li>
|
|
@@ -294,36 +294,36 @@
|
|
|
294
294
|
<div class="info">
|
|
295
295
|
<div class="rank">
|
|
296
296
|
<span title="Ranking 6">6</span>
|
|
297
|
-
<a href="https://github.com/
|
|
297
|
+
<a href="https://github.com/nvm-sh/nvm" target="_blank" title="nvm-sh/nvm">nvm-sh/nvm</a>
|
|
298
298
|
</div>
|
|
299
299
|
<div class="sub-title followers">
|
|
300
300
|
|
|
301
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
302
|
-
<span style="background-color: #
|
|
301
|
+
<a class="language" target="_blank" href="https://github.com/topics/shell" title="Programming Language Shell">
|
|
302
|
+
<span style="background-color: #89e051;"></span>Shell
|
|
303
303
|
</a>
|
|
304
304
|
|
|
305
305
|
<span class="star" title="Stargazers Count">
|
|
306
306
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
307
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>
|
|
308
308
|
</svg>
|
|
309
|
-
<span>
|
|
309
|
+
<span>52584</span>
|
|
310
310
|
</span>
|
|
311
311
|
<span class="star" title="Repo Forked">
|
|
312
312
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
313
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">
|
|
314
314
|
</path>
|
|
315
315
|
</svg>
|
|
316
|
-
<span>
|
|
316
|
+
<span>5414</span>
|
|
317
317
|
</span>
|
|
318
318
|
<span class="star">
|
|
319
319
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
320
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>
|
|
321
321
|
</svg>
|
|
322
|
-
<span>
|
|
322
|
+
<span>51 stars today</span>
|
|
323
323
|
</span>
|
|
324
324
|
</div>
|
|
325
325
|
<div class="details">
|
|
326
|
-
|
|
326
|
+
Node Version Manager - POSIX-compliant bash script to manage multiple active node.js versions
|
|
327
327
|
</div>
|
|
328
328
|
</div>
|
|
329
329
|
</li>
|
|
@@ -332,36 +332,36 @@
|
|
|
332
332
|
<div class="info">
|
|
333
333
|
<div class="rank">
|
|
334
334
|
<span title="Ranking 7">7</span>
|
|
335
|
-
<a href="https://github.com/
|
|
335
|
+
<a href="https://github.com/acidanthera/OpenCorePkg" target="_blank" title="acidanthera/OpenCorePkg">acidanthera/OpenCorePkg</a>
|
|
336
336
|
</div>
|
|
337
337
|
<div class="sub-title followers">
|
|
338
338
|
|
|
339
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
340
|
-
<span style="background-color: #
|
|
339
|
+
<a class="language" target="_blank" href="https://github.com/topics/c" title="Programming Language C">
|
|
340
|
+
<span style="background-color: #555555;"></span>C
|
|
341
341
|
</a>
|
|
342
342
|
|
|
343
343
|
<span class="star" title="Stargazers Count">
|
|
344
344
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
345
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>
|
|
346
346
|
</svg>
|
|
347
|
-
<span>
|
|
347
|
+
<span>8362</span>
|
|
348
348
|
</span>
|
|
349
349
|
<span class="star" title="Repo Forked">
|
|
350
350
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
351
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">
|
|
352
352
|
</path>
|
|
353
353
|
</svg>
|
|
354
|
-
<span>
|
|
354
|
+
<span>1477</span>
|
|
355
355
|
</span>
|
|
356
356
|
<span class="star">
|
|
357
357
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
358
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>
|
|
359
359
|
</svg>
|
|
360
|
-
<span>
|
|
360
|
+
<span>38 stars today</span>
|
|
361
361
|
</span>
|
|
362
362
|
</div>
|
|
363
363
|
<div class="details">
|
|
364
|
-
|
|
364
|
+
OpenCore bootloader
|
|
365
365
|
</div>
|
|
366
366
|
</div>
|
|
367
367
|
</li>
|
|
@@ -370,36 +370,36 @@
|
|
|
370
370
|
<div class="info">
|
|
371
371
|
<div class="rank">
|
|
372
372
|
<span title="Ranking 8">8</span>
|
|
373
|
-
<a href="https://github.com/
|
|
373
|
+
<a href="https://github.com/nuta/kerla" target="_blank" title="nuta/kerla">nuta/kerla</a>
|
|
374
374
|
</div>
|
|
375
375
|
<div class="sub-title followers">
|
|
376
376
|
|
|
377
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
378
|
-
<span style="background-color: #
|
|
377
|
+
<a class="language" target="_blank" href="https://github.com/topics/rust" title="Programming Language Rust">
|
|
378
|
+
<span style="background-color: #dea584;"></span>Rust
|
|
379
379
|
</a>
|
|
380
380
|
|
|
381
381
|
<span class="star" title="Stargazers Count">
|
|
382
382
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
383
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>
|
|
384
384
|
</svg>
|
|
385
|
-
<span>
|
|
385
|
+
<span>2115</span>
|
|
386
386
|
</span>
|
|
387
387
|
<span class="star" title="Repo Forked">
|
|
388
388
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
389
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">
|
|
390
390
|
</path>
|
|
391
391
|
</svg>
|
|
392
|
-
<span>
|
|
392
|
+
<span>37</span>
|
|
393
393
|
</span>
|
|
394
394
|
<span class="star">
|
|
395
395
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
396
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>
|
|
397
397
|
</svg>
|
|
398
|
-
<span>
|
|
398
|
+
<span>482 stars today</span>
|
|
399
399
|
</span>
|
|
400
400
|
</div>
|
|
401
401
|
<div class="details">
|
|
402
|
-
|
|
402
|
+
A new operating system kernel with Linux binary compatibility written in Rust.
|
|
403
403
|
</div>
|
|
404
404
|
</div>
|
|
405
405
|
</li>
|
|
@@ -408,7 +408,7 @@
|
|
|
408
408
|
<div class="info">
|
|
409
409
|
<div class="rank">
|
|
410
410
|
<span title="Ranking 9">9</span>
|
|
411
|
-
<a href="https://github.com/
|
|
411
|
+
<a href="https://github.com/czj2369/jd_tb_auto" target="_blank" title="czj2369/jd_tb_auto">czj2369/jd_tb_auto</a>
|
|
412
412
|
</div>
|
|
413
413
|
<div class="sub-title followers">
|
|
414
414
|
|
|
@@ -420,24 +420,24 @@
|
|
|
420
420
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
421
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>
|
|
422
422
|
</svg>
|
|
423
|
-
<span>
|
|
423
|
+
<span>816</span>
|
|
424
424
|
</span>
|
|
425
425
|
<span class="star" title="Repo Forked">
|
|
426
426
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
427
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">
|
|
428
428
|
</path>
|
|
429
429
|
</svg>
|
|
430
|
-
<span>
|
|
430
|
+
<span>252</span>
|
|
431
431
|
</span>
|
|
432
432
|
<span class="star">
|
|
433
433
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
434
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>
|
|
435
435
|
</svg>
|
|
436
|
-
<span>
|
|
436
|
+
<span>132 stars today</span>
|
|
437
437
|
</span>
|
|
438
438
|
</div>
|
|
439
439
|
<div class="details">
|
|
440
|
-
|
|
440
|
+
基于AutoJs编写的618||双十一||淘宝||京东||赚喵币||赚汪汪币任务自动完成脚本
|
|
441
441
|
</div>
|
|
442
442
|
</div>
|
|
443
443
|
</li>
|
|
@@ -446,36 +446,36 @@
|
|
|
446
446
|
<div class="info">
|
|
447
447
|
<div class="rank">
|
|
448
448
|
<span title="Ranking 10">10</span>
|
|
449
|
-
<a href="https://github.com/
|
|
449
|
+
<a href="https://github.com/modern-js-dev/modern.js" target="_blank" title="modern-js-dev/modern.js">modern-js-dev/modern.js</a>
|
|
450
450
|
</div>
|
|
451
451
|
<div class="sub-title followers">
|
|
452
452
|
|
|
453
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
454
|
-
<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
|
|
455
455
|
</a>
|
|
456
456
|
|
|
457
457
|
<span class="star" title="Stargazers Count">
|
|
458
458
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
459
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>
|
|
460
460
|
</svg>
|
|
461
|
-
<span>
|
|
461
|
+
<span>1449</span>
|
|
462
462
|
</span>
|
|
463
463
|
<span class="star" title="Repo Forked">
|
|
464
464
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
465
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">
|
|
466
466
|
</path>
|
|
467
467
|
</svg>
|
|
468
|
-
<span>
|
|
468
|
+
<span>73</span>
|
|
469
469
|
</span>
|
|
470
470
|
<span class="star">
|
|
471
471
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
472
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>
|
|
473
473
|
</svg>
|
|
474
|
-
<span>
|
|
474
|
+
<span>301 stars today</span>
|
|
475
475
|
</span>
|
|
476
476
|
</div>
|
|
477
477
|
<div class="details">
|
|
478
|
-
|
|
478
|
+
The meta-framework suite designed from scratch for frontend-focused modern web development.
|
|
479
479
|
</div>
|
|
480
480
|
</div>
|
|
481
481
|
</li>
|
|
@@ -484,36 +484,36 @@
|
|
|
484
484
|
<div class="info">
|
|
485
485
|
<div class="rank">
|
|
486
486
|
<span title="Ranking 11">11</span>
|
|
487
|
-
<a href="https://github.com/
|
|
487
|
+
<a href="https://github.com/vercel/next-rsc-demo" target="_blank" title="vercel/next-rsc-demo">vercel/next-rsc-demo</a>
|
|
488
488
|
</div>
|
|
489
489
|
<div class="sub-title followers">
|
|
490
490
|
|
|
491
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
492
|
-
<span style="background-color: #
|
|
491
|
+
<a class="language" target="_blank" href="https://github.com/topics/javascript" title="Programming Language JavaScript">
|
|
492
|
+
<span style="background-color: #f1e05a;"></span>JavaScript
|
|
493
493
|
</a>
|
|
494
494
|
|
|
495
495
|
<span class="star" title="Stargazers Count">
|
|
496
496
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
497
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>
|
|
498
498
|
</svg>
|
|
499
|
-
<span>
|
|
499
|
+
<span>228</span>
|
|
500
500
|
</span>
|
|
501
501
|
<span class="star" title="Repo Forked">
|
|
502
502
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
503
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">
|
|
504
504
|
</path>
|
|
505
505
|
</svg>
|
|
506
|
-
<span>
|
|
506
|
+
<span>18</span>
|
|
507
507
|
</span>
|
|
508
508
|
<span class="star">
|
|
509
509
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
510
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>
|
|
511
511
|
</svg>
|
|
512
|
-
<span>
|
|
512
|
+
<span>61 stars today</span>
|
|
513
513
|
</span>
|
|
514
514
|
</div>
|
|
515
515
|
<div class="details">
|
|
516
|
-
|
|
516
|
+
Demo repository for Next.js + React server components
|
|
517
517
|
</div>
|
|
518
518
|
</div>
|
|
519
519
|
</li>
|
|
@@ -522,36 +522,32 @@
|
|
|
522
522
|
<div class="info">
|
|
523
523
|
<div class="rank">
|
|
524
524
|
<span title="Ranking 12">12</span>
|
|
525
|
-
<a href="https://github.com/
|
|
525
|
+
<a href="https://github.com/LSPosed/MagiskOnWSA" target="_blank" title="LSPosed/MagiskOnWSA">LSPosed/MagiskOnWSA</a>
|
|
526
526
|
</div>
|
|
527
527
|
<div class="sub-title followers">
|
|
528
528
|
|
|
529
|
-
<a class="language" target="_blank" href="https://github.com/topics/javascript" title="Programming Language JavaScript">
|
|
530
|
-
<span style="background-color: #f1e05a;"></span>JavaScript
|
|
531
|
-
</a>
|
|
532
|
-
|
|
533
529
|
<span class="star" title="Stargazers Count">
|
|
534
530
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
535
531
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
536
532
|
</svg>
|
|
537
|
-
<span>
|
|
533
|
+
<span>313</span>
|
|
538
534
|
</span>
|
|
539
535
|
<span class="star" title="Repo Forked">
|
|
540
536
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
541
537
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
542
538
|
</path>
|
|
543
539
|
</svg>
|
|
544
|
-
<span>
|
|
540
|
+
<span>320</span>
|
|
545
541
|
</span>
|
|
546
542
|
<span class="star">
|
|
547
543
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
548
544
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
549
545
|
</svg>
|
|
550
|
-
<span>
|
|
546
|
+
<span>124 stars today</span>
|
|
551
547
|
</span>
|
|
552
548
|
</div>
|
|
553
549
|
<div class="details">
|
|
554
|
-
|
|
550
|
+
Integrate Magisk root and OpenGApps into WSA (Windows Subsystem for Android)
|
|
555
551
|
</div>
|
|
556
552
|
</div>
|
|
557
553
|
</li>
|
|
@@ -560,36 +556,36 @@
|
|
|
560
556
|
<div class="info">
|
|
561
557
|
<div class="rank">
|
|
562
558
|
<span title="Ranking 13">13</span>
|
|
563
|
-
<a href="https://github.com/
|
|
559
|
+
<a href="https://github.com/jojo2234/GreenPass-Experiments" target="_blank" title="jojo2234/GreenPass-Experiments">jojo2234/GreenPass-Experiments</a>
|
|
564
560
|
</div>
|
|
565
561
|
<div class="sub-title followers">
|
|
566
562
|
|
|
567
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
568
|
-
<span style="background-color: #
|
|
563
|
+
<a class="language" target="_blank" href="https://github.com/topics/html" title="Programming Language HTML">
|
|
564
|
+
<span style="background-color: #e34c26;"></span>HTML
|
|
569
565
|
</a>
|
|
570
566
|
|
|
571
567
|
<span class="star" title="Stargazers Count">
|
|
572
568
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
573
569
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
574
570
|
</svg>
|
|
575
|
-
<span>
|
|
571
|
+
<span>213</span>
|
|
576
572
|
</span>
|
|
577
573
|
<span class="star" title="Repo Forked">
|
|
578
574
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
579
575
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
580
576
|
</path>
|
|
581
577
|
</svg>
|
|
582
|
-
<span>
|
|
578
|
+
<span>16</span>
|
|
583
579
|
</span>
|
|
584
580
|
<span class="star">
|
|
585
581
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
586
582
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
587
583
|
</svg>
|
|
588
|
-
<span>
|
|
584
|
+
<span>42 stars today</span>
|
|
589
585
|
</span>
|
|
590
586
|
</div>
|
|
591
587
|
<div class="details">
|
|
592
|
-
|
|
588
|
+
It's possible to create a valid and fake green pass? The scope of this project is try to create one.
|
|
593
589
|
</div>
|
|
594
590
|
</div>
|
|
595
591
|
</li>
|
|
@@ -598,36 +594,36 @@
|
|
|
598
594
|
<div class="info">
|
|
599
595
|
<div class="rank">
|
|
600
596
|
<span title="Ranking 14">14</span>
|
|
601
|
-
<a href="https://github.com/
|
|
597
|
+
<a href="https://github.com/stong/how-to-exploit-a-double-free" target="_blank" title="stong/how-to-exploit-a-double-free">stong/how-to-exploit-a-double-free</a>
|
|
602
598
|
</div>
|
|
603
599
|
<div class="sub-title followers">
|
|
604
600
|
|
|
605
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
606
|
-
<span style="background-color: #
|
|
601
|
+
<a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
|
|
602
|
+
<span style="background-color: #3572A5;"></span>Python
|
|
607
603
|
</a>
|
|
608
604
|
|
|
609
605
|
<span class="star" title="Stargazers Count">
|
|
610
606
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
611
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>
|
|
612
608
|
</svg>
|
|
613
|
-
<span>
|
|
609
|
+
<span>784</span>
|
|
614
610
|
</span>
|
|
615
611
|
<span class="star" title="Repo Forked">
|
|
616
612
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
617
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">
|
|
618
614
|
</path>
|
|
619
615
|
</svg>
|
|
620
|
-
<span>
|
|
616
|
+
<span>40</span>
|
|
621
617
|
</span>
|
|
622
618
|
<span class="star">
|
|
623
619
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
624
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>
|
|
625
621
|
</svg>
|
|
626
|
-
<span>
|
|
622
|
+
<span>143 stars today</span>
|
|
627
623
|
</span>
|
|
628
624
|
</div>
|
|
629
625
|
<div class="details">
|
|
630
|
-
|
|
626
|
+
How to exploit a double free vulnerability in 2021. 'Use-After-Free for Dummies'
|
|
631
627
|
</div>
|
|
632
628
|
</div>
|
|
633
629
|
</li>
|
|
@@ -636,7 +632,7 @@
|
|
|
636
632
|
<div class="info">
|
|
637
633
|
<div class="rank">
|
|
638
634
|
<span title="Ranking 15">15</span>
|
|
639
|
-
<a href="https://github.com/
|
|
635
|
+
<a href="https://github.com/mli/paper-reading" target="_blank" title="mli/paper-reading">mli/paper-reading</a>
|
|
640
636
|
</div>
|
|
641
637
|
<div class="sub-title followers">
|
|
642
638
|
|
|
@@ -644,24 +640,24 @@
|
|
|
644
640
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
645
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>
|
|
646
642
|
</svg>
|
|
647
|
-
<span>
|
|
643
|
+
<span>1560</span>
|
|
648
644
|
</span>
|
|
649
645
|
<span class="star" title="Repo Forked">
|
|
650
646
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
651
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">
|
|
652
648
|
</path>
|
|
653
649
|
</svg>
|
|
654
|
-
<span>
|
|
650
|
+
<span>65</span>
|
|
655
651
|
</span>
|
|
656
652
|
<span class="star">
|
|
657
653
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
658
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>
|
|
659
655
|
</svg>
|
|
660
|
-
<span>
|
|
656
|
+
<span>266 stars today</span>
|
|
661
657
|
</span>
|
|
662
658
|
</div>
|
|
663
659
|
<div class="details">
|
|
664
|
-
|
|
660
|
+
深度学习经典、新论文逐段精读
|
|
665
661
|
</div>
|
|
666
662
|
</div>
|
|
667
663
|
</li>
|
|
@@ -670,36 +666,36 @@
|
|
|
670
666
|
<div class="info">
|
|
671
667
|
<div class="rank">
|
|
672
668
|
<span title="Ranking 16">16</span>
|
|
673
|
-
<a href="https://github.com/
|
|
669
|
+
<a href="https://github.com/vercel/next.js" target="_blank" title="vercel/next.js">vercel/next.js</a>
|
|
674
670
|
</div>
|
|
675
671
|
<div class="sub-title followers">
|
|
676
672
|
|
|
677
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
678
|
-
<span style="background-color: #
|
|
673
|
+
<a class="language" target="_blank" href="https://github.com/topics/javascript" title="Programming Language JavaScript">
|
|
674
|
+
<span style="background-color: #f1e05a;"></span>JavaScript
|
|
679
675
|
</a>
|
|
680
676
|
|
|
681
677
|
<span class="star" title="Stargazers Count">
|
|
682
678
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
683
679
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
684
680
|
</svg>
|
|
685
|
-
<span>
|
|
681
|
+
<span>75358</span>
|
|
686
682
|
</span>
|
|
687
683
|
<span class="star" title="Repo Forked">
|
|
688
684
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
689
685
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
690
686
|
</path>
|
|
691
687
|
</svg>
|
|
692
|
-
<span>
|
|
688
|
+
<span>14933</span>
|
|
693
689
|
</span>
|
|
694
690
|
<span class="star">
|
|
695
691
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
696
692
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
697
693
|
</svg>
|
|
698
|
-
<span>
|
|
694
|
+
<span>244 stars today</span>
|
|
699
695
|
</span>
|
|
700
696
|
</div>
|
|
701
697
|
<div class="details">
|
|
702
|
-
|
|
698
|
+
The React Framework
|
|
703
699
|
</div>
|
|
704
700
|
</div>
|
|
705
701
|
</li>
|
|
@@ -708,7 +704,7 @@
|
|
|
708
704
|
<div class="info">
|
|
709
705
|
<div class="rank">
|
|
710
706
|
<span title="Ranking 17">17</span>
|
|
711
|
-
<a href="https://github.com/
|
|
707
|
+
<a href="https://github.com/0voice/audio_video_streaming" target="_blank" title="0voice/audio_video_streaming">0voice/audio_video_streaming</a>
|
|
712
708
|
</div>
|
|
713
709
|
<div class="sub-title followers">
|
|
714
710
|
|
|
@@ -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>1757</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>305</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>82 stars today</span>
|
|
733
729
|
</span>
|
|
734
730
|
</div>
|
|
735
731
|
<div class="details">
|
|
736
|
-
|
|
732
|
+
音视频流媒体权威资料整理,500+份文章,论文,视频,实践项目,协议,业界大神名单。
|
|
737
733
|
</div>
|
|
738
734
|
</div>
|
|
739
735
|
</li>
|
|
@@ -742,7 +738,7 @@
|
|
|
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/sdras/awesome-actions" target="_blank" title="sdras/awesome-actions">sdras/awesome-actions</a>
|
|
746
742
|
</div>
|
|
747
743
|
<div class="sub-title followers">
|
|
748
744
|
|
|
@@ -750,24 +746,24 @@
|
|
|
750
746
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
751
747
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
752
748
|
</svg>
|
|
753
|
-
<span>
|
|
749
|
+
<span>16475</span>
|
|
754
750
|
</span>
|
|
755
751
|
<span class="star" title="Repo Forked">
|
|
756
752
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
757
753
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
758
754
|
</path>
|
|
759
755
|
</svg>
|
|
760
|
-
<span>
|
|
756
|
+
<span>1061</span>
|
|
761
757
|
</span>
|
|
762
758
|
<span class="star">
|
|
763
759
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
764
760
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
765
761
|
</svg>
|
|
766
|
-
<span>
|
|
762
|
+
<span>98 stars today</span>
|
|
767
763
|
</span>
|
|
768
764
|
</div>
|
|
769
765
|
<div class="details">
|
|
770
|
-
|
|
766
|
+
A curated list of awesome actions to use on GitHub
|
|
771
767
|
</div>
|
|
772
768
|
</div>
|
|
773
769
|
</li>
|
|
@@ -776,36 +772,36 @@
|
|
|
776
772
|
<div class="info">
|
|
777
773
|
<div class="rank">
|
|
778
774
|
<span title="Ranking 19">19</span>
|
|
779
|
-
<a href="https://github.com/
|
|
775
|
+
<a href="https://github.com/KubeOperator/KubePi" target="_blank" title="KubeOperator/KubePi">KubeOperator/KubePi</a>
|
|
780
776
|
</div>
|
|
781
777
|
<div class="sub-title followers">
|
|
782
778
|
|
|
783
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
784
|
-
<span style="background-color: #
|
|
779
|
+
<a class="language" target="_blank" href="https://github.com/topics/go" title="Programming Language Go">
|
|
780
|
+
<span style="background-color: #00ADD8;"></span>Go
|
|
785
781
|
</a>
|
|
786
782
|
|
|
787
783
|
<span class="star" title="Stargazers Count">
|
|
788
784
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
789
785
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
790
786
|
</svg>
|
|
791
|
-
<span>
|
|
787
|
+
<span>717</span>
|
|
792
788
|
</span>
|
|
793
789
|
<span class="star" title="Repo Forked">
|
|
794
790
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
795
791
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
796
792
|
</path>
|
|
797
793
|
</svg>
|
|
798
|
-
<span>
|
|
794
|
+
<span>110</span>
|
|
799
795
|
</span>
|
|
800
796
|
<span class="star">
|
|
801
797
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
802
798
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
803
799
|
</svg>
|
|
804
|
-
<span>
|
|
800
|
+
<span>113 stars today</span>
|
|
805
801
|
</span>
|
|
806
802
|
</div>
|
|
807
803
|
<div class="details">
|
|
808
|
-
|
|
804
|
+
KubePi 是一款简单易用的开源 Kubernetes 可视化管理面板
|
|
809
805
|
</div>
|
|
810
806
|
</div>
|
|
811
807
|
</li>
|
|
@@ -814,36 +810,32 @@
|
|
|
814
810
|
<div class="info">
|
|
815
811
|
<div class="rank">
|
|
816
812
|
<span title="Ranking 20">20</span>
|
|
817
|
-
<a href="https://github.com/
|
|
813
|
+
<a href="https://github.com/smknstd/modern-php-cheatsheet" target="_blank" title="smknstd/modern-php-cheatsheet">smknstd/modern-php-cheatsheet</a>
|
|
818
814
|
</div>
|
|
819
815
|
<div class="sub-title followers">
|
|
820
816
|
|
|
821
|
-
<a class="language" target="_blank" href="https://github.com/topics/c++" title="Programming Language C++">
|
|
822
|
-
<span style="background-color: #f34b7d;"></span>C++
|
|
823
|
-
</a>
|
|
824
|
-
|
|
825
817
|
<span class="star" title="Stargazers Count">
|
|
826
818
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
827
819
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
828
820
|
</svg>
|
|
829
|
-
<span>
|
|
821
|
+
<span>511</span>
|
|
830
822
|
</span>
|
|
831
823
|
<span class="star" title="Repo Forked">
|
|
832
824
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
833
825
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
834
826
|
</path>
|
|
835
827
|
</svg>
|
|
836
|
-
<span>
|
|
828
|
+
<span>31</span>
|
|
837
829
|
</span>
|
|
838
830
|
<span class="star">
|
|
839
831
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
840
832
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
841
833
|
</svg>
|
|
842
|
-
<span>
|
|
834
|
+
<span>136 stars today</span>
|
|
843
835
|
</span>
|
|
844
836
|
</div>
|
|
845
837
|
<div class="details">
|
|
846
|
-
|
|
838
|
+
Cheatsheet for some PHP knowledge you will frequently encounter in modern projects.
|
|
847
839
|
</div>
|
|
848
840
|
</div>
|
|
849
841
|
</li>
|
|
@@ -852,36 +844,36 @@
|
|
|
852
844
|
<div class="info">
|
|
853
845
|
<div class="rank">
|
|
854
846
|
<span title="Ranking 21">21</span>
|
|
855
|
-
<a href="https://github.com/
|
|
847
|
+
<a href="https://github.com/mitchellh/nixos-config" target="_blank" title="mitchellh/nixos-config">mitchellh/nixos-config</a>
|
|
856
848
|
</div>
|
|
857
849
|
<div class="sub-title followers">
|
|
858
850
|
|
|
859
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
860
|
-
<span style="background-color: #
|
|
851
|
+
<a class="language" target="_blank" href="https://github.com/topics/nix" title="Programming Language Nix">
|
|
852
|
+
<span style="background-color: #7e7eff;"></span>Nix
|
|
861
853
|
</a>
|
|
862
854
|
|
|
863
855
|
<span class="star" title="Stargazers Count">
|
|
864
856
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
865
857
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
866
858
|
</svg>
|
|
867
|
-
<span>
|
|
859
|
+
<span>265</span>
|
|
868
860
|
</span>
|
|
869
861
|
<span class="star" title="Repo Forked">
|
|
870
862
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
871
863
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
872
864
|
</path>
|
|
873
865
|
</svg>
|
|
874
|
-
<span>
|
|
866
|
+
<span>18</span>
|
|
875
867
|
</span>
|
|
876
868
|
<span class="star">
|
|
877
869
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
878
870
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
879
871
|
</svg>
|
|
880
|
-
<span>
|
|
872
|
+
<span>40 stars today</span>
|
|
881
873
|
</span>
|
|
882
874
|
</div>
|
|
883
875
|
<div class="details">
|
|
884
|
-
|
|
876
|
+
My NixOS configurations.
|
|
885
877
|
</div>
|
|
886
878
|
</div>
|
|
887
879
|
</li>
|
|
@@ -890,32 +882,36 @@
|
|
|
890
882
|
<div class="info">
|
|
891
883
|
<div class="rank">
|
|
892
884
|
<span title="Ranking 22">22</span>
|
|
893
|
-
<a href="https://github.com/
|
|
885
|
+
<a href="https://github.com/vandadnp/flutter-tips-and-tricks" target="_blank" title="vandadnp/flutter-tips-and-tricks">vandadnp/flutter-tips-and-tricks</a>
|
|
894
886
|
</div>
|
|
895
887
|
<div class="sub-title followers">
|
|
896
888
|
|
|
889
|
+
<a class="language" target="_blank" href="https://github.com/topics/dart" title="Programming Language Dart">
|
|
890
|
+
<span style="background-color: #00B4AB;"></span>Dart
|
|
891
|
+
</a>
|
|
892
|
+
|
|
897
893
|
<span class="star" title="Stargazers Count">
|
|
898
894
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
899
895
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
900
896
|
</svg>
|
|
901
|
-
<span>
|
|
897
|
+
<span>1825</span>
|
|
902
898
|
</span>
|
|
903
899
|
<span class="star" title="Repo Forked">
|
|
904
900
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
905
901
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
906
902
|
</path>
|
|
907
903
|
</svg>
|
|
908
|
-
<span>
|
|
904
|
+
<span>189</span>
|
|
909
905
|
</span>
|
|
910
906
|
<span class="star">
|
|
911
907
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
912
908
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
913
909
|
</svg>
|
|
914
|
-
<span>
|
|
910
|
+
<span>123 stars today</span>
|
|
915
911
|
</span>
|
|
916
912
|
</div>
|
|
917
913
|
<div class="details">
|
|
918
|
-
|
|
914
|
+
A Collection of Flutter and Dart Tips and Tricks
|
|
919
915
|
</div>
|
|
920
916
|
</div>
|
|
921
917
|
</li>
|
|
@@ -924,36 +920,36 @@
|
|
|
924
920
|
<div class="info">
|
|
925
921
|
<div class="rank">
|
|
926
922
|
<span title="Ranking 23">23</span>
|
|
927
|
-
<a href="https://github.com/
|
|
923
|
+
<a href="https://github.com/haoziqaq/varlet" target="_blank" title="haoziqaq/varlet">haoziqaq/varlet</a>
|
|
928
924
|
</div>
|
|
929
925
|
<div class="sub-title followers">
|
|
930
926
|
|
|
931
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
932
|
-
<span style="background-color: #
|
|
927
|
+
<a class="language" target="_blank" href="https://github.com/topics/vue" title="Programming Language Vue">
|
|
928
|
+
<span style="background-color: #41b883;"></span>Vue
|
|
933
929
|
</a>
|
|
934
930
|
|
|
935
931
|
<span class="star" title="Stargazers Count">
|
|
936
932
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
937
933
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
938
934
|
</svg>
|
|
939
|
-
<span>
|
|
935
|
+
<span>1156</span>
|
|
940
936
|
</span>
|
|
941
937
|
<span class="star" title="Repo Forked">
|
|
942
938
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
943
939
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
944
940
|
</path>
|
|
945
941
|
</svg>
|
|
946
|
-
<span>
|
|
942
|
+
<span>144</span>
|
|
947
943
|
</span>
|
|
948
944
|
<span class="star">
|
|
949
945
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
950
946
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
951
947
|
</svg>
|
|
952
|
-
<span>
|
|
948
|
+
<span>37 stars today</span>
|
|
953
949
|
</span>
|
|
954
950
|
</div>
|
|
955
951
|
<div class="details">
|
|
956
|
-
|
|
952
|
+
基于Vue3的Material design风格移动端组件库 Material design mobile component library for Vue3
|
|
957
953
|
</div>
|
|
958
954
|
</div>
|
|
959
955
|
</li>
|
|
@@ -962,36 +958,36 @@
|
|
|
962
958
|
<div class="info">
|
|
963
959
|
<div class="rank">
|
|
964
960
|
<span title="Ranking 24">24</span>
|
|
965
|
-
<a href="https://github.com/
|
|
961
|
+
<a href="https://github.com/cheatsheet1999/FrontEndCollection" target="_blank" title="cheatsheet1999/FrontEndCollection">cheatsheet1999/FrontEndCollection</a>
|
|
966
962
|
</div>
|
|
967
963
|
<div class="sub-title followers">
|
|
968
964
|
|
|
969
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
970
|
-
<span style="background-color: #
|
|
965
|
+
<a class="language" target="_blank" href="https://github.com/topics/javascript" title="Programming Language JavaScript">
|
|
966
|
+
<span style="background-color: #f1e05a;"></span>JavaScript
|
|
971
967
|
</a>
|
|
972
968
|
|
|
973
969
|
<span class="star" title="Stargazers Count">
|
|
974
970
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
975
971
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
976
972
|
</svg>
|
|
977
|
-
<span>
|
|
973
|
+
<span>1117</span>
|
|
978
974
|
</span>
|
|
979
975
|
<span class="star" title="Repo Forked">
|
|
980
976
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
981
977
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
982
978
|
</path>
|
|
983
979
|
</svg>
|
|
984
|
-
<span>
|
|
980
|
+
<span>134</span>
|
|
985
981
|
</span>
|
|
986
982
|
<span class="star">
|
|
987
983
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
988
984
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
989
985
|
</svg>
|
|
990
|
-
<span>
|
|
986
|
+
<span>159 stars today</span>
|
|
991
987
|
</span>
|
|
992
988
|
</div>
|
|
993
989
|
<div class="details">
|
|
994
|
-
|
|
990
|
+
Notes for Front-end Software Engineers. Covers common data structure and algorithms, basic web concepts, HTML & CSS & Javascript.
|
|
995
991
|
</div>
|
|
996
992
|
</div>
|
|
997
993
|
</li>
|
|
@@ -1000,36 +996,36 @@
|
|
|
1000
996
|
<div class="info">
|
|
1001
997
|
<div class="rank">
|
|
1002
998
|
<span title="Ranking 25">25</span>
|
|
1003
|
-
<a href="https://github.com/
|
|
999
|
+
<a href="https://github.com/vpncn/vpncn.github.io" target="_blank" title="vpncn/vpncn.github.io">vpncn/vpncn.github.io</a>
|
|
1004
1000
|
</div>
|
|
1005
1001
|
<div class="sub-title followers">
|
|
1006
1002
|
|
|
1007
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
1008
|
-
<span style="background-color: #
|
|
1003
|
+
<a class="language" target="_blank" href="https://github.com/topics/html" title="Programming Language HTML">
|
|
1004
|
+
<span style="background-color: #e34c26;"></span>HTML
|
|
1009
1005
|
</a>
|
|
1010
1006
|
|
|
1011
1007
|
<span class="star" title="Stargazers Count">
|
|
1012
1008
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
1013
1009
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
1014
1010
|
</svg>
|
|
1015
|
-
<span>
|
|
1011
|
+
<span>3201</span>
|
|
1016
1012
|
</span>
|
|
1017
1013
|
<span class="star" title="Repo Forked">
|
|
1018
1014
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
1019
1015
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
1020
1016
|
</path>
|
|
1021
1017
|
</svg>
|
|
1022
|
-
<span>
|
|
1018
|
+
<span>427</span>
|
|
1023
1019
|
</span>
|
|
1024
1020
|
<span class="star">
|
|
1025
1021
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
1026
1022
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
1027
1023
|
</svg>
|
|
1028
|
-
<span>
|
|
1024
|
+
<span>13 stars today</span>
|
|
1029
1025
|
</span>
|
|
1030
1026
|
</div>
|
|
1031
1027
|
<div class="details">
|
|
1032
|
-
|
|
1028
|
+
2021中国翻墙软件VPN推荐以及科学上网避坑,稳定好用。对比SSR机场、蓝灯、V2ray、老王VPN、VPS搭建梯子等科学上网与翻墙软件,中国最新科学上网翻墙梯子VPN下载推荐。
|
|
1033
1029
|
</div>
|
|
1034
1030
|
</div>
|
|
1035
1031
|
</li>
|
|
@@ -1050,7 +1046,7 @@
|
|
|
1050
1046
|
<img src="https://img.shields.io/npm/v/@wcj/github-rank.svg?label=unpkg">
|
|
1051
1047
|
</a>
|
|
1052
1048
|
</p>
|
|
1053
|
-
<div class="time">Last cache created on 2021/10/
|
|
1049
|
+
<div class="time">Last cache created on 2021/10/29 by Github API v3.</div>
|
|
1054
1050
|
Create by <a href="https://github.com/jaywcjlove" target="_blank">小弟调调™</a>.
|
|
1055
1051
|
</div>
|
|
1056
1052
|
</body>
|