@wcj/github-rank 21.10.31 → 21.11.4

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 +34302 -34297
  2. package/dist/sifou-daily.json +33 -42
  3. package/dist/sifou-monthly.json +93 -93
  4. package/dist/sifou-weekly.json +158 -167
  5. package/dist/toutiao-30.json +93 -93
  6. package/dist/toutiao-7.json +147 -147
  7. package/dist/toutiao-90.json +68 -68
  8. package/dist/trending-daily.json +193 -193
  9. package/dist/trending-monthly.json +182 -182
  10. package/dist/trending-weekly.json +192 -192
  11. package/dist/users.china.json +3183 -3183
  12. package/dist/users.json +3841 -3841
  13. package/package.json +1 -1
  14. package/web/36kr.html +714 -696
  15. package/web/data/repos.json +34302 -34297
  16. package/web/data/sifou-daily.json +33 -42
  17. package/web/data/sifou-monthly.json +93 -93
  18. package/web/data/sifou-weekly.json +158 -167
  19. package/web/data/toutiao-30.json +93 -93
  20. package/web/data/toutiao-7.json +147 -147
  21. package/web/data/toutiao-90.json +68 -68
  22. package/web/data/trending-daily.json +193 -193
  23. package/web/data/trending-monthly.json +182 -182
  24. package/web/data/trending-weekly.json +192 -192
  25. package/web/data/users.china.json +3183 -3183
  26. package/web/data/users.json +3841 -3841
  27. package/web/index.html +15551 -15533
  28. package/web/repos.html +29575 -29557
  29. package/web/sifou-daily.html +212 -220
  30. package/web/sifou-monthly.html +891 -871
  31. package/web/sifou-weekly.html +835 -843
  32. package/web/toutiao-30.html +702 -682
  33. package/web/toutiao-7.html +571 -551
  34. package/web/toutiao-90.html +702 -682
  35. package/web/trending-monthly.html +1002 -974
  36. package/web/trending-weekly.html +998 -978
  37. package/web/trending.html +986 -962
  38. package/web/users.china.html +15551 -15533
package/web/trending.html CHANGED
@@ -12,31 +12,36 @@
12
12
  html, body, ul, li, h1 { margin: 0; padding: 0 }
13
13
  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
14
  ul { list-style: none; }
15
- body { text-align: center; }
15
+
16
16
  a { color: #333; text-decoration: none; transition: all .2s ease-in; }
17
17
  a:hover { color: #1600ff; }
18
18
  a.github-corner:hover .octo-arm { animation: octocat-wave 560ms infinite linear; }
19
19
  a.github-corner svg { fill: #f1f1f1; color: #000; position: absolute; top: 0; border: 0; right: 0; z-index: 99; width: 70px; height: 70px; }
20
20
  a.github-corner { position: fixed; z-index: 9999; top: 0; right: 0; }
21
- .title { padding: 46px 0 0 0; font-size: 18px; line-height: 24px; }
22
- .time, .footer { padding: 5px 0 2px 0; font-size: 12px; color: #adadad; }
23
- .tabs { padding: 10px 0 15px 0;}
24
- .tabs a { background: #e2e2e2; display: inline-block; padding: 3px 7px; font-size: 12px; line-height: 16px; color: #0366d6; }
25
- .tabs a.active { background: #696969; color: #efefef; }
26
- .footer { padding: 10px 0 30px 0; }
27
- .list { text-align: left; max-width: 470px; margin: 0 auto; padding-bottom: 10px; background-color: #efefef; border-radius: 5px; overflow: hidden; }
21
+
22
+ .title { padding: 32px 20px 10px 20px; font-size: 32px; display: flex; }
23
+ .title a svg { display: block; }
24
+ .title a { color: #0059ff; display: inline-block; margin-left: 10px; }
25
+ .time, .footer { padding: 5px 20px 2px 20px; font-size: 12px; color: #adadad; }
26
+ .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; }
28
+ .tabs a.active { background: #333; color: #efefef; }
29
+ .tabs a:hover:not(.active) { background: #efefef; }
30
+ .footer { padding: 0 20px 30px 20px; font-size: 12px; color: #adadad; }
31
+ .footer .time { padding: 0; }
32
+ .list { text-align: left; padding-bottom: 10px; margin: 0 15px; }
28
33
  .list img { width: 36px; height: 36px; border-radius: 3px; display: block; margin: 0 auto; background-color: #e2e2e2; border: 0; overflow: hidden; }
29
34
  .list a { color: #0366d6; }
30
35
  .list a:hover { color: #1600ff; }
31
- .list li { padding: 5px; margin: 0 8px; transition: all .3s; border-bottom: 1px solid #d8d8d8; }
32
- .list li.rank-title { background-color: #e2e2e2; margin: 0; padding: 7px 13px; margin-bottom: 10px; border-radius: 0; font-size: 14px; line-height: 16px; }
33
- .list li.rank-title:hover { background: #e2e2e2; }
36
+ .list li { padding: 10px; transition: all .3s; }
37
+ .list li.rank-title { margin: 0; padding: 3px 0 0 7px; margin-bottom: 10px; border-radius: 5px; font-size: 12px; line-height: 16px; }
38
+ .list li.rank-title > a { margin-right: 10px; }
39
+ .list li.rank-title:hover { background: transparent; }
34
40
  .list li:last-child, .list li.rank-title { border-bottom: 0; }
35
- .list li:hover { background: rgba(255, 255, 255, 0.56); }
41
+ .list li:hover { background: #efefef8f; }
36
42
  .list li > div { display: table-cell; vertical-align: top; font-size: 14px; }
37
- .list li div.rank { padding: 0 8px; }
38
43
  .list li div.rank span { font-weight: bold; }
39
- .list li div.details { padding: 2px 0 0 9px; font-size: 12px; float: left; color: #b9b9b9; }
44
+ .list li div.details { padding: 2px 0 0 0; font-size: 12px; float: left; color: #b9b9b9; }
40
45
  .list li div.details a { color: #b9b9b9; transition: all .3s; }
41
46
  .list li div.details a:hover { color: #1600ff; }
42
47
  .list li div.details a:hover svg { fill: #1600ff; }
@@ -46,17 +51,18 @@
46
51
  .list li > div.info { width: 100%; }
47
52
  .list li > div.info i { color: #717171; }
48
53
  .list li > div.info a:hover i { color: #333; }
49
- .list li div.sub-title { color: #333; margin: 4px 0 0 3px;}
54
+ .list li div.sub-title { color: #333; margin: 4px 0 0 0; }
55
+ .list li div.avatar { padding-right: 10px; }
50
56
 
51
57
  .list li a.language,
52
58
  .list li span.star { height: 18px; background: #e2e2e2; display: inline-block; padding: 2px 4px; border-radius: 3px; }
53
59
 
54
60
 
55
- .list .select { float: right; line-height: 14px; line-height: 16px; }
56
- .list .select .active { color: #333; font-weight: bold; }
61
+ .list .select { }
62
+ .list .select .active { color: #333; font-weight: bold; border-bottom: 1px dotted #000;}
57
63
 
58
64
 
59
- .list li div.followers { font-size: 12px; color: #7d7d7d; white-space:nowrap; padding-left: 5px; padding-top: 2px; border-radius: 3px; }
65
+ .list li div.followers { font-size: 12px; color: #7d7d7d; white-space:nowrap; padding-top: 2px; border-radius: 3px; }
60
66
  .list li div.followers a { color: #545454; }
61
67
  .list li div.followers * { vertical-align: middle; }
62
68
  .list li div.followers svg { vertical-align: text-top; display: inline-block; fill: #9E9E9E; width: 14px; height: 14px; }
@@ -68,6 +74,9 @@
68
74
  20%,60%{-webkit-transform:rotate(-25deg); transform:rotate(-25deg);}
69
75
  40%,80%{-webkit-transform:rotate(10deg); transform:rotate(10deg);}
70
76
  }
77
+ @media screen and (max-width: 479px) {
78
+ .title { padding-top: 16px; font-size: 21px; }
79
+ }
71
80
  </style>
72
81
  <style>
73
82
  </style>
@@ -80,8 +89,20 @@
80
89
  <path fill="currentColor" class="octo-body" d="M115.0,115.0 C114.9,115.1 118.7,116.5 119.8,115.4 L133.7,101.6 C136.9,99.2 139.9,98.4 142.2,98.6 C133.8,88.0 127.5,74.4 143.8,58.0 C148.5,53.4 154.0,51.2 159.7,51.0 C160.3,49.4 163.2,43.6 171.4,40.1 C171.4,40.1 176.1,42.5 178.8,56.2 C183.1,58.6 187.2,61.8 190.9,65.4 C194.5,69.0 197.7,73.2 200.1,77.6 C213.8,80.2 216.3,84.9 216.3,84.9 C212.7,93.1 206.9,96.0 205.4,96.6 C205.1,102.4 203.0,107.8 198.3,112.5 C181.9,128.9 168.3,122.5 157.7,114.1 C157.9,116.9 156.7,120.9 152.7,124.9 L141.0,136.5 C139.8,137.7 141.6,141.9 141.8,141.8 Z"></path>
81
90
  </svg>
82
91
  </a>
83
- <h1 class="title"> GitHub Repositories Trending </h1>
84
- <div class="time">Last cache created on 2021/10/31 by Github API v3.</div>
92
+ <h1 class="title">
93
+ GitHub Repositories Trending
94
+
95
+
96
+
97
+ <a target="_blank" href="https://github.com/trending">
98
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" viewBox="0 0 16 16" version="1.1" aria-hidden="true"><path fill-rule="evenodd" fill="currentColor" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg>
99
+ </a>
100
+
101
+
102
+
103
+
104
+ </h1>
105
+ <div class="time">Last cache created on 2021/11/4 by Github API v3.</div>
85
106
  <div class="tabs">
86
107
  <a class="" href="index.html">Users</a>
87
108
  <a class="" href="repos.html">Repos</a>
@@ -91,948 +112,951 @@
91
112
  <a class="" href="36kr.html">36Kr</a>
92
113
  </div>
93
114
  <ul class="list repos trending">
94
- <li class="rank-title">
95
- <a href="https://github.com/trending" target="_blank">Repositories Trending</a>
96
- <span class="select">
97
- <a class="active" href="trending.html">Today</a>
98
- <a class="" href="trending-weekly.html">Week</a>
99
- <a class="" href="trending-monthly.html">Month</a>
100
- </span>
101
- </li>
102
-
103
- <li>
104
- <div class="info">
105
- <div class="rank">
106
- <span title="Ranking 1">1</span>
107
- <a href="https://github.com/taichi-dev/taichi" target="_blank" title="taichi-dev/taichi">taichi-dev/taichi</a>
108
- </div>
109
- <div class="sub-title followers">
110
-
111
- <a class="language" target="_blank" href="https://github.com/topics/c++" title="Programming Language C++">
112
- <span style="background-color: #f34b7d;"></span>C++
113
- </a>
114
-
115
- <span class="star" title="Stargazers Count">
116
- <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
117
- <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>
118
- </svg>
119
- <span>16301</span>
120
- </span>
121
- <span class="star" title="Repo Forked">
122
- <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
123
- <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">
124
- </path>
125
- </svg>
126
- <span>1716</span>
127
- </span>
128
- <span class="star">
129
- <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
130
- <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>
131
- </svg>
132
- <span>72 stars today</span>
133
- </span>
134
- </div>
135
- <div class="details">
136
- Parallel programming for everyone.
137
- </div>
138
- </div>
139
- </li>
140
-
141
- <li>
142
- <div class="info">
143
- <div class="rank">
144
- <span title="Ranking 2">2</span>
145
- <a href="https://github.com/WorkerLivesMatter/WorkingTime" target="_blank" title="WorkerLivesMatter/WorkingTime">WorkerLivesMatter/WorkingTime</a>
146
- </div>
147
- <div class="sub-title followers">
148
-
149
- <span class="star" title="Stargazers Count">
150
- <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
151
- <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>
152
- </svg>
153
- <span>12667</span>
154
- </span>
155
- <span class="star" title="Repo Forked">
156
- <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
157
- <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">
158
- </path>
159
- </svg>
160
- <span>1232</span>
161
- </span>
162
- <span class="star">
163
- <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
164
- <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>
165
- </svg>
166
- <span>110 stars today</span>
167
- </span>
168
- </div>
169
- <div class="details">
170
-
171
- </div>
172
- </div>
173
- </li>
174
-
175
- <li>
176
- <div class="info">
177
- <div class="rank">
178
- <span title="Ranking 3">3</span>
179
- <a href="https://github.com/schollz/croc" target="_blank" title="schollz/croc">schollz/croc</a>
180
- </div>
181
- <div class="sub-title followers">
182
-
183
- <a class="language" target="_blank" href="https://github.com/topics/go" title="Programming Language Go">
184
- <span style="background-color: #00ADD8;"></span>Go
185
- </a>
186
-
187
- <span class="star" title="Stargazers Count">
188
- <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
189
- <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>
190
- </svg>
191
- <span>16037</span>
192
- </span>
193
- <span class="star" title="Repo Forked">
194
- <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
195
- <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">
196
- </path>
197
- </svg>
198
- <span>693</span>
199
- </span>
200
- <span class="star">
201
- <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
202
- <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>
203
- </svg>
204
- <span>392 stars today</span>
205
- </span>
206
- </div>
207
- <div class="details">
208
- Easily and securely send things from one computer to another 🐊 📦
209
- </div>
210
- </div>
211
- </li>
212
-
213
- <li>
214
- <div class="info">
215
- <div class="rank">
216
- <span title="Ranking 4">4</span>
217
- <a href="https://github.com/modern-js-dev/modern.js" target="_blank" title="modern-js-dev/modern.js">modern-js-dev/modern.js</a>
218
- </div>
219
- <div class="sub-title followers">
220
-
221
- <a class="language" target="_blank" href="https://github.com/topics/typescript" title="Programming Language TypeScript">
222
- <span style="background-color: #2b7489;"></span>TypeScript
223
- </a>
224
-
225
- <span class="star" title="Stargazers Count">
226
- <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
227
- <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>
228
- </svg>
229
- <span>1850</span>
230
- </span>
231
- <span class="star" title="Repo Forked">
232
- <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
233
- <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">
234
- </path>
235
- </svg>
236
- <span>89</span>
237
- </span>
238
- <span class="star">
239
- <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
240
- <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>
241
- </svg>
242
- <span>122 stars today</span>
243
- </span>
244
- </div>
245
- <div class="details">
246
- The meta-framework suite designed from scratch for frontend-focused modern web development.
247
- </div>
248
- </div>
249
- </li>
250
-
251
- <li>
252
- <div class="info">
253
- <div class="rank">
254
- <span title="Ranking 5">5</span>
255
- <a href="https://github.com/edeng23/binance-trade-bot" target="_blank" title="edeng23/binance-trade-bot">edeng23/binance-trade-bot</a>
256
- </div>
257
- <div class="sub-title followers">
258
-
259
- <a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
260
- <span style="background-color: #3572A5;"></span>Python
261
- </a>
262
-
263
- <span class="star" title="Stargazers Count">
264
- <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
265
- <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>
266
- </svg>
267
- <span>5328</span>
268
- </span>
269
- <span class="star" title="Repo Forked">
270
- <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
271
- <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">
272
- </path>
273
- </svg>
274
- <span>1411</span>
275
- </span>
276
- <span class="star">
277
- <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
278
- <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>
279
- </svg>
280
- <span>45 stars today</span>
281
- </span>
282
- </div>
283
- <div class="details">
284
- Automated cryptocurrency trading bot
285
- </div>
286
- </div>
287
- </li>
288
-
289
- <li>
290
- <div class="info">
291
- <div class="rank">
292
- <span title="Ranking 6">6</span>
293
- <a href="https://github.com/kubesphere/kubesphere" target="_blank" title="kubesphere/kubesphere">kubesphere/kubesphere</a>
294
- </div>
295
- <div class="sub-title followers">
296
-
297
- <a class="language" target="_blank" href="https://github.com/topics/go" title="Programming Language Go">
298
- <span style="background-color: #00ADD8;"></span>Go
299
- </a>
300
-
301
- <span class="star" title="Stargazers Count">
302
- <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
303
- <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>
304
- </svg>
305
- <span>7445</span>
306
- </span>
307
- <span class="star" title="Repo Forked">
308
- <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
309
- <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">
310
- </path>
311
- </svg>
312
- <span>1152</span>
313
- </span>
314
- <span class="star">
315
- <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
316
- <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>
317
- </svg>
318
- <span>81 stars today</span>
319
- </span>
320
- </div>
321
- <div class="details">
322
- The container platform tailored for Kubernetes multi-cloud, datacenter, and edge management ⎈ 🖥 ☁️
323
- </div>
324
- </div>
325
- </li>
326
-
327
- <li>
328
- <div class="info">
329
- <div class="rank">
330
- <span title="Ranking 7">7</span>
331
- <a href="https://github.com/mli/paper-reading" target="_blank" title="mli/paper-reading">mli/paper-reading</a>
332
- </div>
333
- <div class="sub-title followers">
334
-
335
- <span class="star" title="Stargazers Count">
336
- <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
337
- <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>
338
- </svg>
339
- <span>2313</span>
340
- </span>
341
- <span class="star" title="Repo Forked">
342
- <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
343
- <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">
344
- </path>
345
- </svg>
346
- <span>109</span>
347
- </span>
348
- <span class="star">
349
- <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
350
- <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>
351
- </svg>
352
- <span>220 stars today</span>
353
- </span>
354
- </div>
355
- <div class="details">
356
- 深度学习经典、新论文逐段精读
357
- </div>
358
- </div>
359
- </li>
360
-
361
- <li>
362
- <div class="info">
363
- <div class="rank">
364
- <span title="Ranking 8">8</span>
365
- <a href="https://github.com/lihaoyun6/PD-Runner" target="_blank" title="lihaoyun6/PD-Runner">lihaoyun6/PD-Runner</a>
366
- </div>
367
- <div class="sub-title followers">
368
-
369
- <a class="language" target="_blank" href="https://github.com/topics/swift" title="Programming Language Swift">
370
- <span style="background-color: #F05138;"></span>Swift
371
- </a>
372
-
373
- <span class="star" title="Stargazers Count">
374
- <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
375
- <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>
376
- </svg>
377
- <span>381</span>
378
- </span>
379
- <span class="star" title="Repo Forked">
380
- <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
381
- <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">
382
- </path>
383
- </svg>
384
- <span>56</span>
385
- </span>
386
- <span class="star">
387
- <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
388
- <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>
389
- </svg>
390
- <span>84 stars today</span>
391
- </span>
392
- </div>
393
- <div class="details">
394
- A VM launcher for Parallels Desktop
395
- </div>
396
- </div>
397
- </li>
398
-
399
- <li>
400
- <div class="info">
401
- <div class="rank">
402
- <span title="Ranking 9">9</span>
403
- <a href="https://github.com/acidanthera/BrcmPatchRAM" target="_blank" title="acidanthera/BrcmPatchRAM">acidanthera/BrcmPatchRAM</a>
404
- </div>
405
- <div class="sub-title followers">
406
-
407
- <a class="language" target="_blank" href="https://github.com/topics/c++" title="Programming Language C++">
408
- <span style="background-color: #f34b7d;"></span>C++
409
- </a>
410
-
411
- <span class="star" title="Stargazers Count">
412
- <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
413
- <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>
414
- </svg>
415
- <span>519</span>
416
- </span>
417
- <span class="star" title="Repo Forked">
418
- <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
419
- <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">
420
- </path>
421
- </svg>
422
- <span>72</span>
423
- </span>
424
- <span class="star">
425
- <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
426
- <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>
427
- </svg>
428
- <span>8 stars today</span>
429
- </span>
430
- </div>
431
- <div class="details">
432
-
433
- </div>
434
- </div>
435
- </li>
436
-
437
- <li>
438
- <div class="info">
439
- <div class="rank">
440
- <span title="Ranking 10">10</span>
441
- <a href="https://github.com/denysvitali/covid-cert-analysis" target="_blank" title="denysvitali/covid-cert-analysis">denysvitali/covid-cert-analysis</a>
442
- </div>
443
- <div class="sub-title followers">
444
-
445
- <a class="language" target="_blank" href="https://github.com/topics/shell" title="Programming Language Shell">
446
- <span style="background-color: #89e051;"></span>Shell
447
- </a>
448
-
449
- <span class="star" title="Stargazers Count">
450
- <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
451
- <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>
452
- </svg>
453
- <span>64</span>
454
- </span>
455
- <span class="star" title="Repo Forked">
456
- <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
457
- <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">
458
- </path>
459
- </svg>
460
- <span>16</span>
461
- </span>
462
- <span class="star">
463
- <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
464
- <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>
465
- </svg>
466
- <span>14 stars today</span>
467
- </span>
468
- </div>
469
- <div class="details">
470
-
471
- </div>
472
- </div>
473
- </li>
474
-
475
- <li>
476
- <div class="info">
477
- <div class="rank">
478
- <span title="Ranking 11">11</span>
479
- <a href="https://github.com/LSPosed/MagiskOnWSA" target="_blank" title="LSPosed/MagiskOnWSA">LSPosed/MagiskOnWSA</a>
480
- </div>
481
- <div class="sub-title followers">
482
-
483
- <span class="star" title="Stargazers Count">
484
- <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
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>
486
- </svg>
487
- <span>588</span>
488
- </span>
489
- <span class="star" title="Repo Forked">
490
- <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
491
- <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">
492
- </path>
493
- </svg>
494
- <span>676</span>
495
- </span>
496
- <span class="star">
497
- <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
498
- <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>
499
- </svg>
500
- <span>137 stars today</span>
501
- </span>
502
- </div>
503
- <div class="details">
504
- Integrate Magisk root and OpenGApps into WSA (Windows Subsystem for Android)
505
- </div>
506
- </div>
507
- </li>
508
-
509
- <li>
510
- <div class="info">
511
- <div class="rank">
512
- <span title="Ranking 12">12</span>
513
- <a href="https://github.com/github/india" target="_blank" title="github/india">github/india</a>
514
- </div>
515
- <div class="sub-title followers">
516
-
517
- <span class="star" title="Stargazers Count">
518
- <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
519
- <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
520
- </svg>
521
- <span>1195</span>
522
- </span>
523
- <span class="star" title="Repo Forked">
524
- <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
525
- <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">
526
- </path>
527
- </svg>
528
- <span>126</span>
529
- </span>
530
- <span class="star">
531
- <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
532
- <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>
533
- </svg>
534
- <span>35 stars today</span>
535
- </span>
536
- </div>
537
- <div class="details">
538
- GitHub resources and information for the developer community in India
539
- </div>
540
- </div>
541
- </li>
542
-
543
- <li>
544
- <div class="info">
545
- <div class="rank">
546
- <span title="Ranking 13">13</span>
547
- <a href="https://github.com/microsoft/Data-Science-For-Beginners" target="_blank" title="microsoft/Data-Science-For-Beginners">microsoft/Data-Science-For-Beginners</a>
548
- </div>
549
- <div class="sub-title followers">
550
-
551
- <a class="language" target="_blank" href="https://github.com/topics/jupyternotebook" title="Programming Language JupyterNotebook">
552
- <span style="background-color: #DA5B0B;"></span>JupyterNotebook
553
- </a>
554
-
555
- <span class="star" title="Stargazers Count">
556
- <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
557
- <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
558
- </svg>
559
- <span>3941</span>
560
- </span>
561
- <span class="star" title="Repo Forked">
562
- <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
563
- <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">
564
- </path>
565
- </svg>
566
- <span>584</span>
567
- </span>
568
- <span class="star">
569
- <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
570
- <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>
571
- </svg>
572
- <span>140 stars today</span>
573
- </span>
574
- </div>
575
- <div class="details">
576
- 10 Weeks, 20 Lessons, Data Science for All!
577
- </div>
578
- </div>
579
- </li>
580
-
581
- <li>
582
- <div class="info">
583
- <div class="rank">
584
- <span title="Ranking 14">14</span>
585
- <a href="https://github.com/microsoft/PowerToys" target="_blank" title="microsoft/PowerToys">microsoft/PowerToys</a>
586
- </div>
587
- <div class="sub-title followers">
588
-
589
- <a class="language" target="_blank" href="https://github.com/topics/c#" title="Programming Language C#">
590
- <span style="background-color: #178600;"></span>C#
591
- </a>
592
-
593
- <span class="star" title="Stargazers Count">
594
- <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
595
- <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>
596
- </svg>
597
- <span>62271</span>
598
- </span>
599
- <span class="star" title="Repo Forked">
600
- <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
601
- <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">
602
- </path>
603
- </svg>
604
- <span>3444</span>
605
- </span>
606
- <span class="star">
607
- <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
608
- <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>
609
- </svg>
610
- <span>138 stars today</span>
611
- </span>
612
- </div>
613
- <div class="details">
614
- Windows system utilities to maximize productivity
615
- </div>
616
- </div>
617
- </li>
618
-
619
- <li>
620
- <div class="info">
621
- <div class="rank">
622
- <span title="Ranking 15">15</span>
623
- <a href="https://github.com/swc-project/swc" target="_blank" title="swc-project/swc">swc-project/swc</a>
624
- </div>
625
- <div class="sub-title followers">
626
-
627
- <a class="language" target="_blank" href="https://github.com/topics/rust" title="Programming Language Rust">
628
- <span style="background-color: #dea584;"></span>Rust
629
- </a>
630
-
631
- <span class="star" title="Stargazers Count">
632
- <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
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>
634
- </svg>
635
- <span>16536</span>
636
- </span>
637
- <span class="star" title="Repo Forked">
638
- <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
639
- <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">
640
- </path>
641
- </svg>
642
- <span>461</span>
643
- </span>
644
- <span class="star">
645
- <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
646
- <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
647
- </svg>
648
- <span>72 stars today</span>
649
- </span>
650
- </div>
651
- <div class="details">
652
- swc is a super-fast compiler written in rust; producing widely-supported javascript from modern standards and typescript.
653
- </div>
654
- </div>
655
- </li>
656
-
657
- <li>
658
- <div class="info">
659
- <div class="rank">
660
- <span title="Ranking 16">16</span>
661
- <a href="https://github.com/vpncn/vpncn.github.io" target="_blank" title="vpncn/vpncn.github.io">vpncn/vpncn.github.io</a>
662
- </div>
663
- <div class="sub-title followers">
664
-
665
- <a class="language" target="_blank" href="https://github.com/topics/html" title="Programming Language HTML">
666
- <span style="background-color: #e34c26;"></span>HTML
667
- </a>
668
-
669
- <span class="star" title="Stargazers Count">
670
- <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
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>
672
- </svg>
673
- <span>3376</span>
674
- </span>
675
- <span class="star" title="Repo Forked">
676
- <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
677
- <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">
678
- </path>
679
- </svg>
680
- <span>444</span>
681
- </span>
682
- <span class="star">
683
- <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
684
- <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>
685
- </svg>
686
- <span>37 stars today</span>
687
- </span>
688
- </div>
689
- <div class="details">
690
- 2021中国翻墙软件VPN推荐以及科学上网避坑,稳定好用。对比SSR机场、蓝灯、V2ray、老王VPN、VPS搭建梯子等科学上网与翻墙软件,中国最新科学上网翻墙梯子VPN下载推荐。
691
- </div>
692
- </div>
693
- </li>
694
-
695
- <li>
696
- <div class="info">
697
- <div class="rank">
698
- <span title="Ranking 17">17</span>
699
- <a href="https://github.com/arco-design/arco-design" target="_blank" title="arco-design/arco-design">arco-design/arco-design</a>
700
- </div>
701
- <div class="sub-title followers">
702
-
703
- <a class="language" target="_blank" href="https://github.com/topics/typescript" title="Programming Language TypeScript">
704
- <span style="background-color: #2b7489;"></span>TypeScript
705
- </a>
706
-
707
- <span class="star" title="Stargazers Count">
708
- <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
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>
710
- </svg>
711
- <span>1591</span>
712
- </span>
713
- <span class="star" title="Repo Forked">
714
- <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
715
- <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">
716
- </path>
717
- </svg>
718
- <span>102</span>
719
- </span>
720
- <span class="star">
721
- <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
722
- <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>
723
- </svg>
724
- <span>89 stars today</span>
725
- </span>
726
- </div>
727
- <div class="details">
728
- A comprehensive React UI components library
729
- </div>
730
- </div>
731
- </li>
732
-
733
- <li>
734
- <div class="info">
735
- <div class="rank">
736
- <span title="Ranking 18">18</span>
737
- <a href="https://github.com/notifirehq/notifire" target="_blank" title="notifirehq/notifire">notifirehq/notifire</a>
738
- </div>
739
- <div class="sub-title followers">
740
-
741
- <a class="language" target="_blank" href="https://github.com/topics/typescript" title="Programming Language TypeScript">
742
- <span style="background-color: #2b7489;"></span>TypeScript
743
- </a>
744
-
745
- <span class="star" title="Stargazers Count">
746
- <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
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>
748
- </svg>
749
- <span>580</span>
750
- </span>
751
- <span class="star" title="Repo Forked">
752
- <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
753
- <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">
754
- </path>
755
- </svg>
756
- <span>33</span>
757
- </span>
758
- <span class="star">
759
- <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
760
- <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>
761
- </svg>
762
- <span>270 stars today</span>
763
- </span>
764
- </div>
765
- <div class="details">
766
- 🚀 The open-source notification infrastructure for products.
767
- </div>
768
- </div>
769
- </li>
770
-
771
- <li>
772
- <div class="info">
773
- <div class="rank">
774
- <span title="Ranking 19">19</span>
775
- <a href="https://github.com/Tencent/cherry-markdown" target="_blank" title="Tencent/cherry-markdown">Tencent/cherry-markdown</a>
776
- </div>
777
- <div class="sub-title followers">
778
-
779
- <a class="language" target="_blank" href="https://github.com/topics/javascript" title="Programming Language JavaScript">
780
- <span style="background-color: #f1e05a;"></span>JavaScript
781
- </a>
782
-
783
- <span class="star" title="Stargazers Count">
784
- <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
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>
786
- </svg>
787
- <span>319</span>
788
- </span>
789
- <span class="star" title="Repo Forked">
790
- <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
791
- <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">
792
- </path>
793
- </svg>
794
- <span>14</span>
795
- </span>
796
- <span class="star">
797
- <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
798
- <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>
799
- </svg>
800
- <span>63 stars today</span>
801
- </span>
802
- </div>
803
- <div class="details">
804
- A Markdown Editor
805
- </div>
806
- </div>
807
- </li>
808
-
809
- <li>
810
- <div class="info">
811
- <div class="rank">
812
- <span title="Ranking 20">20</span>
813
- <a href="https://github.com/OpenIMSDK/Open-IM-Server" target="_blank" title="OpenIMSDK/Open-IM-Server">OpenIMSDK/Open-IM-Server</a>
814
- </div>
815
- <div class="sub-title followers">
816
-
817
- <a class="language" target="_blank" href="https://github.com/topics/go" title="Programming Language Go">
818
- <span style="background-color: #00ADD8;"></span>Go
819
- </a>
820
-
821
- <span class="star" title="Stargazers Count">
822
- <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
823
- <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
824
- </svg>
825
- <span>1684</span>
826
- </span>
827
- <span class="star" title="Repo Forked">
828
- <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
829
- <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">
830
- </path>
831
- </svg>
832
- <span>266</span>
833
- </span>
834
- <span class="star">
835
- <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
836
- <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>
837
- </svg>
838
- <span>63 stars today</span>
839
- </span>
840
- </div>
841
- <div class="details">
842
- OpenIM:由前微信技术专家打造的基于 Go 实现的即时通讯(IM)项目,从服务端到客户端SDK开源即时通讯(IM)整体解决方案,可以轻松替代第三方IM云服务,打造具备聊天、社交功能的app。
843
- </div>
844
- </div>
845
- </li>
846
-
847
- <li>
848
- <div class="info">
849
- <div class="rank">
850
- <span title="Ranking 21">21</span>
851
- <a href="https://github.com/kon9chunkit/GitHub-Chinese-Top-Charts" target="_blank" title="kon9chunkit/GitHub-Chinese-Top-Charts">kon9chunkit/GitHub-Chinese-Top-Charts</a>
852
- </div>
853
- <div class="sub-title followers">
854
-
855
- <a class="language" target="_blank" href="https://github.com/topics/java" title="Programming Language Java">
856
- <span style="background-color: #b07219;"></span>Java
857
- </a>
858
-
859
- <span class="star" title="Stargazers Count">
860
- <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
861
- <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
862
- </svg>
863
- <span>39516</span>
864
- </span>
865
- <span class="star" title="Repo Forked">
866
- <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
867
- <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">
868
- </path>
869
- </svg>
870
- <span>5616</span>
871
- </span>
872
- <span class="star">
873
- <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
874
- <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>
875
- </svg>
876
- <span>133 stars today</span>
877
- </span>
878
- </div>
879
- <div class="details">
880
- 🇨🇳 GitHub中文排行榜,帮助你发现高分优秀中文项目、更高效地吸收国人的优秀经验成果;榜单每周更新一次,敬请关注!
881
- </div>
882
- </div>
883
- </li>
884
-
885
- <li>
886
- <div class="info">
887
- <div class="rank">
888
- <span title="Ranking 22">22</span>
889
- <a href="https://github.com/waydabber/BetterDummy" target="_blank" title="waydabber/BetterDummy">waydabber/BetterDummy</a>
890
- </div>
891
- <div class="sub-title followers">
892
-
893
- <a class="language" target="_blank" href="https://github.com/topics/swift" title="Programming Language Swift">
894
- <span style="background-color: #F05138;"></span>Swift
895
- </a>
896
-
897
- <span class="star" title="Stargazers Count">
898
- <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
899
- <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
900
- </svg>
901
- <span>255</span>
902
- </span>
903
- <span class="star" title="Repo Forked">
904
- <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
905
- <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">
906
- </path>
907
- </svg>
908
- <span>6</span>
909
- </span>
910
- <span class="star">
911
- <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
912
- <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>
913
- </svg>
914
- <span>47 stars today</span>
915
- </span>
916
- </div>
917
- <div class="details">
918
- Software Dummy Display Adapter for Apple Silicon Macs to Have Custom HiDPI Resolutions.
919
- </div>
920
- </div>
921
- </li>
922
-
923
- <li>
924
- <div class="info">
925
- <div class="rank">
926
- <span title="Ranking 23">23</span>
927
- <a href="https://github.com/diem/diem" target="_blank" title="diem/diem">diem/diem</a>
928
- </div>
929
- <div class="sub-title followers">
930
-
931
- <a class="language" target="_blank" href="https://github.com/topics/rust" title="Programming Language Rust">
932
- <span style="background-color: #dea584;"></span>Rust
933
- </a>
934
-
935
- <span class="star" title="Stargazers Count">
936
- <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
937
- <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
938
- </svg>
939
- <span>16120</span>
940
- </span>
941
- <span class="star" title="Repo Forked">
942
- <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
943
- <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">
944
- </path>
945
- </svg>
946
- <span>2471</span>
947
- </span>
948
- <span class="star">
949
- <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
950
- <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>
951
- </svg>
952
- <span>19 stars today</span>
953
- </span>
954
- </div>
955
- <div class="details">
956
- Diem’s mission is to build a trusted and innovative financial network that empowers people and businesses around the world.
957
- </div>
958
- </div>
959
- </li>
960
-
961
- <li>
962
- <div class="info">
963
- <div class="rank">
964
- <span title="Ranking 24">24</span>
965
- <a href="https://github.com/priyankavergadia/GCPSketchnote" target="_blank" title="priyankavergadia/GCPSketchnote">priyankavergadia/GCPSketchnote</a>
966
- </div>
967
- <div class="sub-title followers">
968
-
969
- <span class="star" title="Stargazers Count">
970
- <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
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>
972
- </svg>
973
- <span>2235</span>
974
- </span>
975
- <span class="star" title="Repo Forked">
976
- <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
977
- <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">
978
- </path>
979
- </svg>
980
- <span>205</span>
981
- </span>
982
- <span class="star">
983
- <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
984
- <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>
985
- </svg>
986
- <span>119 stars today</span>
987
- </span>
988
- </div>
989
- <div class="details">
990
- If you are looking to become a Google Cloud Engineer , then you are at the right place. GCPSketchnote is series where I share Google Cloud concepts in quick and easy to learn format.
991
- </div>
992
- </div>
993
- </li>
994
-
995
- <li>
996
- <div class="info">
997
- <div class="rank">
998
- <span title="Ranking 25">25</span>
999
- <a href="https://github.com/juicedata/juicefs" target="_blank" title="juicedata/juicefs">juicedata/juicefs</a>
1000
- </div>
1001
- <div class="sub-title followers">
1002
-
1003
- <a class="language" target="_blank" href="https://github.com/topics/go" title="Programming Language Go">
1004
- <span style="background-color: #00ADD8;"></span>Go
1005
- </a>
1006
-
1007
- <span class="star" title="Stargazers Count">
1008
- <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
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>
1010
- </svg>
1011
- <span>3943</span>
1012
- </span>
1013
- <span class="star" title="Repo Forked">
1014
- <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
1015
- <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">
1016
- </path>
1017
- </svg>
1018
- <span>308</span>
1019
- </span>
1020
- <span class="star">
1021
- <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
1022
- <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>
1023
- </svg>
1024
- <span>37 stars today</span>
1025
- </span>
1026
- </div>
1027
- <div class="details">
1028
- JuiceFS is a distributed POSIX file system built on top of Redis and S3.
1029
- </div>
1030
- </div>
1031
- </li>
1032
-
115
+ <li class="rank-title">
116
+ <span class="select">
117
+ <a class="active" href="trending.html">Today</a>
118
+ <a class="" href="trending-weekly.html">Week</a>
119
+ <a class="" href="trending-monthly.html">Month</a>
120
+ </span>
121
+ </li>
122
+
123
+ <li>
124
+ <div class="info">
125
+ <div class="rank">
126
+ <span title="Ranking 1">1</span>
127
+ <a href="https://github.com/darglein/ADOP" target="_blank" title="darglein/ADOP">darglein/ADOP</a>
128
+ </div>
129
+ <div class="sub-title followers">
130
+
131
+ <a class="language" target="_blank" href="https://github.com/topics/c++" title="Programming Language C++">
132
+ <span style="background-color: #f34b7d;"></span>C++
133
+ </a>
134
+
135
+ <span class="star" title="Stargazers Count">
136
+ <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
137
+ <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>
138
+ </svg>
139
+ <span>830</span>
140
+ </span>
141
+ <span class="star" title="Repo Forked">
142
+ <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
143
+ <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">
144
+ </path>
145
+ </svg>
146
+ <span>61</span>
147
+ </span>
148
+ <span class="star">
149
+ <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
150
+ <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>
151
+ </svg>
152
+ <span>79 stars today</span>
153
+ </span>
154
+ </div>
155
+ <div class="details">
156
+
157
+ </div>
158
+ </div>
159
+ </li>
160
+
161
+ <li>
162
+ <div class="info">
163
+ <div class="rank">
164
+ <span title="Ranking 2">2</span>
165
+ <a href="https://github.com/CyC2018/CS-Notes" target="_blank" title="CyC2018/CS-Notes">CyC2018/CS-Notes</a>
166
+ </div>
167
+ <div class="sub-title followers">
168
+
169
+ <a class="language" target="_blank" href="https://github.com/topics/java" title="Programming Language Java">
170
+ <span style="background-color: #b07219;"></span>Java
171
+ </a>
172
+
173
+ <span class="star" title="Stargazers Count">
174
+ <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
175
+ <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>
176
+ </svg>
177
+ <span>141094</span>
178
+ </span>
179
+ <span class="star" title="Repo Forked">
180
+ <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
181
+ <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">
182
+ </path>
183
+ </svg>
184
+ <span>45095</span>
185
+ </span>
186
+ <span class="star">
187
+ <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
188
+ <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>
189
+ </svg>
190
+ <span>101 stars today</span>
191
+ </span>
192
+ </div>
193
+ <div class="details">
194
+
195
+ </div>
196
+ </div>
197
+ </li>
198
+
199
+ <li>
200
+ <div class="info">
201
+ <div class="rank">
202
+ <span title="Ranking 3">3</span>
203
+ <a href="https://github.com/OpenIMSDK/Open-IM-Server" target="_blank" title="OpenIMSDK/Open-IM-Server">OpenIMSDK/Open-IM-Server</a>
204
+ </div>
205
+ <div class="sub-title followers">
206
+
207
+ <a class="language" target="_blank" href="https://github.com/topics/go" title="Programming Language Go">
208
+ <span style="background-color: #00ADD8;"></span>Go
209
+ </a>
210
+
211
+ <span class="star" title="Stargazers Count">
212
+ <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
213
+ <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>
214
+ </svg>
215
+ <span>3192</span>
216
+ </span>
217
+ <span class="star" title="Repo Forked">
218
+ <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
219
+ <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">
220
+ </path>
221
+ </svg>
222
+ <span>430</span>
223
+ </span>
224
+ <span class="star">
225
+ <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
226
+ <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>
227
+ </svg>
228
+ <span>430 stars today</span>
229
+ </span>
230
+ </div>
231
+ <div class="details">
232
+
233
+ </div>
234
+ </div>
235
+ </li>
236
+
237
+ <li>
238
+ <div class="info">
239
+ <div class="rank">
240
+ <span title="Ranking 4">4</span>
241
+ <a href="https://github.com/apple/swift-markdown" target="_blank" title="apple/swift-markdown">apple/swift-markdown</a>
242
+ </div>
243
+ <div class="sub-title followers">
244
+
245
+ <a class="language" target="_blank" href="https://github.com/topics/swift" title="Programming Language Swift">
246
+ <span style="background-color: #F05138;"></span>Swift
247
+ </a>
248
+
249
+ <span class="star" title="Stargazers Count">
250
+ <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
251
+ <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>
252
+ </svg>
253
+ <span>1219</span>
254
+ </span>
255
+ <span class="star" title="Repo Forked">
256
+ <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
257
+ <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">
258
+ </path>
259
+ </svg>
260
+ <span>32</span>
261
+ </span>
262
+ <span class="star">
263
+ <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
264
+ <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>
265
+ </svg>
266
+ <span>81 stars today</span>
267
+ </span>
268
+ </div>
269
+ <div class="details">
270
+
271
+ </div>
272
+ </div>
273
+ </li>
274
+
275
+ <li>
276
+ <div class="info">
277
+ <div class="rank">
278
+ <span title="Ranking 5">5</span>
279
+ <a href="https://github.com/ethereum-boilerplate/ethereum-boilerplate" target="_blank" title="ethereum-boilerplate/ethereum-boilerplate">ethereum-boilerplate/ethereum-boilerplate</a>
280
+ </div>
281
+ <div class="sub-title followers">
282
+
283
+ <a class="language" target="_blank" href="https://github.com/topics/javascript" title="Programming Language JavaScript">
284
+ <span style="background-color: #f1e05a;"></span>JavaScript
285
+ </a>
286
+
287
+ <span class="star" title="Stargazers Count">
288
+ <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
289
+ <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>
290
+ </svg>
291
+ <span>385</span>
292
+ </span>
293
+ <span class="star" title="Repo Forked">
294
+ <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
295
+ <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">
296
+ </path>
297
+ </svg>
298
+ <span>84</span>
299
+ </span>
300
+ <span class="star">
301
+ <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
302
+ <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>
303
+ </svg>
304
+ <span>145 stars today</span>
305
+ </span>
306
+ </div>
307
+ <div class="details">
308
+
309
+ </div>
310
+ </div>
311
+ </li>
312
+
313
+ <li>
314
+ <div class="info">
315
+ <div class="rank">
316
+ <span title="Ranking 6">6</span>
317
+ <a href="https://github.com/nickboucher/trojan-source" target="_blank" title="nickboucher/trojan-source">nickboucher/trojan-source</a>
318
+ </div>
319
+ <div class="sub-title followers">
320
+
321
+ <a class="language" target="_blank" href="https://github.com/topics/scss" title="Programming Language SCSS">
322
+ <span style="background-color: #c6538c;"></span>SCSS
323
+ </a>
324
+
325
+ <span class="star" title="Stargazers Count">
326
+ <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
327
+ <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>
328
+ </svg>
329
+ <span>570</span>
330
+ </span>
331
+ <span class="star" title="Repo Forked">
332
+ <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
333
+ <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">
334
+ </path>
335
+ </svg>
336
+ <span>193</span>
337
+ </span>
338
+ <span class="star">
339
+ <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
340
+ <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>
341
+ </svg>
342
+ <span>164 stars today</span>
343
+ </span>
344
+ </div>
345
+ <div class="details">
346
+
347
+ </div>
348
+ </div>
349
+ </li>
350
+
351
+ <li>
352
+ <div class="info">
353
+ <div class="rank">
354
+ <span title="Ranking 7">7</span>
355
+ <a href="https://github.com/fireship-io/node-crypto-examples" target="_blank" title="fireship-io/node-crypto-examples">fireship-io/node-crypto-examples</a>
356
+ </div>
357
+ <div class="sub-title followers">
358
+
359
+ <a class="language" target="_blank" href="https://github.com/topics/javascript" title="Programming Language JavaScript">
360
+ <span style="background-color: #f1e05a;"></span>JavaScript
361
+ </a>
362
+
363
+ <span class="star" title="Stargazers Count">
364
+ <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
365
+ <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>
366
+ </svg>
367
+ <span>125</span>
368
+ </span>
369
+ <span class="star" title="Repo Forked">
370
+ <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
371
+ <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">
372
+ </path>
373
+ </svg>
374
+ <span>71</span>
375
+ </span>
376
+ <span class="star">
377
+ <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
378
+ <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>
379
+ </svg>
380
+ <span>59 stars today</span>
381
+ </span>
382
+ </div>
383
+ <div class="details">
384
+
385
+ </div>
386
+ </div>
387
+ </li>
388
+
389
+ <li>
390
+ <div class="info">
391
+ <div class="rank">
392
+ <span title="Ranking 8">8</span>
393
+ <a href="https://github.com/microsoft/Data-Science-For-Beginners" target="_blank" title="microsoft/Data-Science-For-Beginners">microsoft/Data-Science-For-Beginners</a>
394
+ </div>
395
+ <div class="sub-title followers">
396
+
397
+ <a class="language" target="_blank" href="https://github.com/topics/jupyternotebook" title="Programming Language JupyterNotebook">
398
+ <span style="background-color: #DA5B0B;"></span>JupyterNotebook
399
+ </a>
400
+
401
+ <span class="star" title="Stargazers Count">
402
+ <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
403
+ <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>
404
+ </svg>
405
+ <span>5785</span>
406
+ </span>
407
+ <span class="star" title="Repo Forked">
408
+ <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
409
+ <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">
410
+ </path>
411
+ </svg>
412
+ <span>781</span>
413
+ </span>
414
+ <span class="star">
415
+ <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
416
+ <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>
417
+ </svg>
418
+ <span>386 stars today</span>
419
+ </span>
420
+ </div>
421
+ <div class="details">
422
+
423
+ </div>
424
+ </div>
425
+ </li>
426
+
427
+ <li>
428
+ <div class="info">
429
+ <div class="rank">
430
+ <span title="Ranking 9">9</span>
431
+ <a href="https://github.com/microsoft/ML-For-Beginners" target="_blank" title="microsoft/ML-For-Beginners">microsoft/ML-For-Beginners</a>
432
+ </div>
433
+ <div class="sub-title followers">
434
+
435
+ <a class="language" target="_blank" href="https://github.com/topics/jupyternotebook" title="Programming Language JupyterNotebook">
436
+ <span style="background-color: #DA5B0B;"></span>JupyterNotebook
437
+ </a>
438
+
439
+ <span class="star" title="Stargazers Count">
440
+ <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
441
+ <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>
442
+ </svg>
443
+ <span>24092</span>
444
+ </span>
445
+ <span class="star" title="Repo Forked">
446
+ <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
447
+ <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">
448
+ </path>
449
+ </svg>
450
+ <span>5031</span>
451
+ </span>
452
+ <span class="star">
453
+ <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
454
+ <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>
455
+ </svg>
456
+ <span>306 stars today</span>
457
+ </span>
458
+ </div>
459
+ <div class="details">
460
+
461
+ </div>
462
+ </div>
463
+ </li>
464
+
465
+ <li>
466
+ <div class="info">
467
+ <div class="rank">
468
+ <span title="Ranking 10">10</span>
469
+ <a href="https://github.com/Tencent/PatrickStar" target="_blank" title="Tencent/PatrickStar">Tencent/PatrickStar</a>
470
+ </div>
471
+ <div class="sub-title followers">
472
+
473
+ <a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
474
+ <span style="background-color: #3572A5;"></span>Python
475
+ </a>
476
+
477
+ <span class="star" title="Stargazers Count">
478
+ <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
479
+ <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>
480
+ </svg>
481
+ <span>275</span>
482
+ </span>
483
+ <span class="star" title="Repo Forked">
484
+ <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
485
+ <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">
486
+ </path>
487
+ </svg>
488
+ <span>27</span>
489
+ </span>
490
+ <span class="star">
491
+ <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
492
+ <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>
493
+ </svg>
494
+ <span>74 stars today</span>
495
+ </span>
496
+ </div>
497
+ <div class="details">
498
+
499
+ </div>
500
+ </div>
501
+ </li>
502
+
503
+ <li>
504
+ <div class="info">
505
+ <div class="rank">
506
+ <span title="Ranking 11">11</span>
507
+ <a href="https://github.com/Koenkk/zigbee2mqtt" target="_blank" title="Koenkk/zigbee2mqtt">Koenkk/zigbee2mqtt</a>
508
+ </div>
509
+ <div class="sub-title followers">
510
+
511
+ <a class="language" target="_blank" href="https://github.com/topics/javascript" title="Programming Language JavaScript">
512
+ <span style="background-color: #f1e05a;"></span>JavaScript
513
+ </a>
514
+
515
+ <span class="star" title="Stargazers Count">
516
+ <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
517
+ <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
518
+ </svg>
519
+ <span>6809</span>
520
+ </span>
521
+ <span class="star" title="Repo Forked">
522
+ <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
523
+ <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">
524
+ </path>
525
+ </svg>
526
+ <span>1122</span>
527
+ </span>
528
+ <span class="star">
529
+ <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
530
+ <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>
531
+ </svg>
532
+ <span>90 stars today</span>
533
+ </span>
534
+ </div>
535
+ <div class="details">
536
+
537
+ </div>
538
+ </div>
539
+ </li>
540
+
541
+ <li>
542
+ <div class="info">
543
+ <div class="rank">
544
+ <span title="Ranking 12">12</span>
545
+ <a href="https://github.com/notifirehq/notifire" target="_blank" title="notifirehq/notifire">notifirehq/notifire</a>
546
+ </div>
547
+ <div class="sub-title followers">
548
+
549
+ <a class="language" target="_blank" href="https://github.com/topics/typescript" title="Programming Language TypeScript">
550
+ <span style="background-color: #2b7489;"></span>TypeScript
551
+ </a>
552
+
553
+ <span class="star" title="Stargazers Count">
554
+ <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
555
+ <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
556
+ </svg>
557
+ <span>2064</span>
558
+ </span>
559
+ <span class="star" title="Repo Forked">
560
+ <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
561
+ <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">
562
+ </path>
563
+ </svg>
564
+ <span>73</span>
565
+ </span>
566
+ <span class="star">
567
+ <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
568
+ <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>
569
+ </svg>
570
+ <span>269 stars today</span>
571
+ </span>
572
+ </div>
573
+ <div class="details">
574
+
575
+ </div>
576
+ </div>
577
+ </li>
578
+
579
+ <li>
580
+ <div class="info">
581
+ <div class="rank">
582
+ <span title="Ranking 13">13</span>
583
+ <a href="https://github.com/nunomaduro/larastan" target="_blank" title="nunomaduro/larastan">nunomaduro/larastan</a>
584
+ </div>
585
+ <div class="sub-title followers">
586
+
587
+ <a class="language" target="_blank" href="https://github.com/topics/php" title="Programming Language PHP">
588
+ <span style="background-color: #4F5D95;"></span>PHP
589
+ </a>
590
+
591
+ <span class="star" title="Stargazers Count">
592
+ <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
593
+ <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
594
+ </svg>
595
+ <span>3265</span>
596
+ </span>
597
+ <span class="star" title="Repo Forked">
598
+ <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
599
+ <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">
600
+ </path>
601
+ </svg>
602
+ <span>227</span>
603
+ </span>
604
+ <span class="star">
605
+ <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
606
+ <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>
607
+ </svg>
608
+ <span>66 stars today</span>
609
+ </span>
610
+ </div>
611
+ <div class="details">
612
+
613
+ </div>
614
+ </div>
615
+ </li>
616
+
617
+ <li>
618
+ <div class="info">
619
+ <div class="rank">
620
+ <span title="Ranking 14">14</span>
621
+ <a href="https://github.com/donnemartin/system-design-primer" target="_blank" title="donnemartin/system-design-primer">donnemartin/system-design-primer</a>
622
+ </div>
623
+ <div class="sub-title followers">
624
+
625
+ <a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
626
+ <span style="background-color: #3572A5;"></span>Python
627
+ </a>
628
+
629
+ <span class="star" title="Stargazers Count">
630
+ <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
631
+ <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
632
+ </svg>
633
+ <span>148706</span>
634
+ </span>
635
+ <span class="star" title="Repo Forked">
636
+ <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
637
+ <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">
638
+ </path>
639
+ </svg>
640
+ <span>27468</span>
641
+ </span>
642
+ <span class="star">
643
+ <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
644
+ <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>
645
+ </svg>
646
+ <span>317 stars today</span>
647
+ </span>
648
+ </div>
649
+ <div class="details">
650
+
651
+ </div>
652
+ </div>
653
+ </li>
654
+
655
+ <li>
656
+ <div class="info">
657
+ <div class="rank">
658
+ <span title="Ranking 15">15</span>
659
+ <a href="https://github.com/WorkerLivesMatter/WorkingTime" target="_blank" title="WorkerLivesMatter/WorkingTime">WorkerLivesMatter/WorkingTime</a>
660
+ </div>
661
+ <div class="sub-title followers">
662
+
663
+ <span class="star" title="Stargazers Count">
664
+ <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
665
+ <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>
666
+ </svg>
667
+ <span>13950</span>
668
+ </span>
669
+ <span class="star" title="Repo Forked">
670
+ <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
671
+ <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">
672
+ </path>
673
+ </svg>
674
+ <span>1494</span>
675
+ </span>
676
+ <span class="star">
677
+ <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
678
+ <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
+ </svg>
680
+ <span>170 stars today</span>
681
+ </span>
682
+ </div>
683
+ <div class="details">
684
+
685
+ </div>
686
+ </div>
687
+ </li>
688
+
689
+ <li>
690
+ <div class="info">
691
+ <div class="rank">
692
+ <span title="Ranking 16">16</span>
693
+ <a href="https://github.com/tokio-rs/axum" target="_blank" title="tokio-rs/axum">tokio-rs/axum</a>
694
+ </div>
695
+ <div class="sub-title followers">
696
+
697
+ <a class="language" target="_blank" href="https://github.com/topics/rust" title="Programming Language Rust">
698
+ <span style="background-color: #dea584;"></span>Rust
699
+ </a>
700
+
701
+ <span class="star" title="Stargazers Count">
702
+ <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
703
+ <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>
704
+ </svg>
705
+ <span>2345</span>
706
+ </span>
707
+ <span class="star" title="Repo Forked">
708
+ <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
709
+ <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">
710
+ </path>
711
+ </svg>
712
+ <span>130</span>
713
+ </span>
714
+ <span class="star">
715
+ <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
716
+ <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
+ </svg>
718
+ <span>97 stars today</span>
719
+ </span>
720
+ </div>
721
+ <div class="details">
722
+
723
+ </div>
724
+ </div>
725
+ </li>
726
+
727
+ <li>
728
+ <div class="info">
729
+ <div class="rank">
730
+ <span title="Ranking 17">17</span>
731
+ <a href="https://github.com/github/docs" target="_blank" title="github/docs">github/docs</a>
732
+ </div>
733
+ <div class="sub-title followers">
734
+
735
+ <a class="language" target="_blank" href="https://github.com/topics/javascript" title="Programming Language JavaScript">
736
+ <span style="background-color: #f1e05a;"></span>JavaScript
737
+ </a>
738
+
739
+ <span class="star" title="Stargazers Count">
740
+ <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
741
+ <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>
742
+ </svg>
743
+ <span>6890</span>
744
+ </span>
745
+ <span class="star" title="Repo Forked">
746
+ <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
747
+ <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">
748
+ </path>
749
+ </svg>
750
+ <span>29812</span>
751
+ </span>
752
+ <span class="star">
753
+ <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
754
+ <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>
755
+ </svg>
756
+ <span>49 stars today</span>
757
+ </span>
758
+ </div>
759
+ <div class="details">
760
+
761
+ </div>
762
+ </div>
763
+ </li>
764
+
765
+ <li>
766
+ <div class="info">
767
+ <div class="rank">
768
+ <span title="Ranking 18">18</span>
769
+ <a href="https://github.com/justjavac/free-programming-books-zh_CN" target="_blank" title="justjavac/free-programming-books-zh_CN">justjavac/free-programming-books-zh_CN</a>
770
+ </div>
771
+ <div class="sub-title followers">
772
+
773
+ <span class="star" title="Stargazers Count">
774
+ <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
775
+ <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>
776
+ </svg>
777
+ <span>83929</span>
778
+ </span>
779
+ <span class="star" title="Repo Forked">
780
+ <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
781
+ <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">
782
+ </path>
783
+ </svg>
784
+ <span>24187</span>
785
+ </span>
786
+ <span class="star">
787
+ <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
788
+ <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
+ </svg>
790
+ <span>104 stars today</span>
791
+ </span>
792
+ </div>
793
+ <div class="details">
794
+
795
+ </div>
796
+ </div>
797
+ </li>
798
+
799
+ <li>
800
+ <div class="info">
801
+ <div class="rank">
802
+ <span title="Ranking 19">19</span>
803
+ <a href="https://github.com/home-assistant/core" target="_blank" title="home-assistant/core">home-assistant/core</a>
804
+ </div>
805
+ <div class="sub-title followers">
806
+
807
+ <a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
808
+ <span style="background-color: #3572A5;"></span>Python
809
+ </a>
810
+
811
+ <span class="star" title="Stargazers Count">
812
+ <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
813
+ <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>
814
+ </svg>
815
+ <span>47169</span>
816
+ </span>
817
+ <span class="star" title="Repo Forked">
818
+ <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
819
+ <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">
820
+ </path>
821
+ </svg>
822
+ <span>15595</span>
823
+ </span>
824
+ <span class="star">
825
+ <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
826
+ <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
+ </svg>
828
+ <span>139 stars today</span>
829
+ </span>
830
+ </div>
831
+ <div class="details">
832
+
833
+ </div>
834
+ </div>
835
+ </li>
836
+
837
+ <li>
838
+ <div class="info">
839
+ <div class="rank">
840
+ <span title="Ranking 20">20</span>
841
+ <a href="https://github.com/adiwajshing/Baileys" target="_blank" title="adiwajshing/Baileys">adiwajshing/Baileys</a>
842
+ </div>
843
+ <div class="sub-title followers">
844
+
845
+ <a class="language" target="_blank" href="https://github.com/topics/javascript" title="Programming Language JavaScript">
846
+ <span style="background-color: #f1e05a;"></span>JavaScript
847
+ </a>
848
+
849
+ <span class="star" title="Stargazers Count">
850
+ <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
851
+ <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>
852
+ </svg>
853
+ <span>1635</span>
854
+ </span>
855
+ <span class="star" title="Repo Forked">
856
+ <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
857
+ <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">
858
+ </path>
859
+ </svg>
860
+ <span>419</span>
861
+ </span>
862
+ <span class="star">
863
+ <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
864
+ <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
+ </svg>
866
+ <span>37 stars today</span>
867
+ </span>
868
+ </div>
869
+ <div class="details">
870
+
871
+ </div>
872
+ </div>
873
+ </li>
874
+
875
+ <li>
876
+ <div class="info">
877
+ <div class="rank">
878
+ <span title="Ranking 21">21</span>
879
+ <a href="https://github.com/LaravelDaily/laravel-tips" target="_blank" title="LaravelDaily/laravel-tips">LaravelDaily/laravel-tips</a>
880
+ </div>
881
+ <div class="sub-title followers">
882
+
883
+ <span class="star" title="Stargazers Count">
884
+ <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
885
+ <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>
886
+ </svg>
887
+ <span>3146</span>
888
+ </span>
889
+ <span class="star" title="Repo Forked">
890
+ <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
891
+ <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">
892
+ </path>
893
+ </svg>
894
+ <span>633</span>
895
+ </span>
896
+ <span class="star">
897
+ <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
898
+ <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
+ </svg>
900
+ <span>49 stars today</span>
901
+ </span>
902
+ </div>
903
+ <div class="details">
904
+
905
+ </div>
906
+ </div>
907
+ </li>
908
+
909
+ <li>
910
+ <div class="info">
911
+ <div class="rank">
912
+ <span title="Ranking 22">22</span>
913
+ <a href="https://github.com/ruanyf/weekly" target="_blank" title="ruanyf/weekly">ruanyf/weekly</a>
914
+ </div>
915
+ <div class="sub-title followers">
916
+
917
+ <span class="star" title="Stargazers Count">
918
+ <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
919
+ <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>
920
+ </svg>
921
+ <span>19001</span>
922
+ </span>
923
+ <span class="star" title="Repo Forked">
924
+ <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
925
+ <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">
926
+ </path>
927
+ </svg>
928
+ <span>1468</span>
929
+ </span>
930
+ <span class="star">
931
+ <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
932
+ <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
933
+ </svg>
934
+ <span>161 stars today</span>
935
+ </span>
936
+ </div>
937
+ <div class="details">
938
+
939
+ </div>
940
+ </div>
941
+ </li>
942
+
943
+ <li>
944
+ <div class="info">
945
+ <div class="rank">
946
+ <span title="Ranking 23">23</span>
947
+ <a href="https://github.com/NixOS/nix" target="_blank" title="NixOS/nix">NixOS/nix</a>
948
+ </div>
949
+ <div class="sub-title followers">
950
+
951
+ <a class="language" target="_blank" href="https://github.com/topics/c++" title="Programming Language C++">
952
+ <span style="background-color: #f34b7d;"></span>C++
953
+ </a>
954
+
955
+ <span class="star" title="Stargazers Count">
956
+ <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
957
+ <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>
958
+ </svg>
959
+ <span>5022</span>
960
+ </span>
961
+ <span class="star" title="Repo Forked">
962
+ <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
963
+ <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">
964
+ </path>
965
+ </svg>
966
+ <span>801</span>
967
+ </span>
968
+ <span class="star">
969
+ <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
970
+ <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
+ </svg>
972
+ <span>91 stars today</span>
973
+ </span>
974
+ </div>
975
+ <div class="details">
976
+
977
+ </div>
978
+ </div>
979
+ </li>
980
+
981
+ <li>
982
+ <div class="info">
983
+ <div class="rank">
984
+ <span title="Ranking 24">24</span>
985
+ <a href="https://github.com/smiek2121/scripts" target="_blank" title="smiek2121/scripts">smiek2121/scripts</a>
986
+ </div>
987
+ <div class="sub-title followers">
988
+
989
+ <a class="language" target="_blank" href="https://github.com/topics/javascript" title="Programming Language JavaScript">
990
+ <span style="background-color: #f1e05a;"></span>JavaScript
991
+ </a>
992
+
993
+ <span class="star" title="Stargazers Count">
994
+ <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
995
+ <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>
996
+ </svg>
997
+ <span>130</span>
998
+ </span>
999
+ <span class="star" title="Repo Forked">
1000
+ <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
1001
+ <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">
1002
+ </path>
1003
+ </svg>
1004
+ <span>37</span>
1005
+ </span>
1006
+ <span class="star">
1007
+ <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
1008
+ <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
+ </svg>
1010
+ <span>22 stars today</span>
1011
+ </span>
1012
+ </div>
1013
+ <div class="details">
1014
+
1015
+ </div>
1016
+ </div>
1017
+ </li>
1018
+
1019
+ <li>
1020
+ <div class="info">
1021
+ <div class="rank">
1022
+ <span title="Ranking 25">25</span>
1023
+ <a href="https://github.com/questdb/questdb" target="_blank" title="questdb/questdb">questdb/questdb</a>
1024
+ </div>
1025
+ <div class="sub-title followers">
1026
+
1027
+ <a class="language" target="_blank" href="https://github.com/topics/java" title="Programming Language Java">
1028
+ <span style="background-color: #b07219;"></span>Java
1029
+ </a>
1030
+
1031
+ <span class="star" title="Stargazers Count">
1032
+ <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
1033
+ <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>
1034
+ </svg>
1035
+ <span>5363</span>
1036
+ </span>
1037
+ <span class="star" title="Repo Forked">
1038
+ <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
1039
+ <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">
1040
+ </path>
1041
+ </svg>
1042
+ <span>287</span>
1043
+ </span>
1044
+ <span class="star">
1045
+ <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
1046
+ <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
+ </svg>
1048
+ <span>250 stars today</span>
1049
+ </span>
1050
+ </div>
1051
+ <div class="details">
1052
+
1053
+ </div>
1054
+ </div>
1055
+ </li>
1056
+
1033
1057
  </ul>
1034
1058
  <div class="footer">
1035
- <p>
1059
+ <div>
1036
1060
  <a href="https://github.com/jaywcjlove/github-rank/network" target="_blank">
1037
1061
  <img src="https://img.shields.io/github/forks/jaywcjlove/github-rank.svg">
1038
1062
  </a>
@@ -1045,8 +1069,8 @@
1045
1069
  <a href="https://unpkg.com/@wcj/github-rank/web/index.html" target="_blank">
1046
1070
  <img src="https://img.shields.io/npm/v/@wcj/github-rank.svg?label=unpkg">
1047
1071
  </a>
1048
- </p>
1049
- <div class="time">Last cache created on 2021/10/31 by Github API v3.</div>
1072
+ </div>
1073
+ <div class="time">Last cache created on 2021/11/4 by Github API v3.</div>
1050
1074
  Create by <a href="https://github.com/jaywcjlove" target="_blank">小弟调调™</a>.
1051
1075
  </div>
1052
1076
  </body>