@wcj/github-rank 22.3.18 → 22.3.21

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 +37059 -36963
  2. package/dist/sifou-daily.json +60 -105
  3. package/dist/sifou-monthly.json +103 -103
  4. package/dist/sifou-weekly.json +156 -156
  5. package/dist/toutiao-30.json +91 -91
  6. package/dist/toutiao-7.json +108 -108
  7. package/dist/toutiao-90.json +37 -37
  8. package/dist/trending-daily.json +171 -171
  9. package/dist/trending-monthly.json +160 -160
  10. package/dist/trending-weekly.json +154 -154
  11. package/dist/users.china.json +2441 -2441
  12. package/dist/users.json +3264 -3265
  13. package/package.json +1 -1
  14. package/web/36kr.html +35 -13
  15. package/web/data/repos.json +37059 -36963
  16. package/web/data/sifou-daily.json +60 -105
  17. package/web/data/sifou-monthly.json +103 -103
  18. package/web/data/sifou-weekly.json +156 -156
  19. package/web/data/toutiao-30.json +91 -91
  20. package/web/data/toutiao-7.json +108 -108
  21. package/web/data/toutiao-90.json +37 -37
  22. package/web/data/trending-daily.json +171 -171
  23. package/web/data/trending-monthly.json +160 -160
  24. package/web/data/trending-weekly.json +154 -154
  25. package/web/data/users.china.json +2441 -2441
  26. package/web/data/users.json +3264 -3265
  27. package/web/index.html +1703 -1681
  28. package/web/repos.html +4112 -4094
  29. package/web/sifou-daily.html +85 -203
  30. package/web/sifou-monthly.html +160 -138
  31. package/web/sifou-weekly.html +174 -152
  32. package/web/toutiao-30.html +130 -108
  33. package/web/toutiao-7.html +105 -83
  34. package/web/toutiao-90.html +85 -63
  35. package/web/trending-monthly.html +181 -155
  36. package/web/trending-weekly.html +176 -146
  37. package/web/trending.html +185 -163
  38. package/web/users.china.html +1318 -1296
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/18 by
127
+ <div class="time">Last cache created on 2022/3/21 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/nkallen/plasticity" target="_blank" title="nkallen/plasticity">nkallen/plasticity</a>
158
+ <a href="https://github.com/CodeEditApp/CodeEdit" target="_blank" title="CodeEditApp/CodeEdit">CodeEditApp/CodeEdit</a>
137
159
  </div>
138
160
  <div class="sub-title followers">
139
161
 
140
- <a class="language" target="_blank" href="https://github.com/topics/typescript" title="Programming Language TypeScript">
141
- <span style="background-color: #2b7489;"></span>TypeScript
162
+ <a class="language" target="_blank" href="https://github.com/topics/swift" title="Programming Language Swift">
163
+ <span style="background-color: #F05138;"></span>Swift
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>1292</span>
170
+ <span>2275</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>88</span>
177
+ <span>93</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>163 stars today</span>
183
+ <span>460 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/Frontesque/VueTube" target="_blank" title="Frontesque/VueTube">Frontesque/VueTube</a>
196
+ <a href="https://github.com/Dreamacro/clash" target="_blank" title="Dreamacro/clash">Dreamacro/clash</a>
175
197
  </div>
176
198
  <div class="sub-title followers">
177
199
 
178
- <a class="language" target="_blank" href="https://github.com/topics/vue" title="Programming Language Vue">
179
- <span style="background-color: #41b883;"></span>Vue
200
+ <a class="language" target="_blank" href="https://github.com/topics/go" title="Programming Language Go">
201
+ <span style="background-color: #00ADD8;"></span>Go
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>917</span>
208
+ <span>24947</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>41</span>
215
+ <span>3567</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>245 stars today</span>
221
+ <span>93 stars today</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/samber/lo" target="_blank" title="samber/lo">samber/lo</a>
234
+ <a href="https://github.com/microsoft/routeros-scanner" target="_blank" title="microsoft/routeros-scanner">microsoft/routeros-scanner</a>
213
235
  </div>
214
236
  <div class="sub-title followers">
215
237
 
216
- <a class="language" target="_blank" href="https://github.com/topics/go" title="Programming Language Go">
217
- <span style="background-color: #00ADD8;"></span>Go
238
+ <a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
239
+ <span style="background-color: #3572A5;"></span>Python
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>3431</span>
246
+ <span>367</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>83</span>
253
+ <span>63</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>121 stars today</span>
259
+ <span>112 stars today</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/psf/black" target="_blank" title="psf/black">psf/black</a>
272
+ <a href="https://github.com/ToolJet/ToolJet" target="_blank" title="ToolJet/ToolJet">ToolJet/ToolJet</a>
251
273
  </div>
252
274
  <div class="sub-title followers">
253
275
 
254
- <a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
255
- <span style="background-color: #3572A5;"></span>Python
276
+ <a class="language" target="_blank" href="https://github.com/topics/javascript" title="Programming Language JavaScript">
277
+ <span style="background-color: #f1e05a;"></span>JavaScript
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>26308</span>
284
+ <span>7511</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>1659</span>
291
+ <span>567</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>194 stars today</span>
297
+ <span>428 stars today</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/DulLabs/bhai-lang" target="_blank" title="DulLabs/bhai-lang">DulLabs/bhai-lang</a>
310
+ <a href="https://github.com/lapce/lapce" target="_blank" title="lapce/lapce">lapce/lapce</a>
289
311
  </div>
290
312
  <div class="sub-title followers">
291
313
 
292
- <a class="language" target="_blank" href="https://github.com/topics/typescript" title="Programming Language TypeScript">
293
- <span style="background-color: #2b7489;"></span>TypeScript
314
+ <a class="language" target="_blank" href="https://github.com/topics/rust" title="Programming Language Rust">
315
+ <span style="background-color: #dea584;"></span>Rust
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>2480</span>
322
+ <span>8045</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>286</span>
329
+ <span>190</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>312 stars today</span>
335
+ <span>310 stars today</span>
314
336
  </span>
315
337
  </div>
316
338
  <div class="details">
@@ -323,32 +345,32 @@
323
345
  <div class="info">
324
346
  <div class="rank">
325
347
  <span title="Ranking 6">6</span>
326
- <a href="https://github.com/vinta/awesome-python" target="_blank" title="vinta/awesome-python">vinta/awesome-python</a>
348
+ <a href="https://github.com/kabinspace/AstroVim" target="_blank" title="kabinspace/AstroVim">kabinspace/AstroVim</a>
327
349
  </div>
328
350
  <div class="sub-title followers">
329
351
 
330
- <a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
331
- <span style="background-color: #3572A5;"></span>Python
352
+ <a class="language" target="_blank" href="https://github.com/topics/lua" title="Programming Language Lua">
353
+ <span style="background-color: #000080;"></span>Lua
332
354
  </a>
333
355
 
334
356
  <span class="star" title="Stargazers Count">
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>120253</span>
360
+ <span>2029</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>20890</span>
367
+ <span>111</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>143 stars today</span>
373
+ <span>38 stars today</span>
352
374
  </span>
353
375
  </div>
354
376
  <div class="details">
@@ -361,28 +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/sindresorhus/awesome" target="_blank" title="sindresorhus/awesome">sindresorhus/awesome</a>
386
+ <a href="https://github.com/bitcoin/bitcoin" target="_blank" title="bitcoin/bitcoin">bitcoin/bitcoin</a>
365
387
  </div>
366
388
  <div class="sub-title followers">
367
389
 
390
+ <a class="language" target="_blank" href="https://github.com/topics/c++" title="Programming Language C++">
391
+ <span style="background-color: #f34b7d;"></span>C++
392
+ </a>
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>193864</span>
398
+ <span>62563</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>23112</span>
405
+ <span>31859</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>271 stars today</span>
411
+ <span>53 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/quackduck/devzat" target="_blank" title="quackduck/devzat">quackduck/devzat</a>
424
+ <a href="https://github.com/PowerShell/PowerShell" target="_blank" title="PowerShell/PowerShell">PowerShell/PowerShell</a>
399
425
  </div>
400
426
  <div class="sub-title followers">
401
427
 
402
- <a class="language" target="_blank" href="https://github.com/topics/go" title="Programming Language Go">
403
- <span style="background-color: #00ADD8;"></span>Go
428
+ <a class="language" target="_blank" href="https://github.com/topics/c#" title="Programming Language C#">
429
+ <span style="background-color: #178600;"></span>C#
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>783</span>
436
+ <span>32576</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>47</span>
443
+ <span>5345</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>87 stars today</span>
449
+ <span>99 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/CodeEditApp/CodeEdit" target="_blank" title="CodeEditApp/CodeEdit">CodeEditApp/CodeEdit</a>
462
+ <a href="https://github.com/BeyondDimension/SteamTools" target="_blank" title="BeyondDimension/SteamTools">BeyondDimension/SteamTools</a>
437
463
  </div>
438
464
  <div class="sub-title followers">
439
465
 
440
- <a class="language" target="_blank" href="https://github.com/topics/swift" title="Programming Language Swift">
441
- <span style="background-color: #F05138;"></span>Swift
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>808</span>
474
+ <span>5932</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>35</span>
481
+ <span>389</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>359 stars today</span>
487
+ <span>98 stars today</span>
462
488
  </span>
463
489
  </div>
464
490
  <div class="details">
@@ -471,32 +497,32 @@
471
497
  <div class="info">
472
498
  <div class="rank">
473
499
  <span title="Ranking 10">10</span>
474
- <a href="https://github.com/ssloy/tinyrenderer" target="_blank" title="ssloy/tinyrenderer">ssloy/tinyrenderer</a>
500
+ <a href="https://github.com/aptos-labs/aptos-core" target="_blank" title="aptos-labs/aptos-core">aptos-labs/aptos-core</a>
475
501
  </div>
476
502
  <div class="sub-title followers">
477
503
 
478
- <a class="language" target="_blank" href="https://github.com/topics/c++" title="Programming Language C++">
479
- <span style="background-color: #f34b7d;"></span>C++
504
+ <a class="language" target="_blank" href="https://github.com/topics/rust" title="Programming Language Rust">
505
+ <span style="background-color: #dea584;"></span>Rust
480
506
  </a>
481
507
 
482
508
  <span class="star" title="Stargazers Count">
483
509
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
484
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>
485
511
  </svg>
486
- <span>12934</span>
512
+ <span>214</span>
487
513
  </span>
488
514
  <span class="star" title="Repo Forked">
489
515
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
490
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">
491
517
  </path>
492
518
  </svg>
493
- <span>1210</span>
519
+ <span>59</span>
494
520
  </span>
495
521
  <span class="star">
496
522
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
497
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>
498
524
  </svg>
499
- <span>155 stars today</span>
525
+ <span>33 stars today</span>
500
526
  </span>
501
527
  </div>
502
528
  <div class="details">
@@ -509,32 +535,32 @@
509
535
  <div class="info">
510
536
  <div class="rank">
511
537
  <span title="Ranking 11">11</span>
512
- <a href="https://github.com/cuixiaorui/mini-vue" target="_blank" title="cuixiaorui/mini-vue">cuixiaorui/mini-vue</a>
538
+ <a href="https://github.com/DingXiaoH/RepLKNet-pytorch" target="_blank" title="DingXiaoH/RepLKNet-pytorch">DingXiaoH/RepLKNet-pytorch</a>
513
539
  </div>
514
540
  <div class="sub-title followers">
515
541
 
516
- <a class="language" target="_blank" href="https://github.com/topics/typescript" title="Programming Language TypeScript">
517
- <span style="background-color: #2b7489;"></span>TypeScript
542
+ <a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
543
+ <span style="background-color: #3572A5;"></span>Python
518
544
  </a>
519
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>5148</span>
550
+ <span>216</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>982</span>
557
+ <span>19</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>110 stars today</span>
563
+ <span>28 stars today</span>
538
564
  </span>
539
565
  </div>
540
566
  <div class="details">
@@ -547,32 +573,32 @@
547
573
  <div class="info">
548
574
  <div class="rank">
549
575
  <span title="Ranking 12">12</span>
550
- <a href="https://github.com/LukeMathWalker/zero-to-production" target="_blank" title="LukeMathWalker/zero-to-production">LukeMathWalker/zero-to-production</a>
576
+ <a href="https://github.com/remix-run/grunge-stack" target="_blank" title="remix-run/grunge-stack">remix-run/grunge-stack</a>
551
577
  </div>
552
578
  <div class="sub-title followers">
553
579
 
554
- <a class="language" target="_blank" href="https://github.com/topics/rust" title="Programming Language Rust">
555
- <span style="background-color: #dea584;"></span>Rust
580
+ <a class="language" target="_blank" href="https://github.com/topics/typescript" title="Programming Language TypeScript">
581
+ <span style="background-color: #2b7489;"></span>TypeScript
556
582
  </a>
557
583
 
558
584
  <span class="star" title="Stargazers Count">
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>1280</span>
588
+ <span>115</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>98</span>
595
+ <span>12</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>198 stars today</span>
601
+ <span>58 stars today</span>
576
602
  </span>
577
603
  </div>
578
604
  <div class="details">
@@ -585,32 +611,28 @@
585
611
  <div class="info">
586
612
  <div class="rank">
587
613
  <span title="Ranking 13">13</span>
588
- <a href="https://github.com/Bonfee/CVE-2022-25636" target="_blank" title="Bonfee/CVE-2022-25636">Bonfee/CVE-2022-25636</a>
614
+ <a href="https://github.com/PKUFlyingPig/cs-self-learning" target="_blank" title="PKUFlyingPig/cs-self-learning">PKUFlyingPig/cs-self-learning</a>
589
615
  </div>
590
616
  <div class="sub-title followers">
591
617
 
592
- <a class="language" target="_blank" href="https://github.com/topics/c" title="Programming Language C">
593
- <span style="background-color: #555555;"></span>C
594
- </a>
595
-
596
618
  <span class="star" title="Stargazers Count">
597
619
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
598
620
  <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
599
621
  </svg>
600
- <span>276</span>
622
+ <span>3998</span>
601
623
  </span>
602
624
  <span class="star" title="Repo Forked">
603
625
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
604
626
  <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
627
  </path>
606
628
  </svg>
607
- <span>57</span>
629
+ <span>617</span>
608
630
  </span>
609
631
  <span class="star">
610
632
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
611
633
  <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
634
  </svg>
613
- <span>28 stars today</span>
635
+ <span>155 stars today</span>
614
636
  </span>
615
637
  </div>
616
638
  <div class="details">
@@ -623,32 +645,28 @@
623
645
  <div class="info">
624
646
  <div class="rank">
625
647
  <span title="Ranking 14">14</span>
626
- <a href="https://github.com/diphosphane/CodeCraft2022-benchmark" target="_blank" title="diphosphane/CodeCraft2022-benchmark">diphosphane/CodeCraft2022-benchmark</a>
648
+ <a href="https://github.com/dair-ai/ML-Course-Notes" target="_blank" title="dair-ai/ML-Course-Notes">dair-ai/ML-Course-Notes</a>
627
649
  </div>
628
650
  <div class="sub-title followers">
629
651
 
630
- <a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
631
- <span style="background-color: #3572A5;"></span>Python
632
- </a>
633
-
634
652
  <span class="star" title="Stargazers Count">
635
653
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
636
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>
637
655
  </svg>
638
- <span>69</span>
656
+ <span>335</span>
639
657
  </span>
640
658
  <span class="star" title="Repo Forked">
641
659
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
642
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">
643
661
  </path>
644
662
  </svg>
645
- <span>15</span>
663
+ <span>18</span>
646
664
  </span>
647
665
  <span class="star">
648
666
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
649
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>
650
668
  </svg>
651
- <span>19 stars today</span>
669
+ <span>90 stars today</span>
652
670
  </span>
653
671
  </div>
654
672
  <div class="details">
@@ -661,32 +679,32 @@
661
679
  <div class="info">
662
680
  <div class="rank">
663
681
  <span title="Ranking 15">15</span>
664
- <a href="https://github.com/ErickWendel/semana-javascript-expert06" target="_blank" title="ErickWendel/semana-javascript-expert06">ErickWendel/semana-javascript-expert06</a>
682
+ <a href="https://github.com/remix-run/blues-stack" target="_blank" title="remix-run/blues-stack">remix-run/blues-stack</a>
665
683
  </div>
666
684
  <div class="sub-title followers">
667
685
 
668
- <a class="language" target="_blank" href="https://github.com/topics/javascript" title="Programming Language JavaScript">
669
- <span style="background-color: #f1e05a;"></span>JavaScript
686
+ <a class="language" target="_blank" href="https://github.com/topics/typescript" title="Programming Language TypeScript">
687
+ <span style="background-color: #2b7489;"></span>TypeScript
670
688
  </a>
671
689
 
672
690
  <span class="star" title="Stargazers Count">
673
691
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
674
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>
675
693
  </svg>
676
- <span>1030</span>
694
+ <span>205</span>
677
695
  </span>
678
696
  <span class="star" title="Repo Forked">
679
697
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
680
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">
681
699
  </path>
682
700
  </svg>
683
- <span>125</span>
701
+ <span>16</span>
684
702
  </span>
685
703
  <span class="star">
686
704
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
687
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>
688
706
  </svg>
689
- <span>128 stars today</span>
707
+ <span>73 stars today</span>
690
708
  </span>
691
709
  </div>
692
710
  <div class="details">
@@ -699,32 +717,32 @@
699
717
  <div class="info">
700
718
  <div class="rank">
701
719
  <span title="Ranking 16">16</span>
702
- <a href="https://github.com/ReactiveX/RxSwift" target="_blank" title="ReactiveX/RxSwift">ReactiveX/RxSwift</a>
720
+ <a href="https://github.com/openmlsys/openmlsys-zh" target="_blank" title="openmlsys/openmlsys-zh">openmlsys/openmlsys-zh</a>
703
721
  </div>
704
722
  <div class="sub-title followers">
705
723
 
706
- <a class="language" target="_blank" href="https://github.com/topics/swift" title="Programming Language Swift">
707
- <span style="background-color: #F05138;"></span>Swift
724
+ <a class="language" target="_blank" href="https://github.com/topics/tex" title="Programming Language TeX">
725
+ <span style="background-color: #3D6117;"></span>TeX
708
726
  </a>
709
727
 
710
728
  <span class="star" title="Stargazers Count">
711
729
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
712
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>
713
731
  </svg>
714
- <span>21883</span>
732
+ <span>500</span>
715
733
  </span>
716
734
  <span class="star" title="Repo Forked">
717
735
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
718
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">
719
737
  </path>
720
738
  </svg>
721
- <span>3906</span>
739
+ <span>86</span>
722
740
  </span>
723
741
  <span class="star">
724
742
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
725
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>
726
744
  </svg>
727
- <span>107 stars today</span>
745
+ <span>113 stars today</span>
728
746
  </span>
729
747
  </div>
730
748
  <div class="details">
@@ -737,32 +755,32 @@
737
755
  <div class="info">
738
756
  <div class="rank">
739
757
  <span title="Ranking 17">17</span>
740
- <a href="https://github.com/golang/go" target="_blank" title="golang/go">golang/go</a>
758
+ <a href="https://github.com/Unknow101/FuckThatPacker" target="_blank" title="Unknow101/FuckThatPacker">Unknow101/FuckThatPacker</a>
741
759
  </div>
742
760
  <div class="sub-title followers">
743
761
 
744
- <a class="language" target="_blank" href="https://github.com/topics/go" title="Programming Language Go">
745
- <span style="background-color: #00ADD8;"></span>Go
762
+ <a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
763
+ <span style="background-color: #3572A5;"></span>Python
746
764
  </a>
747
765
 
748
766
  <span class="star" title="Stargazers Count">
749
767
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
750
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>
751
769
  </svg>
752
- <span>96735</span>
770
+ <span>345</span>
753
771
  </span>
754
772
  <span class="star" title="Repo Forked">
755
773
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
756
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">
757
775
  </path>
758
776
  </svg>
759
- <span>14446</span>
777
+ <span>50</span>
760
778
  </span>
761
779
  <span class="star">
762
780
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
763
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>
764
782
  </svg>
765
- <span>106 stars today</span>
783
+ <span>67 stars today</span>
766
784
  </span>
767
785
  </div>
768
786
  <div class="details">
@@ -775,32 +793,28 @@
775
793
  <div class="info">
776
794
  <div class="rank">
777
795
  <span title="Ranking 18">18</span>
778
- <a href="https://github.com/oskardudycz/EventSourcing.NetCore" target="_blank" title="oskardudycz/EventSourcing.NetCore">oskardudycz/EventSourcing.NetCore</a>
796
+ <a href="https://github.com/Alvin9999/new-pac" target="_blank" title="Alvin9999/new-pac">Alvin9999/new-pac</a>
779
797
  </div>
780
798
  <div class="sub-title followers">
781
799
 
782
- <a class="language" target="_blank" href="https://github.com/topics/c#" title="Programming Language C#">
783
- <span style="background-color: #178600;"></span>C#
784
- </a>
785
-
786
800
  <span class="star" title="Stargazers Count">
787
801
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
788
802
  <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
789
803
  </svg>
790
- <span>1743</span>
804
+ <span>33198</span>
791
805
  </span>
792
806
  <span class="star" title="Repo Forked">
793
807
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
794
808
  <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">
795
809
  </path>
796
810
  </svg>
797
- <span>283</span>
811
+ <span>6933</span>
798
812
  </span>
799
813
  <span class="star">
800
814
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
801
815
  <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>
802
816
  </svg>
803
- <span>86 stars today</span>
817
+ <span>49 stars today</span>
804
818
  </span>
805
819
  </div>
806
820
  <div class="details">
@@ -813,32 +827,32 @@
813
827
  <div class="info">
814
828
  <div class="rank">
815
829
  <span title="Ranking 19">19</span>
816
- <a href="https://github.com/TeamNewPipe/NewPipe" target="_blank" title="TeamNewPipe/NewPipe">TeamNewPipe/NewPipe</a>
830
+ <a href="https://github.com/pedroslopez/whatsapp-web.js" target="_blank" title="pedroslopez/whatsapp-web.js">pedroslopez/whatsapp-web.js</a>
817
831
  </div>
818
832
  <div class="sub-title followers">
819
833
 
820
- <a class="language" target="_blank" href="https://github.com/topics/java" title="Programming Language Java">
821
- <span style="background-color: #b07219;"></span>Java
834
+ <a class="language" target="_blank" href="https://github.com/topics/javascript" title="Programming Language JavaScript">
835
+ <span style="background-color: #f1e05a;"></span>JavaScript
822
836
  </a>
823
837
 
824
838
  <span class="star" title="Stargazers Count">
825
839
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
826
840
  <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
827
841
  </svg>
828
- <span>18020</span>
842
+ <span>5338</span>
829
843
  </span>
830
844
  <span class="star" title="Repo Forked">
831
845
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
832
846
  <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">
833
847
  </path>
834
848
  </svg>
835
- <span>2194</span>
849
+ <span>1276</span>
836
850
  </span>
837
851
  <span class="star">
838
852
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
839
853
  <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>
840
854
  </svg>
841
- <span>107 stars today</span>
855
+ <span>64 stars today</span>
842
856
  </span>
843
857
  </div>
844
858
  <div class="details">
@@ -851,32 +865,32 @@
851
865
  <div class="info">
852
866
  <div class="rank">
853
867
  <span title="Ranking 20">20</span>
854
- <a href="https://github.com/chen310/NeteaseCloudMusicTasks" target="_blank" title="chen310/NeteaseCloudMusicTasks">chen310/NeteaseCloudMusicTasks</a>
868
+ <a href="https://github.com/ppy/osu" target="_blank" title="ppy/osu">ppy/osu</a>
855
869
  </div>
856
870
  <div class="sub-title followers">
857
871
 
858
- <a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
859
- <span style="background-color: #3572A5;"></span>Python
872
+ <a class="language" target="_blank" href="https://github.com/topics/c#" title="Programming Language C#">
873
+ <span style="background-color: #178600;"></span>C#
860
874
  </a>
861
875
 
862
876
  <span class="star" title="Stargazers Count">
863
877
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
864
878
  <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
865
879
  </svg>
866
- <span>822</span>
880
+ <span>9221</span>
867
881
  </span>
868
882
  <span class="star" title="Repo Forked">
869
883
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
870
884
  <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">
871
885
  </path>
872
886
  </svg>
873
- <span>1966</span>
887
+ <span>1531</span>
874
888
  </span>
875
889
  <span class="star">
876
890
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
877
891
  <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>
878
892
  </svg>
879
- <span>42 stars today</span>
893
+ <span>62 stars today</span>
880
894
  </span>
881
895
  </div>
882
896
  <div class="details">
@@ -889,28 +903,32 @@
889
903
  <div class="info">
890
904
  <div class="rank">
891
905
  <span title="Ranking 21">21</span>
892
- <a href="https://github.com/bradtraversy/design-resources-for-developers" target="_blank" title="bradtraversy/design-resources-for-developers">bradtraversy/design-resources-for-developers</a>
906
+ <a href="https://github.com/2dust/v2rayN" target="_blank" title="2dust/v2rayN">2dust/v2rayN</a>
893
907
  </div>
894
908
  <div class="sub-title followers">
895
909
 
910
+ <a class="language" target="_blank" href="https://github.com/topics/c#" title="Programming Language C#">
911
+ <span style="background-color: #178600;"></span>C#
912
+ </a>
913
+
896
914
  <span class="star" title="Stargazers Count">
897
915
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
898
916
  <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
899
917
  </svg>
900
- <span>37343</span>
918
+ <span>26802</span>
901
919
  </span>
902
920
  <span class="star" title="Repo Forked">
903
921
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
904
922
  <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
923
  </path>
906
924
  </svg>
907
- <span>8436</span>
925
+ <span>5640</span>
908
926
  </span>
909
927
  <span class="star">
910
928
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
911
929
  <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
930
  </svg>
913
- <span>144 stars today</span>
931
+ <span>57 stars today</span>
914
932
  </span>
915
933
  </div>
916
934
  <div class="details">
@@ -923,7 +941,7 @@
923
941
  <div class="info">
924
942
  <div class="rank">
925
943
  <span title="Ranking 22">22</span>
926
- <a href="https://github.com/ploomber/ploomber" target="_blank" title="ploomber/ploomber">ploomber/ploomber</a>
944
+ <a href="https://github.com/theOehrly/Fast-F1" target="_blank" title="theOehrly/Fast-F1">theOehrly/Fast-F1</a>
927
945
  </div>
928
946
  <div class="sub-title followers">
929
947
 
@@ -935,20 +953,20 @@
935
953
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
936
954
  <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>
937
955
  </svg>
938
- <span>1870</span>
956
+ <span>608</span>
939
957
  </span>
940
958
  <span class="star" title="Repo Forked">
941
959
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
942
960
  <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">
943
961
  </path>
944
962
  </svg>
945
- <span>118</span>
963
+ <span>49</span>
946
964
  </span>
947
965
  <span class="star">
948
966
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
949
967
  <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>
950
968
  </svg>
951
- <span>55 stars today</span>
969
+ <span>18 stars today</span>
952
970
  </span>
953
971
  </div>
954
972
  <div class="details">
@@ -961,28 +979,32 @@
961
979
  <div class="info">
962
980
  <div class="rank">
963
981
  <span title="Ranking 23">23</span>
964
- <a href="https://github.com/heidihoward/distributed-consensus-reading-list" target="_blank" title="heidihoward/distributed-consensus-reading-list">heidihoward/distributed-consensus-reading-list</a>
982
+ <a href="https://github.com/nocodb/nocodb" target="_blank" title="nocodb/nocodb">nocodb/nocodb</a>
965
983
  </div>
966
984
  <div class="sub-title followers">
967
985
 
986
+ <a class="language" target="_blank" href="https://github.com/topics/vue" title="Programming Language Vue">
987
+ <span style="background-color: #41b883;"></span>Vue
988
+ </a>
989
+
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>1225</span>
994
+ <span>22853</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>111</span>
1001
+ <span>1388</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>56 stars today</span>
1007
+ <span>42 stars today</span>
986
1008
  </span>
987
1009
  </div>
988
1010
  <div class="details">
@@ -995,7 +1017,7 @@
995
1017
  <div class="info">
996
1018
  <div class="rank">
997
1019
  <span title="Ranking 24">24</span>
998
- <a href="https://github.com/yangxy/GPEN" target="_blank" title="yangxy/GPEN">yangxy/GPEN</a>
1020
+ <a href="https://github.com/datawhalechina/easy-rl" target="_blank" title="datawhalechina/easy-rl">datawhalechina/easy-rl</a>
999
1021
  </div>
1000
1022
  <div class="sub-title followers">
1001
1023
 
@@ -1007,20 +1029,20 @@
1007
1029
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
1008
1030
  <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
1031
  </svg>
1010
- <span>1158</span>
1032
+ <span>3685</span>
1011
1033
  </span>
1012
1034
  <span class="star" title="Repo Forked">
1013
1035
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
1014
1036
  <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
1037
  </path>
1016
1038
  </svg>
1017
- <span>221</span>
1039
+ <span>974</span>
1018
1040
  </span>
1019
1041
  <span class="star">
1020
1042
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
1021
1043
  <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
1044
  </svg>
1023
- <span>38 stars today</span>
1045
+ <span>44 stars today</span>
1024
1046
  </span>
1025
1047
  </div>
1026
1048
  <div class="details">
@@ -1033,32 +1055,32 @@
1033
1055
  <div class="info">
1034
1056
  <div class="rank">
1035
1057
  <span title="Ranking 25">25</span>
1036
- <a href="https://github.com/bill88t/ljinux" target="_blank" title="bill88t/ljinux">bill88t/ljinux</a>
1058
+ <a href="https://github.com/Budibase/budibase" target="_blank" title="Budibase/budibase">Budibase/budibase</a>
1037
1059
  </div>
1038
1060
  <div class="sub-title followers">
1039
1061
 
1040
- <a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
1041
- <span style="background-color: #3572A5;"></span>Python
1062
+ <a class="language" target="_blank" href="https://github.com/topics/javascript" title="Programming Language JavaScript">
1063
+ <span style="background-color: #f1e05a;"></span>JavaScript
1042
1064
  </a>
1043
1065
 
1044
1066
  <span class="star" title="Stargazers Count">
1045
1067
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
1046
1068
  <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
1069
  </svg>
1048
- <span>125</span>
1070
+ <span>11132</span>
1049
1071
  </span>
1050
1072
  <span class="star" title="Repo Forked">
1051
1073
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
1052
1074
  <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
1075
  </path>
1054
1076
  </svg>
1055
- <span>6</span>
1077
+ <span>580</span>
1056
1078
  </span>
1057
1079
  <span class="star">
1058
1080
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
1059
1081
  <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
1082
  </svg>
1061
- <span>22 stars today</span>
1083
+ <span>60 stars today</span>
1062
1084
  </span>
1063
1085
  </div>
1064
1086
  <div class="details">
@@ -1083,7 +1105,7 @@
1083
1105
  <img src="https://img.shields.io/npm/v/@wcj/github-rank.svg?label=unpkg">
1084
1106
  </a>
1085
1107
  </div>
1086
- <div class="time">Last cache created on 2022/3/18 by Github API v3.</div>
1108
+ <div class="time">Last cache created on 2022/3/21 by Github API v3.</div>
1087
1109
  Create by <a href="https://github.com/jaywcjlove" target="_blank">小弟调调™</a>.
1088
1110
  </div>
1089
1111
  </body>