@wcj/github-rank 22.3.17 → 22.3.20

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.
Files changed (38) hide show
  1. package/dist/repos.json +31159 -31154
  2. package/dist/sifou-daily.json +33 -87
  3. package/dist/sifou-monthly.json +116 -116
  4. package/dist/sifou-weekly.json +165 -165
  5. package/dist/toutiao-30.json +74 -74
  6. package/dist/toutiao-7.json +111 -111
  7. package/dist/toutiao-90.json +50 -50
  8. package/dist/trending-daily.json +173 -173
  9. package/dist/trending-monthly.json +166 -166
  10. package/dist/trending-weekly.json +164 -164
  11. package/dist/users.china.json +2342 -2343
  12. package/dist/users.json +3531 -3531
  13. package/package.json +1 -1
  14. package/web/36kr.html +35 -13
  15. package/web/data/repos.json +31159 -31154
  16. package/web/data/sifou-daily.json +33 -87
  17. package/web/data/sifou-monthly.json +116 -116
  18. package/web/data/sifou-weekly.json +165 -165
  19. package/web/data/toutiao-30.json +74 -74
  20. package/web/data/toutiao-7.json +111 -111
  21. package/web/data/toutiao-90.json +50 -50
  22. package/web/data/trending-daily.json +173 -173
  23. package/web/data/trending-monthly.json +166 -166
  24. package/web/data/trending-weekly.json +164 -164
  25. package/web/data/users.china.json +2342 -2343
  26. package/web/data/users.json +3531 -3531
  27. package/web/index.html +1791 -1769
  28. package/web/repos.html +3961 -3939
  29. package/web/sifou-daily.html +62 -208
  30. package/web/sifou-monthly.html +176 -154
  31. package/web/sifou-weekly.html +176 -154
  32. package/web/toutiao-30.html +121 -99
  33. package/web/toutiao-7.html +111 -89
  34. package/web/toutiao-90.html +98 -76
  35. package/web/trending-monthly.html +185 -159
  36. package/web/trending-weekly.html +185 -151
  37. package/web/trending.html +189 -163
  38. package/web/users.china.html +1245 -1223
package/web/trending.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: #333; text-decoration: none; transition: all .2s ease-in; }
17
- a:hover { color: #1600ff; }
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: #0059ff; display: inline-block; margin-left: 10px; }
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: #e2e2e2; display: inline-block; border-radius: 2px; margin: 2px 0; padding: 2px 5px; font-size: 12px; line-height: 16px; color: #0366d6; }
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: #efefef8f; }
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: #b9b9b9; }
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: #333; margin: 4px 0 0 0; }
76
+ .list li div.sub-title { color: var(--color-theme-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: #e2e2e2; display: inline-block; padding: 2px 4px; border-radius: 3px; }
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: #333; font-weight: bold; border-bottom: 1px dotted #000;}
84
+ .list .select .active { color: var(--color-theme-text); font-weight: bold; border-bottom: 1px dotted var(--color-border);}
63
85
 
64
86
 
65
- .list li div.followers { font-size: 12px; color: #7d7d7d; white-space:nowrap; padding-top: 2px; border-radius: 3px; }
66
- .list li div.followers a { color: #545454; }
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
- <style>
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/17 by
127
+ <div class="time">Last cache created on 2022/3/20 by
106
128
 
107
129
 
108
130
 
@@ -133,32 +155,32 @@
133
155
  <div class="info">
134
156
  <div class="rank">
135
157
  <span title="Ranking 1">1</span>
136
- <a href="https://github.com/ErickWendel/semana-javascript-expert06" target="_blank" title="ErickWendel/semana-javascript-expert06">ErickWendel/semana-javascript-expert06</a>
158
+ <a href="https://github.com/microsoft/routeros-scanner" target="_blank" title="microsoft/routeros-scanner">microsoft/routeros-scanner</a>
137
159
  </div>
138
160
  <div class="sub-title followers">
139
161
 
140
- <a class="language" target="_blank" href="https://github.com/topics/javascript" title="Programming Language JavaScript">
141
- <span style="background-color: #f1e05a;"></span>JavaScript
162
+ <a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
163
+ <span style="background-color: #3572A5;"></span>Python
142
164
  </a>
143
165
 
144
166
  <span class="star" title="Stargazers Count">
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>910</span>
170
+ <span>252</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>112</span>
177
+ <span>44</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>170 stars today</span>
183
+ <span>98 stars today</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/psf/black" target="_blank" title="psf/black">psf/black</a>
196
+ <a href="https://github.com/RIAEvangelist/node-ipc" target="_blank" title="RIAEvangelist/node-ipc">RIAEvangelist/node-ipc</a>
175
197
  </div>
176
198
  <div class="sub-title followers">
177
199
 
178
- <a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
179
- <span style="background-color: #3572A5;"></span>Python
200
+ <a class="language" target="_blank" href="https://github.com/topics/javascript" title="Programming Language JavaScript">
201
+ <span style="background-color: #f1e05a;"></span>JavaScript
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>26171</span>
208
+ <span>1210</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>1650</span>
215
+ <span>233</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>123 stars today</span>
221
+ <span>84 stars today</span>
200
222
  </span>
201
223
  </div>
202
224
  <div class="details">
@@ -209,28 +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/sindresorhus/awesome" target="_blank" title="sindresorhus/awesome">sindresorhus/awesome</a>
234
+ <a href="https://github.com/CodeEditApp/CodeEdit" target="_blank" title="CodeEditApp/CodeEdit">CodeEditApp/CodeEdit</a>
213
235
  </div>
214
236
  <div class="sub-title followers">
215
237
 
238
+ <a class="language" target="_blank" href="https://github.com/topics/swift" title="Programming Language Swift">
239
+ <span style="background-color: #F05138;"></span>Swift
240
+ </a>
241
+
216
242
  <span class="star" title="Stargazers Count">
217
243
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
218
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>
219
245
  </svg>
220
- <span>193612</span>
246
+ <span>1826</span>
221
247
  </span>
222
248
  <span class="star" title="Repo Forked">
223
249
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
224
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">
225
251
  </path>
226
252
  </svg>
227
- <span>23096</span>
253
+ <span>70</span>
228
254
  </span>
229
255
  <span class="star">
230
256
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
231
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>
232
258
  </svg>
233
- <span>209 stars today</span>
259
+ <span>420 stars today</span>
234
260
  </span>
235
261
  </div>
236
262
  <div class="details">
@@ -243,32 +269,32 @@
243
269
  <div class="info">
244
270
  <div class="rank">
245
271
  <span title="Ranking 4">4</span>
246
- <a href="https://github.com/peng-zhihui/Dummy-Robot" target="_blank" title="peng-zhihui/Dummy-Robot">peng-zhihui/Dummy-Robot</a>
272
+ <a href="https://github.com/RanKKI/LawRefBook" target="_blank" title="RanKKI/LawRefBook">RanKKI/LawRefBook</a>
247
273
  </div>
248
274
  <div class="sub-title followers">
249
275
 
250
- <a class="language" target="_blank" href="https://github.com/topics/c" title="Programming Language C">
251
- <span style="background-color: #555555;"></span>C
276
+ <a class="language" target="_blank" href="https://github.com/topics/swift" title="Programming Language Swift">
277
+ <span style="background-color: #F05138;"></span>Swift
252
278
  </a>
253
279
 
254
280
  <span class="star" title="Stargazers Count">
255
281
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
256
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>
257
283
  </svg>
258
- <span>6548</span>
284
+ <span>706</span>
259
285
  </span>
260
286
  <span class="star" title="Repo Forked">
261
287
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
262
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">
263
289
  </path>
264
290
  </svg>
265
- <span>1266</span>
291
+ <span>64</span>
266
292
  </span>
267
293
  <span class="star">
268
294
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
269
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>
270
296
  </svg>
271
- <span>89 stars today</span>
297
+ <span>109 stars today</span>
272
298
  </span>
273
299
  </div>
274
300
  <div class="details">
@@ -281,32 +307,32 @@
281
307
  <div class="info">
282
308
  <div class="rank">
283
309
  <span title="Ranking 5">5</span>
284
- <a href="https://github.com/DulLabs/bhai-lang" target="_blank" title="DulLabs/bhai-lang">DulLabs/bhai-lang</a>
310
+ <a href="https://github.com/public-apis/public-apis" target="_blank" title="public-apis/public-apis">public-apis/public-apis</a>
285
311
  </div>
286
312
  <div class="sub-title followers">
287
313
 
288
- <a class="language" target="_blank" href="https://github.com/topics/typescript" title="Programming Language TypeScript">
289
- <span style="background-color: #2b7489;"></span>TypeScript
314
+ <a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
315
+ <span style="background-color: #3572A5;"></span>Python
290
316
  </a>
291
317
 
292
318
  <span class="star" title="Stargazers Count">
293
319
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
294
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>
295
321
  </svg>
296
- <span>2185</span>
322
+ <span>185629</span>
297
323
  </span>
298
324
  <span class="star" title="Repo Forked">
299
325
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
300
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">
301
327
  </path>
302
328
  </svg>
303
- <span>246</span>
329
+ <span>21428</span>
304
330
  </span>
305
331
  <span class="star">
306
332
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
307
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>
308
334
  </svg>
309
- <span>383 stars today</span>
335
+ <span>184 stars today</span>
310
336
  </span>
311
337
  </div>
312
338
  <div class="details">
@@ -319,32 +345,32 @@
319
345
  <div class="info">
320
346
  <div class="rank">
321
347
  <span title="Ranking 6">6</span>
322
- <a href="https://github.com/ErickWendel/semanajsexpert-spotify-template" target="_blank" title="ErickWendel/semanajsexpert-spotify-template">ErickWendel/semanajsexpert-spotify-template</a>
348
+ <a href="https://github.com/lapce/lapce" target="_blank" title="lapce/lapce">lapce/lapce</a>
323
349
  </div>
324
350
  <div class="sub-title followers">
325
351
 
326
- <a class="language" target="_blank" href="https://github.com/topics/css" title="Programming Language CSS">
327
- <span style="background-color: #563d7c;"></span>CSS
352
+ <a class="language" target="_blank" href="https://github.com/topics/rust" title="Programming Language Rust">
353
+ <span style="background-color: #dea584;"></span>Rust
328
354
  </a>
329
355
 
330
356
  <span class="star" title="Stargazers Count">
331
357
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
332
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>
333
359
  </svg>
334
- <span>176</span>
360
+ <span>7749</span>
335
361
  </span>
336
362
  <span class="star" title="Repo Forked">
337
363
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
338
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">
339
365
  </path>
340
366
  </svg>
341
- <span>53</span>
367
+ <span>185</span>
342
368
  </span>
343
369
  <span class="star">
344
370
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
345
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>
346
372
  </svg>
347
- <span>40 stars today</span>
373
+ <span>387 stars today</span>
348
374
  </span>
349
375
  </div>
350
376
  <div class="details">
@@ -357,32 +383,32 @@
357
383
  <div class="info">
358
384
  <div class="rank">
359
385
  <span title="Ranking 7">7</span>
360
- <a href="https://github.com/scottbez1/smartknob" target="_blank" title="scottbez1/smartknob">scottbez1/smartknob</a>
386
+ <a href="https://github.com/remix-run/blues-stack" target="_blank" title="remix-run/blues-stack">remix-run/blues-stack</a>
361
387
  </div>
362
388
  <div class="sub-title followers">
363
389
 
364
- <a class="language" target="_blank" href="https://github.com/topics/c++" title="Programming Language C++">
365
- <span style="background-color: #f34b7d;"></span>C++
390
+ <a class="language" target="_blank" href="https://github.com/topics/typescript" title="Programming Language TypeScript">
391
+ <span style="background-color: #2b7489;"></span>TypeScript
366
392
  </a>
367
393
 
368
394
  <span class="star" title="Stargazers Count">
369
395
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
370
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>
371
397
  </svg>
372
- <span>1340</span>
398
+ <span>131</span>
373
399
  </span>
374
400
  <span class="star" title="Repo Forked">
375
401
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
376
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">
377
403
  </path>
378
404
  </svg>
379
- <span>50</span>
405
+ <span>11</span>
380
406
  </span>
381
407
  <span class="star">
382
408
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
383
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>
384
410
  </svg>
385
- <span>158 stars today</span>
411
+ <span>54 stars today</span>
386
412
  </span>
387
413
  </div>
388
414
  <div class="details">
@@ -395,32 +421,32 @@
395
421
  <div class="info">
396
422
  <div class="rank">
397
423
  <span title="Ranking 8">8</span>
398
- <a href="https://github.com/Frontesque/VueTube" target="_blank" title="Frontesque/VueTube">Frontesque/VueTube</a>
424
+ <a href="https://github.com/RIAEvangelist/peacenotwar" target="_blank" title="RIAEvangelist/peacenotwar">RIAEvangelist/peacenotwar</a>
399
425
  </div>
400
426
  <div class="sub-title followers">
401
427
 
402
- <a class="language" target="_blank" href="https://github.com/topics/vue" title="Programming Language Vue">
403
- <span style="background-color: #41b883;"></span>Vue
428
+ <a class="language" target="_blank" href="https://github.com/topics/javascript" title="Programming Language JavaScript">
429
+ <span style="background-color: #f1e05a;"></span>JavaScript
404
430
  </a>
405
431
 
406
432
  <span class="star" title="Stargazers Count">
407
433
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
408
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>
409
435
  </svg>
410
- <span>690</span>
436
+ <span>110</span>
411
437
  </span>
412
438
  <span class="star" title="Repo Forked">
413
439
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
414
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">
415
441
  </path>
416
442
  </svg>
417
- <span>31</span>
443
+ <span>33</span>
418
444
  </span>
419
445
  <span class="star">
420
446
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
421
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>
422
448
  </svg>
423
- <span>301 stars today</span>
449
+ <span>27 stars today</span>
424
450
  </span>
425
451
  </div>
426
452
  <div class="details">
@@ -433,32 +459,32 @@
433
459
  <div class="info">
434
460
  <div class="rank">
435
461
  <span title="Ranking 9">9</span>
436
- <a href="https://github.com/MichaelCade/90DaysOfDevOps" target="_blank" title="MichaelCade/90DaysOfDevOps">MichaelCade/90DaysOfDevOps</a>
462
+ <a href="https://github.com/PowerShell/PowerShell" target="_blank" title="PowerShell/PowerShell">PowerShell/PowerShell</a>
437
463
  </div>
438
464
  <div class="sub-title followers">
439
465
 
440
- <a class="language" target="_blank" href="https://github.com/topics/shell" title="Programming Language Shell">
441
- <span style="background-color: #89e051;"></span>Shell
466
+ <a class="language" target="_blank" href="https://github.com/topics/c#" title="Programming Language C#">
467
+ <span style="background-color: #178600;"></span>C#
442
468
  </a>
443
469
 
444
470
  <span class="star" title="Stargazers Count">
445
471
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
446
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>
447
473
  </svg>
448
- <span>3402</span>
474
+ <span>32484</span>
449
475
  </span>
450
476
  <span class="star" title="Repo Forked">
451
477
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
452
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">
453
479
  </path>
454
480
  </svg>
455
- <span>354</span>
481
+ <span>5343</span>
456
482
  </span>
457
483
  <span class="star">
458
484
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
459
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>
460
486
  </svg>
461
- <span>109 stars today</span>
487
+ <span>120 stars today</span>
462
488
  </span>
463
489
  </div>
464
490
  <div class="details">
@@ -471,32 +497,28 @@
471
497
  <div class="info">
472
498
  <div class="rank">
473
499
  <span title="Ranking 10">10</span>
474
- <a href="https://github.com/jackfrued/Python-100-Days" target="_blank" title="jackfrued/Python-100-Days">jackfrued/Python-100-Days</a>
500
+ <a href="https://github.com/google/h2e_technical_documentation" target="_blank" title="google/h2e_technical_documentation">google/h2e_technical_documentation</a>
475
501
  </div>
476
502
  <div class="sub-title followers">
477
503
 
478
- <a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
479
- <span style="background-color: #3572A5;"></span>Python
480
- </a>
481
-
482
504
  <span class="star" title="Stargazers Count">
483
505
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
484
506
  <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>
485
507
  </svg>
486
- <span>115857</span>
508
+ <span>438</span>
487
509
  </span>
488
510
  <span class="star" title="Repo Forked">
489
511
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
490
512
  <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">
491
513
  </path>
492
514
  </svg>
493
- <span>44828</span>
515
+ <span>29</span>
494
516
  </span>
495
517
  <span class="star">
496
518
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
497
519
  <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
498
520
  </svg>
499
- <span>62 stars today</span>
521
+ <span>47 stars today</span>
500
522
  </span>
501
523
  </div>
502
524
  <div class="details">
@@ -509,32 +531,28 @@
509
531
  <div class="info">
510
532
  <div class="rank">
511
533
  <span title="Ranking 11">11</span>
512
- <a href="https://github.com/LukeMathWalker/zero-to-production" target="_blank" title="LukeMathWalker/zero-to-production">LukeMathWalker/zero-to-production</a>
534
+ <a href="https://github.com/PKUFlyingPig/cs-self-learning" target="_blank" title="PKUFlyingPig/cs-self-learning">PKUFlyingPig/cs-self-learning</a>
513
535
  </div>
514
536
  <div class="sub-title followers">
515
537
 
516
- <a class="language" target="_blank" href="https://github.com/topics/rust" title="Programming Language Rust">
517
- <span style="background-color: #dea584;"></span>Rust
518
- </a>
519
-
520
538
  <span class="star" title="Stargazers Count">
521
539
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
522
540
  <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
523
541
  </svg>
524
- <span>1066</span>
542
+ <span>3861</span>
525
543
  </span>
526
544
  <span class="star" title="Repo Forked">
527
545
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
528
546
  <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
547
  </path>
530
548
  </svg>
531
- <span>90</span>
549
+ <span>602</span>
532
550
  </span>
533
551
  <span class="star">
534
552
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
535
553
  <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
554
  </svg>
537
- <span>98 stars today</span>
555
+ <span>193 stars today</span>
538
556
  </span>
539
557
  </div>
540
558
  <div class="details">
@@ -547,32 +565,32 @@
547
565
  <div class="info">
548
566
  <div class="rank">
549
567
  <span title="Ranking 12">12</span>
550
- <a href="https://github.com/AmruthPillai/Reactive-Resume" target="_blank" title="AmruthPillai/Reactive-Resume">AmruthPillai/Reactive-Resume</a>
568
+ <a href="https://github.com/freeCodeCamp/freeCodeCamp" target="_blank" title="freeCodeCamp/freeCodeCamp">freeCodeCamp/freeCodeCamp</a>
551
569
  </div>
552
570
  <div class="sub-title followers">
553
571
 
554
- <a class="language" target="_blank" href="https://github.com/topics/typescript" title="Programming Language TypeScript">
555
- <span style="background-color: #2b7489;"></span>TypeScript
572
+ <a class="language" target="_blank" href="https://github.com/topics/javascript" title="Programming Language JavaScript">
573
+ <span style="background-color: #f1e05a;"></span>JavaScript
556
574
  </a>
557
575
 
558
576
  <span class="star" title="Stargazers Count">
559
577
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
560
578
  <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
579
  </svg>
562
- <span>5195</span>
580
+ <span>342560</span>
563
581
  </span>
564
582
  <span class="star" title="Repo Forked">
565
583
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
566
584
  <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
585
  </path>
568
586
  </svg>
569
- <span>718</span>
587
+ <span>28234</span>
570
588
  </span>
571
589
  <span class="star">
572
590
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
573
591
  <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
592
  </svg>
575
- <span>365 stars today</span>
593
+ <span>136 stars today</span>
576
594
  </span>
577
595
  </div>
578
596
  <div class="details">
@@ -585,32 +603,32 @@
585
603
  <div class="info">
586
604
  <div class="rank">
587
605
  <span title="Ranking 13">13</span>
588
- <a href="https://github.com/peng-zhihui/ElectronBot" target="_blank" title="peng-zhihui/ElectronBot">peng-zhihui/ElectronBot</a>
606
+ <a href="https://github.com/remix-run/indie-stack" target="_blank" title="remix-run/indie-stack">remix-run/indie-stack</a>
589
607
  </div>
590
608
  <div class="sub-title followers">
591
609
 
592
- <a class="language" target="_blank" href="https://github.com/topics/c" title="Programming Language C">
593
- <span style="background-color: #555555;"></span>C
610
+ <a class="language" target="_blank" href="https://github.com/topics/typescript" title="Programming Language TypeScript">
611
+ <span style="background-color: #2b7489;"></span>TypeScript
594
612
  </a>
595
613
 
596
614
  <span class="star" title="Stargazers Count">
597
615
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
598
616
  <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
617
  </svg>
600
- <span>2628</span>
618
+ <span>162</span>
601
619
  </span>
602
620
  <span class="star" title="Repo Forked">
603
621
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
604
622
  <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
623
  </path>
606
624
  </svg>
607
- <span>664</span>
625
+ <span>23</span>
608
626
  </span>
609
627
  <span class="star">
610
628
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
611
629
  <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
630
  </svg>
613
- <span>255 stars today</span>
631
+ <span>65 stars today</span>
614
632
  </span>
615
633
  </div>
616
634
  <div class="details">
@@ -623,28 +641,32 @@
623
641
  <div class="info">
624
642
  <div class="rank">
625
643
  <span title="Ranking 14">14</span>
626
- <a href="https://github.com/freefq/free" target="_blank" title="freefq/free">freefq/free</a>
644
+ <a href="https://github.com/psf/black" target="_blank" title="psf/black">psf/black</a>
627
645
  </div>
628
646
  <div class="sub-title followers">
629
647
 
648
+ <a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
649
+ <span style="background-color: #3572A5;"></span>Python
650
+ </a>
651
+
630
652
  <span class="star" title="Stargazers Count">
631
653
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
632
654
  <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
633
655
  </svg>
634
- <span>18769</span>
656
+ <span>26501</span>
635
657
  </span>
636
658
  <span class="star" title="Repo Forked">
637
659
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
638
660
  <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">
639
661
  </path>
640
662
  </svg>
641
- <span>4213</span>
663
+ <span>1663</span>
642
664
  </span>
643
665
  <span class="star">
644
666
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
645
667
  <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
646
668
  </svg>
647
- <span>78 stars today</span>
669
+ <span>102 stars today</span>
648
670
  </span>
649
671
  </div>
650
672
  <div class="details">
@@ -657,32 +679,32 @@
657
679
  <div class="info">
658
680
  <div class="rank">
659
681
  <span title="Ranking 15">15</span>
660
- <a href="https://github.com/YTVanced/VancedManager" target="_blank" title="YTVanced/VancedManager">YTVanced/VancedManager</a>
682
+ <a href="https://github.com/drago-96/CVE-2022-0778" target="_blank" title="drago-96/CVE-2022-0778">drago-96/CVE-2022-0778</a>
661
683
  </div>
662
684
  <div class="sub-title followers">
663
685
 
664
- <a class="language" target="_blank" href="https://github.com/topics/kotlin" title="Programming Language Kotlin">
665
- <span style="background-color: #A97BFF;"></span>Kotlin
686
+ <a class="language" target="_blank" href="https://github.com/topics/c" title="Programming Language C">
687
+ <span style="background-color: #555555;"></span>C
666
688
  </a>
667
689
 
668
690
  <span class="star" title="Stargazers Count">
669
691
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
670
692
  <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
671
693
  </svg>
672
- <span>6853</span>
694
+ <span>80</span>
673
695
  </span>
674
696
  <span class="star" title="Repo Forked">
675
697
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
676
698
  <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">
677
699
  </path>
678
700
  </svg>
679
- <span>1011</span>
701
+ <span>20</span>
680
702
  </span>
681
703
  <span class="star">
682
704
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
683
705
  <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
684
706
  </svg>
685
- <span>123 stars today</span>
707
+ <span>18 stars today</span>
686
708
  </span>
687
709
  </div>
688
710
  <div class="details">
@@ -695,28 +717,32 @@
695
717
  <div class="info">
696
718
  <div class="rank">
697
719
  <span title="Ranking 16">16</span>
698
- <a href="https://github.com/Developer-Y/cs-video-courses" target="_blank" title="Developer-Y/cs-video-courses">Developer-Y/cs-video-courses</a>
720
+ <a href="https://github.com/openmlsys/openmlsys-zh" target="_blank" title="openmlsys/openmlsys-zh">openmlsys/openmlsys-zh</a>
699
721
  </div>
700
722
  <div class="sub-title followers">
701
723
 
724
+ <a class="language" target="_blank" href="https://github.com/topics/tex" title="Programming Language TeX">
725
+ <span style="background-color: #3D6117;"></span>TeX
726
+ </a>
727
+
702
728
  <span class="star" title="Stargazers Count">
703
729
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
704
730
  <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>
705
731
  </svg>
706
- <span>33454</span>
732
+ <span>417</span>
707
733
  </span>
708
734
  <span class="star" title="Repo Forked">
709
735
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
710
736
  <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">
711
737
  </path>
712
738
  </svg>
713
- <span>4971</span>
739
+ <span>76</span>
714
740
  </span>
715
741
  <span class="star">
716
742
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
717
743
  <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
718
744
  </svg>
719
- <span>161 stars today</span>
745
+ <span>93 stars today</span>
720
746
  </span>
721
747
  </div>
722
748
  <div class="details">
@@ -729,7 +755,7 @@
729
755
  <div class="info">
730
756
  <div class="rank">
731
757
  <span title="Ranking 17">17</span>
732
- <a href="https://github.com/aws-samples/aws-security-reference-architecture-examples" target="_blank" title="aws-samples/aws-security-reference-architecture-examples">aws-samples/aws-security-reference-architecture-examples</a>
758
+ <a href="https://github.com/ploomber/ploomber" target="_blank" title="ploomber/ploomber">ploomber/ploomber</a>
733
759
  </div>
734
760
  <div class="sub-title followers">
735
761
 
@@ -741,20 +767,20 @@
741
767
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
742
768
  <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>
743
769
  </svg>
744
- <span>401</span>
770
+ <span>2107</span>
745
771
  </span>
746
772
  <span class="star" title="Repo Forked">
747
773
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
748
774
  <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">
749
775
  </path>
750
776
  </svg>
751
- <span>82</span>
777
+ <span>131</span>
752
778
  </span>
753
779
  <span class="star">
754
780
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
755
781
  <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
756
782
  </svg>
757
- <span>58 stars today</span>
783
+ <span>85 stars today</span>
758
784
  </span>
759
785
  </div>
760
786
  <div class="details">
@@ -767,32 +793,32 @@
767
793
  <div class="info">
768
794
  <div class="rank">
769
795
  <span title="Ranking 18">18</span>
770
- <a href="https://github.com/TarlogicSecurity/PLCTool" target="_blank" title="TarlogicSecurity/PLCTool">TarlogicSecurity/PLCTool</a>
796
+ <a href="https://github.com/discourse/discourse" target="_blank" title="discourse/discourse">discourse/discourse</a>
771
797
  </div>
772
798
  <div class="sub-title followers">
773
799
 
774
- <a class="language" target="_blank" href="https://github.com/topics/c++" title="Programming Language C++">
775
- <span style="background-color: #f34b7d;"></span>C++
800
+ <a class="language" target="_blank" href="https://github.com/topics/ruby" title="Programming Language Ruby">
801
+ <span style="background-color: #701516;"></span>Ruby
776
802
  </a>
777
803
 
778
804
  <span class="star" title="Stargazers Count">
779
805
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
780
806
  <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>
781
807
  </svg>
782
- <span>92</span>
808
+ <span>35301</span>
783
809
  </span>
784
810
  <span class="star" title="Repo Forked">
785
811
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
786
812
  <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">
787
813
  </path>
788
814
  </svg>
789
- <span>48</span>
815
+ <span>7597</span>
790
816
  </span>
791
817
  <span class="star">
792
818
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
793
819
  <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
794
820
  </svg>
795
- <span>18 stars today</span>
821
+ <span>74 stars today</span>
796
822
  </span>
797
823
  </div>
798
824
  <div class="details">
@@ -805,32 +831,32 @@
805
831
  <div class="info">
806
832
  <div class="rank">
807
833
  <span title="Ranking 19">19</span>
808
- <a href="https://github.com/TeamNewPipe/NewPipe" target="_blank" title="TeamNewPipe/NewPipe">TeamNewPipe/NewPipe</a>
834
+ <a href="https://github.com/gothinkster/realworld" target="_blank" title="gothinkster/realworld">gothinkster/realworld</a>
809
835
  </div>
810
836
  <div class="sub-title followers">
811
837
 
812
- <a class="language" target="_blank" href="https://github.com/topics/java" title="Programming Language Java">
813
- <span style="background-color: #b07219;"></span>Java
838
+ <a class="language" target="_blank" href="https://github.com/topics/shell" title="Programming Language Shell">
839
+ <span style="background-color: #89e051;"></span>Shell
814
840
  </a>
815
841
 
816
842
  <span class="star" title="Stargazers Count">
817
843
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
818
844
  <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>
819
845
  </svg>
820
- <span>17934</span>
846
+ <span>64759</span>
821
847
  </span>
822
848
  <span class="star" title="Repo Forked">
823
849
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
824
850
  <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">
825
851
  </path>
826
852
  </svg>
827
- <span>2185</span>
853
+ <span>5962</span>
828
854
  </span>
829
855
  <span class="star">
830
856
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
831
857
  <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
832
858
  </svg>
833
- <span>184 stars today</span>
859
+ <span>71 stars today</span>
834
860
  </span>
835
861
  </div>
836
862
  <div class="details">
@@ -843,32 +869,32 @@
843
869
  <div class="info">
844
870
  <div class="rank">
845
871
  <span title="Ranking 20">20</span>
846
- <a href="https://github.com/libre-tube/LibreTube" target="_blank" title="libre-tube/LibreTube">libre-tube/LibreTube</a>
872
+ <a href="https://github.com/jackfrued/Python-100-Days" target="_blank" title="jackfrued/Python-100-Days">jackfrued/Python-100-Days</a>
847
873
  </div>
848
874
  <div class="sub-title followers">
849
875
 
850
- <a class="language" target="_blank" href="https://github.com/topics/kotlin" title="Programming Language Kotlin">
851
- <span style="background-color: #A97BFF;"></span>Kotlin
876
+ <a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
877
+ <span style="background-color: #3572A5;"></span>Python
852
878
  </a>
853
879
 
854
880
  <span class="star" title="Stargazers Count">
855
881
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
856
882
  <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>
857
883
  </svg>
858
- <span>751</span>
884
+ <span>116062</span>
859
885
  </span>
860
886
  <span class="star" title="Repo Forked">
861
887
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
862
888
  <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">
863
889
  </path>
864
890
  </svg>
865
- <span>31</span>
891
+ <span>44885</span>
866
892
  </span>
867
893
  <span class="star">
868
894
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
869
895
  <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
870
896
  </svg>
871
- <span>121 stars today</span>
897
+ <span>82 stars today</span>
872
898
  </span>
873
899
  </div>
874
900
  <div class="details">
@@ -881,32 +907,32 @@
881
907
  <div class="info">
882
908
  <div class="rank">
883
909
  <span title="Ranking 21">21</span>
884
- <a href="https://github.com/YTVanced/VancedStore" target="_blank" title="YTVanced/VancedStore">YTVanced/VancedStore</a>
910
+ <a href="https://github.com/iperov/DeepFaceLive" target="_blank" title="iperov/DeepFaceLive">iperov/DeepFaceLive</a>
885
911
  </div>
886
912
  <div class="sub-title followers">
887
913
 
888
- <a class="language" target="_blank" href="https://github.com/topics/kotlin" title="Programming Language Kotlin">
889
- <span style="background-color: #A97BFF;"></span>Kotlin
914
+ <a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
915
+ <span style="background-color: #3572A5;"></span>Python
890
916
  </a>
891
917
 
892
918
  <span class="star" title="Stargazers Count">
893
919
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
894
920
  <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>
895
921
  </svg>
896
- <span>303</span>
922
+ <span>3726</span>
897
923
  </span>
898
924
  <span class="star" title="Repo Forked">
899
925
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
900
926
  <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">
901
927
  </path>
902
928
  </svg>
903
- <span>151</span>
929
+ <span>581</span>
904
930
  </span>
905
931
  <span class="star">
906
932
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
907
933
  <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
908
934
  </svg>
909
- <span>119 stars today</span>
935
+ <span>102 stars today</span>
910
936
  </span>
911
937
  </div>
912
938
  <div class="details">
@@ -919,32 +945,32 @@
919
945
  <div class="info">
920
946
  <div class="rank">
921
947
  <span title="Ranking 22">22</span>
922
- <a href="https://github.com/Asabeneh/30-Days-Of-JavaScript" target="_blank" title="Asabeneh/30-Days-Of-JavaScript">Asabeneh/30-Days-Of-JavaScript</a>
948
+ <a href="https://github.com/yewstack/yew" target="_blank" title="yewstack/yew">yewstack/yew</a>
923
949
  </div>
924
950
  <div class="sub-title followers">
925
951
 
926
- <a class="language" target="_blank" href="https://github.com/topics/javascript" title="Programming Language JavaScript">
927
- <span style="background-color: #f1e05a;"></span>JavaScript
952
+ <a class="language" target="_blank" href="https://github.com/topics/rust" title="Programming Language Rust">
953
+ <span style="background-color: #dea584;"></span>Rust
928
954
  </a>
929
955
 
930
956
  <span class="star" title="Stargazers Count">
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>18436</span>
960
+ <span>20204</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>3783</span>
967
+ <span>1007</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>73 stars today</span>
973
+ <span>174 stars today</span>
948
974
  </span>
949
975
  </div>
950
976
  <div class="details">
@@ -957,32 +983,32 @@
957
983
  <div class="info">
958
984
  <div class="rank">
959
985
  <span title="Ranking 23">23</span>
960
- <a href="https://github.com/dortania/OpenCore-Legacy-Patcher" target="_blank" title="dortania/OpenCore-Legacy-Patcher">dortania/OpenCore-Legacy-Patcher</a>
986
+ <a href="https://github.com/Teaching-Assistants-of-Cloud-Computing/CloudHack" target="_blank" title="Teaching-Assistants-of-Cloud-Computing/CloudHack">Teaching-Assistants-of-Cloud-Computing/CloudHack</a>
961
987
  </div>
962
988
  <div class="sub-title followers">
963
989
 
964
- <a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
965
- <span style="background-color: #3572A5;"></span>Python
990
+ <a class="language" target="_blank" href="https://github.com/topics/html" title="Programming Language HTML">
991
+ <span style="background-color: #e34c26;"></span>HTML
966
992
  </a>
967
993
 
968
994
  <span class="star" title="Stargazers Count">
969
995
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
970
996
  <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
997
  </svg>
972
- <span>1742</span>
998
+ <span>97</span>
973
999
  </span>
974
1000
  <span class="star" title="Repo Forked">
975
1001
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
976
1002
  <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
1003
  </path>
978
1004
  </svg>
979
- <span>216</span>
1005
+ <span>25</span>
980
1006
  </span>
981
1007
  <span class="star">
982
1008
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
983
1009
  <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
984
1010
  </svg>
985
- <span>35 stars today</span>
1011
+ <span>41 stars today</span>
986
1012
  </span>
987
1013
  </div>
988
1014
  <div class="details">
@@ -995,32 +1021,32 @@
995
1021
  <div class="info">
996
1022
  <div class="rank">
997
1023
  <span title="Ranking 24">24</span>
998
- <a href="https://github.com/ReactiveX/RxSwift" target="_blank" title="ReactiveX/RxSwift">ReactiveX/RxSwift</a>
1024
+ <a href="https://github.com/ToolJet/ToolJet" target="_blank" title="ToolJet/ToolJet">ToolJet/ToolJet</a>
999
1025
  </div>
1000
1026
  <div class="sub-title followers">
1001
1027
 
1002
- <a class="language" target="_blank" href="https://github.com/topics/swift" title="Programming Language Swift">
1003
- <span style="background-color: #F05138;"></span>Swift
1028
+ <a class="language" target="_blank" href="https://github.com/topics/javascript" title="Programming Language JavaScript">
1029
+ <span style="background-color: #f1e05a;"></span>JavaScript
1004
1030
  </a>
1005
1031
 
1006
1032
  <span class="star" title="Stargazers Count">
1007
1033
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
1008
1034
  <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
1035
  </svg>
1010
- <span>21773</span>
1036
+ <span>7175</span>
1011
1037
  </span>
1012
1038
  <span class="star" title="Repo Forked">
1013
1039
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
1014
1040
  <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
1041
  </path>
1016
1042
  </svg>
1017
- <span>3903</span>
1043
+ <span>554</span>
1018
1044
  </span>
1019
1045
  <span class="star">
1020
1046
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
1021
1047
  <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
1048
  </svg>
1023
- <span>25 stars today</span>
1049
+ <span>296 stars today</span>
1024
1050
  </span>
1025
1051
  </div>
1026
1052
  <div class="details">
@@ -1033,32 +1059,32 @@
1033
1059
  <div class="info">
1034
1060
  <div class="rank">
1035
1061
  <span title="Ranking 25">25</span>
1036
- <a href="https://github.com/AlexisAhmed/CVE-2022-0847-DirtyPipe-Exploits" target="_blank" title="AlexisAhmed/CVE-2022-0847-DirtyPipe-Exploits">AlexisAhmed/CVE-2022-0847-DirtyPipe-Exploits</a>
1062
+ <a href="https://github.com/chen310/NeteaseCloudMusicTasks" target="_blank" title="chen310/NeteaseCloudMusicTasks">chen310/NeteaseCloudMusicTasks</a>
1037
1063
  </div>
1038
1064
  <div class="sub-title followers">
1039
1065
 
1040
- <a class="language" target="_blank" href="https://github.com/topics/c" title="Programming Language C">
1041
- <span style="background-color: #555555;"></span>C
1066
+ <a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
1067
+ <span style="background-color: #3572A5;"></span>Python
1042
1068
  </a>
1043
1069
 
1044
1070
  <span class="star" title="Stargazers Count">
1045
1071
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
1046
1072
  <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
1073
  </svg>
1048
- <span>133</span>
1074
+ <span>884</span>
1049
1075
  </span>
1050
1076
  <span class="star" title="Repo Forked">
1051
1077
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
1052
1078
  <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
1079
  </path>
1054
1080
  </svg>
1055
- <span>21</span>
1081
+ <span>2111</span>
1056
1082
  </span>
1057
1083
  <span class="star">
1058
1084
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
1059
1085
  <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
1086
  </svg>
1061
- <span>21 stars today</span>
1087
+ <span>17 stars today</span>
1062
1088
  </span>
1063
1089
  </div>
1064
1090
  <div class="details">
@@ -1083,7 +1109,7 @@
1083
1109
  <img src="https://img.shields.io/npm/v/@wcj/github-rank.svg?label=unpkg">
1084
1110
  </a>
1085
1111
  </div>
1086
- <div class="time">Last cache created on 2022/3/17 by Github API v3.</div>
1112
+ <div class="time">Last cache created on 2022/3/20 by Github API v3.</div>
1087
1113
  Create by <a href="https://github.com/jaywcjlove" target="_blank">小弟调调™</a>.
1088
1114
  </div>
1089
1115
  </body>