@wcj/github-rank 22.3.18 → 22.3.19
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 +20017 -20017
- package/dist/sifou-daily.json +51 -114
- package/dist/sifou-monthly.json +67 -67
- package/dist/sifou-weekly.json +121 -121
- package/dist/toutiao-30.json +48 -48
- package/dist/toutiao-7.json +89 -89
- package/dist/toutiao-90.json +20 -20
- package/dist/trending-daily.json +173 -173
- package/dist/trending-monthly.json +159 -159
- package/dist/trending-weekly.json +160 -160
- package/dist/users.china.json +1933 -1947
- package/dist/users.json +1841 -1841
- package/package.json +1 -1
- package/web/36kr.html +35 -13
- package/web/data/repos.json +20017 -20017
- package/web/data/sifou-daily.json +51 -114
- package/web/data/sifou-monthly.json +67 -67
- package/web/data/sifou-weekly.json +121 -121
- package/web/data/toutiao-30.json +48 -48
- package/web/data/toutiao-7.json +89 -89
- package/web/data/toutiao-90.json +20 -20
- package/web/data/trending-daily.json +173 -173
- package/web/data/trending-monthly.json +159 -159
- package/web/data/trending-weekly.json +160 -160
- package/web/data/users.china.json +1933 -1947
- package/web/data/users.json +1841 -1841
- package/web/index.html +1076 -1054
- package/web/repos.html +2639 -2617
- package/web/sifou-daily.html +78 -252
- package/web/sifou-monthly.html +134 -112
- package/web/sifou-weekly.html +162 -140
- package/web/toutiao-30.html +86 -64
- package/web/toutiao-7.html +107 -85
- package/web/toutiao-90.html +56 -34
- package/web/trending-monthly.html +178 -152
- package/web/trending-weekly.html +175 -161
- package/web/trending.html +189 -163
- package/web/users.china.html +1353 -1331
package/web/trending-weekly.html
CHANGED
|
@@ -7,41 +7,63 @@
|
|
|
7
7
|
<link rel="icon" type="image/x-icon" href="https://github.githubassets.com/favicon.ico">
|
|
8
8
|
<title> GitHub Repositories Trending </title>
|
|
9
9
|
<meta name="description" content="GitHub Repositories Trending">
|
|
10
|
+
<style>
|
|
11
|
+
[data-color-mode*='dark'] {
|
|
12
|
+
--color-fg-default: #c9d1d9;
|
|
13
|
+
--color-fg-muted: #8b949e;
|
|
14
|
+
--color-fg-subtle: #484f58;
|
|
15
|
+
--color-accent-fg: #58a6ff;
|
|
16
|
+
--color-accent-emphasis: #1f6feb;
|
|
17
|
+
--color-link-hover: #58a6ff;
|
|
18
|
+
--color-tab-fg: #494949;
|
|
19
|
+
--color-border: #e2e2e2;
|
|
20
|
+
--color-neutral-muted: rgba(110,118,129,0.4);
|
|
21
|
+
}
|
|
22
|
+
[data-color-mode*='light'] {
|
|
23
|
+
--color-fg-default: #24292f;
|
|
24
|
+
--color-fg-muted: #57606a;
|
|
25
|
+
--color-fg-subtle: #6e7781;
|
|
26
|
+
--color-accent-fg: #0969da;
|
|
27
|
+
--color-accent-emphasis: #0969da;
|
|
28
|
+
--color-link-hover: #58a6ff;
|
|
29
|
+
--color-tab-fg: #e2e2e2;
|
|
30
|
+
--color-border: #000;
|
|
31
|
+
--color-neutral-muted: rgba(175,184,193,0.2);
|
|
32
|
+
}
|
|
33
|
+
</style>
|
|
10
34
|
<style>
|
|
11
35
|
* { box-sizing: border-box; }
|
|
12
36
|
html, body, ul, li, h1 { margin: 0; padding: 0 }
|
|
13
37
|
html, body { font-size: 16px; font-family: -apple-system,"Helvetica Neue",Helvetica,Arial,"PingFang SC","Hiragino Sans GB","WenQuanYi Micro Hei","Microsoft Yahei",sans-serif; }
|
|
14
38
|
ul { list-style: none; }
|
|
15
39
|
|
|
16
|
-
a { color:
|
|
17
|
-
a:hover { color:
|
|
40
|
+
a { color: var(--color-accent-fg); text-decoration: none; transition: all .2s ease-in; }
|
|
41
|
+
a:hover { color: var(--color-link-hover); text-decoration: underline; }
|
|
18
42
|
a.github-corner:hover .octo-arm { animation: octocat-wave 560ms infinite linear; }
|
|
19
43
|
a.github-corner svg { fill: #f1f1f1; color: #000; position: absolute; top: 0; border: 0; right: 0; z-index: 99; width: 70px; height: 70px; }
|
|
20
44
|
a.github-corner { position: fixed; z-index: 9999; top: 0; right: 0; }
|
|
21
45
|
|
|
22
46
|
.title { padding: 32px 20px 10px 20px; font-size: 32px; display: flex; }
|
|
23
47
|
.title a svg { display: block; }
|
|
24
|
-
.title a { color:
|
|
48
|
+
.title a { color: var(--color-accent-fg); display: inline-block; margin-left: 10px; }
|
|
25
49
|
.time, .footer { padding: 5px 20px 2px 20px; font-size: 12px; color: #adadad; }
|
|
26
50
|
.tabs { padding: 0 20px 5px 20px;}
|
|
27
|
-
.tabs a { background:
|
|
51
|
+
.tabs a { background: var(--color-tab-fg); display: inline-block; border-radius: 2px; margin: 2px 0; padding: 2px 5px; font-size: 12px; line-height: 16px; color: var(--color-accent-fg); }
|
|
28
52
|
.tabs a.active { background: #333; color: #efefef; }
|
|
29
53
|
.tabs a:hover:not(.active) { background: #efefef; }
|
|
30
54
|
.footer { padding: 0 20px 30px 20px; font-size: 12px; color: #adadad; }
|
|
31
55
|
.footer .time { padding: 0; }
|
|
32
56
|
.list { text-align: left; padding-bottom: 10px; margin: 0 15px; }
|
|
33
57
|
.list img { width: 36px; height: 36px; border-radius: 3px; display: block; margin: 0 auto; background-color: #e2e2e2; border: 0; overflow: hidden; }
|
|
34
|
-
.list a { color: #0366d6; }
|
|
35
|
-
.list a:hover { color: #1600ff; }
|
|
36
58
|
.list li { padding: 10px; transition: all .3s; }
|
|
37
59
|
.list li.rank-title { margin: 0; padding: 3px 0 0 7px; margin-bottom: 10px; border-radius: 5px; font-size: 12px; line-height: 16px; }
|
|
38
60
|
.list li.rank-title > a { margin-right: 10px; }
|
|
39
61
|
.list li.rank-title:hover { background: transparent; }
|
|
40
62
|
.list li:last-child, .list li.rank-title { border-bottom: 0; }
|
|
41
|
-
.list li:hover { background:
|
|
63
|
+
.list li:hover { background: var(--color-neutral-muted); }
|
|
42
64
|
.list li > div { display: table-cell; vertical-align: top; font-size: 14px; }
|
|
43
65
|
.list li div.rank span { font-weight: bold; }
|
|
44
|
-
.list li div.details { padding: 2px 0 0 0; font-size: 12px; float: left; color:
|
|
66
|
+
.list li div.details { padding: 2px 0 0 0; font-size: 12px; float: left; color: var(--color-fg-muted); }
|
|
45
67
|
.list li div.details a { color: #b9b9b9; transition: all .3s; }
|
|
46
68
|
.list li div.details a:hover { color: #1600ff; }
|
|
47
69
|
.list li div.details a:hover svg { fill: #1600ff; }
|
|
@@ -51,19 +73,19 @@
|
|
|
51
73
|
.list li > div.info { width: 100%; }
|
|
52
74
|
.list li > div.info i { color: #717171; }
|
|
53
75
|
.list li > div.info a:hover i { color: #333; }
|
|
54
|
-
.list li div.sub-title { color:
|
|
76
|
+
.list li div.sub-title { color: var(--color-thme-text); margin: 4px 0 0 0; }
|
|
55
77
|
.list li div.avatar { padding-right: 10px; }
|
|
56
78
|
|
|
57
79
|
.list li a.language,
|
|
58
|
-
.list li span.star { height: 18px; background:
|
|
80
|
+
.list li span.star { height: 18px; background: var(--color-neutral-muted); display: inline-block; padding: 2px 4px; border-radius: 3px; }
|
|
59
81
|
|
|
60
82
|
|
|
61
83
|
.list .select { }
|
|
62
|
-
.list .select .active { color:
|
|
84
|
+
.list .select .active { color: var(--color-thme-text); font-weight: bold; border-bottom: 1px dotted var(--color-border);}
|
|
63
85
|
|
|
64
86
|
|
|
65
|
-
.list li div.followers { font-size: 12px; color:
|
|
66
|
-
.list li div.followers a { color:
|
|
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); }
|
|
67
89
|
.list li div.followers * { vertical-align: middle; }
|
|
68
90
|
.list li div.followers svg { vertical-align: text-top; display: inline-block; fill: #9E9E9E; width: 14px; height: 14px; }
|
|
69
91
|
|
|
@@ -78,8 +100,7 @@
|
|
|
78
100
|
.title { padding-top: 16px; font-size: 21px; }
|
|
79
101
|
}
|
|
80
102
|
</style>
|
|
81
|
-
<
|
|
82
|
-
</style>
|
|
103
|
+
<script src="https://unpkg.com/@wcj/dark-mode"></script>
|
|
83
104
|
</head>
|
|
84
105
|
<body>
|
|
85
106
|
<a href="https://github.com/jaywcjlove/github-rank" target="_blank" class="github-corner">
|
|
@@ -90,6 +111,7 @@
|
|
|
90
111
|
</svg>
|
|
91
112
|
</a>
|
|
92
113
|
<h1 class="title">
|
|
114
|
+
<dark-mode permanent></dark-mode>
|
|
93
115
|
GitHub Repositories Trending
|
|
94
116
|
|
|
95
117
|
|
|
@@ -102,7 +124,7 @@
|
|
|
102
124
|
|
|
103
125
|
|
|
104
126
|
</h1>
|
|
105
|
-
<div class="time">Last cache created on 2022/3/
|
|
127
|
+
<div class="time">Last cache created on 2022/3/19 by
|
|
106
128
|
|
|
107
129
|
|
|
108
130
|
|
|
@@ -145,20 +167,20 @@
|
|
|
145
167
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
146
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>
|
|
147
169
|
</svg>
|
|
148
|
-
<span>
|
|
170
|
+
<span>6674</span>
|
|
149
171
|
</span>
|
|
150
172
|
<span class="star" title="Repo Forked">
|
|
151
173
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
152
174
|
<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">
|
|
153
175
|
</path>
|
|
154
176
|
</svg>
|
|
155
|
-
<span>
|
|
177
|
+
<span>1299</span>
|
|
156
178
|
</span>
|
|
157
179
|
<span class="star">
|
|
158
180
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
159
181
|
<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>
|
|
160
182
|
</svg>
|
|
161
|
-
<span>
|
|
183
|
+
<span>550 stars this week</span>
|
|
162
184
|
</span>
|
|
163
185
|
</div>
|
|
164
186
|
<div class="details">
|
|
@@ -171,32 +193,32 @@
|
|
|
171
193
|
<div class="info">
|
|
172
194
|
<div class="rank">
|
|
173
195
|
<span title="Ranking 2">2</span>
|
|
174
|
-
<a href="https://github.com/
|
|
196
|
+
<a href="https://github.com/nkallen/plasticity" target="_blank" title="nkallen/plasticity">nkallen/plasticity</a>
|
|
175
197
|
</div>
|
|
176
198
|
<div class="sub-title followers">
|
|
177
199
|
|
|
178
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
179
|
-
<span style="background-color: #
|
|
200
|
+
<a class="language" target="_blank" href="https://github.com/topics/typescript" title="Programming Language TypeScript">
|
|
201
|
+
<span style="background-color: #2b7489;"></span>TypeScript
|
|
180
202
|
</a>
|
|
181
203
|
|
|
182
204
|
<span class="star" title="Stargazers Count">
|
|
183
205
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
184
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>
|
|
185
207
|
</svg>
|
|
186
|
-
<span>
|
|
208
|
+
<span>1418</span>
|
|
187
209
|
</span>
|
|
188
210
|
<span class="star" title="Repo Forked">
|
|
189
211
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
190
212
|
<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">
|
|
191
213
|
</path>
|
|
192
214
|
</svg>
|
|
193
|
-
<span>
|
|
215
|
+
<span>93</span>
|
|
194
216
|
</span>
|
|
195
217
|
<span class="star">
|
|
196
218
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
197
219
|
<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>
|
|
198
220
|
</svg>
|
|
199
|
-
<span>
|
|
221
|
+
<span>727 stars this week</span>
|
|
200
222
|
</span>
|
|
201
223
|
</div>
|
|
202
224
|
<div class="details">
|
|
@@ -209,32 +231,32 @@
|
|
|
209
231
|
<div class="info">
|
|
210
232
|
<div class="rank">
|
|
211
233
|
<span title="Ranking 3">3</span>
|
|
212
|
-
<a href="https://github.com/
|
|
234
|
+
<a href="https://github.com/TeamNewPipe/NewPipe" target="_blank" title="TeamNewPipe/NewPipe">TeamNewPipe/NewPipe</a>
|
|
213
235
|
</div>
|
|
214
236
|
<div class="sub-title followers">
|
|
215
237
|
|
|
216
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
217
|
-
<span style="background-color: #
|
|
238
|
+
<a class="language" target="_blank" href="https://github.com/topics/java" title="Programming Language Java">
|
|
239
|
+
<span style="background-color: #b07219;"></span>Java
|
|
218
240
|
</a>
|
|
219
241
|
|
|
220
242
|
<span class="star" title="Stargazers Count">
|
|
221
243
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
222
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>
|
|
223
245
|
</svg>
|
|
224
|
-
<span>
|
|
246
|
+
<span>18073</span>
|
|
225
247
|
</span>
|
|
226
248
|
<span class="star" title="Repo Forked">
|
|
227
249
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
228
250
|
<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">
|
|
229
251
|
</path>
|
|
230
252
|
</svg>
|
|
231
|
-
<span>
|
|
253
|
+
<span>2198</span>
|
|
232
254
|
</span>
|
|
233
255
|
<span class="star">
|
|
234
256
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
235
257
|
<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>
|
|
236
258
|
</svg>
|
|
237
|
-
<span>
|
|
259
|
+
<span>833 stars this week</span>
|
|
238
260
|
</span>
|
|
239
261
|
</div>
|
|
240
262
|
<div class="details">
|
|
@@ -247,32 +269,32 @@
|
|
|
247
269
|
<div class="info">
|
|
248
270
|
<div class="rank">
|
|
249
271
|
<span title="Ranking 4">4</span>
|
|
250
|
-
<a href="https://github.com/
|
|
272
|
+
<a href="https://github.com/YaoApp/yao" target="_blank" title="YaoApp/yao">YaoApp/yao</a>
|
|
251
273
|
</div>
|
|
252
274
|
<div class="sub-title followers">
|
|
253
275
|
|
|
254
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
255
|
-
<span style="background-color: #
|
|
276
|
+
<a class="language" target="_blank" href="https://github.com/topics/go" title="Programming Language Go">
|
|
277
|
+
<span style="background-color: #00ADD8;"></span>Go
|
|
256
278
|
</a>
|
|
257
279
|
|
|
258
280
|
<span class="star" title="Stargazers Count">
|
|
259
281
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
260
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>
|
|
261
283
|
</svg>
|
|
262
|
-
<span>
|
|
284
|
+
<span>3102</span>
|
|
263
285
|
</span>
|
|
264
286
|
<span class="star" title="Repo Forked">
|
|
265
287
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
266
288
|
<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">
|
|
267
289
|
</path>
|
|
268
290
|
</svg>
|
|
269
|
-
<span>
|
|
291
|
+
<span>237</span>
|
|
270
292
|
</span>
|
|
271
293
|
<span class="star">
|
|
272
294
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
273
295
|
<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>
|
|
274
296
|
</svg>
|
|
275
|
-
<span>
|
|
297
|
+
<span>569 stars this week</span>
|
|
276
298
|
</span>
|
|
277
299
|
</div>
|
|
278
300
|
<div class="details">
|
|
@@ -285,32 +307,32 @@
|
|
|
285
307
|
<div class="info">
|
|
286
308
|
<div class="rank">
|
|
287
309
|
<span title="Ranking 5">5</span>
|
|
288
|
-
<a href="https://github.com/
|
|
310
|
+
<a href="https://github.com/Rapptz/discord.py" target="_blank" title="Rapptz/discord.py">Rapptz/discord.py</a>
|
|
289
311
|
</div>
|
|
290
312
|
<div class="sub-title followers">
|
|
291
313
|
|
|
292
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
293
|
-
<span style="background-color: #
|
|
314
|
+
<a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
|
|
315
|
+
<span style="background-color: #3572A5;"></span>Python
|
|
294
316
|
</a>
|
|
295
317
|
|
|
296
318
|
<span class="star" title="Stargazers Count">
|
|
297
319
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
298
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>
|
|
299
321
|
</svg>
|
|
300
|
-
<span>
|
|
322
|
+
<span>9955</span>
|
|
301
323
|
</span>
|
|
302
324
|
<span class="star" title="Repo Forked">
|
|
303
325
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
304
326
|
<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">
|
|
305
327
|
</path>
|
|
306
328
|
</svg>
|
|
307
|
-
<span>
|
|
329
|
+
<span>3254</span>
|
|
308
330
|
</span>
|
|
309
331
|
<span class="star">
|
|
310
332
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
311
333
|
<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>
|
|
312
334
|
</svg>
|
|
313
|
-
<span>
|
|
335
|
+
<span>145 stars this week</span>
|
|
314
336
|
</span>
|
|
315
337
|
</div>
|
|
316
338
|
<div class="details">
|
|
@@ -323,7 +345,7 @@
|
|
|
323
345
|
<div class="info">
|
|
324
346
|
<div class="rank">
|
|
325
347
|
<span title="Ranking 6">6</span>
|
|
326
|
-
<a href="https://github.com/
|
|
348
|
+
<a href="https://github.com/TencentARC/GFPGAN" target="_blank" title="TencentARC/GFPGAN">TencentARC/GFPGAN</a>
|
|
327
349
|
</div>
|
|
328
350
|
<div class="sub-title followers">
|
|
329
351
|
|
|
@@ -335,20 +357,20 @@
|
|
|
335
357
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
336
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>
|
|
337
359
|
</svg>
|
|
338
|
-
<span>
|
|
360
|
+
<span>18574</span>
|
|
339
361
|
</span>
|
|
340
362
|
<span class="star" title="Repo Forked">
|
|
341
363
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
342
364
|
<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">
|
|
343
365
|
</path>
|
|
344
366
|
</svg>
|
|
345
|
-
<span>
|
|
367
|
+
<span>2853</span>
|
|
346
368
|
</span>
|
|
347
369
|
<span class="star">
|
|
348
370
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
349
371
|
<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>
|
|
350
372
|
</svg>
|
|
351
|
-
<span>
|
|
373
|
+
<span>461 stars this week</span>
|
|
352
374
|
</span>
|
|
353
375
|
</div>
|
|
354
376
|
<div class="details">
|
|
@@ -361,32 +383,32 @@
|
|
|
361
383
|
<div class="info">
|
|
362
384
|
<div class="rank">
|
|
363
385
|
<span title="Ranking 7">7</span>
|
|
364
|
-
<a href="https://github.com/
|
|
386
|
+
<a href="https://github.com/microsoft/Web-Dev-For-Beginners" target="_blank" title="microsoft/Web-Dev-For-Beginners">microsoft/Web-Dev-For-Beginners</a>
|
|
365
387
|
</div>
|
|
366
388
|
<div class="sub-title followers">
|
|
367
389
|
|
|
368
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
369
|
-
<span style="background-color: #
|
|
390
|
+
<a class="language" target="_blank" href="https://github.com/topics/javascript" title="Programming Language JavaScript">
|
|
391
|
+
<span style="background-color: #f1e05a;"></span>JavaScript
|
|
370
392
|
</a>
|
|
371
393
|
|
|
372
394
|
<span class="star" title="Stargazers Count">
|
|
373
395
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
374
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>
|
|
375
397
|
</svg>
|
|
376
|
-
<span>
|
|
398
|
+
<span>44486</span>
|
|
377
399
|
</span>
|
|
378
400
|
<span class="star" title="Repo Forked">
|
|
379
401
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
380
402
|
<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">
|
|
381
403
|
</path>
|
|
382
404
|
</svg>
|
|
383
|
-
<span>
|
|
405
|
+
<span>6415</span>
|
|
384
406
|
</span>
|
|
385
407
|
<span class="star">
|
|
386
408
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
387
409
|
<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>
|
|
388
410
|
</svg>
|
|
389
|
-
<span>
|
|
411
|
+
<span>803 stars this week</span>
|
|
390
412
|
</span>
|
|
391
413
|
</div>
|
|
392
414
|
<div class="details">
|
|
@@ -399,32 +421,32 @@
|
|
|
399
421
|
<div class="info">
|
|
400
422
|
<div class="rank">
|
|
401
423
|
<span title="Ranking 8">8</span>
|
|
402
|
-
<a href="https://github.com/
|
|
424
|
+
<a href="https://github.com/ValdikSS/GoodbyeDPI" target="_blank" title="ValdikSS/GoodbyeDPI">ValdikSS/GoodbyeDPI</a>
|
|
403
425
|
</div>
|
|
404
426
|
<div class="sub-title followers">
|
|
405
427
|
|
|
406
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
407
|
-
<span style="background-color: #
|
|
428
|
+
<a class="language" target="_blank" href="https://github.com/topics/c" title="Programming Language C">
|
|
429
|
+
<span style="background-color: #555555;"></span>C
|
|
408
430
|
</a>
|
|
409
431
|
|
|
410
432
|
<span class="star" title="Stargazers Count">
|
|
411
433
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
412
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>
|
|
413
435
|
</svg>
|
|
414
|
-
<span>
|
|
436
|
+
<span>5889</span>
|
|
415
437
|
</span>
|
|
416
438
|
<span class="star" title="Repo Forked">
|
|
417
439
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
418
440
|
<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">
|
|
419
441
|
</path>
|
|
420
442
|
</svg>
|
|
421
|
-
<span>
|
|
443
|
+
<span>637</span>
|
|
422
444
|
</span>
|
|
423
445
|
<span class="star">
|
|
424
446
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
425
447
|
<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>
|
|
426
448
|
</svg>
|
|
427
|
-
<span>
|
|
449
|
+
<span>195 stars this week</span>
|
|
428
450
|
</span>
|
|
429
451
|
</div>
|
|
430
452
|
<div class="details">
|
|
@@ -437,32 +459,32 @@
|
|
|
437
459
|
<div class="info">
|
|
438
460
|
<div class="rank">
|
|
439
461
|
<span title="Ranking 9">9</span>
|
|
440
|
-
<a href="https://github.com/
|
|
462
|
+
<a href="https://github.com/hwdsl2/setup-ipsec-vpn" target="_blank" title="hwdsl2/setup-ipsec-vpn">hwdsl2/setup-ipsec-vpn</a>
|
|
441
463
|
</div>
|
|
442
464
|
<div class="sub-title followers">
|
|
443
465
|
|
|
444
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
445
|
-
<span style="background-color: #
|
|
466
|
+
<a class="language" target="_blank" href="https://github.com/topics/shell" title="Programming Language Shell">
|
|
467
|
+
<span style="background-color: #89e051;"></span>Shell
|
|
446
468
|
</a>
|
|
447
469
|
|
|
448
470
|
<span class="star" title="Stargazers Count">
|
|
449
471
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
450
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>
|
|
451
473
|
</svg>
|
|
452
|
-
<span>
|
|
474
|
+
<span>18146</span>
|
|
453
475
|
</span>
|
|
454
476
|
<span class="star" title="Repo Forked">
|
|
455
477
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
456
478
|
<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">
|
|
457
479
|
</path>
|
|
458
480
|
</svg>
|
|
459
|
-
<span>
|
|
481
|
+
<span>4970</span>
|
|
460
482
|
</span>
|
|
461
483
|
<span class="star">
|
|
462
484
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
463
485
|
<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>
|
|
464
486
|
</svg>
|
|
465
|
-
<span>
|
|
487
|
+
<span>355 stars this week</span>
|
|
466
488
|
</span>
|
|
467
489
|
</div>
|
|
468
490
|
<div class="details">
|
|
@@ -475,32 +497,32 @@
|
|
|
475
497
|
<div class="info">
|
|
476
498
|
<div class="rank">
|
|
477
499
|
<span title="Ranking 10">10</span>
|
|
478
|
-
<a href="https://github.com/
|
|
500
|
+
<a href="https://github.com/wbkd/react-flow" target="_blank" title="wbkd/react-flow">wbkd/react-flow</a>
|
|
479
501
|
</div>
|
|
480
502
|
<div class="sub-title followers">
|
|
481
503
|
|
|
482
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
483
|
-
<span style="background-color: #
|
|
504
|
+
<a class="language" target="_blank" href="https://github.com/topics/typescript" title="Programming Language TypeScript">
|
|
505
|
+
<span style="background-color: #2b7489;"></span>TypeScript
|
|
484
506
|
</a>
|
|
485
507
|
|
|
486
508
|
<span class="star" title="Stargazers Count">
|
|
487
509
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
488
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>
|
|
489
511
|
</svg>
|
|
490
|
-
<span>
|
|
512
|
+
<span>9614</span>
|
|
491
513
|
</span>
|
|
492
514
|
<span class="star" title="Repo Forked">
|
|
493
515
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
494
516
|
<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">
|
|
495
517
|
</path>
|
|
496
518
|
</svg>
|
|
497
|
-
<span>
|
|
519
|
+
<span>608</span>
|
|
498
520
|
</span>
|
|
499
521
|
<span class="star">
|
|
500
522
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
501
523
|
<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>
|
|
502
524
|
</svg>
|
|
503
|
-
<span>
|
|
525
|
+
<span>179 stars this week</span>
|
|
504
526
|
</span>
|
|
505
527
|
</div>
|
|
506
528
|
<div class="details">
|
|
@@ -513,28 +535,32 @@
|
|
|
513
535
|
<div class="info">
|
|
514
536
|
<div class="rank">
|
|
515
537
|
<span title="Ranking 11">11</span>
|
|
516
|
-
<a href="https://github.com/
|
|
538
|
+
<a href="https://github.com/hpcaitech/ColossalAI" target="_blank" title="hpcaitech/ColossalAI">hpcaitech/ColossalAI</a>
|
|
517
539
|
</div>
|
|
518
540
|
<div class="sub-title followers">
|
|
519
541
|
|
|
542
|
+
<a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
|
|
543
|
+
<span style="background-color: #3572A5;"></span>Python
|
|
544
|
+
</a>
|
|
545
|
+
|
|
520
546
|
<span class="star" title="Stargazers Count">
|
|
521
547
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
522
548
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
523
549
|
</svg>
|
|
524
|
-
<span>
|
|
550
|
+
<span>1515</span>
|
|
525
551
|
</span>
|
|
526
552
|
<span class="star" title="Repo Forked">
|
|
527
553
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
528
554
|
<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">
|
|
529
555
|
</path>
|
|
530
556
|
</svg>
|
|
531
|
-
<span>
|
|
557
|
+
<span>172</span>
|
|
532
558
|
</span>
|
|
533
559
|
<span class="star">
|
|
534
560
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
535
561
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
536
562
|
</svg>
|
|
537
|
-
<span>
|
|
563
|
+
<span>440 stars this week</span>
|
|
538
564
|
</span>
|
|
539
565
|
</div>
|
|
540
566
|
<div class="details">
|
|
@@ -547,7 +573,7 @@
|
|
|
547
573
|
<div class="info">
|
|
548
574
|
<div class="rank">
|
|
549
575
|
<span title="Ranking 12">12</span>
|
|
550
|
-
<a href="https://github.com/
|
|
576
|
+
<a href="https://github.com/excalidraw/excalidraw" target="_blank" title="excalidraw/excalidraw">excalidraw/excalidraw</a>
|
|
551
577
|
</div>
|
|
552
578
|
<div class="sub-title followers">
|
|
553
579
|
|
|
@@ -559,20 +585,20 @@
|
|
|
559
585
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
560
586
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
561
587
|
</svg>
|
|
562
|
-
<span>
|
|
588
|
+
<span>27718</span>
|
|
563
589
|
</span>
|
|
564
590
|
<span class="star" title="Repo Forked">
|
|
565
591
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
566
592
|
<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">
|
|
567
593
|
</path>
|
|
568
594
|
</svg>
|
|
569
|
-
<span>
|
|
595
|
+
<span>2172</span>
|
|
570
596
|
</span>
|
|
571
597
|
<span class="star">
|
|
572
598
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
573
599
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
574
600
|
</svg>
|
|
575
|
-
<span>
|
|
601
|
+
<span>400 stars this week</span>
|
|
576
602
|
</span>
|
|
577
603
|
</div>
|
|
578
604
|
<div class="details">
|
|
@@ -585,32 +611,32 @@
|
|
|
585
611
|
<div class="info">
|
|
586
612
|
<div class="rank">
|
|
587
613
|
<span title="Ranking 13">13</span>
|
|
588
|
-
<a href="https://github.com/
|
|
614
|
+
<a href="https://github.com/ultralytics/yolov5" target="_blank" title="ultralytics/yolov5">ultralytics/yolov5</a>
|
|
589
615
|
</div>
|
|
590
616
|
<div class="sub-title followers">
|
|
591
617
|
|
|
592
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
593
|
-
<span style="background-color: #
|
|
618
|
+
<a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
|
|
619
|
+
<span style="background-color: #3572A5;"></span>Python
|
|
594
620
|
</a>
|
|
595
621
|
|
|
596
622
|
<span class="star" title="Stargazers Count">
|
|
597
623
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
598
624
|
<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>
|
|
599
625
|
</svg>
|
|
600
|
-
<span>
|
|
626
|
+
<span>23466</span>
|
|
601
627
|
</span>
|
|
602
628
|
<span class="star" title="Repo Forked">
|
|
603
629
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
604
630
|
<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">
|
|
605
631
|
</path>
|
|
606
632
|
</svg>
|
|
607
|
-
<span>
|
|
633
|
+
<span>8364</span>
|
|
608
634
|
</span>
|
|
609
635
|
<span class="star">
|
|
610
636
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
611
637
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
612
638
|
</svg>
|
|
613
|
-
<span>
|
|
639
|
+
<span>410 stars this week</span>
|
|
614
640
|
</span>
|
|
615
641
|
</div>
|
|
616
642
|
<div class="details">
|
|
@@ -623,32 +649,32 @@
|
|
|
623
649
|
<div class="info">
|
|
624
650
|
<div class="rank">
|
|
625
651
|
<span title="Ranking 14">14</span>
|
|
626
|
-
<a href="https://github.com/
|
|
652
|
+
<a href="https://github.com/cuixiaorui/mini-vue" target="_blank" title="cuixiaorui/mini-vue">cuixiaorui/mini-vue</a>
|
|
627
653
|
</div>
|
|
628
654
|
<div class="sub-title followers">
|
|
629
655
|
|
|
630
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
631
|
-
<span style="background-color: #
|
|
656
|
+
<a class="language" target="_blank" href="https://github.com/topics/typescript" title="Programming Language TypeScript">
|
|
657
|
+
<span style="background-color: #2b7489;"></span>TypeScript
|
|
632
658
|
</a>
|
|
633
659
|
|
|
634
660
|
<span class="star" title="Stargazers Count">
|
|
635
661
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
636
662
|
<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>
|
|
637
663
|
</svg>
|
|
638
|
-
<span>
|
|
664
|
+
<span>5243</span>
|
|
639
665
|
</span>
|
|
640
666
|
<span class="star" title="Repo Forked">
|
|
641
667
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
642
668
|
<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">
|
|
643
669
|
</path>
|
|
644
670
|
</svg>
|
|
645
|
-
<span>
|
|
671
|
+
<span>997</span>
|
|
646
672
|
</span>
|
|
647
673
|
<span class="star">
|
|
648
674
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
649
675
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
650
676
|
</svg>
|
|
651
|
-
<span>
|
|
677
|
+
<span>778 stars this week</span>
|
|
652
678
|
</span>
|
|
653
679
|
</div>
|
|
654
680
|
<div class="details">
|
|
@@ -661,32 +687,28 @@
|
|
|
661
687
|
<div class="info">
|
|
662
688
|
<div class="rank">
|
|
663
689
|
<span title="Ranking 15">15</span>
|
|
664
|
-
<a href="https://github.com/
|
|
690
|
+
<a href="https://github.com/GorvGoyl/Clone-Wars" target="_blank" title="GorvGoyl/Clone-Wars">GorvGoyl/Clone-Wars</a>
|
|
665
691
|
</div>
|
|
666
692
|
<div class="sub-title followers">
|
|
667
693
|
|
|
668
|
-
<a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
|
|
669
|
-
<span style="background-color: #3572A5;"></span>Python
|
|
670
|
-
</a>
|
|
671
|
-
|
|
672
694
|
<span class="star" title="Stargazers Count">
|
|
673
695
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
674
696
|
<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>
|
|
675
697
|
</svg>
|
|
676
|
-
<span>
|
|
698
|
+
<span>15015</span>
|
|
677
699
|
</span>
|
|
678
700
|
<span class="star" title="Repo Forked">
|
|
679
701
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
680
702
|
<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">
|
|
681
703
|
</path>
|
|
682
704
|
</svg>
|
|
683
|
-
<span>
|
|
705
|
+
<span>1233</span>
|
|
684
706
|
</span>
|
|
685
707
|
<span class="star">
|
|
686
708
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
687
709
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
688
710
|
</svg>
|
|
689
|
-
<span>
|
|
711
|
+
<span>1651 stars this week</span>
|
|
690
712
|
</span>
|
|
691
713
|
</div>
|
|
692
714
|
<div class="details">
|
|
@@ -699,32 +721,32 @@
|
|
|
699
721
|
<div class="info">
|
|
700
722
|
<div class="rank">
|
|
701
723
|
<span title="Ranking 16">16</span>
|
|
702
|
-
<a href="https://github.com/
|
|
724
|
+
<a href="https://github.com/YTVanced/VancedManager" target="_blank" title="YTVanced/VancedManager">YTVanced/VancedManager</a>
|
|
703
725
|
</div>
|
|
704
726
|
<div class="sub-title followers">
|
|
705
727
|
|
|
706
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
707
|
-
<span style="background-color: #
|
|
728
|
+
<a class="language" target="_blank" href="https://github.com/topics/kotlin" title="Programming Language Kotlin">
|
|
729
|
+
<span style="background-color: #A97BFF;"></span>Kotlin
|
|
708
730
|
</a>
|
|
709
731
|
|
|
710
732
|
<span class="star" title="Stargazers Count">
|
|
711
733
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
712
734
|
<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>
|
|
713
735
|
</svg>
|
|
714
|
-
<span>
|
|
736
|
+
<span>6918</span>
|
|
715
737
|
</span>
|
|
716
738
|
<span class="star" title="Repo Forked">
|
|
717
739
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
718
740
|
<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">
|
|
719
741
|
</path>
|
|
720
742
|
</svg>
|
|
721
|
-
<span>
|
|
743
|
+
<span>1047</span>
|
|
722
744
|
</span>
|
|
723
745
|
<span class="star">
|
|
724
746
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
725
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>
|
|
726
748
|
</svg>
|
|
727
|
-
<span>
|
|
749
|
+
<span>606 stars this week</span>
|
|
728
750
|
</span>
|
|
729
751
|
</div>
|
|
730
752
|
<div class="details">
|
|
@@ -737,32 +759,32 @@
|
|
|
737
759
|
<div class="info">
|
|
738
760
|
<div class="rank">
|
|
739
761
|
<span title="Ranking 17">17</span>
|
|
740
|
-
<a href="https://github.com/
|
|
762
|
+
<a href="https://github.com/Yin-Hongwei/music-website" target="_blank" title="Yin-Hongwei/music-website">Yin-Hongwei/music-website</a>
|
|
741
763
|
</div>
|
|
742
764
|
<div class="sub-title followers">
|
|
743
765
|
|
|
744
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
745
|
-
<span style="background-color: #
|
|
766
|
+
<a class="language" target="_blank" href="https://github.com/topics/vue" title="Programming Language Vue">
|
|
767
|
+
<span style="background-color: #41b883;"></span>Vue
|
|
746
768
|
</a>
|
|
747
769
|
|
|
748
770
|
<span class="star" title="Stargazers Count">
|
|
749
771
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
750
772
|
<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>
|
|
751
773
|
</svg>
|
|
752
|
-
<span>
|
|
774
|
+
<span>2245</span>
|
|
753
775
|
</span>
|
|
754
776
|
<span class="star" title="Repo Forked">
|
|
755
777
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
756
778
|
<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">
|
|
757
779
|
</path>
|
|
758
780
|
</svg>
|
|
759
|
-
<span>
|
|
781
|
+
<span>773</span>
|
|
760
782
|
</span>
|
|
761
783
|
<span class="star">
|
|
762
784
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
763
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>
|
|
764
786
|
</svg>
|
|
765
|
-
<span>
|
|
787
|
+
<span>232 stars this week</span>
|
|
766
788
|
</span>
|
|
767
789
|
</div>
|
|
768
790
|
<div class="details">
|
|
@@ -775,28 +797,32 @@
|
|
|
775
797
|
<div class="info">
|
|
776
798
|
<div class="rank">
|
|
777
799
|
<span title="Ranking 18">18</span>
|
|
778
|
-
<a href="https://github.com/
|
|
800
|
+
<a href="https://github.com/squad303/squad303app" target="_blank" title="squad303/squad303app">squad303/squad303app</a>
|
|
779
801
|
</div>
|
|
780
802
|
<div class="sub-title followers">
|
|
781
803
|
|
|
804
|
+
<a class="language" target="_blank" href="https://github.com/topics/javascript" title="Programming Language JavaScript">
|
|
805
|
+
<span style="background-color: #f1e05a;"></span>JavaScript
|
|
806
|
+
</a>
|
|
807
|
+
|
|
782
808
|
<span class="star" title="Stargazers Count">
|
|
783
809
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
784
810
|
<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>
|
|
785
811
|
</svg>
|
|
786
|
-
<span>
|
|
812
|
+
<span>191</span>
|
|
787
813
|
</span>
|
|
788
814
|
<span class="star" title="Repo Forked">
|
|
789
815
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
790
816
|
<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">
|
|
791
817
|
</path>
|
|
792
818
|
</svg>
|
|
793
|
-
<span>
|
|
819
|
+
<span>31</span>
|
|
794
820
|
</span>
|
|
795
821
|
<span class="star">
|
|
796
822
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
797
823
|
<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>
|
|
798
824
|
</svg>
|
|
799
|
-
<span>
|
|
825
|
+
<span>146 stars this week</span>
|
|
800
826
|
</span>
|
|
801
827
|
</div>
|
|
802
828
|
<div class="details">
|
|
@@ -809,32 +835,32 @@
|
|
|
809
835
|
<div class="info">
|
|
810
836
|
<div class="rank">
|
|
811
837
|
<span title="Ranking 19">19</span>
|
|
812
|
-
<a href="https://github.com/
|
|
838
|
+
<a href="https://github.com/liamg/traitor" target="_blank" title="liamg/traitor">liamg/traitor</a>
|
|
813
839
|
</div>
|
|
814
840
|
<div class="sub-title followers">
|
|
815
841
|
|
|
816
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
817
|
-
<span style="background-color: #
|
|
842
|
+
<a class="language" target="_blank" href="https://github.com/topics/go" title="Programming Language Go">
|
|
843
|
+
<span style="background-color: #00ADD8;"></span>Go
|
|
818
844
|
</a>
|
|
819
845
|
|
|
820
846
|
<span class="star" title="Stargazers Count">
|
|
821
847
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
822
848
|
<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>
|
|
823
849
|
</svg>
|
|
824
|
-
<span>
|
|
850
|
+
<span>4679</span>
|
|
825
851
|
</span>
|
|
826
852
|
<span class="star" title="Repo Forked">
|
|
827
853
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
828
854
|
<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">
|
|
829
855
|
</path>
|
|
830
856
|
</svg>
|
|
831
|
-
<span>
|
|
857
|
+
<span>309</span>
|
|
832
858
|
</span>
|
|
833
859
|
<span class="star">
|
|
834
860
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
835
861
|
<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>
|
|
836
862
|
</svg>
|
|
837
|
-
<span>
|
|
863
|
+
<span>675 stars this week</span>
|
|
838
864
|
</span>
|
|
839
865
|
</div>
|
|
840
866
|
<div class="details">
|
|
@@ -847,32 +873,32 @@
|
|
|
847
873
|
<div class="info">
|
|
848
874
|
<div class="rank">
|
|
849
875
|
<span title="Ranking 20">20</span>
|
|
850
|
-
<a href="https://github.com/
|
|
876
|
+
<a href="https://github.com/vshymanskyy/StandWithUkraine" target="_blank" title="vshymanskyy/StandWithUkraine">vshymanskyy/StandWithUkraine</a>
|
|
851
877
|
</div>
|
|
852
878
|
<div class="sub-title followers">
|
|
853
879
|
|
|
854
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
855
|
-
<span style="background-color: #
|
|
880
|
+
<a class="language" target="_blank" href="https://github.com/topics/html" title="Programming Language HTML">
|
|
881
|
+
<span style="background-color: #e34c26;"></span>HTML
|
|
856
882
|
</a>
|
|
857
883
|
|
|
858
884
|
<span class="star" title="Stargazers Count">
|
|
859
885
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
860
886
|
<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>
|
|
861
887
|
</svg>
|
|
862
|
-
<span>
|
|
888
|
+
<span>601</span>
|
|
863
889
|
</span>
|
|
864
890
|
<span class="star" title="Repo Forked">
|
|
865
891
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
866
892
|
<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">
|
|
867
893
|
</path>
|
|
868
894
|
</svg>
|
|
869
|
-
<span>
|
|
895
|
+
<span>67</span>
|
|
870
896
|
</span>
|
|
871
897
|
<span class="star">
|
|
872
898
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
873
899
|
<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>
|
|
874
900
|
</svg>
|
|
875
|
-
<span>
|
|
901
|
+
<span>295 stars this week</span>
|
|
876
902
|
</span>
|
|
877
903
|
</div>
|
|
878
904
|
<div class="details">
|
|
@@ -885,32 +911,32 @@
|
|
|
885
911
|
<div class="info">
|
|
886
912
|
<div class="rank">
|
|
887
913
|
<span title="Ranking 21">21</span>
|
|
888
|
-
<a href="https://github.com/
|
|
914
|
+
<a href="https://github.com/MichaelCade/90DaysOfDevOps" target="_blank" title="MichaelCade/90DaysOfDevOps">MichaelCade/90DaysOfDevOps</a>
|
|
889
915
|
</div>
|
|
890
916
|
<div class="sub-title followers">
|
|
891
917
|
|
|
892
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
893
|
-
<span style="background-color: #
|
|
918
|
+
<a class="language" target="_blank" href="https://github.com/topics/shell" title="Programming Language Shell">
|
|
919
|
+
<span style="background-color: #89e051;"></span>Shell
|
|
894
920
|
</a>
|
|
895
921
|
|
|
896
922
|
<span class="star" title="Stargazers Count">
|
|
897
923
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
898
924
|
<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>
|
|
899
925
|
</svg>
|
|
900
|
-
<span>
|
|
926
|
+
<span>3512</span>
|
|
901
927
|
</span>
|
|
902
928
|
<span class="star" title="Repo Forked">
|
|
903
929
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
904
930
|
<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">
|
|
905
931
|
</path>
|
|
906
932
|
</svg>
|
|
907
|
-
<span>
|
|
933
|
+
<span>370</span>
|
|
908
934
|
</span>
|
|
909
935
|
<span class="star">
|
|
910
936
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
911
937
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
912
938
|
</svg>
|
|
913
|
-
<span>
|
|
939
|
+
<span>459 stars this week</span>
|
|
914
940
|
</span>
|
|
915
941
|
</div>
|
|
916
942
|
<div class="details">
|
|
@@ -931,20 +957,20 @@
|
|
|
931
957
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
932
958
|
<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>
|
|
933
959
|
</svg>
|
|
934
|
-
<span>
|
|
960
|
+
<span>214390</span>
|
|
935
961
|
</span>
|
|
936
962
|
<span class="star" title="Repo Forked">
|
|
937
963
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
938
964
|
<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">
|
|
939
965
|
</path>
|
|
940
966
|
</svg>
|
|
941
|
-
<span>
|
|
967
|
+
<span>58132</span>
|
|
942
968
|
</span>
|
|
943
969
|
<span class="star">
|
|
944
970
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
945
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>
|
|
946
972
|
</svg>
|
|
947
|
-
<span>
|
|
973
|
+
<span>1665 stars this week</span>
|
|
948
974
|
</span>
|
|
949
975
|
</div>
|
|
950
976
|
<div class="details">
|
|
@@ -957,32 +983,28 @@
|
|
|
957
983
|
<div class="info">
|
|
958
984
|
<div class="rank">
|
|
959
985
|
<span title="Ranking 23">23</span>
|
|
960
|
-
<a href="https://github.com/
|
|
986
|
+
<a href="https://github.com/Universidade-Livre/ciencia-da-computacao" target="_blank" title="Universidade-Livre/ciencia-da-computacao">Universidade-Livre/ciencia-da-computacao</a>
|
|
961
987
|
</div>
|
|
962
988
|
<div class="sub-title followers">
|
|
963
989
|
|
|
964
|
-
<a class="language" target="_blank" href="https://github.com/topics/vue" title="Programming Language Vue">
|
|
965
|
-
<span style="background-color: #41b883;"></span>Vue
|
|
966
|
-
</a>
|
|
967
|
-
|
|
968
990
|
<span class="star" title="Stargazers Count">
|
|
969
991
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
970
992
|
<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>
|
|
971
993
|
</svg>
|
|
972
|
-
<span>
|
|
994
|
+
<span>5166</span>
|
|
973
995
|
</span>
|
|
974
996
|
<span class="star" title="Repo Forked">
|
|
975
997
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
976
998
|
<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">
|
|
977
999
|
</path>
|
|
978
1000
|
</svg>
|
|
979
|
-
<span>
|
|
1001
|
+
<span>400</span>
|
|
980
1002
|
</span>
|
|
981
1003
|
<span class="star">
|
|
982
1004
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
983
1005
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
984
1006
|
</svg>
|
|
985
|
-
<span>
|
|
1007
|
+
<span>222 stars this week</span>
|
|
986
1008
|
</span>
|
|
987
1009
|
</div>
|
|
988
1010
|
<div class="details">
|
|
@@ -995,32 +1017,28 @@
|
|
|
995
1017
|
<div class="info">
|
|
996
1018
|
<div class="rank">
|
|
997
1019
|
<span title="Ranking 24">24</span>
|
|
998
|
-
<a href="https://github.com/
|
|
1020
|
+
<a href="https://github.com/freefq/free" target="_blank" title="freefq/free">freefq/free</a>
|
|
999
1021
|
</div>
|
|
1000
1022
|
<div class="sub-title followers">
|
|
1001
1023
|
|
|
1002
|
-
<a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
|
|
1003
|
-
<span style="background-color: #3572A5;"></span>Python
|
|
1004
|
-
</a>
|
|
1005
|
-
|
|
1006
1024
|
<span class="star" title="Stargazers Count">
|
|
1007
1025
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
1008
1026
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
1009
1027
|
</svg>
|
|
1010
|
-
<span>
|
|
1028
|
+
<span>18900</span>
|
|
1011
1029
|
</span>
|
|
1012
1030
|
<span class="star" title="Repo Forked">
|
|
1013
1031
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
1014
1032
|
<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">
|
|
1015
1033
|
</path>
|
|
1016
1034
|
</svg>
|
|
1017
|
-
<span>
|
|
1035
|
+
<span>4232</span>
|
|
1018
1036
|
</span>
|
|
1019
1037
|
<span class="star">
|
|
1020
1038
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
1021
1039
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
1022
1040
|
</svg>
|
|
1023
|
-
<span>
|
|
1041
|
+
<span>507 stars this week</span>
|
|
1024
1042
|
</span>
|
|
1025
1043
|
</div>
|
|
1026
1044
|
<div class="details">
|
|
@@ -1033,32 +1051,28 @@
|
|
|
1033
1051
|
<div class="info">
|
|
1034
1052
|
<div class="rank">
|
|
1035
1053
|
<span title="Ranking 25">25</span>
|
|
1036
|
-
<a href="https://github.com/
|
|
1054
|
+
<a href="https://github.com/ngosang/trackerslist" target="_blank" title="ngosang/trackerslist">ngosang/trackerslist</a>
|
|
1037
1055
|
</div>
|
|
1038
1056
|
<div class="sub-title followers">
|
|
1039
1057
|
|
|
1040
|
-
<a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
|
|
1041
|
-
<span style="background-color: #3572A5;"></span>Python
|
|
1042
|
-
</a>
|
|
1043
|
-
|
|
1044
1058
|
<span class="star" title="Stargazers Count">
|
|
1045
1059
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
1046
1060
|
<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>
|
|
1047
1061
|
</svg>
|
|
1048
|
-
<span>
|
|
1062
|
+
<span>32972</span>
|
|
1049
1063
|
</span>
|
|
1050
1064
|
<span class="star" title="Repo Forked">
|
|
1051
1065
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
1052
1066
|
<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">
|
|
1053
1067
|
</path>
|
|
1054
1068
|
</svg>
|
|
1055
|
-
<span>
|
|
1069
|
+
<span>5943</span>
|
|
1056
1070
|
</span>
|
|
1057
1071
|
<span class="star">
|
|
1058
1072
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
1059
1073
|
<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>
|
|
1060
1074
|
</svg>
|
|
1061
|
-
<span>
|
|
1075
|
+
<span>244 stars this week</span>
|
|
1062
1076
|
</span>
|
|
1063
1077
|
</div>
|
|
1064
1078
|
<div class="details">
|
|
@@ -1083,7 +1097,7 @@
|
|
|
1083
1097
|
<img src="https://img.shields.io/npm/v/@wcj/github-rank.svg?label=unpkg">
|
|
1084
1098
|
</a>
|
|
1085
1099
|
</div>
|
|
1086
|
-
<div class="time">Last cache created on 2022/3/
|
|
1100
|
+
<div class="time">Last cache created on 2022/3/19 by Github API v3.</div>
|
|
1087
1101
|
Create by <a href="https://github.com/jaywcjlove" target="_blank">小弟调调™</a>.
|
|
1088
1102
|
</div>
|
|
1089
1103
|
</body>
|