@wcj/github-rank 21.10.30 → 21.11.3

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 +32450 -32449
  2. package/dist/sifou-daily.json +75 -57
  3. package/dist/sifou-monthly.json +74 -74
  4. package/dist/sifou-weekly.json +160 -151
  5. package/dist/toutiao-30.json +109 -109
  6. package/dist/toutiao-7.json +154 -154
  7. package/dist/toutiao-90.json +74 -74
  8. package/dist/trending-daily.json +192 -192
  9. package/dist/trending-monthly.json +189 -189
  10. package/dist/trending-weekly.json +198 -198
  11. package/dist/users.china.json +3161 -3161
  12. package/dist/users.json +3920 -3920
  13. package/package.json +1 -1
  14. package/web/36kr.html +714 -696
  15. package/web/data/repos.json +32450 -32449
  16. package/web/data/sifou-daily.json +75 -57
  17. package/web/data/sifou-monthly.json +74 -74
  18. package/web/data/sifou-weekly.json +160 -151
  19. package/web/data/toutiao-30.json +109 -109
  20. package/web/data/toutiao-7.json +154 -154
  21. package/web/data/toutiao-90.json +74 -74
  22. package/web/data/trending-daily.json +192 -192
  23. package/web/data/trending-monthly.json +189 -189
  24. package/web/data/trending-weekly.json +198 -198
  25. package/web/data/users.china.json +3161 -3161
  26. package/web/data/users.json +3920 -3920
  27. package/web/index.html +15551 -15533
  28. package/web/repos.html +29575 -29557
  29. package/web/sifou-daily.html +415 -339
  30. package/web/sifou-monthly.html +891 -871
  31. package/web/sifou-weekly.html +891 -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 +998 -974
  36. package/web/trending-weekly.html +998 -978
  37. package/web/trending.html +974 -974
  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/30 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/3 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,960 +112,939 @@
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/github/copilot.vim" target="_blank" title="github/copilot.vim">github/copilot.vim</a>
108
- </div>
109
- <div class="sub-title followers">
110
-
111
- <a class="language" target="_blank" href="https://github.com/topics/vimscript" title="Programming Language Vimscript">
112
- <span style="background-color: #199f4b;"></span>Vimscript
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>1183</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>24</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>263 stars today</span>
133
- </span>
134
- </div>
135
- <div class="details">
136
- Neovim plugin for GitHub Copilot
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/schollz/croc" target="_blank" title="schollz/croc">schollz/croc</a>
146
- </div>
147
- <div class="sub-title followers">
148
-
149
- <a class="language" target="_blank" href="https://github.com/topics/go" title="Programming Language Go">
150
- <span style="background-color: #00ADD8;"></span>Go
151
- </a>
152
-
153
- <span class="star" title="Stargazers Count">
154
- <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
155
- <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
156
- </svg>
157
- <span>15657</span>
158
- </span>
159
- <span class="star" title="Repo Forked">
160
- <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
161
- <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">
162
- </path>
163
- </svg>
164
- <span>687</span>
165
- </span>
166
- <span class="star">
167
- <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
168
- <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
169
- </svg>
170
- <span>267 stars today</span>
171
- </span>
172
- </div>
173
- <div class="details">
174
- Easily and securely send things from one computer to another 🐊 📦
175
- </div>
176
- </div>
177
- </li>
178
-
179
- <li>
180
- <div class="info">
181
- <div class="rank">
182
- <span title="Ranking 3">3</span>
183
- <a href="https://github.com/arco-design/arco-design-vue" target="_blank" title="arco-design/arco-design-vue">arco-design/arco-design-vue</a>
184
- </div>
185
- <div class="sub-title followers">
186
-
187
- <a class="language" target="_blank" href="https://github.com/topics/typescript" title="Programming Language TypeScript">
188
- <span style="background-color: #2b7489;"></span>TypeScript
189
- </a>
190
-
191
- <span class="star" title="Stargazers Count">
192
- <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
193
- <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
194
- </svg>
195
- <span>459</span>
196
- </span>
197
- <span class="star" title="Repo Forked">
198
- <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
199
- <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">
200
- </path>
201
- </svg>
202
- <span>47</span>
203
- </span>
204
- <span class="star">
205
- <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
206
- <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
207
- </svg>
208
- <span>79 stars today</span>
209
- </span>
210
- </div>
211
- <div class="details">
212
- A Vue.js 3 UI Library
213
- </div>
214
- </div>
215
- </li>
216
-
217
- <li>
218
- <div class="info">
219
- <div class="rank">
220
- <span title="Ranking 4">4</span>
221
- <a href="https://github.com/iterativv/NostalgiaForInfinity" target="_blank" title="iterativv/NostalgiaForInfinity">iterativv/NostalgiaForInfinity</a>
222
- </div>
223
- <div class="sub-title followers">
224
-
225
- <a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
226
- <span style="background-color: #3572A5;"></span>Python
227
- </a>
228
-
229
- <span class="star" title="Stargazers Count">
230
- <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
231
- <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
232
- </svg>
233
- <span>461</span>
234
- </span>
235
- <span class="star" title="Repo Forked">
236
- <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
237
- <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">
238
- </path>
239
- </svg>
240
- <span>138</span>
241
- </span>
242
- <span class="star">
243
- <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
244
- <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
245
- </svg>
246
- <span>28 stars today</span>
247
- </span>
248
- </div>
249
- <div class="details">
250
- Trading strategy for the Freqtrade crypto bot
251
- </div>
252
- </div>
253
- </li>
254
-
255
- <li>
256
- <div class="info">
257
- <div class="rank">
258
- <span title="Ranking 5">5</span>
259
- <a href="https://github.com/WorkerLivesMatter/WorkingTime" target="_blank" title="WorkerLivesMatter/WorkingTime">WorkerLivesMatter/WorkingTime</a>
260
- </div>
261
- <div class="sub-title followers">
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>12562</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>1215</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>164 stars today</span>
281
- </span>
282
- </div>
283
- <div class="details">
284
-
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/ehn-dcc-development/hcert-spec" target="_blank" title="ehn-dcc-development/hcert-spec">ehn-dcc-development/hcert-spec</a>
294
- </div>
295
- <div class="sub-title followers">
296
-
297
- <a class="language" target="_blank" href="https://github.com/topics/makefile" title="Programming Language Makefile">
298
- <span style="background-color: #427819;"></span>Makefile
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>290</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>29</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>28 stars today</span>
319
- </span>
320
- </div>
321
- <div class="details">
322
- Electronic Health Certificates Specification
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/kon9chunkit/GitHub-Chinese-Top-Charts" target="_blank" title="kon9chunkit/GitHub-Chinese-Top-Charts">kon9chunkit/GitHub-Chinese-Top-Charts</a>
332
- </div>
333
- <div class="sub-title followers">
334
-
335
- <a class="language" target="_blank" href="https://github.com/topics/java" title="Programming Language Java">
336
- <span style="background-color: #b07219;"></span>Java
337
- </a>
338
-
339
- <span class="star" title="Stargazers Count">
340
- <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
341
- <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
342
- </svg>
343
- <span>39390</span>
344
- </span>
345
- <span class="star" title="Repo Forked">
346
- <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
347
- <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">
348
- </path>
349
- </svg>
350
- <span>5602</span>
351
- </span>
352
- <span class="star">
353
- <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
354
- <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
355
- </svg>
356
- <span>123 stars today</span>
357
- </span>
358
- </div>
359
- <div class="details">
360
- 🇨🇳 GitHub中文排行榜,帮助你发现高分优秀中文项目、更高效地吸收国人的优秀经验成果;榜单每周更新一次,敬请关注!
361
- </div>
362
- </div>
363
- </li>
364
-
365
- <li>
366
- <div class="info">
367
- <div class="rank">
368
- <span title="Ranking 8">8</span>
369
- <a href="https://github.com/vercel/next.js" target="_blank" title="vercel/next.js">vercel/next.js</a>
370
- </div>
371
- <div class="sub-title followers">
372
-
373
- <a class="language" target="_blank" href="https://github.com/topics/javascript" title="Programming Language JavaScript">
374
- <span style="background-color: #f1e05a;"></span>JavaScript
375
- </a>
376
-
377
- <span class="star" title="Stargazers Count">
378
- <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
379
- <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
380
- </svg>
381
- <span>75566</span>
382
- </span>
383
- <span class="star" title="Repo Forked">
384
- <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
385
- <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">
386
- </path>
387
- </svg>
388
- <span>14963</span>
389
- </span>
390
- <span class="star">
391
- <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
392
- <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
393
- </svg>
394
- <span>238 stars today</span>
395
- </span>
396
- </div>
397
- <div class="details">
398
- The React Framework
399
- </div>
400
- </div>
401
- </li>
402
-
403
- <li>
404
- <div class="info">
405
- <div class="rank">
406
- <span title="Ranking 9">9</span>
407
- <a href="https://github.com/github/copilot-docs" target="_blank" title="github/copilot-docs">github/copilot-docs</a>
408
- </div>
409
- <div class="sub-title followers">
410
-
411
- <a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
412
- <span style="background-color: #3572A5;"></span>Python
413
- </a>
414
-
415
- <span class="star" title="Stargazers Count">
416
- <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
417
- <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
418
- </svg>
419
- <span>2477</span>
420
- </span>
421
- <span class="star" title="Repo Forked">
422
- <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
423
- <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">
424
- </path>
425
- </svg>
426
- <span>170</span>
427
- </span>
428
- <span class="star">
429
- <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
430
- <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
431
- </svg>
432
- <span>742 stars today</span>
433
- </span>
434
- </div>
435
- <div class="details">
436
- Documentation for GitHub Copilot
437
- </div>
438
- </div>
439
- </li>
440
-
441
- <li>
442
- <div class="info">
443
- <div class="rank">
444
- <span title="Ranking 10">10</span>
445
- <a href="https://github.com/2point21/lba1-classic" target="_blank" title="2point21/lba1-classic">2point21/lba1-classic</a>
446
- </div>
447
- <div class="sub-title followers">
448
-
449
- <a class="language" target="_blank" href="https://github.com/topics/assembly" title="Programming Language Assembly">
450
- <span style="background-color: #6E4C13;"></span>Assembly
451
- </a>
452
-
453
- <span class="star" title="Stargazers Count">
454
- <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
455
- <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
456
- </svg>
457
- <span>242</span>
458
- </span>
459
- <span class="star" title="Repo Forked">
460
- <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
461
- <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">
462
- </path>
463
- </svg>
464
- <span>13</span>
465
- </span>
466
- <span class="star">
467
- <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
468
- <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
469
- </svg>
470
- <span>46 stars today</span>
471
- </span>
472
- </div>
473
- <div class="details">
474
-
475
- </div>
476
- </div>
477
- </li>
478
-
479
- <li>
480
- <div class="info">
481
- <div class="rank">
482
- <span title="Ranking 11">11</span>
483
- <a href="https://github.com/shengcaishizhan/kkndme_tianya" target="_blank" title="shengcaishizhan/kkndme_tianya">shengcaishizhan/kkndme_tianya</a>
484
- </div>
485
- <div class="sub-title followers">
486
-
487
- <span class="star" title="Stargazers Count">
488
- <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
489
- <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
490
- </svg>
491
- <span>5299</span>
492
- </span>
493
- <span class="star" title="Repo Forked">
494
- <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
495
- <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">
496
- </path>
497
- </svg>
498
- <span>1076</span>
499
- </span>
500
- <span class="star">
501
- <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
502
- <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
503
- </svg>
504
- <span>71 stars today</span>
505
- </span>
506
- </div>
507
- <div class="details">
508
- 天涯 kkndme 神贴聊房价
509
- </div>
510
- </div>
511
- </li>
512
-
513
- <li>
514
- <div class="info">
515
- <div class="rank">
516
- <span title="Ranking 12">12</span>
517
- <a href="https://github.com/2point21/lba2-classic" target="_blank" title="2point21/lba2-classic">2point21/lba2-classic</a>
518
- </div>
519
- <div class="sub-title followers">
520
-
521
- <a class="language" target="_blank" href="https://github.com/topics/assembly" title="Programming Language Assembly">
522
- <span style="background-color: #6E4C13;"></span>Assembly
523
- </a>
524
-
525
- <span class="star" title="Stargazers Count">
526
- <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
527
- <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
528
- </svg>
529
- <span>245</span>
530
- </span>
531
- <span class="star" title="Repo Forked">
532
- <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
533
- <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">
534
- </path>
535
- </svg>
536
- <span>15</span>
537
- </span>
538
- <span class="star">
539
- <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
540
- <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
541
- </svg>
542
- <span>51 stars today</span>
543
- </span>
544
- </div>
545
- <div class="details">
546
-
547
- </div>
548
- </div>
549
- </li>
550
-
551
- <li>
552
- <div class="info">
553
- <div class="rank">
554
- <span title="Ranking 13">13</span>
555
- <a href="https://github.com/DouyinFE/semi-design" target="_blank" title="DouyinFE/semi-design">DouyinFE/semi-design</a>
556
- </div>
557
- <div class="sub-title followers">
558
-
559
- <a class="language" target="_blank" href="https://github.com/topics/typescript" title="Programming Language TypeScript">
560
- <span style="background-color: #2b7489;"></span>TypeScript
561
- </a>
562
-
563
- <span class="star" title="Stargazers Count">
564
- <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
565
- <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
566
- </svg>
567
- <span>3533</span>
568
- </span>
569
- <span class="star" title="Repo Forked">
570
- <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
571
- <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">
572
- </path>
573
- </svg>
574
- <span>223</span>
575
- </span>
576
- <span class="star">
577
- <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
578
- <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
579
- </svg>
580
- <span>464 stars today</span>
581
- </span>
582
- </div>
583
- <div class="details">
584
- A modern, comprehensive, flexible design system and React UI library
585
- </div>
586
- </div>
587
- </li>
588
-
589
- <li>
590
- <div class="info">
591
- <div class="rank">
592
- <span title="Ranking 14">14</span>
593
- <a href="https://github.com/Leaflet/Leaflet" target="_blank" title="Leaflet/Leaflet">Leaflet/Leaflet</a>
594
- </div>
595
- <div class="sub-title followers">
596
-
597
- <a class="language" target="_blank" href="https://github.com/topics/javascript" title="Programming Language JavaScript">
598
- <span style="background-color: #f1e05a;"></span>JavaScript
599
- </a>
600
-
601
- <span class="star" title="Stargazers Count">
602
- <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
603
- <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
604
- </svg>
605
- <span>32160</span>
606
- </span>
607
- <span class="star" title="Repo Forked">
608
- <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
609
- <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">
610
- </path>
611
- </svg>
612
- <span>5020</span>
613
- </span>
614
- <span class="star">
615
- <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
616
- <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
617
- </svg>
618
- <span>90 stars today</span>
619
- </span>
620
- </div>
621
- <div class="details">
622
- 🍃 JavaScript library for mobile-friendly interactive maps
623
- </div>
624
- </div>
625
- </li>
626
-
627
- <li>
628
- <div class="info">
629
- <div class="rank">
630
- <span title="Ranking 15">15</span>
631
- <a href="https://github.com/modern-js-dev/modern.js" target="_blank" title="modern-js-dev/modern.js">modern-js-dev/modern.js</a>
632
- </div>
633
- <div class="sub-title followers">
634
-
635
- <a class="language" target="_blank" href="https://github.com/topics/typescript" title="Programming Language TypeScript">
636
- <span style="background-color: #2b7489;"></span>TypeScript
637
- </a>
638
-
639
- <span class="star" title="Stargazers Count">
640
- <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
641
- <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
642
- </svg>
643
- <span>1728</span>
644
- </span>
645
- <span class="star" title="Repo Forked">
646
- <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
647
- <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">
648
- </path>
649
- </svg>
650
- <span>86</span>
651
- </span>
652
- <span class="star">
653
- <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
654
- <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
655
- </svg>
656
- <span>301 stars today</span>
657
- </span>
658
- </div>
659
- <div class="details">
660
- The meta-framework suite designed from scratch for frontend-focused modern web development.
661
- </div>
662
- </div>
663
- </li>
664
-
665
- <li>
666
- <div class="info">
667
- <div class="rank">
668
- <span title="Ranking 16">16</span>
669
- <a href="https://github.com/devMEremenko/XcodeBenchmark" target="_blank" title="devMEremenko/XcodeBenchmark">devMEremenko/XcodeBenchmark</a>
670
- </div>
671
- <div class="sub-title followers">
672
-
673
- <a class="language" target="_blank" href="https://github.com/topics/swift" title="Programming Language Swift">
674
- <span style="background-color: #F05138;"></span>Swift
675
- </a>
676
-
677
- <span class="star" title="Stargazers Count">
678
- <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
679
- <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
680
- </svg>
681
- <span>1294</span>
682
- </span>
683
- <span class="star" title="Repo Forked">
684
- <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
685
- <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">
686
- </path>
687
- </svg>
688
- <span>156</span>
689
- </span>
690
- <span class="star">
691
- <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
692
- <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
693
- </svg>
694
- <span>72 stars today</span>
695
- </span>
696
- </div>
697
- <div class="details">
698
- XcodeBenchmark measures the compilation time of a large codebase on iMac, MacBook, and Mac Pro
699
- </div>
700
- </div>
701
- </li>
702
-
703
- <li>
704
- <div class="info">
705
- <div class="rank">
706
- <span title="Ranking 17">17</span>
707
- <a href="https://github.com/waldo-vision/optical-flow-demo" target="_blank" title="waldo-vision/optical-flow-demo">waldo-vision/optical-flow-demo</a>
708
- </div>
709
- <div class="sub-title followers">
710
-
711
- <a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
712
- <span style="background-color: #3572A5;"></span>Python
713
- </a>
714
-
715
- <span class="star" title="Stargazers Count">
716
- <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
717
- <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
718
- </svg>
719
- <span>315</span>
720
- </span>
721
- <span class="star" title="Repo Forked">
722
- <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
723
- <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">
724
- </path>
725
- </svg>
726
- <span>18</span>
727
- </span>
728
- <span class="star">
729
- <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
730
- <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
731
- </svg>
732
- <span>77 stars today</span>
733
- </span>
734
- </div>
735
- <div class="details">
736
- A project that uses optical flow and machine learning to detect aimhacking in video clips.
737
- </div>
738
- </div>
739
- </li>
740
-
741
- <li>
742
- <div class="info">
743
- <div class="rank">
744
- <span title="Ranking 18">18</span>
745
- <a href="https://github.com/angular/components" target="_blank" title="angular/components">angular/components</a>
746
- </div>
747
- <div class="sub-title followers">
748
-
749
- <a class="language" target="_blank" href="https://github.com/topics/typescript" title="Programming Language TypeScript">
750
- <span style="background-color: #2b7489;"></span>TypeScript
751
- </a>
752
-
753
- <span class="star" title="Stargazers Count">
754
- <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
755
- <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
756
- </svg>
757
- <span>22210</span>
758
- </span>
759
- <span class="star" title="Repo Forked">
760
- <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
761
- <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">
762
- </path>
763
- </svg>
764
- <span>5887</span>
765
- </span>
766
- <span class="star">
767
- <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
768
- <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
769
- </svg>
770
- <span>23 stars today</span>
771
- </span>
772
- </div>
773
- <div class="details">
774
- Component infrastructure and Material Design components for Angular
775
- </div>
776
- </div>
777
- </li>
778
-
779
- <li>
780
- <div class="info">
781
- <div class="rank">
782
- <span title="Ranking 19">19</span>
783
- <a href="https://github.com/projectdiscovery/nuclei-templates" target="_blank" title="projectdiscovery/nuclei-templates">projectdiscovery/nuclei-templates</a>
784
- </div>
785
- <div class="sub-title followers">
786
-
787
- <a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
788
- <span style="background-color: #3572A5;"></span>Python
789
- </a>
790
-
791
- <span class="star" title="Stargazers Count">
792
- <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
793
- <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
794
- </svg>
795
- <span>2664</span>
796
- </span>
797
- <span class="star" title="Repo Forked">
798
- <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
799
- <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">
800
- </path>
801
- </svg>
802
- <span>848</span>
803
- </span>
804
- <span class="star">
805
- <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
806
- <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
807
- </svg>
808
- <span>18 stars today</span>
809
- </span>
810
- </div>
811
- <div class="details">
812
- Community curated list of templates for the nuclei engine to find security vulnerabilities.
813
- </div>
814
- </div>
815
- </li>
816
-
817
- <li>
818
- <div class="info">
819
- <div class="rank">
820
- <span title="Ranking 20">20</span>
821
- <a href="https://github.com/onevcat/Kingfisher" target="_blank" title="onevcat/Kingfisher">onevcat/Kingfisher</a>
822
- </div>
823
- <div class="sub-title followers">
824
-
825
- <a class="language" target="_blank" href="https://github.com/topics/swift" title="Programming Language Swift">
826
- <span style="background-color: #F05138;"></span>Swift
827
- </a>
828
-
829
- <span class="star" title="Stargazers Count">
830
- <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
831
- <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
832
- </svg>
833
- <span>19279</span>
834
- </span>
835
- <span class="star" title="Repo Forked">
836
- <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
837
- <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">
838
- </path>
839
- </svg>
840
- <span>2195</span>
841
- </span>
842
- <span class="star">
843
- <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
844
- <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
845
- </svg>
846
- <span>21 stars today</span>
847
- </span>
848
- </div>
849
- <div class="details">
850
- A lightweight, pure-Swift library for downloading and caching images from the web.
851
- </div>
852
- </div>
853
- </li>
854
-
855
- <li>
856
- <div class="info">
857
- <div class="rank">
858
- <span title="Ranking 21">21</span>
859
- <a href="https://github.com/czj2369/jd_tb_auto" target="_blank" title="czj2369/jd_tb_auto">czj2369/jd_tb_auto</a>
860
- </div>
861
- <div class="sub-title followers">
862
-
863
- <a class="language" target="_blank" href="https://github.com/topics/javascript" title="Programming Language JavaScript">
864
- <span style="background-color: #f1e05a;"></span>JavaScript
865
- </a>
866
-
867
- <span class="star" title="Stargazers Count">
868
- <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
869
- <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
870
- </svg>
871
- <span>903</span>
872
- </span>
873
- <span class="star" title="Repo Forked">
874
- <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
875
- <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">
876
- </path>
877
- </svg>
878
- <span>274</span>
879
- </span>
880
- <span class="star">
881
- <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
882
- <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
883
- </svg>
884
- <span>96 stars today</span>
885
- </span>
886
- </div>
887
- <div class="details">
888
- 基于AutoJs编写的618||双十一||淘宝||京东||赚喵币||赚汪汪币任务自动完成脚本
889
- </div>
890
- </div>
891
- </li>
892
-
893
- <li>
894
- <div class="info">
895
- <div class="rank">
896
- <span title="Ranking 22">22</span>
897
- <a href="https://github.com/mltframework/shotcut" target="_blank" title="mltframework/shotcut">mltframework/shotcut</a>
898
- </div>
899
- <div class="sub-title followers">
900
-
901
- <a class="language" target="_blank" href="https://github.com/topics/c++" title="Programming Language C++">
902
- <span style="background-color: #f34b7d;"></span>C++
903
- </a>
904
-
905
- <span class="star" title="Stargazers Count">
906
- <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
907
- <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
908
- </svg>
909
- <span>5278</span>
910
- </span>
911
- <span class="star" title="Repo Forked">
912
- <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
913
- <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">
914
- </path>
915
- </svg>
916
- <span>637</span>
917
- </span>
918
- <span class="star">
919
- <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
920
- <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
921
- </svg>
922
- <span>128 stars today</span>
923
- </span>
924
- </div>
925
- <div class="details">
926
- cross-platform (Qt), open-source (GPLv3) video editor
927
- </div>
928
- </div>
929
- </li>
930
-
931
- <li>
932
- <div class="info">
933
- <div class="rank">
934
- <span title="Ranking 23">23</span>
935
- <a href="https://github.com/arco-design/arco-design" target="_blank" title="arco-design/arco-design">arco-design/arco-design</a>
936
- </div>
937
- <div class="sub-title followers">
938
-
939
- <a class="language" target="_blank" href="https://github.com/topics/typescript" title="Programming Language TypeScript">
940
- <span style="background-color: #2b7489;"></span>TypeScript
941
- </a>
942
-
943
- <span class="star" title="Stargazers Count">
944
- <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
945
- <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
946
- </svg>
947
- <span>1504</span>
948
- </span>
949
- <span class="star" title="Repo Forked">
950
- <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
951
- <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">
952
- </path>
953
- </svg>
954
- <span>100</span>
955
- </span>
956
- <span class="star">
957
- <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
958
- <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
959
- </svg>
960
- <span>302 stars today</span>
961
- </span>
962
- </div>
963
- <div class="details">
964
- A comprehensive React UI components library
965
- </div>
966
- </div>
967
- </li>
968
-
969
- <li>
970
- <div class="info">
971
- <div class="rank">
972
- <span title="Ranking 24">24</span>
973
- <a href="https://github.com/jumpserver/jumpserver" target="_blank" title="jumpserver/jumpserver">jumpserver/jumpserver</a>
974
- </div>
975
- <div class="sub-title followers">
976
-
977
- <a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
978
- <span style="background-color: #3572A5;"></span>Python
979
- </a>
980
-
981
- <span class="star" title="Stargazers Count">
982
- <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
983
- <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
984
- </svg>
985
- <span>17244</span>
986
- </span>
987
- <span class="star" title="Repo Forked">
988
- <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
989
- <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">
990
- </path>
991
- </svg>
992
- <span>4393</span>
993
- </span>
994
- <span class="star">
995
- <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
996
- <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
997
- </svg>
998
- <span>55 stars today</span>
999
- </span>
1000
- </div>
1001
- <div class="details">
1002
- JumpServer 是全球首款开源的堡垒机,是符合 4A 的专业运维安全审计系统。
1003
- </div>
1004
- </div>
1005
- </li>
1006
-
1007
- <li>
1008
- <div class="info">
1009
- <div class="rank">
1010
- <span title="Ranking 25">25</span>
1011
- <a href="https://github.com/tailwindlabs/headlessui" target="_blank" title="tailwindlabs/headlessui">tailwindlabs/headlessui</a>
1012
- </div>
1013
- <div class="sub-title followers">
1014
-
1015
- <a class="language" target="_blank" href="https://github.com/topics/typescript" title="Programming Language TypeScript">
1016
- <span style="background-color: #2b7489;"></span>TypeScript
1017
- </a>
1018
-
1019
- <span class="star" title="Stargazers Count">
1020
- <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
1021
- <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
1022
- </svg>
1023
- <span>11369</span>
1024
- </span>
1025
- <span class="star" title="Repo Forked">
1026
- <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
1027
- <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">
1028
- </path>
1029
- </svg>
1030
- <span>391</span>
1031
- </span>
1032
- <span class="star">
1033
- <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
1034
- <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
1035
- </svg>
1036
- <span>155 stars today</span>
1037
- </span>
1038
- </div>
1039
- <div class="details">
1040
- Completely unstyled, fully accessible UI components, designed to integrate beautifully with Tailwind CSS.
1041
- </div>
1042
- </div>
1043
- </li>
1044
-
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/OpenIMSDK/Open-IM-Server" target="_blank" title="OpenIMSDK/Open-IM-Server">OpenIMSDK/Open-IM-Server</a>
128
+ </div>
129
+ <div class="sub-title followers">
130
+
131
+ <a class="language" target="_blank" href="https://github.com/topics/go" title="Programming Language Go">
132
+ <span style="background-color: #00ADD8;"></span>Go
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>2777</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>388</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>435 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/microsoft/Data-Science-For-Beginners" target="_blank" title="microsoft/Data-Science-For-Beginners">microsoft/Data-Science-For-Beginners</a>
166
+ </div>
167
+ <div class="sub-title followers">
168
+
169
+ <a class="language" target="_blank" href="https://github.com/topics/jupyternotebook" title="Programming Language JupyterNotebook">
170
+ <span style="background-color: #DA5B0B;"></span>JupyterNotebook
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>5415</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>740</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>524 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/lihaoyun6/PD-Runner" target="_blank" title="lihaoyun6/PD-Runner">lihaoyun6/PD-Runner</a>
204
+ </div>
205
+ <div class="sub-title followers">
206
+
207
+ <span class="star" title="Stargazers Count">
208
+ <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
209
+ <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
210
+ </svg>
211
+ <span>733</span>
212
+ </span>
213
+ <span class="star" title="Repo Forked">
214
+ <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
215
+ <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">
216
+ </path>
217
+ </svg>
218
+ <span>123</span>
219
+ </span>
220
+ <span class="star">
221
+ <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
222
+ <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
223
+ </svg>
224
+ <span>114 stars today</span>
225
+ </span>
226
+ </div>
227
+ <div class="details">
228
+
229
+ </div>
230
+ </div>
231
+ </li>
232
+
233
+ <li>
234
+ <div class="info">
235
+ <div class="rank">
236
+ <span title="Ranking 4">4</span>
237
+ <a href="https://github.com/WorkerLivesMatter/WorkingTime" target="_blank" title="WorkerLivesMatter/WorkingTime">WorkerLivesMatter/WorkingTime</a>
238
+ </div>
239
+ <div class="sub-title followers">
240
+
241
+ <span class="star" title="Stargazers Count">
242
+ <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
243
+ <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
244
+ </svg>
245
+ <span>13793</span>
246
+ </span>
247
+ <span class="star" title="Repo Forked">
248
+ <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
249
+ <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">
250
+ </path>
251
+ </svg>
252
+ <span>1465</span>
253
+ </span>
254
+ <span class="star">
255
+ <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
256
+ <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
257
+ </svg>
258
+ <span>381 stars today</span>
259
+ </span>
260
+ </div>
261
+ <div class="details">
262
+
263
+ </div>
264
+ </div>
265
+ </li>
266
+
267
+ <li>
268
+ <div class="info">
269
+ <div class="rank">
270
+ <span title="Ranking 5">5</span>
271
+ <a href="https://github.com/hpcaitech/ColossalAI" target="_blank" title="hpcaitech/ColossalAI">hpcaitech/ColossalAI</a>
272
+ </div>
273
+ <div class="sub-title followers">
274
+
275
+ <a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
276
+ <span style="background-color: #3572A5;"></span>Python
277
+ </a>
278
+
279
+ <span class="star" title="Stargazers Count">
280
+ <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
281
+ <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
282
+ </svg>
283
+ <span>218</span>
284
+ </span>
285
+ <span class="star" title="Repo Forked">
286
+ <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
287
+ <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">
288
+ </path>
289
+ </svg>
290
+ <span>28</span>
291
+ </span>
292
+ <span class="star">
293
+ <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
294
+ <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
295
+ </svg>
296
+ <span>83 stars today</span>
297
+ </span>
298
+ </div>
299
+ <div class="details">
300
+
301
+ </div>
302
+ </div>
303
+ </li>
304
+
305
+ <li>
306
+ <div class="info">
307
+ <div class="rank">
308
+ <span title="Ranking 6">6</span>
309
+ <a href="https://github.com/notifirehq/notifire" target="_blank" title="notifirehq/notifire">notifirehq/notifire</a>
310
+ </div>
311
+ <div class="sub-title followers">
312
+
313
+ <a class="language" target="_blank" href="https://github.com/topics/typescript" title="Programming Language TypeScript">
314
+ <span style="background-color: #2b7489;"></span>TypeScript
315
+ </a>
316
+
317
+ <span class="star" title="Stargazers Count">
318
+ <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
319
+ <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
320
+ </svg>
321
+ <span>1795</span>
322
+ </span>
323
+ <span class="star" title="Repo Forked">
324
+ <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
325
+ <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">
326
+ </path>
327
+ </svg>
328
+ <span>69</span>
329
+ </span>
330
+ <span class="star">
331
+ <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
332
+ <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
333
+ </svg>
334
+ <span>380 stars today</span>
335
+ </span>
336
+ </div>
337
+ <div class="details">
338
+
339
+ </div>
340
+ </div>
341
+ </li>
342
+
343
+ <li>
344
+ <div class="info">
345
+ <div class="rank">
346
+ <span title="Ranking 7">7</span>
347
+ <a href="https://github.com/Koenkk/zigbee2mqtt" target="_blank" title="Koenkk/zigbee2mqtt">Koenkk/zigbee2mqtt</a>
348
+ </div>
349
+ <div class="sub-title followers">
350
+
351
+ <a class="language" target="_blank" href="https://github.com/topics/javascript" title="Programming Language JavaScript">
352
+ <span style="background-color: #f1e05a;"></span>JavaScript
353
+ </a>
354
+
355
+ <span class="star" title="Stargazers Count">
356
+ <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
357
+ <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
358
+ </svg>
359
+ <span>6735</span>
360
+ </span>
361
+ <span class="star" title="Repo Forked">
362
+ <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
363
+ <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">
364
+ </path>
365
+ </svg>
366
+ <span>1118</span>
367
+ </span>
368
+ <span class="star">
369
+ <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
370
+ <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
371
+ </svg>
372
+ <span>105 stars today</span>
373
+ </span>
374
+ </div>
375
+ <div class="details">
376
+
377
+ </div>
378
+ </div>
379
+ </li>
380
+
381
+ <li>
382
+ <div class="info">
383
+ <div class="rank">
384
+ <span title="Ranking 8">8</span>
385
+ <a href="https://github.com/ethereum-boilerplate/ethereum-boilerplate" target="_blank" title="ethereum-boilerplate/ethereum-boilerplate">ethereum-boilerplate/ethereum-boilerplate</a>
386
+ </div>
387
+ <div class="sub-title followers">
388
+
389
+ <a class="language" target="_blank" href="https://github.com/topics/javascript" title="Programming Language JavaScript">
390
+ <span style="background-color: #f1e05a;"></span>JavaScript
391
+ </a>
392
+
393
+ <span class="star" title="Stargazers Count">
394
+ <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
395
+ <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
396
+ </svg>
397
+ <span>252</span>
398
+ </span>
399
+ <span class="star" title="Repo Forked">
400
+ <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
401
+ <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">
402
+ </path>
403
+ </svg>
404
+ <span>68</span>
405
+ </span>
406
+ <span class="star">
407
+ <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
408
+ <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
409
+ </svg>
410
+ <span>105 stars today</span>
411
+ </span>
412
+ </div>
413
+ <div class="details">
414
+
415
+ </div>
416
+ </div>
417
+ </li>
418
+
419
+ <li>
420
+ <div class="info">
421
+ <div class="rank">
422
+ <span title="Ranking 9">9</span>
423
+ <a href="https://github.com/visenger/awesome-mlops" target="_blank" title="visenger/awesome-mlops">visenger/awesome-mlops</a>
424
+ </div>
425
+ <div class="sub-title followers">
426
+
427
+ <span class="star" title="Stargazers Count">
428
+ <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
429
+ <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
430
+ </svg>
431
+ <span>6759</span>
432
+ </span>
433
+ <span class="star" title="Repo Forked">
434
+ <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
435
+ <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">
436
+ </path>
437
+ </svg>
438
+ <span>1019</span>
439
+ </span>
440
+ <span class="star">
441
+ <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
442
+ <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
443
+ </svg>
444
+ <span>88 stars today</span>
445
+ </span>
446
+ </div>
447
+ <div class="details">
448
+
449
+ </div>
450
+ </div>
451
+ </li>
452
+
453
+ <li>
454
+ <div class="info">
455
+ <div class="rank">
456
+ <span title="Ranking 10">10</span>
457
+ <a href="https://github.com/kon9chunkit/GitHub-Chinese-Top-Charts" target="_blank" title="kon9chunkit/GitHub-Chinese-Top-Charts">kon9chunkit/GitHub-Chinese-Top-Charts</a>
458
+ </div>
459
+ <div class="sub-title followers">
460
+
461
+ <a class="language" target="_blank" href="https://github.com/topics/java" title="Programming Language Java">
462
+ <span style="background-color: #b07219;"></span>Java
463
+ </a>
464
+
465
+ <span class="star" title="Stargazers Count">
466
+ <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
467
+ <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
468
+ </svg>
469
+ <span>40047</span>
470
+ </span>
471
+ <span class="star" title="Repo Forked">
472
+ <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
473
+ <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">
474
+ </path>
475
+ </svg>
476
+ <span>5669</span>
477
+ </span>
478
+ <span class="star">
479
+ <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
480
+ <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
481
+ </svg>
482
+ <span>119 stars today</span>
483
+ </span>
484
+ </div>
485
+ <div class="details">
486
+
487
+ </div>
488
+ </div>
489
+ </li>
490
+
491
+ <li>
492
+ <div class="info">
493
+ <div class="rank">
494
+ <span title="Ranking 11">11</span>
495
+ <a href="https://github.com/BNYMellon/spring-kata" target="_blank" title="BNYMellon/spring-kata">BNYMellon/spring-kata</a>
496
+ </div>
497
+ <div class="sub-title followers">
498
+
499
+ <a class="language" target="_blank" href="https://github.com/topics/java" title="Programming Language Java">
500
+ <span style="background-color: #b07219;"></span>Java
501
+ </a>
502
+
503
+ <span class="star" title="Stargazers Count">
504
+ <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
505
+ <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
506
+ </svg>
507
+ <span>298</span>
508
+ </span>
509
+ <span class="star" title="Repo Forked">
510
+ <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
511
+ <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">
512
+ </path>
513
+ </svg>
514
+ <span>42</span>
515
+ </span>
516
+ <span class="star">
517
+ <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
518
+ <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
519
+ </svg>
520
+ <span>69 stars today</span>
521
+ </span>
522
+ </div>
523
+ <div class="details">
524
+
525
+ </div>
526
+ </div>
527
+ </li>
528
+
529
+ <li>
530
+ <div class="info">
531
+ <div class="rank">
532
+ <span title="Ranking 12">12</span>
533
+ <a href="https://github.com/klange/toaruos" target="_blank" title="klange/toaruos">klange/toaruos</a>
534
+ </div>
535
+ <div class="sub-title followers">
536
+
537
+ <a class="language" target="_blank" href="https://github.com/topics/c" title="Programming Language C">
538
+ <span style="background-color: #555555;"></span>C
539
+ </a>
540
+
541
+ <span class="star" title="Stargazers Count">
542
+ <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
543
+ <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
544
+ </svg>
545
+ <span>4276</span>
546
+ </span>
547
+ <span class="star" title="Repo Forked">
548
+ <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
549
+ <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">
550
+ </path>
551
+ </svg>
552
+ <span>386</span>
553
+ </span>
554
+ <span class="star">
555
+ <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
556
+ <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
557
+ </svg>
558
+ <span>134 stars today</span>
559
+ </span>
560
+ </div>
561
+ <div class="details">
562
+
563
+ </div>
564
+ </div>
565
+ </li>
566
+
567
+ <li>
568
+ <div class="info">
569
+ <div class="rank">
570
+ <span title="Ranking 13">13</span>
571
+ <a href="https://github.com/ruanyf/weekly" target="_blank" title="ruanyf/weekly">ruanyf/weekly</a>
572
+ </div>
573
+ <div class="sub-title followers">
574
+
575
+ <span class="star" title="Stargazers Count">
576
+ <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
577
+ <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
578
+ </svg>
579
+ <span>18857</span>
580
+ </span>
581
+ <span class="star" title="Repo Forked">
582
+ <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
583
+ <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">
584
+ </path>
585
+ </svg>
586
+ <span>1460</span>
587
+ </span>
588
+ <span class="star">
589
+ <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
590
+ <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
591
+ </svg>
592
+ <span>58 stars today</span>
593
+ </span>
594
+ </div>
595
+ <div class="details">
596
+
597
+ </div>
598
+ </div>
599
+ </li>
600
+
601
+ <li>
602
+ <div class="info">
603
+ <div class="rank">
604
+ <span title="Ranking 14">14</span>
605
+ <a href="https://github.com/LaravelDaily/laravel-tips" target="_blank" title="LaravelDaily/laravel-tips">LaravelDaily/laravel-tips</a>
606
+ </div>
607
+ <div class="sub-title followers">
608
+
609
+ <span class="star" title="Stargazers Count">
610
+ <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
611
+ <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
612
+ </svg>
613
+ <span>3109</span>
614
+ </span>
615
+ <span class="star" title="Repo Forked">
616
+ <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
617
+ <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">
618
+ </path>
619
+ </svg>
620
+ <span>625</span>
621
+ </span>
622
+ <span class="star">
623
+ <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
624
+ <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
625
+ </svg>
626
+ <span>51 stars today</span>
627
+ </span>
628
+ </div>
629
+ <div class="details">
630
+
631
+ </div>
632
+ </div>
633
+ </li>
634
+
635
+ <li>
636
+ <div class="info">
637
+ <div class="rank">
638
+ <span title="Ranking 15">15</span>
639
+ <a href="https://github.com/NebuTech/NBMiner" target="_blank" title="NebuTech/NBMiner">NebuTech/NBMiner</a>
640
+ </div>
641
+ <div class="sub-title followers">
642
+
643
+ <span class="star" title="Stargazers Count">
644
+ <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
645
+ <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
646
+ </svg>
647
+ <span>2034</span>
648
+ </span>
649
+ <span class="star" title="Repo Forked">
650
+ <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
651
+ <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">
652
+ </path>
653
+ </svg>
654
+ <span>361</span>
655
+ </span>
656
+ <span class="star">
657
+ <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
658
+ <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
659
+ </svg>
660
+ <span>50 stars today</span>
661
+ </span>
662
+ </div>
663
+ <div class="details">
664
+
665
+ </div>
666
+ </div>
667
+ </li>
668
+
669
+ <li>
670
+ <div class="info">
671
+ <div class="rank">
672
+ <span title="Ranking 16">16</span>
673
+ <a href="https://github.com/bregman-arie/devops-resources" target="_blank" title="bregman-arie/devops-resources">bregman-arie/devops-resources</a>
674
+ </div>
675
+ <div class="sub-title followers">
676
+
677
+ <a class="language" target="_blank" href="https://github.com/topics/groovy" title="Programming Language Groovy">
678
+ <span style="background-color: #4298b8;"></span>Groovy
679
+ </a>
680
+
681
+ <span class="star" title="Stargazers Count">
682
+ <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
683
+ <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
684
+ </svg>
685
+ <span>2958</span>
686
+ </span>
687
+ <span class="star" title="Repo Forked">
688
+ <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
689
+ <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">
690
+ </path>
691
+ </svg>
692
+ <span>605</span>
693
+ </span>
694
+ <span class="star">
695
+ <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
696
+ <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
697
+ </svg>
698
+ <span>155 stars today</span>
699
+ </span>
700
+ </div>
701
+ <div class="details">
702
+
703
+ </div>
704
+ </div>
705
+ </li>
706
+
707
+ <li>
708
+ <div class="info">
709
+ <div class="rank">
710
+ <span title="Ranking 17">17</span>
711
+ <a href="https://github.com/brave/brave-browser" target="_blank" title="brave/brave-browser">brave/brave-browser</a>
712
+ </div>
713
+ <div class="sub-title followers">
714
+
715
+ <a class="language" target="_blank" href="https://github.com/topics/javascript" title="Programming Language JavaScript">
716
+ <span style="background-color: #f1e05a;"></span>JavaScript
717
+ </a>
718
+
719
+ <span class="star" title="Stargazers Count">
720
+ <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
721
+ <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
722
+ </svg>
723
+ <span>11074</span>
724
+ </span>
725
+ <span class="star" title="Repo Forked">
726
+ <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
727
+ <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">
728
+ </path>
729
+ </svg>
730
+ <span>1176</span>
731
+ </span>
732
+ <span class="star">
733
+ <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
734
+ <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
735
+ </svg>
736
+ <span>94 stars today</span>
737
+ </span>
738
+ </div>
739
+ <div class="details">
740
+
741
+ </div>
742
+ </div>
743
+ </li>
744
+
745
+ <li>
746
+ <div class="info">
747
+ <div class="rank">
748
+ <span title="Ranking 18">18</span>
749
+ <a href="https://github.com/d2l-ai/d2l-zh" target="_blank" title="d2l-ai/d2l-zh">d2l-ai/d2l-zh</a>
750
+ </div>
751
+ <div class="sub-title followers">
752
+
753
+ <a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
754
+ <span style="background-color: #3572A5;"></span>Python
755
+ </a>
756
+
757
+ <span class="star" title="Stargazers Count">
758
+ <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
759
+ <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
760
+ </svg>
761
+ <span>26686</span>
762
+ </span>
763
+ <span class="star" title="Repo Forked">
764
+ <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
765
+ <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">
766
+ </path>
767
+ </svg>
768
+ <span>6417</span>
769
+ </span>
770
+ <span class="star">
771
+ <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
772
+ <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
773
+ </svg>
774
+ <span>105 stars today</span>
775
+ </span>
776
+ </div>
777
+ <div class="details">
778
+
779
+ </div>
780
+ </div>
781
+ </li>
782
+
783
+ <li>
784
+ <div class="info">
785
+ <div class="rank">
786
+ <span title="Ranking 19">19</span>
787
+ <a href="https://github.com/microsoft/PowerToys" target="_blank" title="microsoft/PowerToys">microsoft/PowerToys</a>
788
+ </div>
789
+ <div class="sub-title followers">
790
+
791
+ <a class="language" target="_blank" href="https://github.com/topics/c#" title="Programming Language C#">
792
+ <span style="background-color: #178600;"></span>C#
793
+ </a>
794
+
795
+ <span class="star" title="Stargazers Count">
796
+ <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
797
+ <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
798
+ </svg>
799
+ <span>62818</span>
800
+ </span>
801
+ <span class="star" title="Repo Forked">
802
+ <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
803
+ <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">
804
+ </path>
805
+ </svg>
806
+ <span>3475</span>
807
+ </span>
808
+ <span class="star">
809
+ <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
810
+ <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
811
+ </svg>
812
+ <span>179 stars today</span>
813
+ </span>
814
+ </div>
815
+ <div class="details">
816
+
817
+ </div>
818
+ </div>
819
+ </li>
820
+
821
+ <li>
822
+ <div class="info">
823
+ <div class="rank">
824
+ <span title="Ranking 20">20</span>
825
+ <a href="https://github.com/codebasics/py" target="_blank" title="codebasics/py">codebasics/py</a>
826
+ </div>
827
+ <div class="sub-title followers">
828
+
829
+ <a class="language" target="_blank" href="https://github.com/topics/jupyternotebook" title="Programming Language JupyterNotebook">
830
+ <span style="background-color: #DA5B0B;"></span>JupyterNotebook
831
+ </a>
832
+
833
+ <span class="star" title="Stargazers Count">
834
+ <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
835
+ <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
836
+ </svg>
837
+ <span>3822</span>
838
+ </span>
839
+ <span class="star" title="Repo Forked">
840
+ <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
841
+ <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">
842
+ </path>
843
+ </svg>
844
+ <span>10241</span>
845
+ </span>
846
+ <span class="star">
847
+ <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
848
+ <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
849
+ </svg>
850
+ <span>76 stars today</span>
851
+ </span>
852
+ </div>
853
+ <div class="details">
854
+
855
+ </div>
856
+ </div>
857
+ </li>
858
+
859
+ <li>
860
+ <div class="info">
861
+ <div class="rank">
862
+ <span title="Ranking 21">21</span>
863
+ <a href="https://github.com/taichi-dev/taichi" target="_blank" title="taichi-dev/taichi">taichi-dev/taichi</a>
864
+ </div>
865
+ <div class="sub-title followers">
866
+
867
+ <a class="language" target="_blank" href="https://github.com/topics/c++" title="Programming Language C++">
868
+ <span style="background-color: #f34b7d;"></span>C++
869
+ </a>
870
+
871
+ <span class="star" title="Stargazers Count">
872
+ <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
873
+ <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
874
+ </svg>
875
+ <span>16725</span>
876
+ </span>
877
+ <span class="star" title="Repo Forked">
878
+ <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
879
+ <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">
880
+ </path>
881
+ </svg>
882
+ <span>1732</span>
883
+ </span>
884
+ <span class="star">
885
+ <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
886
+ <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
887
+ </svg>
888
+ <span>130 stars today</span>
889
+ </span>
890
+ </div>
891
+ <div class="details">
892
+
893
+ </div>
894
+ </div>
895
+ </li>
896
+
897
+ <li>
898
+ <div class="info">
899
+ <div class="rank">
900
+ <span title="Ranking 22">22</span>
901
+ <a href="https://github.com/donnemartin/system-design-primer" target="_blank" title="donnemartin/system-design-primer">donnemartin/system-design-primer</a>
902
+ </div>
903
+ <div class="sub-title followers">
904
+
905
+ <a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
906
+ <span style="background-color: #3572A5;"></span>Python
907
+ </a>
908
+
909
+ <span class="star" title="Stargazers Count">
910
+ <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
911
+ <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
912
+ </svg>
913
+ <span>148423</span>
914
+ </span>
915
+ <span class="star" title="Repo Forked">
916
+ <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
917
+ <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">
918
+ </path>
919
+ </svg>
920
+ <span>27446</span>
921
+ </span>
922
+ <span class="star">
923
+ <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
924
+ <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
925
+ </svg>
926
+ <span>301 stars today</span>
927
+ </span>
928
+ </div>
929
+ <div class="details">
930
+
931
+ </div>
932
+ </div>
933
+ </li>
934
+
935
+ <li>
936
+ <div class="info">
937
+ <div class="rank">
938
+ <span title="Ranking 23">23</span>
939
+ <a href="https://github.com/microsoft/ML-For-Beginners" target="_blank" title="microsoft/ML-For-Beginners">microsoft/ML-For-Beginners</a>
940
+ </div>
941
+ <div class="sub-title followers">
942
+
943
+ <a class="language" target="_blank" href="https://github.com/topics/jupyternotebook" title="Programming Language JupyterNotebook">
944
+ <span style="background-color: #DA5B0B;"></span>JupyterNotebook
945
+ </a>
946
+
947
+ <span class="star" title="Stargazers Count">
948
+ <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
949
+ <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
950
+ </svg>
951
+ <span>23805</span>
952
+ </span>
953
+ <span class="star" title="Repo Forked">
954
+ <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
955
+ <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">
956
+ </path>
957
+ </svg>
958
+ <span>5014</span>
959
+ </span>
960
+ <span class="star">
961
+ <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
962
+ <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
963
+ </svg>
964
+ <span>392 stars today</span>
965
+ </span>
966
+ </div>
967
+ <div class="details">
968
+
969
+ </div>
970
+ </div>
971
+ </li>
972
+
973
+ <li>
974
+ <div class="info">
975
+ <div class="rank">
976
+ <span title="Ranking 24">24</span>
977
+ <a href="https://github.com/home-assistant/core" target="_blank" title="home-assistant/core">home-assistant/core</a>
978
+ </div>
979
+ <div class="sub-title followers">
980
+
981
+ <a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
982
+ <span style="background-color: #3572A5;"></span>Python
983
+ </a>
984
+
985
+ <span class="star" title="Stargazers Count">
986
+ <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
987
+ <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
988
+ </svg>
989
+ <span>47039</span>
990
+ </span>
991
+ <span class="star" title="Repo Forked">
992
+ <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
993
+ <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">
994
+ </path>
995
+ </svg>
996
+ <span>15575</span>
997
+ </span>
998
+ <span class="star">
999
+ <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
1000
+ <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
1001
+ </svg>
1002
+ <span>122 stars today</span>
1003
+ </span>
1004
+ </div>
1005
+ <div class="details">
1006
+
1007
+ </div>
1008
+ </div>
1009
+ </li>
1010
+
1011
+ <li>
1012
+ <div class="info">
1013
+ <div class="rank">
1014
+ <span title="Ranking 25">25</span>
1015
+ <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>
1016
+ </div>
1017
+ <div class="sub-title followers">
1018
+
1019
+ <span class="star" title="Stargazers Count">
1020
+ <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
1021
+ <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
1022
+ </svg>
1023
+ <span>83835</span>
1024
+ </span>
1025
+ <span class="star" title="Repo Forked">
1026
+ <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
1027
+ <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">
1028
+ </path>
1029
+ </svg>
1030
+ <span>24171</span>
1031
+ </span>
1032
+ <span class="star">
1033
+ <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
1034
+ <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
1035
+ </svg>
1036
+ <span>81 stars today</span>
1037
+ </span>
1038
+ </div>
1039
+ <div class="details">
1040
+
1041
+ </div>
1042
+ </div>
1043
+ </li>
1044
+
1045
1045
  </ul>
1046
1046
  <div class="footer">
1047
- <p>
1047
+ <div>
1048
1048
  <a href="https://github.com/jaywcjlove/github-rank/network" target="_blank">
1049
1049
  <img src="https://img.shields.io/github/forks/jaywcjlove/github-rank.svg">
1050
1050
  </a>
@@ -1057,8 +1057,8 @@
1057
1057
  <a href="https://unpkg.com/@wcj/github-rank/web/index.html" target="_blank">
1058
1058
  <img src="https://img.shields.io/npm/v/@wcj/github-rank.svg?label=unpkg">
1059
1059
  </a>
1060
- </p>
1061
- <div class="time">Last cache created on 2021/10/30 by Github API v3.</div>
1060
+ </div>
1061
+ <div class="time">Last cache created on 2021/11/3 by Github API v3.</div>
1062
1062
  Create by <a href="https://github.com/jaywcjlove" target="_blank">小弟调调™</a>.
1063
1063
  </div>
1064
1064
  </body>