@wcj/github-rank 22.7.4 → 22.7.7
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/README.md +2 -3
- package/dist/36kr.json +5006 -1552
- package/dist/repos.json +35685 -35685
- package/dist/sifou-daily.json +6 -87
- package/dist/sifou-monthly.json +91 -91
- package/dist/sifou-weekly.json +155 -155
- package/dist/toutiao-30.json +77 -77
- package/dist/toutiao-7.json +128 -128
- package/dist/toutiao-90.json +65 -65
- package/dist/trending-daily.json +168 -168
- package/dist/trending-monthly.json +161 -161
- package/dist/trending-weekly.json +167 -167
- package/dist/users.china.json +2715 -2715
- package/dist/users.json +3833 -3834
- package/package.json +19 -18
- package/web/data/36kr.json +5006 -1552
- package/web/data/repos.json +35685 -35685
- package/web/data/sifou-daily.json +6 -87
- package/web/data/sifou-monthly.json +91 -91
- package/web/data/sifou-weekly.json +155 -155
- package/web/data/toutiao-30.json +77 -77
- package/web/data/toutiao-7.json +128 -128
- package/web/data/toutiao-90.json +65 -65
- package/web/data/trending-daily.json +168 -168
- package/web/data/trending-monthly.json +161 -161
- package/web/data/trending-weekly.json +167 -167
- package/web/data/users.china.json +2715 -2715
- package/web/data/users.json +3833 -3834
- package/web/index.html +2253 -2252
- package/web/repos.html +4337 -4334
- package/web/sifou-daily.html +15 -269
- package/web/sifou-monthly.html +119 -121
- package/web/sifou-weekly.html +144 -146
- package/web/toutiao-30.html +111 -111
- package/web/toutiao-7.html +101 -101
- package/web/toutiao-90.html +95 -95
- package/web/trending-monthly.html +160 -162
- package/web/trending-weekly.html +168 -162
- package/web/trending.html +176 -154
- package/web/users.china.html +1982 -1981
- package/web/36kr.html +0 -828
package/web/trending.html
CHANGED
|
@@ -75,22 +75,6 @@
|
|
|
75
75
|
.list li > div.info a:hover i { color: #333; }
|
|
76
76
|
.list li div.sub-title { color: var(--color-theme-text); margin: 4px 0 0 0; }
|
|
77
77
|
.list li div.avatar { padding-right: 10px; }
|
|
78
|
-
|
|
79
|
-
.list li a.language,
|
|
80
|
-
.list li span.star { height: 18px; background: var(--color-neutral-muted); display: inline-block; padding: 2px 4px; border-radius: 3px; }
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
.list .select { }
|
|
84
|
-
.list .select .active { color: var(--color-theme-text); font-weight: bold; border-bottom: 1px dotted var(--color-border);}
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
.list li div.followers { font-size: 12px; color: var(--color-fg-muted); white-space:nowrap; padding-top: 2px; border-radius: 3px; }
|
|
88
|
-
.list li div.followers a { color: var(--color-fg-muted); }
|
|
89
|
-
.list li div.followers * { vertical-align: middle; }
|
|
90
|
-
.list li div.followers svg { vertical-align: text-top; display: inline-block; fill: #9E9E9E; width: 14px; height: 14px; }
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
78
|
@keyframes octocat-wave {
|
|
95
79
|
0%,100%{-webkit-transform:rotate(0); transform:rotate(0);}
|
|
96
80
|
20%,60%{-webkit-transform:rotate(-25deg); transform:rotate(-25deg);}
|
|
@@ -100,6 +84,27 @@
|
|
|
100
84
|
.title { padding-top: 16px; font-size: 21px; }
|
|
101
85
|
}
|
|
102
86
|
</style>
|
|
87
|
+
|
|
88
|
+
<style>
|
|
89
|
+
.list li a.language,
|
|
90
|
+
.list li span.star { height: 18px; background: var(--color-neutral-muted); display: inline-block; padding: 2px 4px; border-radius: 3px; }
|
|
91
|
+
</style>
|
|
92
|
+
|
|
93
|
+
|
|
94
|
+
<style>
|
|
95
|
+
.list .select .active { color: var(--color-theme-text); font-weight: bold; border-bottom: 1px dotted var(--color-border);}
|
|
96
|
+
</style>
|
|
97
|
+
|
|
98
|
+
|
|
99
|
+
<style>
|
|
100
|
+
.list li div.followers { font-size: 12px; color: var(--color-fg-muted); white-space:nowrap; padding-top: 2px; border-radius: 3px; }
|
|
101
|
+
.list li div.followers a { color: var(--color-fg-muted); }
|
|
102
|
+
.list li div.followers * { vertical-align: middle; }
|
|
103
|
+
.list li div.followers svg { vertical-align: text-top; display: inline-block; fill: #9E9E9E; width: 14px; height: 14px; }
|
|
104
|
+
</style>
|
|
105
|
+
|
|
106
|
+
|
|
107
|
+
|
|
103
108
|
<script src="https://unpkg.com/@wcj/dark-mode"></script>
|
|
104
109
|
</head>
|
|
105
110
|
<body>
|
|
@@ -122,16 +127,14 @@
|
|
|
122
127
|
|
|
123
128
|
|
|
124
129
|
|
|
125
|
-
|
|
126
130
|
</h1>
|
|
127
|
-
<div class="time">Last cache created on 2022/7/
|
|
131
|
+
<div class="time">Last cache created on 2022/7/7 by
|
|
128
132
|
|
|
129
133
|
|
|
130
134
|
|
|
131
135
|
<a href="https://github.com/trending">Github Trending</a>
|
|
132
136
|
|
|
133
137
|
|
|
134
|
-
|
|
135
138
|
.
|
|
136
139
|
</div>
|
|
137
140
|
<div class="tabs">
|
|
@@ -140,7 +143,6 @@
|
|
|
140
143
|
<a class="active" href="trending.html">Trending</a>
|
|
141
144
|
<a class="" href="sifou-daily.html">Sifou</a>
|
|
142
145
|
<a class="" href="toutiao-7.html">开发头条</a>
|
|
143
|
-
<a class="" href="36kr.html">36Kr</a>
|
|
144
146
|
</div>
|
|
145
147
|
<ul class="list repos trending">
|
|
146
148
|
<li class="rank-title">
|
|
@@ -155,7 +157,7 @@
|
|
|
155
157
|
<div class="info">
|
|
156
158
|
<div class="rank">
|
|
157
159
|
<span title="Ranking 1">1</span>
|
|
158
|
-
<a href="https://github.com/
|
|
160
|
+
<a href="https://github.com/OpenEthan/SMSBoom" target="_blank" title="OpenEthan/SMSBoom">OpenEthan/SMSBoom</a>
|
|
159
161
|
</div>
|
|
160
162
|
<div class="sub-title followers">
|
|
161
163
|
|
|
@@ -167,20 +169,20 @@
|
|
|
167
169
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
168
170
|
<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
171
|
</svg>
|
|
170
|
-
<span>
|
|
172
|
+
<span>3388</span>
|
|
171
173
|
</span>
|
|
172
174
|
<span class="star" title="Repo Forked">
|
|
173
175
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
174
176
|
<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">
|
|
175
177
|
</path>
|
|
176
178
|
</svg>
|
|
177
|
-
<span>
|
|
179
|
+
<span>820</span>
|
|
178
180
|
</span>
|
|
179
181
|
<span class="star">
|
|
180
182
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
181
183
|
<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>
|
|
182
184
|
</svg>
|
|
183
|
-
<span>
|
|
185
|
+
<span>582 stars today</span>
|
|
184
186
|
</span>
|
|
185
187
|
</div>
|
|
186
188
|
<div class="details">
|
|
@@ -193,26 +195,26 @@
|
|
|
193
195
|
<div class="info">
|
|
194
196
|
<div class="rank">
|
|
195
197
|
<span title="Ranking 2">2</span>
|
|
196
|
-
<a href="https://github.com/
|
|
198
|
+
<a href="https://github.com/awesomekling/ladybird" target="_blank" title="awesomekling/ladybird">awesomekling/ladybird</a>
|
|
197
199
|
</div>
|
|
198
200
|
<div class="sub-title followers">
|
|
199
201
|
|
|
200
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
201
|
-
<span style="background-color: #
|
|
202
|
+
<a class="language" target="_blank" href="https://github.com/topics/c++" title="Programming Language C++">
|
|
203
|
+
<span style="background-color: #f34b7d;"></span>C++
|
|
202
204
|
</a>
|
|
203
205
|
|
|
204
206
|
<span class="star" title="Stargazers Count">
|
|
205
207
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
206
208
|
<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
209
|
</svg>
|
|
208
|
-
<span>
|
|
210
|
+
<span>274</span>
|
|
209
211
|
</span>
|
|
210
212
|
<span class="star" title="Repo Forked">
|
|
211
213
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
212
214
|
<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">
|
|
213
215
|
</path>
|
|
214
216
|
</svg>
|
|
215
|
-
<span>
|
|
217
|
+
<span>25</span>
|
|
216
218
|
</span>
|
|
217
219
|
<span class="star">
|
|
218
220
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
@@ -231,32 +233,32 @@
|
|
|
231
233
|
<div class="info">
|
|
232
234
|
<div class="rank">
|
|
233
235
|
<span title="Ranking 3">3</span>
|
|
234
|
-
<a href="https://github.com/
|
|
236
|
+
<a href="https://github.com/sherlock-project/sherlock" target="_blank" title="sherlock-project/sherlock">sherlock-project/sherlock</a>
|
|
235
237
|
</div>
|
|
236
238
|
<div class="sub-title followers">
|
|
237
239
|
|
|
238
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
239
|
-
<span style="background-color: #
|
|
240
|
+
<a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
|
|
241
|
+
<span style="background-color: #3572A5;"></span>Python
|
|
240
242
|
</a>
|
|
241
243
|
|
|
242
244
|
<span class="star" title="Stargazers Count">
|
|
243
245
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
244
246
|
<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
247
|
</svg>
|
|
246
|
-
<span>
|
|
248
|
+
<span>33162</span>
|
|
247
249
|
</span>
|
|
248
250
|
<span class="star" title="Repo Forked">
|
|
249
251
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
250
252
|
<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">
|
|
251
253
|
</path>
|
|
252
254
|
</svg>
|
|
253
|
-
<span>
|
|
255
|
+
<span>3855</span>
|
|
254
256
|
</span>
|
|
255
257
|
<span class="star">
|
|
256
258
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
257
259
|
<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>
|
|
258
260
|
</svg>
|
|
259
|
-
<span>
|
|
261
|
+
<span>205 stars today</span>
|
|
260
262
|
</span>
|
|
261
263
|
</div>
|
|
262
264
|
<div class="details">
|
|
@@ -269,32 +271,32 @@
|
|
|
269
271
|
<div class="info">
|
|
270
272
|
<div class="rank">
|
|
271
273
|
<span title="Ranking 4">4</span>
|
|
272
|
-
<a href="https://github.com/
|
|
274
|
+
<a href="https://github.com/getify/youperiod.app" target="_blank" title="getify/youperiod.app">getify/youperiod.app</a>
|
|
273
275
|
</div>
|
|
274
276
|
<div class="sub-title followers">
|
|
275
277
|
|
|
276
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
277
|
-
<span style="background-color: #
|
|
278
|
+
<a class="language" target="_blank" href="https://github.com/topics/javascript" title="Programming Language JavaScript">
|
|
279
|
+
<span style="background-color: #f1e05a;"></span>JavaScript
|
|
278
280
|
</a>
|
|
279
281
|
|
|
280
282
|
<span class="star" title="Stargazers Count">
|
|
281
283
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
282
284
|
<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
285
|
</svg>
|
|
284
|
-
<span>
|
|
286
|
+
<span>253</span>
|
|
285
287
|
</span>
|
|
286
288
|
<span class="star" title="Repo Forked">
|
|
287
289
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
288
290
|
<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">
|
|
289
291
|
</path>
|
|
290
292
|
</svg>
|
|
291
|
-
<span>
|
|
293
|
+
<span>50</span>
|
|
292
294
|
</span>
|
|
293
295
|
<span class="star">
|
|
294
296
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
295
297
|
<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>
|
|
296
298
|
</svg>
|
|
297
|
-
<span>
|
|
299
|
+
<span>43 stars today</span>
|
|
298
300
|
</span>
|
|
299
301
|
</div>
|
|
300
302
|
<div class="details">
|
|
@@ -307,32 +309,32 @@
|
|
|
307
309
|
<div class="info">
|
|
308
310
|
<div class="rank">
|
|
309
311
|
<span title="Ranking 5">5</span>
|
|
310
|
-
<a href="https://github.com/
|
|
312
|
+
<a href="https://github.com/t3-oss/create-t3-app" target="_blank" title="t3-oss/create-t3-app">t3-oss/create-t3-app</a>
|
|
311
313
|
</div>
|
|
312
314
|
<div class="sub-title followers">
|
|
313
315
|
|
|
314
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
315
|
-
<span style="background-color: #
|
|
316
|
+
<a class="language" target="_blank" href="https://github.com/topics/typescript" title="Programming Language TypeScript">
|
|
317
|
+
<span style="background-color: #3178c6;"></span>TypeScript
|
|
316
318
|
</a>
|
|
317
319
|
|
|
318
320
|
<span class="star" title="Stargazers Count">
|
|
319
321
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
320
322
|
<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
323
|
</svg>
|
|
322
|
-
<span>
|
|
324
|
+
<span>2235</span>
|
|
323
325
|
</span>
|
|
324
326
|
<span class="star" title="Repo Forked">
|
|
325
327
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
326
328
|
<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">
|
|
327
329
|
</path>
|
|
328
330
|
</svg>
|
|
329
|
-
<span>
|
|
331
|
+
<span>77</span>
|
|
330
332
|
</span>
|
|
331
333
|
<span class="star">
|
|
332
334
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
333
335
|
<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>
|
|
334
336
|
</svg>
|
|
335
|
-
<span>
|
|
337
|
+
<span>376 stars today</span>
|
|
336
338
|
</span>
|
|
337
339
|
</div>
|
|
338
340
|
<div class="details">
|
|
@@ -345,32 +347,28 @@
|
|
|
345
347
|
<div class="info">
|
|
346
348
|
<div class="rank">
|
|
347
349
|
<span title="Ranking 6">6</span>
|
|
348
|
-
<a href="https://github.com/
|
|
350
|
+
<a href="https://github.com/hemanth/functional-programming-jargon" target="_blank" title="hemanth/functional-programming-jargon">hemanth/functional-programming-jargon</a>
|
|
349
351
|
</div>
|
|
350
352
|
<div class="sub-title followers">
|
|
351
353
|
|
|
352
|
-
<a class="language" target="_blank" href="https://github.com/topics/go" title="Programming Language Go">
|
|
353
|
-
<span style="background-color: #00ADD8;"></span>Go
|
|
354
|
-
</a>
|
|
355
|
-
|
|
356
354
|
<span class="star" title="Stargazers Count">
|
|
357
355
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
358
356
|
<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
357
|
</svg>
|
|
360
|
-
<span>
|
|
358
|
+
<span>16578</span>
|
|
361
359
|
</span>
|
|
362
360
|
<span class="star" title="Repo Forked">
|
|
363
361
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
364
362
|
<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">
|
|
365
363
|
</path>
|
|
366
364
|
</svg>
|
|
367
|
-
<span>
|
|
365
|
+
<span>927</span>
|
|
368
366
|
</span>
|
|
369
367
|
<span class="star">
|
|
370
368
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
371
369
|
<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>
|
|
372
370
|
</svg>
|
|
373
|
-
<span>
|
|
371
|
+
<span>232 stars today</span>
|
|
374
372
|
</span>
|
|
375
373
|
</div>
|
|
376
374
|
<div class="details">
|
|
@@ -383,32 +381,32 @@
|
|
|
383
381
|
<div class="info">
|
|
384
382
|
<div class="rank">
|
|
385
383
|
<span title="Ranking 7">7</span>
|
|
386
|
-
<a href="https://github.com/
|
|
384
|
+
<a href="https://github.com/alexbieber/Bug_Bounty_writeups" target="_blank" title="alexbieber/Bug_Bounty_writeups">alexbieber/Bug_Bounty_writeups</a>
|
|
387
385
|
</div>
|
|
388
386
|
<div class="sub-title followers">
|
|
389
387
|
|
|
390
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
391
|
-
<span style="background-color: #
|
|
388
|
+
<a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
|
|
389
|
+
<span style="background-color: #3572A5;"></span>Python
|
|
392
390
|
</a>
|
|
393
391
|
|
|
394
392
|
<span class="star" title="Stargazers Count">
|
|
395
393
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
396
394
|
<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
395
|
</svg>
|
|
398
|
-
<span>
|
|
396
|
+
<span>322</span>
|
|
399
397
|
</span>
|
|
400
398
|
<span class="star" title="Repo Forked">
|
|
401
399
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
402
400
|
<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">
|
|
403
401
|
</path>
|
|
404
402
|
</svg>
|
|
405
|
-
<span>
|
|
403
|
+
<span>53</span>
|
|
406
404
|
</span>
|
|
407
405
|
<span class="star">
|
|
408
406
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
409
407
|
<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>
|
|
410
408
|
</svg>
|
|
411
|
-
<span>
|
|
409
|
+
<span>139 stars today</span>
|
|
412
410
|
</span>
|
|
413
411
|
</div>
|
|
414
412
|
<div class="details">
|
|
@@ -421,32 +419,32 @@
|
|
|
421
419
|
<div class="info">
|
|
422
420
|
<div class="rank">
|
|
423
421
|
<span title="Ranking 8">8</span>
|
|
424
|
-
<a href="https://github.com/
|
|
422
|
+
<a href="https://github.com/google/google-ctf" target="_blank" title="google/google-ctf">google/google-ctf</a>
|
|
425
423
|
</div>
|
|
426
424
|
<div class="sub-title followers">
|
|
427
425
|
|
|
428
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
429
|
-
<span style="background-color: #
|
|
426
|
+
<a class="language" target="_blank" href="https://github.com/topics/go" title="Programming Language Go">
|
|
427
|
+
<span style="background-color: #00ADD8;"></span>Go
|
|
430
428
|
</a>
|
|
431
429
|
|
|
432
430
|
<span class="star" title="Stargazers Count">
|
|
433
431
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
434
432
|
<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
433
|
</svg>
|
|
436
|
-
<span>
|
|
434
|
+
<span>2906</span>
|
|
437
435
|
</span>
|
|
438
436
|
<span class="star" title="Repo Forked">
|
|
439
437
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
440
438
|
<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">
|
|
441
439
|
</path>
|
|
442
440
|
</svg>
|
|
443
|
-
<span>
|
|
441
|
+
<span>419</span>
|
|
444
442
|
</span>
|
|
445
443
|
<span class="star">
|
|
446
444
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
447
445
|
<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>
|
|
448
446
|
</svg>
|
|
449
|
-
<span>
|
|
447
|
+
<span>61 stars today</span>
|
|
450
448
|
</span>
|
|
451
449
|
</div>
|
|
452
450
|
<div class="details">
|
|
@@ -459,32 +457,32 @@
|
|
|
459
457
|
<div class="info">
|
|
460
458
|
<div class="rank">
|
|
461
459
|
<span title="Ranking 9">9</span>
|
|
462
|
-
<a href="https://github.com/
|
|
460
|
+
<a href="https://github.com/TheAlgorithms/Python" target="_blank" title="TheAlgorithms/Python">TheAlgorithms/Python</a>
|
|
463
461
|
</div>
|
|
464
462
|
<div class="sub-title followers">
|
|
465
463
|
|
|
466
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
467
|
-
<span style="background-color: #
|
|
464
|
+
<a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
|
|
465
|
+
<span style="background-color: #3572A5;"></span>Python
|
|
468
466
|
</a>
|
|
469
467
|
|
|
470
468
|
<span class="star" title="Stargazers Count">
|
|
471
469
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
472
470
|
<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
471
|
</svg>
|
|
474
|
-
<span>
|
|
472
|
+
<span>139842</span>
|
|
475
473
|
</span>
|
|
476
474
|
<span class="star" title="Repo Forked">
|
|
477
475
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
478
476
|
<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">
|
|
479
477
|
</path>
|
|
480
478
|
</svg>
|
|
481
|
-
<span>
|
|
479
|
+
<span>36141</span>
|
|
482
480
|
</span>
|
|
483
481
|
<span class="star">
|
|
484
482
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
485
483
|
<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>
|
|
486
484
|
</svg>
|
|
487
|
-
<span>
|
|
485
|
+
<span>189 stars today</span>
|
|
488
486
|
</span>
|
|
489
487
|
</div>
|
|
490
488
|
<div class="details">
|
|
@@ -497,7 +495,7 @@
|
|
|
497
495
|
<div class="info">
|
|
498
496
|
<div class="rank">
|
|
499
497
|
<span title="Ranking 10">10</span>
|
|
500
|
-
<a href="https://github.com/
|
|
498
|
+
<a href="https://github.com/h33tlit/secret-regex-list" target="_blank" title="h33tlit/secret-regex-list">h33tlit/secret-regex-list</a>
|
|
501
499
|
</div>
|
|
502
500
|
<div class="sub-title followers">
|
|
503
501
|
|
|
@@ -505,20 +503,20 @@
|
|
|
505
503
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
506
504
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
507
505
|
</svg>
|
|
508
|
-
<span>
|
|
506
|
+
<span>249</span>
|
|
509
507
|
</span>
|
|
510
508
|
<span class="star" title="Repo Forked">
|
|
511
509
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
512
510
|
<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">
|
|
513
511
|
</path>
|
|
514
512
|
</svg>
|
|
515
|
-
<span>
|
|
513
|
+
<span>22</span>
|
|
516
514
|
</span>
|
|
517
515
|
<span class="star">
|
|
518
516
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
519
517
|
<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>
|
|
520
518
|
</svg>
|
|
521
|
-
<span>
|
|
519
|
+
<span>81 stars today</span>
|
|
522
520
|
</span>
|
|
523
521
|
</div>
|
|
524
522
|
<div class="details">
|
|
@@ -531,32 +529,32 @@
|
|
|
531
529
|
<div class="info">
|
|
532
530
|
<div class="rank">
|
|
533
531
|
<span title="Ranking 11">11</span>
|
|
534
|
-
<a href="https://github.com/
|
|
532
|
+
<a href="https://github.com/starlite-api/starlite" target="_blank" title="starlite-api/starlite">starlite-api/starlite</a>
|
|
535
533
|
</div>
|
|
536
534
|
<div class="sub-title followers">
|
|
537
535
|
|
|
538
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
539
|
-
<span style="background-color: #
|
|
536
|
+
<a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
|
|
537
|
+
<span style="background-color: #3572A5;"></span>Python
|
|
540
538
|
</a>
|
|
541
539
|
|
|
542
540
|
<span class="star" title="Stargazers Count">
|
|
543
541
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
544
542
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
545
543
|
</svg>
|
|
546
|
-
<span>
|
|
544
|
+
<span>726</span>
|
|
547
545
|
</span>
|
|
548
546
|
<span class="star" title="Repo Forked">
|
|
549
547
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
550
548
|
<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">
|
|
551
549
|
</path>
|
|
552
550
|
</svg>
|
|
553
|
-
<span>
|
|
551
|
+
<span>58</span>
|
|
554
552
|
</span>
|
|
555
553
|
<span class="star">
|
|
556
554
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
557
555
|
<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>
|
|
558
556
|
</svg>
|
|
559
|
-
<span>
|
|
557
|
+
<span>64 stars today</span>
|
|
560
558
|
</span>
|
|
561
559
|
</div>
|
|
562
560
|
<div class="details">
|
|
@@ -569,28 +567,32 @@
|
|
|
569
567
|
<div class="info">
|
|
570
568
|
<div class="rank">
|
|
571
569
|
<span title="Ranking 12">12</span>
|
|
572
|
-
<a href="https://github.com/
|
|
570
|
+
<a href="https://github.com/chatwoot/chatwoot" target="_blank" title="chatwoot/chatwoot">chatwoot/chatwoot</a>
|
|
573
571
|
</div>
|
|
574
572
|
<div class="sub-title followers">
|
|
575
573
|
|
|
574
|
+
<a class="language" target="_blank" href="https://github.com/topics/ruby" title="Programming Language Ruby">
|
|
575
|
+
<span style="background-color: #701516;"></span>Ruby
|
|
576
|
+
</a>
|
|
577
|
+
|
|
576
578
|
<span class="star" title="Stargazers Count">
|
|
577
579
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
578
580
|
<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
581
|
</svg>
|
|
580
|
-
<span>
|
|
582
|
+
<span>13050</span>
|
|
581
583
|
</span>
|
|
582
584
|
<span class="star" title="Repo Forked">
|
|
583
585
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
584
586
|
<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">
|
|
585
587
|
</path>
|
|
586
588
|
</svg>
|
|
587
|
-
<span>
|
|
589
|
+
<span>1644</span>
|
|
588
590
|
</span>
|
|
589
591
|
<span class="star">
|
|
590
592
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
591
593
|
<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>
|
|
592
594
|
</svg>
|
|
593
|
-
<span>
|
|
595
|
+
<span>151 stars today</span>
|
|
594
596
|
</span>
|
|
595
597
|
</div>
|
|
596
598
|
<div class="details">
|
|
@@ -603,28 +605,32 @@
|
|
|
603
605
|
<div class="info">
|
|
604
606
|
<div class="rank">
|
|
605
607
|
<span title="Ranking 13">13</span>
|
|
606
|
-
<a href="https://github.com/
|
|
608
|
+
<a href="https://github.com/angular/angular-cli" target="_blank" title="angular/angular-cli">angular/angular-cli</a>
|
|
607
609
|
</div>
|
|
608
610
|
<div class="sub-title followers">
|
|
609
611
|
|
|
612
|
+
<a class="language" target="_blank" href="https://github.com/topics/typescript" title="Programming Language TypeScript">
|
|
613
|
+
<span style="background-color: #3178c6;"></span>TypeScript
|
|
614
|
+
</a>
|
|
615
|
+
|
|
610
616
|
<span class="star" title="Stargazers Count">
|
|
611
617
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
612
618
|
<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>
|
|
613
619
|
</svg>
|
|
614
|
-
<span>
|
|
620
|
+
<span>25491</span>
|
|
615
621
|
</span>
|
|
616
622
|
<span class="star" title="Repo Forked">
|
|
617
623
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
618
624
|
<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">
|
|
619
625
|
</path>
|
|
620
626
|
</svg>
|
|
621
|
-
<span>
|
|
627
|
+
<span>12137</span>
|
|
622
628
|
</span>
|
|
623
629
|
<span class="star">
|
|
624
630
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
625
631
|
<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>
|
|
626
632
|
</svg>
|
|
627
|
-
<span>
|
|
633
|
+
<span>7 stars today</span>
|
|
628
634
|
</span>
|
|
629
635
|
</div>
|
|
630
636
|
<div class="details">
|
|
@@ -637,28 +643,32 @@
|
|
|
637
643
|
<div class="info">
|
|
638
644
|
<div class="rank">
|
|
639
645
|
<span title="Ranking 14">14</span>
|
|
640
|
-
<a href="https://github.com/
|
|
646
|
+
<a href="https://github.com/KasperskyLab/TinyCheck" target="_blank" title="KasperskyLab/TinyCheck">KasperskyLab/TinyCheck</a>
|
|
641
647
|
</div>
|
|
642
648
|
<div class="sub-title followers">
|
|
643
649
|
|
|
650
|
+
<a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
|
|
651
|
+
<span style="background-color: #3572A5;"></span>Python
|
|
652
|
+
</a>
|
|
653
|
+
|
|
644
654
|
<span class="star" title="Stargazers Count">
|
|
645
655
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
646
656
|
<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>
|
|
647
657
|
</svg>
|
|
648
|
-
<span>
|
|
658
|
+
<span>2289</span>
|
|
649
659
|
</span>
|
|
650
660
|
<span class="star" title="Repo Forked">
|
|
651
661
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
652
662
|
<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">
|
|
653
663
|
</path>
|
|
654
664
|
</svg>
|
|
655
|
-
<span>
|
|
665
|
+
<span>173</span>
|
|
656
666
|
</span>
|
|
657
667
|
<span class="star">
|
|
658
668
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
659
669
|
<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>
|
|
660
670
|
</svg>
|
|
661
|
-
<span>
|
|
671
|
+
<span>190 stars today</span>
|
|
662
672
|
</span>
|
|
663
673
|
</div>
|
|
664
674
|
<div class="details">
|
|
@@ -671,28 +681,32 @@
|
|
|
671
681
|
<div class="info">
|
|
672
682
|
<div class="rank">
|
|
673
683
|
<span title="Ranking 15">15</span>
|
|
674
|
-
<a href="https://github.com/
|
|
684
|
+
<a href="https://github.com/DrKLO/Telegram" target="_blank" title="DrKLO/Telegram">DrKLO/Telegram</a>
|
|
675
685
|
</div>
|
|
676
686
|
<div class="sub-title followers">
|
|
677
687
|
|
|
688
|
+
<a class="language" target="_blank" href="https://github.com/topics/java" title="Programming Language Java">
|
|
689
|
+
<span style="background-color: #b07219;"></span>Java
|
|
690
|
+
</a>
|
|
691
|
+
|
|
678
692
|
<span class="star" title="Stargazers Count">
|
|
679
693
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
680
694
|
<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>
|
|
681
695
|
</svg>
|
|
682
|
-
<span>
|
|
696
|
+
<span>20300</span>
|
|
683
697
|
</span>
|
|
684
698
|
<span class="star" title="Repo Forked">
|
|
685
699
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
686
700
|
<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">
|
|
687
701
|
</path>
|
|
688
702
|
</svg>
|
|
689
|
-
<span>
|
|
703
|
+
<span>6945</span>
|
|
690
704
|
</span>
|
|
691
705
|
<span class="star">
|
|
692
706
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
693
707
|
<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>
|
|
694
708
|
</svg>
|
|
695
|
-
<span>
|
|
709
|
+
<span>43 stars today</span>
|
|
696
710
|
</span>
|
|
697
711
|
</div>
|
|
698
712
|
<div class="details">
|
|
@@ -705,32 +719,32 @@
|
|
|
705
719
|
<div class="info">
|
|
706
720
|
<div class="rank">
|
|
707
721
|
<span title="Ranking 16">16</span>
|
|
708
|
-
<a href="https://github.com/
|
|
722
|
+
<a href="https://github.com/Yin-Hongwei/music-website" target="_blank" title="Yin-Hongwei/music-website">Yin-Hongwei/music-website</a>
|
|
709
723
|
</div>
|
|
710
724
|
<div class="sub-title followers">
|
|
711
725
|
|
|
712
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
713
|
-
<span style="background-color: #
|
|
726
|
+
<a class="language" target="_blank" href="https://github.com/topics/vue" title="Programming Language Vue">
|
|
727
|
+
<span style="background-color: #41b883;"></span>Vue
|
|
714
728
|
</a>
|
|
715
729
|
|
|
716
730
|
<span class="star" title="Stargazers Count">
|
|
717
731
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
718
732
|
<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>
|
|
719
733
|
</svg>
|
|
720
|
-
<span>
|
|
734
|
+
<span>2804</span>
|
|
721
735
|
</span>
|
|
722
736
|
<span class="star" title="Repo Forked">
|
|
723
737
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
724
738
|
<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">
|
|
725
739
|
</path>
|
|
726
740
|
</svg>
|
|
727
|
-
<span>
|
|
741
|
+
<span>906</span>
|
|
728
742
|
</span>
|
|
729
743
|
<span class="star">
|
|
730
744
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
731
745
|
<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>
|
|
732
746
|
</svg>
|
|
733
|
-
<span>
|
|
747
|
+
<span>28 stars today</span>
|
|
734
748
|
</span>
|
|
735
749
|
</div>
|
|
736
750
|
<div class="details">
|
|
@@ -743,28 +757,32 @@
|
|
|
743
757
|
<div class="info">
|
|
744
758
|
<div class="rank">
|
|
745
759
|
<span title="Ranking 17">17</span>
|
|
746
|
-
<a href="https://github.com/
|
|
760
|
+
<a href="https://github.com/gustavoguanabara/html-css" target="_blank" title="gustavoguanabara/html-css">gustavoguanabara/html-css</a>
|
|
747
761
|
</div>
|
|
748
762
|
<div class="sub-title followers">
|
|
749
763
|
|
|
764
|
+
<a class="language" target="_blank" href="https://github.com/topics/html" title="Programming Language HTML">
|
|
765
|
+
<span style="background-color: #e34c26;"></span>HTML
|
|
766
|
+
</a>
|
|
767
|
+
|
|
750
768
|
<span class="star" title="Stargazers Count">
|
|
751
769
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
752
770
|
<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>
|
|
753
771
|
</svg>
|
|
754
|
-
<span>
|
|
772
|
+
<span>7013</span>
|
|
755
773
|
</span>
|
|
756
774
|
<span class="star" title="Repo Forked">
|
|
757
775
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
758
776
|
<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">
|
|
759
777
|
</path>
|
|
760
778
|
</svg>
|
|
761
|
-
<span>
|
|
779
|
+
<span>1959</span>
|
|
762
780
|
</span>
|
|
763
781
|
<span class="star">
|
|
764
782
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
765
783
|
<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>
|
|
766
784
|
</svg>
|
|
767
|
-
<span>
|
|
785
|
+
<span>14 stars today</span>
|
|
768
786
|
</span>
|
|
769
787
|
</div>
|
|
770
788
|
<div class="details">
|
|
@@ -777,32 +795,32 @@
|
|
|
777
795
|
<div class="info">
|
|
778
796
|
<div class="rank">
|
|
779
797
|
<span title="Ranking 18">18</span>
|
|
780
|
-
<a href="https://github.com/
|
|
798
|
+
<a href="https://github.com/rancher/rancher" target="_blank" title="rancher/rancher">rancher/rancher</a>
|
|
781
799
|
</div>
|
|
782
800
|
<div class="sub-title followers">
|
|
783
801
|
|
|
784
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
785
|
-
<span style="background-color: #
|
|
802
|
+
<a class="language" target="_blank" href="https://github.com/topics/go" title="Programming Language Go">
|
|
803
|
+
<span style="background-color: #00ADD8;"></span>Go
|
|
786
804
|
</a>
|
|
787
805
|
|
|
788
806
|
<span class="star" title="Stargazers Count">
|
|
789
807
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
790
808
|
<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>
|
|
791
809
|
</svg>
|
|
792
|
-
<span>
|
|
810
|
+
<span>19452</span>
|
|
793
811
|
</span>
|
|
794
812
|
<span class="star" title="Repo Forked">
|
|
795
813
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
796
814
|
<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">
|
|
797
815
|
</path>
|
|
798
816
|
</svg>
|
|
799
|
-
<span>
|
|
817
|
+
<span>2591</span>
|
|
800
818
|
</span>
|
|
801
819
|
<span class="star">
|
|
802
820
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
803
821
|
<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>
|
|
804
822
|
</svg>
|
|
805
|
-
<span>
|
|
823
|
+
<span>39 stars today</span>
|
|
806
824
|
</span>
|
|
807
825
|
</div>
|
|
808
826
|
<div class="details">
|
|
@@ -815,7 +833,7 @@
|
|
|
815
833
|
<div class="info">
|
|
816
834
|
<div class="rank">
|
|
817
835
|
<span title="Ranking 19">19</span>
|
|
818
|
-
<a href="https://github.com/
|
|
836
|
+
<a href="https://github.com/secretflow/secretflow" target="_blank" title="secretflow/secretflow">secretflow/secretflow</a>
|
|
819
837
|
</div>
|
|
820
838
|
<div class="sub-title followers">
|
|
821
839
|
|
|
@@ -827,20 +845,20 @@
|
|
|
827
845
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
828
846
|
<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>
|
|
829
847
|
</svg>
|
|
830
|
-
<span>
|
|
848
|
+
<span>348</span>
|
|
831
849
|
</span>
|
|
832
850
|
<span class="star" title="Repo Forked">
|
|
833
851
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
834
852
|
<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">
|
|
835
853
|
</path>
|
|
836
854
|
</svg>
|
|
837
|
-
<span>
|
|
855
|
+
<span>41</span>
|
|
838
856
|
</span>
|
|
839
857
|
<span class="star">
|
|
840
858
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
841
859
|
<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>
|
|
842
860
|
</svg>
|
|
843
|
-
<span>
|
|
861
|
+
<span>112 stars today</span>
|
|
844
862
|
</span>
|
|
845
863
|
</div>
|
|
846
864
|
<div class="details">
|
|
@@ -853,32 +871,32 @@
|
|
|
853
871
|
<div class="info">
|
|
854
872
|
<div class="rank">
|
|
855
873
|
<span title="Ranking 20">20</span>
|
|
856
|
-
<a href="https://github.com/
|
|
874
|
+
<a href="https://github.com/operator-framework/operator-sdk" target="_blank" title="operator-framework/operator-sdk">operator-framework/operator-sdk</a>
|
|
857
875
|
</div>
|
|
858
876
|
<div class="sub-title followers">
|
|
859
877
|
|
|
860
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
861
|
-
<span style="background-color: #
|
|
878
|
+
<a class="language" target="_blank" href="https://github.com/topics/go" title="Programming Language Go">
|
|
879
|
+
<span style="background-color: #00ADD8;"></span>Go
|
|
862
880
|
</a>
|
|
863
881
|
|
|
864
882
|
<span class="star" title="Stargazers Count">
|
|
865
883
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
866
884
|
<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>
|
|
867
885
|
</svg>
|
|
868
|
-
<span>
|
|
886
|
+
<span>5797</span>
|
|
869
887
|
</span>
|
|
870
888
|
<span class="star" title="Repo Forked">
|
|
871
889
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
872
890
|
<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">
|
|
873
891
|
</path>
|
|
874
892
|
</svg>
|
|
875
|
-
<span>
|
|
893
|
+
<span>1530</span>
|
|
876
894
|
</span>
|
|
877
895
|
<span class="star">
|
|
878
896
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
879
897
|
<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>
|
|
880
898
|
</svg>
|
|
881
|
-
<span>
|
|
899
|
+
<span>26 stars today</span>
|
|
882
900
|
</span>
|
|
883
901
|
</div>
|
|
884
902
|
<div class="details">
|
|
@@ -891,32 +909,32 @@
|
|
|
891
909
|
<div class="info">
|
|
892
910
|
<div class="rank">
|
|
893
911
|
<span title="Ranking 21">21</span>
|
|
894
|
-
<a href="https://github.com/
|
|
912
|
+
<a href="https://github.com/soimort/you-get" target="_blank" title="soimort/you-get">soimort/you-get</a>
|
|
895
913
|
</div>
|
|
896
914
|
<div class="sub-title followers">
|
|
897
915
|
|
|
898
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
899
|
-
<span style="background-color: #
|
|
916
|
+
<a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
|
|
917
|
+
<span style="background-color: #3572A5;"></span>Python
|
|
900
918
|
</a>
|
|
901
919
|
|
|
902
920
|
<span class="star" title="Stargazers Count">
|
|
903
921
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
904
922
|
<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>
|
|
905
923
|
</svg>
|
|
906
|
-
<span>
|
|
924
|
+
<span>44760</span>
|
|
907
925
|
</span>
|
|
908
926
|
<span class="star" title="Repo Forked">
|
|
909
927
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
910
928
|
<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">
|
|
911
929
|
</path>
|
|
912
930
|
</svg>
|
|
913
|
-
<span>
|
|
931
|
+
<span>8975</span>
|
|
914
932
|
</span>
|
|
915
933
|
<span class="star">
|
|
916
934
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
917
935
|
<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>
|
|
918
936
|
</svg>
|
|
919
|
-
<span>
|
|
937
|
+
<span>140 stars today</span>
|
|
920
938
|
</span>
|
|
921
939
|
</div>
|
|
922
940
|
<div class="details">
|
|
@@ -929,28 +947,32 @@
|
|
|
929
947
|
<div class="info">
|
|
930
948
|
<div class="rank">
|
|
931
949
|
<span title="Ranking 22">22</span>
|
|
932
|
-
<a href="https://github.com/
|
|
950
|
+
<a href="https://github.com/mui/material-ui" target="_blank" title="mui/material-ui">mui/material-ui</a>
|
|
933
951
|
</div>
|
|
934
952
|
<div class="sub-title followers">
|
|
935
953
|
|
|
954
|
+
<a class="language" target="_blank" href="https://github.com/topics/javascript" title="Programming Language JavaScript">
|
|
955
|
+
<span style="background-color: #f1e05a;"></span>JavaScript
|
|
956
|
+
</a>
|
|
957
|
+
|
|
936
958
|
<span class="star" title="Stargazers Count">
|
|
937
959
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
938
960
|
<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>
|
|
939
961
|
</svg>
|
|
940
|
-
<span>
|
|
962
|
+
<span>79600</span>
|
|
941
963
|
</span>
|
|
942
964
|
<span class="star" title="Repo Forked">
|
|
943
965
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
944
966
|
<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">
|
|
945
967
|
</path>
|
|
946
968
|
</svg>
|
|
947
|
-
<span>
|
|
969
|
+
<span>27440</span>
|
|
948
970
|
</span>
|
|
949
971
|
<span class="star">
|
|
950
972
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
951
973
|
<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>
|
|
952
974
|
</svg>
|
|
953
|
-
<span>
|
|
975
|
+
<span>96 stars today</span>
|
|
954
976
|
</span>
|
|
955
977
|
</div>
|
|
956
978
|
<div class="details">
|
|
@@ -963,32 +985,32 @@
|
|
|
963
985
|
<div class="info">
|
|
964
986
|
<div class="rank">
|
|
965
987
|
<span title="Ranking 23">23</span>
|
|
966
|
-
<a href="https://github.com/
|
|
988
|
+
<a href="https://github.com/pola-rs/polars" target="_blank" title="pola-rs/polars">pola-rs/polars</a>
|
|
967
989
|
</div>
|
|
968
990
|
<div class="sub-title followers">
|
|
969
991
|
|
|
970
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
971
|
-
<span style="background-color: #
|
|
992
|
+
<a class="language" target="_blank" href="https://github.com/topics/rust" title="Programming Language Rust">
|
|
993
|
+
<span style="background-color: #dea584;"></span>Rust
|
|
972
994
|
</a>
|
|
973
995
|
|
|
974
996
|
<span class="star" title="Stargazers Count">
|
|
975
997
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
976
998
|
<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>
|
|
977
999
|
</svg>
|
|
978
|
-
<span>
|
|
1000
|
+
<span>6741</span>
|
|
979
1001
|
</span>
|
|
980
1002
|
<span class="star" title="Repo Forked">
|
|
981
1003
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
982
1004
|
<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">
|
|
983
1005
|
</path>
|
|
984
1006
|
</svg>
|
|
985
|
-
<span>
|
|
1007
|
+
<span>378</span>
|
|
986
1008
|
</span>
|
|
987
1009
|
<span class="star">
|
|
988
1010
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
989
1011
|
<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>
|
|
990
1012
|
</svg>
|
|
991
|
-
<span>
|
|
1013
|
+
<span>91 stars today</span>
|
|
992
1014
|
</span>
|
|
993
1015
|
</div>
|
|
994
1016
|
<div class="details">
|
|
@@ -1001,32 +1023,32 @@
|
|
|
1001
1023
|
<div class="info">
|
|
1002
1024
|
<div class="rank">
|
|
1003
1025
|
<span title="Ranking 24">24</span>
|
|
1004
|
-
<a href="https://github.com/
|
|
1026
|
+
<a href="https://github.com/itsnebulalol/permasigner" target="_blank" title="itsnebulalol/permasigner">itsnebulalol/permasigner</a>
|
|
1005
1027
|
</div>
|
|
1006
1028
|
<div class="sub-title followers">
|
|
1007
1029
|
|
|
1008
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
1009
|
-
<span style="background-color: #
|
|
1030
|
+
<a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
|
|
1031
|
+
<span style="background-color: #3572A5;"></span>Python
|
|
1010
1032
|
</a>
|
|
1011
1033
|
|
|
1012
1034
|
<span class="star" title="Stargazers Count">
|
|
1013
1035
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
1014
1036
|
<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>
|
|
1015
1037
|
</svg>
|
|
1016
|
-
<span>
|
|
1038
|
+
<span>149</span>
|
|
1017
1039
|
</span>
|
|
1018
1040
|
<span class="star" title="Repo Forked">
|
|
1019
1041
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
1020
1042
|
<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">
|
|
1021
1043
|
</path>
|
|
1022
1044
|
</svg>
|
|
1023
|
-
<span>
|
|
1045
|
+
<span>22</span>
|
|
1024
1046
|
</span>
|
|
1025
1047
|
<span class="star">
|
|
1026
1048
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
1027
1049
|
<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>
|
|
1028
1050
|
</svg>
|
|
1029
|
-
<span>
|
|
1051
|
+
<span>39 stars today</span>
|
|
1030
1052
|
</span>
|
|
1031
1053
|
</div>
|
|
1032
1054
|
<div class="details">
|
|
@@ -1039,32 +1061,32 @@
|
|
|
1039
1061
|
<div class="info">
|
|
1040
1062
|
<div class="rank">
|
|
1041
1063
|
<span title="Ranking 25">25</span>
|
|
1042
|
-
<a href="https://github.com/
|
|
1064
|
+
<a href="https://github.com/geohot/tinygrad" target="_blank" title="geohot/tinygrad">geohot/tinygrad</a>
|
|
1043
1065
|
</div>
|
|
1044
1066
|
<div class="sub-title followers">
|
|
1045
1067
|
|
|
1046
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
1047
|
-
<span style="background-color: #
|
|
1068
|
+
<a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
|
|
1069
|
+
<span style="background-color: #3572A5;"></span>Python
|
|
1048
1070
|
</a>
|
|
1049
1071
|
|
|
1050
1072
|
<span class="star" title="Stargazers Count">
|
|
1051
1073
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
1052
1074
|
<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>
|
|
1053
1075
|
</svg>
|
|
1054
|
-
<span>
|
|
1076
|
+
<span>6306</span>
|
|
1055
1077
|
</span>
|
|
1056
1078
|
<span class="star" title="Repo Forked">
|
|
1057
1079
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
1058
1080
|
<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">
|
|
1059
1081
|
</path>
|
|
1060
1082
|
</svg>
|
|
1061
|
-
<span>
|
|
1083
|
+
<span>637</span>
|
|
1062
1084
|
</span>
|
|
1063
1085
|
<span class="star">
|
|
1064
1086
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
1065
1087
|
<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>
|
|
1066
1088
|
</svg>
|
|
1067
|
-
<span>
|
|
1089
|
+
<span>48 stars today</span>
|
|
1068
1090
|
</span>
|
|
1069
1091
|
</div>
|
|
1070
1092
|
<div class="details">
|
|
@@ -1089,7 +1111,7 @@
|
|
|
1089
1111
|
<img src="https://img.shields.io/npm/v/@wcj/github-rank.svg?label=unpkg">
|
|
1090
1112
|
</a>
|
|
1091
1113
|
</div>
|
|
1092
|
-
<div class="time">Last cache created on 2022/7/
|
|
1114
|
+
<div class="time">Last cache created on 2022/7/7 by Github API v3.</div>
|
|
1093
1115
|
Create by <a href="https://github.com/jaywcjlove" target="_blank">小弟调调™</a>.
|
|
1094
1116
|
</div>
|
|
1095
1117
|
</body>
|