@wcj/github-rank 22.3.16 → 22.3.19

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (38) hide show
  1. package/dist/repos.json +31865 -31847
  2. package/dist/sifou-daily.json +51 -123
  3. package/dist/sifou-monthly.json +72 -72
  4. package/dist/sifou-weekly.json +157 -157
  5. package/dist/toutiao-30.json +65 -65
  6. package/dist/toutiao-7.json +119 -119
  7. package/dist/toutiao-90.json +57 -57
  8. package/dist/trending-daily.json +171 -171
  9. package/dist/trending-monthly.json +160 -160
  10. package/dist/trending-weekly.json +168 -168
  11. package/dist/users.china.json +3080 -3095
  12. package/dist/users.json +3538 -3538
  13. package/package.json +1 -1
  14. package/web/36kr.html +35 -13
  15. package/web/data/repos.json +31865 -31847
  16. package/web/data/sifou-daily.json +51 -123
  17. package/web/data/sifou-monthly.json +72 -72
  18. package/web/data/sifou-weekly.json +157 -157
  19. package/web/data/toutiao-30.json +65 -65
  20. package/web/data/toutiao-7.json +119 -119
  21. package/web/data/toutiao-90.json +57 -57
  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 +168 -168
  25. package/web/data/users.china.json +3080 -3095
  26. package/web/data/users.json +3538 -3538
  27. package/web/index.html +1838 -1816
  28. package/web/repos.html +4034 -4008
  29. package/web/sifou-daily.html +77 -279
  30. package/web/sifou-monthly.html +138 -116
  31. package/web/sifou-weekly.html +169 -147
  32. package/web/toutiao-30.html +102 -80
  33. package/web/toutiao-7.html +114 -92
  34. package/web/toutiao-90.html +100 -78
  35. package/web/trending-monthly.html +180 -154
  36. package/web/trending-weekly.html +187 -157
  37. package/web/trending.html +189 -159
  38. package/web/users.china.html +1864 -1842
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-thme-text); margin: 4px 0 0 0; }
55
77
  .list li div.avatar { padding-right: 10px; }
56
78
 
57
79
  .list li a.language,
58
- .list li span.star { height: 18px; background: #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-thme-text); font-weight: bold; border-bottom: 1px dotted var(--color-border);}
63
85
 
64
86
 
65
- .list li div.followers { font-size: 12px; color: #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/16 by
127
+ <div class="time">Last cache created on 2022/3/19 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/YTVanced/VancedManager" target="_blank" title="YTVanced/VancedManager">YTVanced/VancedManager</a>
158
+ <a href="https://github.com/lapce/lapce" target="_blank" title="lapce/lapce">lapce/lapce</a>
137
159
  </div>
138
160
  <div class="sub-title followers">
139
161
 
140
- <a class="language" target="_blank" href="https://github.com/topics/kotlin" title="Programming Language Kotlin">
141
- <span style="background-color: #A97BFF;"></span>Kotlin
162
+ <a class="language" target="_blank" href="https://github.com/topics/rust" title="Programming Language Rust">
163
+ <span style="background-color: #dea584;"></span>Rust
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>6773</span>
170
+ <span>7375</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>975</span>
177
+ <span>172</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>126 stars today</span>
183
+ <span>591 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/YTVanced/VancedStore" target="_blank" title="YTVanced/VancedStore">YTVanced/VancedStore</a>
196
+ <a href="https://github.com/CodeEditApp/CodeEdit" target="_blank" title="CodeEditApp/CodeEdit">CodeEditApp/CodeEdit</a>
175
197
  </div>
176
198
  <div class="sub-title followers">
177
199
 
178
- <a class="language" target="_blank" href="https://github.com/topics/kotlin" title="Programming Language Kotlin">
179
- <span style="background-color: #A97BFF;"></span>Kotlin
200
+ <a class="language" target="_blank" href="https://github.com/topics/swift" title="Programming Language Swift">
201
+ <span style="background-color: #F05138;"></span>Swift
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>198</span>
208
+ <span>1426</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>142</span>
215
+ <span>54</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>47 stars today</span>
221
+ <span>665 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/peng-zhihui/ElectronBot" target="_blank" title="peng-zhihui/ElectronBot">peng-zhihui/ElectronBot</a>
234
+ <a href="https://github.com/mrd0x/BITB" target="_blank" title="mrd0x/BITB">mrd0x/BITB</a>
213
235
  </div>
214
236
  <div class="sub-title followers">
215
237
 
216
- <a class="language" target="_blank" href="https://github.com/topics/c" title="Programming Language C">
217
- <span style="background-color: #555555;"></span>C
238
+ <a class="language" target="_blank" href="https://github.com/topics/javascript" title="Programming Language JavaScript">
239
+ <span style="background-color: #f1e05a;"></span>JavaScript
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>2403</span>
246
+ <span>487</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>614</span>
253
+ <span>70</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>445 stars today</span>
259
+ <span>101 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/TeamNewPipe/NewPipe" target="_blank" title="TeamNewPipe/NewPipe">TeamNewPipe/NewPipe</a>
272
+ <a href="https://github.com/Frontesque/VueTube" target="_blank" title="Frontesque/VueTube">Frontesque/VueTube</a>
251
273
  </div>
252
274
  <div class="sub-title followers">
253
275
 
254
- <a class="language" target="_blank" href="https://github.com/topics/java" title="Programming Language Java">
255
- <span style="background-color: #b07219;"></span>Java
276
+ <a class="language" target="_blank" href="https://github.com/topics/vue" title="Programming Language Vue">
277
+ <span style="background-color: #41b883;"></span>Vue
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>17784</span>
284
+ <span>1055</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>2168</span>
291
+ <span>49</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>162 stars today</span>
297
+ <span>186 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/cuixiaorui/mini-vue" target="_blank" title="cuixiaorui/mini-vue">cuixiaorui/mini-vue</a>
310
+ <a href="https://github.com/PowerShell/PowerShell" target="_blank" title="PowerShell/PowerShell">PowerShell/PowerShell</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/c#" title="Programming Language C#">
315
+ <span style="background-color: #178600;"></span>C#
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>4875</span>
322
+ <span>32369</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>923</span>
329
+ <span>5335</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>145 stars today</span>
335
+ <span>90 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/polarismesh/femas" target="_blank" title="polarismesh/femas">polarismesh/femas</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/java" title="Programming Language Java">
353
+ <span style="background-color: #b07219;"></span>Java
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>119909</span>
360
+ <span>236</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>20865</span>
367
+ <span>58</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>179 stars today</span>
373
+ <span>39 stars today</span>
352
374
  </span>
353
375
  </div>
354
376
  <div class="details">
@@ -361,32 +383,32 @@
361
383
  <div class="info">
362
384
  <div class="rank">
363
385
  <span title="Ranking 7">7</span>
364
- <a href="https://github.com/winfsp/hubfs" target="_blank" title="winfsp/hubfs">winfsp/hubfs</a>
386
+ <a href="https://github.com/RIAEvangelist/node-ipc" target="_blank" title="RIAEvangelist/node-ipc">RIAEvangelist/node-ipc</a>
365
387
  </div>
366
388
  <div class="sub-title followers">
367
389
 
368
- <a class="language" target="_blank" href="https://github.com/topics/go" title="Programming Language Go">
369
- <span style="background-color: #00ADD8;"></span>Go
390
+ <a class="language" target="_blank" href="https://github.com/topics/javascript" title="Programming Language JavaScript">
391
+ <span style="background-color: #f1e05a;"></span>JavaScript
370
392
  </a>
371
393
 
372
394
  <span class="star" title="Stargazers Count">
373
395
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
374
396
  <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
375
397
  </svg>
376
- <span>977</span>
398
+ <span>1133</span>
377
399
  </span>
378
400
  <span class="star" title="Repo Forked">
379
401
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
380
402
  <path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
381
403
  </path>
382
404
  </svg>
383
- <span>23</span>
405
+ <span>226</span>
384
406
  </span>
385
407
  <span class="star">
386
408
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
387
409
  <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
388
410
  </svg>
389
- <span>197 stars today</span>
411
+ <span>73 stars today</span>
390
412
  </span>
391
413
  </div>
392
414
  <div class="details">
@@ -399,32 +421,32 @@
399
421
  <div class="info">
400
422
  <div class="rank">
401
423
  <span title="Ranking 8">8</span>
402
- <a href="https://github.com/flipperdevices/flipperzero-firmware" target="_blank" title="flipperdevices/flipperzero-firmware">flipperdevices/flipperzero-firmware</a>
424
+ <a href="https://github.com/psf/black" target="_blank" title="psf/black">psf/black</a>
403
425
  </div>
404
426
  <div class="sub-title followers">
405
427
 
406
- <a class="language" target="_blank" href="https://github.com/topics/c" title="Programming Language C">
407
- <span style="background-color: #555555;"></span>C
428
+ <a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
429
+ <span style="background-color: #3572A5;"></span>Python
408
430
  </a>
409
431
 
410
432
  <span class="star" title="Stargazers Count">
411
433
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
412
434
  <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
413
435
  </svg>
414
- <span>1196</span>
436
+ <span>26412</span>
415
437
  </span>
416
438
  <span class="star" title="Repo Forked">
417
439
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
418
440
  <path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
419
441
  </path>
420
442
  </svg>
421
- <span>144</span>
443
+ <span>1661</span>
422
444
  </span>
423
445
  <span class="star">
424
446
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
425
447
  <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
426
448
  </svg>
427
- <span>36 stars today</span>
449
+ <span>118 stars today</span>
428
450
  </span>
429
451
  </div>
430
452
  <div class="details">
@@ -437,32 +459,32 @@
437
459
  <div class="info">
438
460
  <div class="rank">
439
461
  <span title="Ranking 9">9</span>
440
- <a href="https://github.com/hwdsl2/setup-ipsec-vpn" target="_blank" title="hwdsl2/setup-ipsec-vpn">hwdsl2/setup-ipsec-vpn</a>
462
+ <a href="https://github.com/blawar/ooot" target="_blank" title="blawar/ooot">blawar/ooot</a>
441
463
  </div>
442
464
  <div class="sub-title followers">
443
465
 
444
- <a class="language" target="_blank" href="https://github.com/topics/shell" title="Programming Language Shell">
445
- <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: #f34b7d;"></span>C++
446
468
  </a>
447
469
 
448
470
  <span class="star" title="Stargazers Count">
449
471
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
450
472
  <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
451
473
  </svg>
452
- <span>18045</span>
474
+ <span>349</span>
453
475
  </span>
454
476
  <span class="star" title="Repo Forked">
455
477
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
456
478
  <path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
457
479
  </path>
458
480
  </svg>
459
- <span>4953</span>
481
+ <span>56</span>
460
482
  </span>
461
483
  <span class="star">
462
484
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
463
485
  <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
464
486
  </svg>
465
- <span>80 stars today</span>
487
+ <span>33 stars today</span>
466
488
  </span>
467
489
  </div>
468
490
  <div class="details">
@@ -475,7 +497,7 @@
475
497
  <div class="info">
476
498
  <div class="rank">
477
499
  <span title="Ranking 10">10</span>
478
- <a href="https://github.com/YTVanced/Vanced" target="_blank" title="YTVanced/Vanced">YTVanced/Vanced</a>
500
+ <a href="https://github.com/jackfrued/Python-100-Days" target="_blank" title="jackfrued/Python-100-Days">jackfrued/Python-100-Days</a>
479
501
  </div>
480
502
  <div class="sub-title followers">
481
503
 
@@ -487,20 +509,20 @@
487
509
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
488
510
  <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
489
511
  </svg>
490
- <span>1059</span>
512
+ <span>116006</span>
491
513
  </span>
492
514
  <span class="star" title="Repo Forked">
493
515
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
494
516
  <path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
495
517
  </path>
496
518
  </svg>
497
- <span>408</span>
519
+ <span>44868</span>
498
520
  </span>
499
521
  <span class="star">
500
522
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
501
523
  <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
502
524
  </svg>
503
- <span>45 stars today</span>
525
+ <span>67 stars today</span>
504
526
  </span>
505
527
  </div>
506
528
  <div class="details">
@@ -513,32 +535,32 @@
513
535
  <div class="info">
514
536
  <div class="rank">
515
537
  <span title="Ranking 11">11</span>
516
- <a href="https://github.com/scottbez1/smartknob" target="_blank" title="scottbez1/smartknob">scottbez1/smartknob</a>
538
+ <a href="https://github.com/ReactiveX/RxSwift" target="_blank" title="ReactiveX/RxSwift">ReactiveX/RxSwift</a>
517
539
  </div>
518
540
  <div class="sub-title followers">
519
541
 
520
- <a class="language" target="_blank" href="https://github.com/topics/c++" title="Programming Language C++">
521
- <span style="background-color: #f34b7d;"></span>C++
542
+ <a class="language" target="_blank" href="https://github.com/topics/swift" title="Programming Language Swift">
543
+ <span style="background-color: #F05138;"></span>Swift
522
544
  </a>
523
545
 
524
546
  <span class="star" title="Stargazers Count">
525
547
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
526
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>
527
549
  </svg>
528
- <span>1174</span>
550
+ <span>21958</span>
529
551
  </span>
530
552
  <span class="star" title="Repo Forked">
531
553
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
532
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">
533
555
  </path>
534
556
  </svg>
535
- <span>36</span>
557
+ <span>3907</span>
536
558
  </span>
537
559
  <span class="star">
538
560
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
539
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>
540
562
  </svg>
541
- <span>327 stars today</span>
563
+ <span>121 stars today</span>
542
564
  </span>
543
565
  </div>
544
566
  <div class="details">
@@ -551,32 +573,32 @@
551
573
  <div class="info">
552
574
  <div class="rank">
553
575
  <span title="Ranking 12">12</span>
554
- <a href="https://github.com/DulLabs/bhai-lang" target="_blank" title="DulLabs/bhai-lang">DulLabs/bhai-lang</a>
576
+ <a href="https://github.com/aptos-labs/aptos-core" target="_blank" title="aptos-labs/aptos-core">aptos-labs/aptos-core</a>
555
577
  </div>
556
578
  <div class="sub-title followers">
557
579
 
558
- <a class="language" target="_blank" href="https://github.com/topics/typescript" title="Programming Language TypeScript">
559
- <span style="background-color: #2b7489;"></span>TypeScript
580
+ <a class="language" target="_blank" href="https://github.com/topics/rust" title="Programming Language Rust">
581
+ <span style="background-color: #dea584;"></span>Rust
560
582
  </a>
561
583
 
562
584
  <span class="star" title="Stargazers Count">
563
585
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
564
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>
565
587
  </svg>
566
- <span>1881</span>
588
+ <span>147</span>
567
589
  </span>
568
590
  <span class="star" title="Repo Forked">
569
591
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
570
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">
571
593
  </path>
572
594
  </svg>
573
- <span>202</span>
595
+ <span>40</span>
574
596
  </span>
575
597
  <span class="star">
576
598
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
577
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>
578
600
  </svg>
579
- <span>588 stars today</span>
601
+ <span>32 stars today</span>
580
602
  </span>
581
603
  </div>
582
604
  <div class="details">
@@ -589,32 +611,32 @@
589
611
  <div class="info">
590
612
  <div class="rank">
591
613
  <span title="Ranking 13">13</span>
592
- <a href="https://github.com/six2dez/OneListForAll" target="_blank" title="six2dez/OneListForAll">six2dez/OneListForAll</a>
614
+ <a href="https://github.com/Chia-Network/chia-blockchain" target="_blank" title="Chia-Network/chia-blockchain">Chia-Network/chia-blockchain</a>
593
615
  </div>
594
616
  <div class="sub-title followers">
595
617
 
596
- <a class="language" target="_blank" href="https://github.com/topics/shell" title="Programming Language Shell">
597
- <span style="background-color: #89e051;"></span>Shell
618
+ <a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
619
+ <span style="background-color: #3572A5;"></span>Python
598
620
  </a>
599
621
 
600
622
  <span class="star" title="Stargazers Count">
601
623
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
602
624
  <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
603
625
  </svg>
604
- <span>736</span>
626
+ <span>10566</span>
605
627
  </span>
606
628
  <span class="star" title="Repo Forked">
607
629
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
608
630
  <path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
609
631
  </path>
610
632
  </svg>
611
- <span>150</span>
633
+ <span>1849</span>
612
634
  </span>
613
635
  <span class="star">
614
636
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
615
637
  <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
616
638
  </svg>
617
- <span>39 stars today</span>
639
+ <span>36 stars today</span>
618
640
  </span>
619
641
  </div>
620
642
  <div class="details">
@@ -627,32 +649,28 @@
627
649
  <div class="info">
628
650
  <div class="rank">
629
651
  <span title="Ranking 14">14</span>
630
- <a href="https://github.com/peng-zhihui/Dummy-Robot" target="_blank" title="peng-zhihui/Dummy-Robot">peng-zhihui/Dummy-Robot</a>
652
+ <a href="https://github.com/sindresorhus/awesome" target="_blank" title="sindresorhus/awesome">sindresorhus/awesome</a>
631
653
  </div>
632
654
  <div class="sub-title followers">
633
655
 
634
- <a class="language" target="_blank" href="https://github.com/topics/c" title="Programming Language C">
635
- <span style="background-color: #555555;"></span>C
636
- </a>
637
-
638
656
  <span class="star" title="Stargazers Count">
639
657
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
640
658
  <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>
641
659
  </svg>
642
- <span>6457</span>
660
+ <span>194058</span>
643
661
  </span>
644
662
  <span class="star" title="Repo Forked">
645
663
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
646
664
  <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">
647
665
  </path>
648
666
  </svg>
649
- <span>1253</span>
667
+ <span>23130</span>
650
668
  </span>
651
669
  <span class="star">
652
670
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
653
671
  <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>
654
672
  </svg>
655
- <span>140 stars today</span>
673
+ <span>263 stars today</span>
656
674
  </span>
657
675
  </div>
658
676
  <div class="details">
@@ -665,32 +683,32 @@
665
683
  <div class="info">
666
684
  <div class="rank">
667
685
  <span title="Ranking 15">15</span>
668
- <a href="https://github.com/yuliskov/SmartTubeNext" target="_blank" title="yuliskov/SmartTubeNext">yuliskov/SmartTubeNext</a>
686
+ <a href="https://github.com/nusu/avvvatars" target="_blank" title="nusu/avvvatars">nusu/avvvatars</a>
669
687
  </div>
670
688
  <div class="sub-title followers">
671
689
 
672
- <a class="language" target="_blank" href="https://github.com/topics/java" title="Programming Language Java">
673
- <span style="background-color: #b07219;"></span>Java
690
+ <a class="language" target="_blank" href="https://github.com/topics/typescript" title="Programming Language TypeScript">
691
+ <span style="background-color: #2b7489;"></span>TypeScript
674
692
  </a>
675
693
 
676
694
  <span class="star" title="Stargazers Count">
677
695
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
678
696
  <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
679
697
  </svg>
680
- <span>4993</span>
698
+ <span>651</span>
681
699
  </span>
682
700
  <span class="star" title="Repo Forked">
683
701
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
684
702
  <path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
685
703
  </path>
686
704
  </svg>
687
- <span>397</span>
705
+ <span>19</span>
688
706
  </span>
689
707
  <span class="star">
690
708
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
691
709
  <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
692
710
  </svg>
693
- <span>54 stars today</span>
711
+ <span>125 stars today</span>
694
712
  </span>
695
713
  </div>
696
714
  <div class="details">
@@ -703,32 +721,32 @@
703
721
  <div class="info">
704
722
  <div class="rank">
705
723
  <span title="Ranking 16">16</span>
706
- <a href="https://github.com/Yin-Hongwei/music-website" target="_blank" title="Yin-Hongwei/music-website">Yin-Hongwei/music-website</a>
724
+ <a href="https://github.com/curl/curl" target="_blank" title="curl/curl">curl/curl</a>
707
725
  </div>
708
726
  <div class="sub-title followers">
709
727
 
710
- <a class="language" target="_blank" href="https://github.com/topics/vue" title="Programming Language Vue">
711
- <span style="background-color: #41b883;"></span>Vue
728
+ <a class="language" target="_blank" href="https://github.com/topics/c" title="Programming Language C">
729
+ <span style="background-color: #555555;"></span>C
712
730
  </a>
713
731
 
714
732
  <span class="star" title="Stargazers Count">
715
733
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
716
734
  <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
717
735
  </svg>
718
- <span>2178</span>
736
+ <span>24225</span>
719
737
  </span>
720
738
  <span class="star" title="Repo Forked">
721
739
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
722
740
  <path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
723
741
  </path>
724
742
  </svg>
725
- <span>755</span>
743
+ <span>4956</span>
726
744
  </span>
727
745
  <span class="star">
728
746
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
729
747
  <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
730
748
  </svg>
731
- <span>39 stars today</span>
749
+ <span>154 stars today</span>
732
750
  </span>
733
751
  </div>
734
752
  <div class="details">
@@ -741,28 +759,32 @@
741
759
  <div class="info">
742
760
  <div class="rank">
743
761
  <span title="Ranking 17">17</span>
744
- <a href="https://github.com/Developer-Y/cs-video-courses" target="_blank" title="Developer-Y/cs-video-courses">Developer-Y/cs-video-courses</a>
762
+ <a href="https://github.com/returntocorp/semgrep" target="_blank" title="returntocorp/semgrep">returntocorp/semgrep</a>
745
763
  </div>
746
764
  <div class="sub-title followers">
747
765
 
766
+ <a class="language" target="_blank" href="https://github.com/topics/ocaml" title="Programming Language OCaml">
767
+ <span style="background-color: #3be133;"></span>OCaml
768
+ </a>
769
+
748
770
  <span class="star" title="Stargazers Count">
749
771
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
750
772
  <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
751
773
  </svg>
752
- <span>33321</span>
774
+ <span>6238</span>
753
775
  </span>
754
776
  <span class="star" title="Repo Forked">
755
777
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
756
778
  <path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
757
779
  </path>
758
780
  </svg>
759
- <span>4959</span>
781
+ <span>297</span>
760
782
  </span>
761
783
  <span class="star">
762
784
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
763
785
  <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
764
786
  </svg>
765
- <span>195 stars today</span>
787
+ <span>82 stars today</span>
766
788
  </span>
767
789
  </div>
768
790
  <div class="details">
@@ -775,7 +797,7 @@
775
797
  <div class="info">
776
798
  <div class="rank">
777
799
  <span title="Ranking 18">18</span>
778
- <a href="https://github.com/JuanCrg90/Clean-Code-Notes" target="_blank" title="JuanCrg90/Clean-Code-Notes">JuanCrg90/Clean-Code-Notes</a>
800
+ <a href="https://github.com/Tas9er/ByPassBehinder4J" target="_blank" title="Tas9er/ByPassBehinder4J">Tas9er/ByPassBehinder4J</a>
779
801
  </div>
780
802
  <div class="sub-title followers">
781
803
 
@@ -783,20 +805,20 @@
783
805
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
784
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>
785
807
  </svg>
786
- <span>454</span>
808
+ <span>290</span>
787
809
  </span>
788
810
  <span class="star" title="Repo Forked">
789
811
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
790
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">
791
813
  </path>
792
814
  </svg>
793
- <span>80</span>
815
+ <span>48</span>
794
816
  </span>
795
817
  <span class="star">
796
818
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
797
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>
798
820
  </svg>
799
- <span>65 stars today</span>
821
+ <span>54 stars today</span>
800
822
  </span>
801
823
  </div>
802
824
  <div class="details">
@@ -809,32 +831,32 @@
809
831
  <div class="info">
810
832
  <div class="rank">
811
833
  <span title="Ranking 19">19</span>
812
- <a href="https://github.com/FirmWire/FirmWire" target="_blank" title="FirmWire/FirmWire">FirmWire/FirmWire</a>
834
+ <a href="https://github.com/jasontaylordev/CleanArchitecture" target="_blank" title="jasontaylordev/CleanArchitecture">jasontaylordev/CleanArchitecture</a>
813
835
  </div>
814
836
  <div class="sub-title followers">
815
837
 
816
- <a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
817
- <span style="background-color: #3572A5;"></span>Python
838
+ <a class="language" target="_blank" href="https://github.com/topics/c#" title="Programming Language C#">
839
+ <span style="background-color: #178600;"></span>C#
818
840
  </a>
819
841
 
820
842
  <span class="star" title="Stargazers Count">
821
843
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
822
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>
823
845
  </svg>
824
- <span>350</span>
846
+ <span>8081</span>
825
847
  </span>
826
848
  <span class="star" title="Repo Forked">
827
849
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
828
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">
829
851
  </path>
830
852
  </svg>
831
- <span>26</span>
853
+ <span>1851</span>
832
854
  </span>
833
855
  <span class="star">
834
856
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
835
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>
836
858
  </svg>
837
- <span>46 stars today</span>
859
+ <span>18 stars today</span>
838
860
  </span>
839
861
  </div>
840
862
  <div class="details">
@@ -847,28 +869,32 @@
847
869
  <div class="info">
848
870
  <div class="rank">
849
871
  <span title="Ranking 20">20</span>
850
- <a href="https://github.com/GorvGoyl/Clone-Wars" target="_blank" title="GorvGoyl/Clone-Wars">GorvGoyl/Clone-Wars</a>
872
+ <a href="https://github.com/nkallen/plasticity" target="_blank" title="nkallen/plasticity">nkallen/plasticity</a>
851
873
  </div>
852
874
  <div class="sub-title followers">
853
875
 
876
+ <a class="language" target="_blank" href="https://github.com/topics/typescript" title="Programming Language TypeScript">
877
+ <span style="background-color: #2b7489;"></span>TypeScript
878
+ </a>
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>14788</span>
884
+ <span>1418</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>1223</span>
891
+ <span>93</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>349 stars today</span>
897
+ <span>193 stars today</span>
872
898
  </span>
873
899
  </div>
874
900
  <div class="details">
@@ -881,28 +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/ruanyf/weekly" target="_blank" title="ruanyf/weekly">ruanyf/weekly</a>
910
+ <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>
885
911
  </div>
886
912
  <div class="sub-title followers">
887
913
 
914
+ <a class="language" target="_blank" href="https://github.com/topics/html" title="Programming Language HTML">
915
+ <span style="background-color: #e34c26;"></span>HTML
916
+ </a>
917
+
888
918
  <span class="star" title="Stargazers Count">
889
919
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
890
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>
891
921
  </svg>
892
- <span>21598</span>
922
+ <span>59</span>
893
923
  </span>
894
924
  <span class="star" title="Repo Forked">
895
925
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
896
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">
897
927
  </path>
898
928
  </svg>
899
- <span>1698</span>
929
+ <span>24</span>
900
930
  </span>
901
931
  <span class="star">
902
932
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
903
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>
904
934
  </svg>
905
- <span>37 stars today</span>
935
+ <span>36 stars today</span>
906
936
  </span>
907
937
  </div>
908
938
  <div class="details">
@@ -915,32 +945,32 @@
915
945
  <div class="info">
916
946
  <div class="rank">
917
947
  <span title="Ranking 22">22</span>
918
- <a href="https://github.com/AppFlowy-IO/AppFlowy" target="_blank" title="AppFlowy-IO/AppFlowy">AppFlowy-IO/AppFlowy</a>
948
+ <a href="https://github.com/kamranahmedse/developer-roadmap" target="_blank" title="kamranahmedse/developer-roadmap">kamranahmedse/developer-roadmap</a>
919
949
  </div>
920
950
  <div class="sub-title followers">
921
951
 
922
- <a class="language" target="_blank" href="https://github.com/topics/rust" title="Programming Language Rust">
923
- <span style="background-color: #dea584;"></span>Rust
952
+ <a class="language" target="_blank" href="https://github.com/topics/typescript" title="Programming Language TypeScript">
953
+ <span style="background-color: #2b7489;"></span>TypeScript
924
954
  </a>
925
955
 
926
956
  <span class="star" title="Stargazers Count">
927
957
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
928
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>
929
959
  </svg>
930
- <span>19120</span>
960
+ <span>189145</span>
931
961
  </span>
932
962
  <span class="star" title="Repo Forked">
933
963
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
934
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">
935
965
  </path>
936
966
  </svg>
937
- <span>951</span>
967
+ <span>27241</span>
938
968
  </span>
939
969
  <span class="star">
940
970
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
941
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>
942
972
  </svg>
943
- <span>70 stars today</span>
973
+ <span>137 stars today</span>
944
974
  </span>
945
975
  </div>
946
976
  <div class="details">
@@ -953,32 +983,32 @@
953
983
  <div class="info">
954
984
  <div class="rank">
955
985
  <span title="Ranking 23">23</span>
956
- <a href="https://github.com/3b1b/manim" target="_blank" title="3b1b/manim">3b1b/manim</a>
986
+ <a href="https://github.com/JasonStein/Notepads" target="_blank" title="JasonStein/Notepads">JasonStein/Notepads</a>
957
987
  </div>
958
988
  <div class="sub-title followers">
959
989
 
960
- <a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
961
- <span style="background-color: #3572A5;"></span>Python
990
+ <a class="language" target="_blank" href="https://github.com/topics/c#" title="Programming Language C#">
991
+ <span style="background-color: #178600;"></span>C#
962
992
  </a>
963
993
 
964
994
  <span class="star" title="Stargazers Count">
965
995
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
966
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>
967
997
  </svg>
968
- <span>43096</span>
998
+ <span>6061</span>
969
999
  </span>
970
1000
  <span class="star" title="Repo Forked">
971
1001
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
972
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">
973
1003
  </path>
974
1004
  </svg>
975
- <span>4752</span>
1005
+ <span>345</span>
976
1006
  </span>
977
1007
  <span class="star">
978
1008
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
979
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>
980
1010
  </svg>
981
- <span>110 stars today</span>
1011
+ <span>138 stars today</span>
982
1012
  </span>
983
1013
  </div>
984
1014
  <div class="details">
@@ -991,32 +1021,32 @@
991
1021
  <div class="info">
992
1022
  <div class="rank">
993
1023
  <span title="Ranking 24">24</span>
994
- <a href="https://github.com/Azure/azure-sdk-for-java" target="_blank" title="Azure/azure-sdk-for-java">Azure/azure-sdk-for-java</a>
1024
+ <a href="https://github.com/oskardudycz/EventSourcing.NetCore" target="_blank" title="oskardudycz/EventSourcing.NetCore">oskardudycz/EventSourcing.NetCore</a>
995
1025
  </div>
996
1026
  <div class="sub-title followers">
997
1027
 
998
- <a class="language" target="_blank" href="https://github.com/topics/java" title="Programming Language Java">
999
- <span style="background-color: #b07219;"></span>Java
1028
+ <a class="language" target="_blank" href="https://github.com/topics/c#" title="Programming Language C#">
1029
+ <span style="background-color: #178600;"></span>C#
1000
1030
  </a>
1001
1031
 
1002
1032
  <span class="star" title="Stargazers Count">
1003
1033
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
1004
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>
1005
1035
  </svg>
1006
- <span>1316</span>
1036
+ <span>1815</span>
1007
1037
  </span>
1008
1038
  <span class="star" title="Repo Forked">
1009
1039
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
1010
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">
1011
1041
  </path>
1012
1042
  </svg>
1013
- <span>1373</span>
1043
+ <span>286</span>
1014
1044
  </span>
1015
1045
  <span class="star">
1016
1046
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
1017
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>
1018
1048
  </svg>
1019
- <span>31 stars today</span>
1049
+ <span>79 stars today</span>
1020
1050
  </span>
1021
1051
  </div>
1022
1052
  <div class="details">
@@ -1029,32 +1059,32 @@
1029
1059
  <div class="info">
1030
1060
  <div class="rank">
1031
1061
  <span title="Ranking 25">25</span>
1032
- <a href="https://github.com/AmruthPillai/Reactive-Resume" target="_blank" title="AmruthPillai/Reactive-Resume">AmruthPillai/Reactive-Resume</a>
1062
+ <a href="https://github.com/datahub-project/datahub" target="_blank" title="datahub-project/datahub">datahub-project/datahub</a>
1033
1063
  </div>
1034
1064
  <div class="sub-title followers">
1035
1065
 
1036
- <a class="language" target="_blank" href="https://github.com/topics/typescript" title="Programming Language TypeScript">
1037
- <span style="background-color: #2b7489;"></span>TypeScript
1066
+ <a class="language" target="_blank" href="https://github.com/topics/java" title="Programming Language Java">
1067
+ <span style="background-color: #b07219;"></span>Java
1038
1068
  </a>
1039
1069
 
1040
1070
  <span class="star" title="Stargazers Count">
1041
1071
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
1042
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>
1043
1073
  </svg>
1044
- <span>4836</span>
1074
+ <span>5078</span>
1045
1075
  </span>
1046
1076
  <span class="star" title="Repo Forked">
1047
1077
  <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
1048
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">
1049
1079
  </path>
1050
1080
  </svg>
1051
- <span>699</span>
1081
+ <span>1360</span>
1052
1082
  </span>
1053
1083
  <span class="star">
1054
1084
  <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
1055
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>
1056
1086
  </svg>
1057
- <span>427 stars today</span>
1087
+ <span>102 stars today</span>
1058
1088
  </span>
1059
1089
  </div>
1060
1090
  <div class="details">
@@ -1079,7 +1109,7 @@
1079
1109
  <img src="https://img.shields.io/npm/v/@wcj/github-rank.svg?label=unpkg">
1080
1110
  </a>
1081
1111
  </div>
1082
- <div class="time">Last cache created on 2022/3/16 by Github API v3.</div>
1112
+ <div class="time">Last cache created on 2022/3/19 by Github API v3.</div>
1083
1113
  Create by <a href="https://github.com/jaywcjlove" target="_blank">小弟调调™</a>.
1084
1114
  </div>
1085
1115
  </body>