@wcj/github-rank 21.11.1 → 21.11.5

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 +35276 -35263
  2. package/dist/sifou-daily.json +80 -35
  3. package/dist/sifou-monthly.json +113 -113
  4. package/dist/sifou-weekly.json +162 -171
  5. package/dist/toutiao-30.json +79 -79
  6. package/dist/toutiao-7.json +155 -155
  7. package/dist/toutiao-90.json +59 -59
  8. package/dist/trending-daily.json +198 -198
  9. package/dist/trending-monthly.json +185 -185
  10. package/dist/trending-weekly.json +192 -192
  11. package/dist/users.china.json +3387 -3387
  12. package/dist/users.json +3690 -3690
  13. package/package.json +1 -1
  14. package/web/36kr.html +714 -696
  15. package/web/data/repos.json +35276 -35263
  16. package/web/data/sifou-daily.json +80 -35
  17. package/web/data/sifou-monthly.json +113 -113
  18. package/web/data/sifou-weekly.json +162 -171
  19. package/web/data/toutiao-30.json +79 -79
  20. package/web/data/toutiao-7.json +155 -155
  21. package/web/data/toutiao-90.json +59 -59
  22. package/web/data/trending-daily.json +198 -198
  23. package/web/data/trending-monthly.json +185 -185
  24. package/web/data/trending-weekly.json +192 -192
  25. package/web/data/users.china.json +3387 -3387
  26. package/web/data/users.json +3690 -3690
  27. package/web/index.html +15551 -15533
  28. package/web/repos.html +29575 -29557
  29. package/web/sifou-daily.html +359 -199
  30. package/web/sifou-monthly.html +891 -871
  31. package/web/sifou-weekly.html +835 -843
  32. package/web/toutiao-30.html +702 -682
  33. package/web/toutiao-7.html +571 -551
  34. package/web/toutiao-90.html +702 -682
  35. package/web/trending-monthly.html +1002 -974
  36. package/web/trending-weekly.html +1002 -978
  37. package/web/trending.html +986 -962
  38. package/web/users.china.html +15551 -15533
@@ -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/11/1 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/5 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,964 +112,967 @@
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="" href="trending.html">Today</a>
98
- <a class="active" 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/modern-js-dev/modern.js" target="_blank" title="modern-js-dev/modern.js">modern-js-dev/modern.js</a>
108
- </div>
109
- <div class="sub-title followers">
110
-
111
- <a class="language" target="_blank" href="https://github.com/topics/typescript" title="Programming Language TypeScript">
112
- <span style="background-color: #2b7489;"></span>TypeScript
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>1916</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>95</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>1341 stars this week</span>
133
- </span>
134
- </div>
135
- <div class="details">
136
- The meta-framework suite designed from scratch for frontend-focused modern web development.
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/Footsiefat/zspotify" target="_blank" title="Footsiefat/zspotify">Footsiefat/zspotify</a>
146
- </div>
147
- <div class="sub-title followers">
148
-
149
- <a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
150
- <span style="background-color: #3572A5;"></span>Python
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>2136</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>185</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>637 stars this week</span>
171
- </span>
172
- </div>
173
- <div class="details">
174
- A Spotify downloader needing only a python interpreter and ffmpeg.
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/IntelLabs/control-flag" target="_blank" title="IntelLabs/control-flag">IntelLabs/control-flag</a>
184
- </div>
185
- <div class="sub-title followers">
186
-
187
- <a class="language" target="_blank" href="https://github.com/topics/c++" title="Programming Language C++">
188
- <span style="background-color: #f34b7d;"></span>C++
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>768</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>63</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>350 stars this week</span>
209
- </span>
210
- </div>
211
- <div class="details">
212
- A system to flag anomalous source code expressions by learning typical expressions from training data
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/shengcaishizhan/kkndme_tianya" target="_blank" title="shengcaishizhan/kkndme_tianya">shengcaishizhan/kkndme_tianya</a>
222
- </div>
223
- <div class="sub-title followers">
224
-
225
- <span class="star" title="Stargazers Count">
226
- <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
227
- <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
228
- </svg>
229
- <span>5349</span>
230
- </span>
231
- <span class="star" title="Repo Forked">
232
- <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
233
- <path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
234
- </path>
235
- </svg>
236
- <span>1088</span>
237
- </span>
238
- <span class="star">
239
- <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
240
- <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
241
- </svg>
242
- <span>854 stars this week</span>
243
- </span>
244
- </div>
245
- <div class="details">
246
- 天涯 kkndme 神贴聊房价
247
- </div>
248
- </div>
249
- </li>
250
-
251
- <li>
252
- <div class="info">
253
- <div class="rank">
254
- <span title="Ranking 5">5</span>
255
- <a href="https://github.com/htr-tech/zphisher" target="_blank" title="htr-tech/zphisher">htr-tech/zphisher</a>
256
- </div>
257
- <div class="sub-title followers">
258
-
259
- <a class="language" target="_blank" href="https://github.com/topics/hack" title="Programming Language Hack">
260
- <span style="background-color: #878787;"></span>Hack
261
- </a>
262
-
263
- <span class="star" title="Stargazers Count">
264
- <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
265
- <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
266
- </svg>
267
- <span>3687</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>1359</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>753 stars this week</span>
281
- </span>
282
- </div>
283
- <div class="details">
284
- An automated phishing tool with 30+ templates. This Tool is made for educational purpose only ! Author will not be responsible for any misuse of this toolkit !
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/ifzhang/ByteTrack" target="_blank" title="ifzhang/ByteTrack">ifzhang/ByteTrack</a>
294
- </div>
295
- <div class="sub-title followers">
296
-
297
- <a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
298
- <span style="background-color: #3572A5;"></span>Python
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>1331</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>167</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>521 stars this week</span>
319
- </span>
320
- </div>
321
- <div class="details">
322
- ByteTrack: Multi-Object Tracking by Associating Every Detection Box
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/copy/v86" target="_blank" title="copy/v86">copy/v86</a>
332
- </div>
333
- <div class="sub-title followers">
334
-
335
- <a class="language" target="_blank" href="https://github.com/topics/rust" title="Programming Language Rust">
336
- <span style="background-color: #dea584;"></span>Rust
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>12588</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>949</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>517 stars this week</span>
357
- </span>
358
- </div>
359
- <div class="details">
360
- x86 virtualization in your browser, recompiling x86 to wasm on the fly
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/zero205/JD_tencent_scf" target="_blank" title="zero205/JD_tencent_scf">zero205/JD_tencent_scf</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>734</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>326</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>202 stars this week</span>
395
- </span>
396
- </div>
397
- <div class="details">
398
- 自用京东JS脚本,已加入助力池;支持【青龙】、【腾讯云函数】、【elecV2P】;低调使用,请勿fork!!!
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/acidanthera/OpenCorePkg" target="_blank" title="acidanthera/OpenCorePkg">acidanthera/OpenCorePkg</a>
408
- </div>
409
- <div class="sub-title followers">
410
-
411
- <a class="language" target="_blank" href="https://github.com/topics/c" title="Programming Language C">
412
- <span style="background-color: #555555;"></span>C
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>8407</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>1480</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>131 stars this week</span>
433
- </span>
434
- </div>
435
- <div class="details">
436
- OpenCore bootloader
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/swc-project/swc" target="_blank" title="swc-project/swc">swc-project/swc</a>
446
- </div>
447
- <div class="sub-title followers">
448
-
449
- <a class="language" target="_blank" href="https://github.com/topics/rust" title="Programming Language Rust">
450
- <span style="background-color: #dea584;"></span>Rust
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>16599</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>464</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>791 stars this week</span>
471
- </span>
472
- </div>
473
- <div class="details">
474
- swc is a super-fast compiler written in rust; producing widely-supported javascript from modern standards and typescript.
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/fchollet/deep-learning-with-python-notebooks" target="_blank" title="fchollet/deep-learning-with-python-notebooks">fchollet/deep-learning-with-python-notebooks</a>
484
- </div>
485
- <div class="sub-title followers">
486
-
487
- <a class="language" target="_blank" href="https://github.com/topics/jupyternotebook" title="Programming Language JupyterNotebook">
488
- <span style="background-color: #DA5B0B;"></span>JupyterNotebook
489
- </a>
490
-
491
- <span class="star" title="Stargazers Count">
492
- <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
493
- <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
494
- </svg>
495
- <span>13939</span>
496
- </span>
497
- <span class="star" title="Repo Forked">
498
- <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
499
- <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">
500
- </path>
501
- </svg>
502
- <span>6839</span>
503
- </span>
504
- <span class="star">
505
- <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
506
- <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
507
- </svg>
508
- <span>160 stars this week</span>
509
- </span>
510
- </div>
511
- <div class="details">
512
- Jupyter notebooks for the code samples of the book &#34;Deep Learning with Python&#34;
513
- </div>
514
- </div>
515
- </li>
516
-
517
- <li>
518
- <div class="info">
519
- <div class="rank">
520
- <span title="Ranking 12">12</span>
521
- <a href="https://github.com/huggingface/transformers" target="_blank" title="huggingface/transformers">huggingface/transformers</a>
522
- </div>
523
- <div class="sub-title followers">
524
-
525
- <a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
526
- <span style="background-color: #3572A5;"></span>Python
527
- </a>
528
-
529
- <span class="star" title="Stargazers Count">
530
- <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
531
- <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
532
- </svg>
533
- <span>53289</span>
534
- </span>
535
- <span class="star" title="Repo Forked">
536
- <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
537
- <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">
538
- </path>
539
- </svg>
540
- <span>12656</span>
541
- </span>
542
- <span class="star">
543
- <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
544
- <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
545
- </svg>
546
- <span>394 stars this week</span>
547
- </span>
548
- </div>
549
- <div class="details">
550
- 🤗 Transformers: State-of-the-art Natural Language Processing for Pytorch, TensorFlow, and JAX.
551
- </div>
552
- </div>
553
- </li>
554
-
555
- <li>
556
- <div class="info">
557
- <div class="rank">
558
- <span title="Ranking 13">13</span>
559
- <a href="https://github.com/neovim/neovim" target="_blank" title="neovim/neovim">neovim/neovim</a>
560
- </div>
561
- <div class="sub-title followers">
562
-
563
- <a class="language" target="_blank" href="https://github.com/topics/vimscript" title="Programming Language Vimscript">
564
- <span style="background-color: #199f4b;"></span>Vimscript
565
- </a>
566
-
567
- <span class="star" title="Stargazers Count">
568
- <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
569
- <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
570
- </svg>
571
- <span>48053</span>
572
- </span>
573
- <span class="star" title="Repo Forked">
574
- <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
575
- <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">
576
- </path>
577
- </svg>
578
- <span>3496</span>
579
- </span>
580
- <span class="star">
581
- <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
582
- <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
583
- </svg>
584
- <span>282 stars this week</span>
585
- </span>
586
- </div>
587
- <div class="details">
588
- Vim-fork focused on extensibility and usability
589
- </div>
590
- </div>
591
- </li>
592
-
593
- <li>
594
- <div class="info">
595
- <div class="rank">
596
- <span title="Ranking 14">14</span>
597
- <a href="https://github.com/nvm-sh/nvm" target="_blank" title="nvm-sh/nvm">nvm-sh/nvm</a>
598
- </div>
599
- <div class="sub-title followers">
600
-
601
- <a class="language" target="_blank" href="https://github.com/topics/shell" title="Programming Language Shell">
602
- <span style="background-color: #89e051;"></span>Shell
603
- </a>
604
-
605
- <span class="star" title="Stargazers Count">
606
- <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
607
- <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
608
- </svg>
609
- <span>52669</span>
610
- </span>
611
- <span class="star" title="Repo Forked">
612
- <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
613
- <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">
614
- </path>
615
- </svg>
616
- <span>5425</span>
617
- </span>
618
- <span class="star">
619
- <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
620
- <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
621
- </svg>
622
- <span>266 stars this week</span>
623
- </span>
624
- </div>
625
- <div class="details">
626
- Node Version Manager - POSIX-compliant bash script to manage multiple active node.js versions
627
- </div>
628
- </div>
629
- </li>
630
-
631
- <li>
632
- <div class="info">
633
- <div class="rank">
634
- <span title="Ranking 15">15</span>
635
- <a href="https://github.com/deepfakes/faceswap" target="_blank" title="deepfakes/faceswap">deepfakes/faceswap</a>
636
- </div>
637
- <div class="sub-title followers">
638
-
639
- <a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
640
- <span style="background-color: #3572A5;"></span>Python
641
- </a>
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>39374</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>11301</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>383 stars this week</span>
661
- </span>
662
- </div>
663
- <div class="details">
664
- Deepfakes Software For All
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/HashLips/hashlips_art_engine" target="_blank" title="HashLips/hashlips_art_engine">HashLips/hashlips_art_engine</a>
674
- </div>
675
- <div class="sub-title followers">
676
-
677
- <a class="language" target="_blank" href="https://github.com/topics/javascript" title="Programming Language JavaScript">
678
- <span style="background-color: #f1e05a;"></span>JavaScript
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>1081</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>484</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>171 stars this week</span>
699
- </span>
700
- </div>
701
- <div class="details">
702
- HashLips Art Engine is a tool used to create multiple different instances of artworks based on provided layers.
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/CyberPunkMetalHead/gateio-crypto-trading-bot-binance-announcements-new-coins" target="_blank" title="CyberPunkMetalHead/gateio-crypto-trading-bot-binance-announcements-new-coins">CyberPunkMetalHead/gateio-crypto-trading-bot-binance-announcements-new-coins</a>
712
- </div>
713
- <div class="sub-title followers">
714
-
715
- <a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
716
- <span style="background-color: #3572A5;"></span>Python
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>515</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>114</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>120 stars this week</span>
737
- </span>
738
- </div>
739
- <div class="details">
740
- This is a crypto trading bot that scans the Binance Annoucements page for new coins, and places trades on Gateio
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/vercel/next.js" target="_blank" title="vercel/next.js">vercel/next.js</a>
750
- </div>
751
- <div class="sub-title followers">
752
-
753
- <a class="language" target="_blank" href="https://github.com/topics/javascript" title="Programming Language JavaScript">
754
- <span style="background-color: #f1e05a;"></span>JavaScript
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>75720</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>14976</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>923 stars this week</span>
775
- </span>
776
- </div>
777
- <div class="details">
778
- The React Framework
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/iterativv/NostalgiaForInfinity" target="_blank" title="iterativv/NostalgiaForInfinity">iterativv/NostalgiaForInfinity</a>
788
- </div>
789
- <div class="sub-title followers">
790
-
791
- <a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
792
- <span style="background-color: #3572A5;"></span>Python
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>514</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>138</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>94 stars this week</span>
813
- </span>
814
- </div>
815
- <div class="details">
816
- Trading strategy for the Freqtrade crypto bot
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/microsoft/terminal" target="_blank" title="microsoft/terminal">microsoft/terminal</a>
826
- </div>
827
- <div class="sub-title followers">
828
-
829
- <a class="language" target="_blank" href="https://github.com/topics/c++" title="Programming Language C++">
830
- <span style="background-color: #f34b7d;"></span>C++
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>78326</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>6974</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>238 stars this week</span>
851
- </span>
852
- </div>
853
- <div class="details">
854
- The new Windows Terminal and the original Windows console host, all in the same place!
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/trekhleb/javascript-algorithms" target="_blank" title="trekhleb/javascript-algorithms">trekhleb/javascript-algorithms</a>
864
- </div>
865
- <div class="sub-title followers">
866
-
867
- <a class="language" target="_blank" href="https://github.com/topics/javascript" title="Programming Language JavaScript">
868
- <span style="background-color: #f1e05a;"></span>JavaScript
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>125587</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>20447</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>1043 stars this week</span>
889
- </span>
890
- </div>
891
- <div class="details">
892
- 📝 Algorithms and data structures implemented in JavaScript with explanations and links to further readings
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/edeng23/binance-trade-bot" target="_blank" title="edeng23/binance-trade-bot">edeng23/binance-trade-bot</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>5385</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>1416</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>141 stars this week</span>
927
- </span>
928
- </div>
929
- <div class="details">
930
- Automated cryptocurrency trading bot
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/Vonng/ddia" target="_blank" title="Vonng/ddia">Vonng/ddia</a>
940
- </div>
941
- <div class="sub-title followers">
942
-
943
- <a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
944
- <span style="background-color: #3572A5;"></span>Python
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>9670</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>2128</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>216 stars this week</span>
965
- </span>
966
- </div>
967
- <div class="details">
968
- 《Designing Data-Intensive Application》DDIA中文翻译
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/cloudreve/Cloudreve" target="_blank" title="cloudreve/Cloudreve">cloudreve/Cloudreve</a>
978
- </div>
979
- <div class="sub-title followers">
980
-
981
- <a class="language" target="_blank" href="https://github.com/topics/go" title="Programming Language Go">
982
- <span style="background-color: #00ADD8;"></span>Go
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>11539</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>1986</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>322 stars this week</span>
1003
- </span>
1004
- </div>
1005
- <div class="details">
1006
- 🌩支持多家云存储的云盘系统 (Self-deployed file management and sharing system, supports multiple storage providers)
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/storybookjs/storybook" target="_blank" title="storybookjs/storybook">storybookjs/storybook</a>
1016
- </div>
1017
- <div class="sub-title followers">
1018
-
1019
- <a class="language" target="_blank" href="https://github.com/topics/typescript" title="Programming Language TypeScript">
1020
- <span style="background-color: #2b7489;"></span>TypeScript
1021
- </a>
1022
-
1023
- <span class="star" title="Stargazers Count">
1024
- <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
1025
- <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
1026
- </svg>
1027
- <span>65678</span>
1028
- </span>
1029
- <span class="star" title="Repo Forked">
1030
- <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
1031
- <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">
1032
- </path>
1033
- </svg>
1034
- <span>6673</span>
1035
- </span>
1036
- <span class="star">
1037
- <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
1038
- <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
1039
- </svg>
1040
- <span>239 stars this week</span>
1041
- </span>
1042
- </div>
1043
- <div class="details">
1044
- 📓 The UI component explorer. Develop, document, &amp; test React, Vue, Angular, Web Components, Ember, Svelte &amp; more!
1045
- </div>
1046
- </div>
1047
- </li>
1048
-
115
+ <li class="rank-title">
116
+ <span class="select">
117
+ <a class="" href="trending.html">Today</a>
118
+ <a class="active" 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>3485</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>458</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>1942 stars this week</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/github/copilot-docs" target="_blank" title="github/copilot-docs">github/copilot-docs</a>
166
+ </div>
167
+ <div class="sub-title followers">
168
+
169
+ <a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
170
+ <span style="background-color: #3572A5;"></span>Python
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>4643</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>366</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>2718 stars this week</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/arco-design/arco-design" target="_blank" title="arco-design/arco-design">arco-design/arco-design</a>
204
+ </div>
205
+ <div class="sub-title followers">
206
+
207
+ <a class="language" target="_blank" href="https://github.com/topics/typescript" title="Programming Language TypeScript">
208
+ <span style="background-color: #2b7489;"></span>TypeScript
209
+ </a>
210
+
211
+ <span class="star" title="Stargazers Count">
212
+ <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
213
+ <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
214
+ </svg>
215
+ <span>1813</span>
216
+ </span>
217
+ <span class="star" title="Repo Forked">
218
+ <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
219
+ <path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
220
+ </path>
221
+ </svg>
222
+ <span>114</span>
223
+ </span>
224
+ <span class="star">
225
+ <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
226
+ <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
227
+ </svg>
228
+ <span>605 stars this week</span>
229
+ </span>
230
+ </div>
231
+ <div class="details">
232
+
233
+ </div>
234
+ </div>
235
+ </li>
236
+
237
+ <li>
238
+ <div class="info">
239
+ <div class="rank">
240
+ <span title="Ranking 4">4</span>
241
+ <a href="https://github.com/DouyinFE/semi-design" target="_blank" title="DouyinFE/semi-design">DouyinFE/semi-design</a>
242
+ </div>
243
+ <div class="sub-title followers">
244
+
245
+ <a class="language" target="_blank" href="https://github.com/topics/typescript" title="Programming Language TypeScript">
246
+ <span style="background-color: #2b7489;"></span>TypeScript
247
+ </a>
248
+
249
+ <span class="star" title="Stargazers Count">
250
+ <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
251
+ <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
252
+ </svg>
253
+ <span>4037</span>
254
+ </span>
255
+ <span class="star" title="Repo Forked">
256
+ <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
257
+ <path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
258
+ </path>
259
+ </svg>
260
+ <span>260</span>
261
+ </span>
262
+ <span class="star">
263
+ <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
264
+ <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
265
+ </svg>
266
+ <span>954 stars this week</span>
267
+ </span>
268
+ </div>
269
+ <div class="details">
270
+
271
+ </div>
272
+ </div>
273
+ </li>
274
+
275
+ <li>
276
+ <div class="info">
277
+ <div class="rank">
278
+ <span title="Ranking 5">5</span>
279
+ <a href="https://github.com/zero205/JD_tencent_scf" target="_blank" title="zero205/JD_tencent_scf">zero205/JD_tencent_scf</a>
280
+ </div>
281
+ <div class="sub-title followers">
282
+
283
+ <a class="language" target="_blank" href="https://github.com/topics/javascript" title="Programming Language JavaScript">
284
+ <span style="background-color: #f1e05a;"></span>JavaScript
285
+ </a>
286
+
287
+ <span class="star" title="Stargazers Count">
288
+ <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
289
+ <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
290
+ </svg>
291
+ <span>864</span>
292
+ </span>
293
+ <span class="star" title="Repo Forked">
294
+ <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
295
+ <path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
296
+ </path>
297
+ </svg>
298
+ <span>376</span>
299
+ </span>
300
+ <span class="star">
301
+ <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
302
+ <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
303
+ </svg>
304
+ <span>183 stars this week</span>
305
+ </span>
306
+ </div>
307
+ <div class="details">
308
+
309
+ </div>
310
+ </div>
311
+ </li>
312
+
313
+ <li>
314
+ <div class="info">
315
+ <div class="rank">
316
+ <span title="Ranking 6">6</span>
317
+ <a href="https://github.com/devMEremenko/XcodeBenchmark" target="_blank" title="devMEremenko/XcodeBenchmark">devMEremenko/XcodeBenchmark</a>
318
+ </div>
319
+ <div class="sub-title followers">
320
+
321
+ <a class="language" target="_blank" href="https://github.com/topics/swift" title="Programming Language Swift">
322
+ <span style="background-color: #F05138;"></span>Swift
323
+ </a>
324
+
325
+ <span class="star" title="Stargazers Count">
326
+ <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
327
+ <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
328
+ </svg>
329
+ <span>1420</span>
330
+ </span>
331
+ <span class="star" title="Repo Forked">
332
+ <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
333
+ <path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
334
+ </path>
335
+ </svg>
336
+ <span>173</span>
337
+ </span>
338
+ <span class="star">
339
+ <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
340
+ <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
341
+ </svg>
342
+ <span>200 stars this week</span>
343
+ </span>
344
+ </div>
345
+ <div class="details">
346
+
347
+ </div>
348
+ </div>
349
+ </li>
350
+
351
+ <li>
352
+ <div class="info">
353
+ <div class="rank">
354
+ <span title="Ranking 7">7</span>
355
+ <a href="https://github.com/microsoft/Data-Science-For-Beginners" target="_blank" title="microsoft/Data-Science-For-Beginners">microsoft/Data-Science-For-Beginners</a>
356
+ </div>
357
+ <div class="sub-title followers">
358
+
359
+ <a class="language" target="_blank" href="https://github.com/topics/jupyternotebook" title="Programming Language JupyterNotebook">
360
+ <span style="background-color: #DA5B0B;"></span>JupyterNotebook
361
+ </a>
362
+
363
+ <span class="star" title="Stargazers Count">
364
+ <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
365
+ <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
366
+ </svg>
367
+ <span>6088</span>
368
+ </span>
369
+ <span class="star" title="Repo Forked">
370
+ <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
371
+ <path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
372
+ </path>
373
+ </svg>
374
+ <span>809</span>
375
+ </span>
376
+ <span class="star">
377
+ <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
378
+ <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
379
+ </svg>
380
+ <span>2494 stars this week</span>
381
+ </span>
382
+ </div>
383
+ <div class="details">
384
+
385
+ </div>
386
+ </div>
387
+ </li>
388
+
389
+ <li>
390
+ <div class="info">
391
+ <div class="rank">
392
+ <span title="Ranking 8">8</span>
393
+ <a href="https://github.com/nuta/kerla" target="_blank" title="nuta/kerla">nuta/kerla</a>
394
+ </div>
395
+ <div class="sub-title followers">
396
+
397
+ <a class="language" target="_blank" href="https://github.com/topics/rust" title="Programming Language Rust">
398
+ <span style="background-color: #dea584;"></span>Rust
399
+ </a>
400
+
401
+ <span class="star" title="Stargazers Count">
402
+ <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
403
+ <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
404
+ </svg>
405
+ <span>2508</span>
406
+ </span>
407
+ <span class="star" title="Repo Forked">
408
+ <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
409
+ <path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
410
+ </path>
411
+ </svg>
412
+ <span>50</span>
413
+ </span>
414
+ <span class="star">
415
+ <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
416
+ <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
417
+ </svg>
418
+ <span>396 stars this week</span>
419
+ </span>
420
+ </div>
421
+ <div class="details">
422
+
423
+ </div>
424
+ </div>
425
+ </li>
426
+
427
+ <li>
428
+ <div class="info">
429
+ <div class="rank">
430
+ <span title="Ranking 9">9</span>
431
+ <a href="https://github.com/microsoft/PowerToys" target="_blank" title="microsoft/PowerToys">microsoft/PowerToys</a>
432
+ </div>
433
+ <div class="sub-title followers">
434
+
435
+ <a class="language" target="_blank" href="https://github.com/topics/c#" title="Programming Language C#">
436
+ <span style="background-color: #178600;"></span>C#
437
+ </a>
438
+
439
+ <span class="star" title="Stargazers Count">
440
+ <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
441
+ <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
442
+ </svg>
443
+ <span>62929</span>
444
+ </span>
445
+ <span class="star" title="Repo Forked">
446
+ <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
447
+ <path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
448
+ </path>
449
+ </svg>
450
+ <span>3476</span>
451
+ </span>
452
+ <span class="star">
453
+ <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
454
+ <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
455
+ </svg>
456
+ <span>1020 stars this week</span>
457
+ </span>
458
+ </div>
459
+ <div class="details">
460
+
461
+ </div>
462
+ </div>
463
+ </li>
464
+
465
+ <li>
466
+ <div class="info">
467
+ <div class="rank">
468
+ <span title="Ranking 10">10</span>
469
+ <a href="https://github.com/WSA-Community/WSAGAScript" target="_blank" title="WSA-Community/WSAGAScript">WSA-Community/WSAGAScript</a>
470
+ </div>
471
+ <div class="sub-title followers">
472
+
473
+ <a class="language" target="_blank" href="https://github.com/topics/shell" title="Programming Language Shell">
474
+ <span style="background-color: #89e051;"></span>Shell
475
+ </a>
476
+
477
+ <span class="star" title="Stargazers Count">
478
+ <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
479
+ <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
480
+ </svg>
481
+ <span>1504</span>
482
+ </span>
483
+ <span class="star" title="Repo Forked">
484
+ <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
485
+ <path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
486
+ </path>
487
+ </svg>
488
+ <span>139</span>
489
+ </span>
490
+ <span class="star">
491
+ <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
492
+ <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
493
+ </svg>
494
+ <span>220 stars this week</span>
495
+ </span>
496
+ </div>
497
+ <div class="details">
498
+
499
+ </div>
500
+ </div>
501
+ </li>
502
+
503
+ <li>
504
+ <div class="info">
505
+ <div class="rank">
506
+ <span title="Ranking 11">11</span>
507
+ <a href="https://github.com/modern-js-dev/modern.js" target="_blank" title="modern-js-dev/modern.js">modern-js-dev/modern.js</a>
508
+ </div>
509
+ <div class="sub-title followers">
510
+
511
+ <a class="language" target="_blank" href="https://github.com/topics/typescript" title="Programming Language TypeScript">
512
+ <span style="background-color: #2b7489;"></span>TypeScript
513
+ </a>
514
+
515
+ <span class="star" title="Stargazers Count">
516
+ <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
517
+ <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
518
+ </svg>
519
+ <span>2100</span>
520
+ </span>
521
+ <span class="star" title="Repo Forked">
522
+ <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
523
+ <path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
524
+ </path>
525
+ </svg>
526
+ <span>104</span>
527
+ </span>
528
+ <span class="star">
529
+ <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
530
+ <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
531
+ </svg>
532
+ <span>661 stars this week</span>
533
+ </span>
534
+ </div>
535
+ <div class="details">
536
+
537
+ </div>
538
+ </div>
539
+ </li>
540
+
541
+ <li>
542
+ <div class="info">
543
+ <div class="rank">
544
+ <span title="Ranking 12">12</span>
545
+ <a href="https://github.com/swc-project/swc" target="_blank" title="swc-project/swc">swc-project/swc</a>
546
+ </div>
547
+ <div class="sub-title followers">
548
+
549
+ <a class="language" target="_blank" href="https://github.com/topics/rust" title="Programming Language Rust">
550
+ <span style="background-color: #dea584;"></span>Rust
551
+ </a>
552
+
553
+ <span class="star" title="Stargazers Count">
554
+ <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
555
+ <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
556
+ </svg>
557
+ <span>16856</span>
558
+ </span>
559
+ <span class="star" title="Repo Forked">
560
+ <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
561
+ <path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
562
+ </path>
563
+ </svg>
564
+ <span>473</span>
565
+ </span>
566
+ <span class="star">
567
+ <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
568
+ <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
569
+ </svg>
570
+ <span>535 stars this week</span>
571
+ </span>
572
+ </div>
573
+ <div class="details">
574
+
575
+ </div>
576
+ </div>
577
+ </li>
578
+
579
+ <li>
580
+ <div class="info">
581
+ <div class="rank">
582
+ <span title="Ranking 13">13</span>
583
+ <a href="https://github.com/taichi-dev/taichi" target="_blank" title="taichi-dev/taichi">taichi-dev/taichi</a>
584
+ </div>
585
+ <div class="sub-title followers">
586
+
587
+ <a class="language" target="_blank" href="https://github.com/topics/c++" title="Programming Language C++">
588
+ <span style="background-color: #f34b7d;"></span>C++
589
+ </a>
590
+
591
+ <span class="star" title="Stargazers Count">
592
+ <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
593
+ <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
594
+ </svg>
595
+ <span>16797</span>
596
+ </span>
597
+ <span class="star" title="Repo Forked">
598
+ <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
599
+ <path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
600
+ </path>
601
+ </svg>
602
+ <span>1737</span>
603
+ </span>
604
+ <span class="star">
605
+ <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
606
+ <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
607
+ </svg>
608
+ <span>682 stars this week</span>
609
+ </span>
610
+ </div>
611
+ <div class="details">
612
+
613
+ </div>
614
+ </div>
615
+ </li>
616
+
617
+ <li>
618
+ <div class="info">
619
+ <div class="rank">
620
+ <span title="Ranking 14">14</span>
621
+ <a href="https://github.com/d2l-ai/d2l-zh" target="_blank" title="d2l-ai/d2l-zh">d2l-ai/d2l-zh</a>
622
+ </div>
623
+ <div class="sub-title followers">
624
+
625
+ <a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
626
+ <span style="background-color: #3572A5;"></span>Python
627
+ </a>
628
+
629
+ <span class="star" title="Stargazers Count">
630
+ <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
631
+ <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
632
+ </svg>
633
+ <span>26886</span>
634
+ </span>
635
+ <span class="star" title="Repo Forked">
636
+ <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
637
+ <path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
638
+ </path>
639
+ </svg>
640
+ <span>6443</span>
641
+ </span>
642
+ <span class="star">
643
+ <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
644
+ <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
645
+ </svg>
646
+ <span>552 stars this week</span>
647
+ </span>
648
+ </div>
649
+ <div class="details">
650
+
651
+ </div>
652
+ </div>
653
+ </li>
654
+
655
+ <li>
656
+ <div class="info">
657
+ <div class="rank">
658
+ <span title="Ranking 15">15</span>
659
+ <a href="https://github.com/ant-design/ant-design" target="_blank" title="ant-design/ant-design">ant-design/ant-design</a>
660
+ </div>
661
+ <div class="sub-title followers">
662
+
663
+ <a class="language" target="_blank" href="https://github.com/topics/typescript" title="Programming Language TypeScript">
664
+ <span style="background-color: #2b7489;"></span>TypeScript
665
+ </a>
666
+
667
+ <span class="star" title="Stargazers Count">
668
+ <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
669
+ <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
670
+ </svg>
671
+ <span>75378</span>
672
+ </span>
673
+ <span class="star" title="Repo Forked">
674
+ <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
675
+ <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">
676
+ </path>
677
+ </svg>
678
+ <span>30961</span>
679
+ </span>
680
+ <span class="star">
681
+ <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
682
+ <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
683
+ </svg>
684
+ <span>209 stars this week</span>
685
+ </span>
686
+ </div>
687
+ <div class="details">
688
+
689
+ </div>
690
+ </div>
691
+ </li>
692
+
693
+ <li>
694
+ <div class="info">
695
+ <div class="rank">
696
+ <span title="Ranking 16">16</span>
697
+ <a href="https://github.com/edeng23/binance-trade-bot" target="_blank" title="edeng23/binance-trade-bot">edeng23/binance-trade-bot</a>
698
+ </div>
699
+ <div class="sub-title followers">
700
+
701
+ <a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
702
+ <span style="background-color: #3572A5;"></span>Python
703
+ </a>
704
+
705
+ <span class="star" title="Stargazers Count">
706
+ <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
707
+ <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
708
+ </svg>
709
+ <span>5478</span>
710
+ </span>
711
+ <span class="star" title="Repo Forked">
712
+ <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
713
+ <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">
714
+ </path>
715
+ </svg>
716
+ <span>1434</span>
717
+ </span>
718
+ <span class="star">
719
+ <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
720
+ <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
721
+ </svg>
722
+ <span>212 stars this week</span>
723
+ </span>
724
+ </div>
725
+ <div class="details">
726
+
727
+ </div>
728
+ </div>
729
+ </li>
730
+
731
+ <li>
732
+ <div class="info">
733
+ <div class="rank">
734
+ <span title="Ranking 17">17</span>
735
+ <a href="https://github.com/Superalgos/Superalgos" target="_blank" title="Superalgos/Superalgos">Superalgos/Superalgos</a>
736
+ </div>
737
+ <div class="sub-title followers">
738
+
739
+ <a class="language" target="_blank" href="https://github.com/topics/javascript" title="Programming Language JavaScript">
740
+ <span style="background-color: #f1e05a;"></span>JavaScript
741
+ </a>
742
+
743
+ <span class="star" title="Stargazers Count">
744
+ <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
745
+ <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
746
+ </svg>
747
+ <span>2037</span>
748
+ </span>
749
+ <span class="star" title="Repo Forked">
750
+ <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
751
+ <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">
752
+ </path>
753
+ </svg>
754
+ <span>4161</span>
755
+ </span>
756
+ <span class="star">
757
+ <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
758
+ <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
759
+ </svg>
760
+ <span>100 stars this week</span>
761
+ </span>
762
+ </div>
763
+ <div class="details">
764
+
765
+ </div>
766
+ </div>
767
+ </li>
768
+
769
+ <li>
770
+ <div class="info">
771
+ <div class="rank">
772
+ <span title="Ranking 18">18</span>
773
+ <a href="https://github.com/vercel/next.js" target="_blank" title="vercel/next.js">vercel/next.js</a>
774
+ </div>
775
+ <div class="sub-title followers">
776
+
777
+ <a class="language" target="_blank" href="https://github.com/topics/javascript" title="Programming Language JavaScript">
778
+ <span style="background-color: #f1e05a;"></span>JavaScript
779
+ </a>
780
+
781
+ <span class="star" title="Stargazers Count">
782
+ <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
783
+ <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
784
+ </svg>
785
+ <span>76027</span>
786
+ </span>
787
+ <span class="star" title="Repo Forked">
788
+ <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
789
+ <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">
790
+ </path>
791
+ </svg>
792
+ <span>15056</span>
793
+ </span>
794
+ <span class="star">
795
+ <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
796
+ <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
797
+ </svg>
798
+ <span>733 stars this week</span>
799
+ </span>
800
+ </div>
801
+ <div class="details">
802
+
803
+ </div>
804
+ </div>
805
+ </li>
806
+
807
+ <li>
808
+ <div class="info">
809
+ <div class="rank">
810
+ <span title="Ranking 19">19</span>
811
+ <a href="https://github.com/arco-design/arco-design-vue" target="_blank" title="arco-design/arco-design-vue">arco-design/arco-design-vue</a>
812
+ </div>
813
+ <div class="sub-title followers">
814
+
815
+ <a class="language" target="_blank" href="https://github.com/topics/typescript" title="Programming Language TypeScript">
816
+ <span style="background-color: #2b7489;"></span>TypeScript
817
+ </a>
818
+
819
+ <span class="star" title="Stargazers Count">
820
+ <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
821
+ <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
822
+ </svg>
823
+ <span>587</span>
824
+ </span>
825
+ <span class="star" title="Repo Forked">
826
+ <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
827
+ <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">
828
+ </path>
829
+ </svg>
830
+ <span>63</span>
831
+ </span>
832
+ <span class="star">
833
+ <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
834
+ <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
835
+ </svg>
836
+ <span>210 stars this week</span>
837
+ </span>
838
+ </div>
839
+ <div class="details">
840
+
841
+ </div>
842
+ </div>
843
+ </li>
844
+
845
+ <li>
846
+ <div class="info">
847
+ <div class="rank">
848
+ <span title="Ranking 20">20</span>
849
+ <a href="https://github.com/adiwajshing/Baileys" target="_blank" title="adiwajshing/Baileys">adiwajshing/Baileys</a>
850
+ </div>
851
+ <div class="sub-title followers">
852
+
853
+ <a class="language" target="_blank" href="https://github.com/topics/javascript" title="Programming Language JavaScript">
854
+ <span style="background-color: #f1e05a;"></span>JavaScript
855
+ </a>
856
+
857
+ <span class="star" title="Stargazers Count">
858
+ <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
859
+ <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
860
+ </svg>
861
+ <span>1659</span>
862
+ </span>
863
+ <span class="star" title="Repo Forked">
864
+ <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
865
+ <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">
866
+ </path>
867
+ </svg>
868
+ <span>423</span>
869
+ </span>
870
+ <span class="star">
871
+ <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
872
+ <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
873
+ </svg>
874
+ <span>79 stars this week</span>
875
+ </span>
876
+ </div>
877
+ <div class="details">
878
+
879
+ </div>
880
+ </div>
881
+ </li>
882
+
883
+ <li>
884
+ <div class="info">
885
+ <div class="rank">
886
+ <span title="Ranking 21">21</span>
887
+ <a href="https://github.com/Koenkk/zigbee2mqtt" target="_blank" title="Koenkk/zigbee2mqtt">Koenkk/zigbee2mqtt</a>
888
+ </div>
889
+ <div class="sub-title followers">
890
+
891
+ <a class="language" target="_blank" href="https://github.com/topics/javascript" title="Programming Language JavaScript">
892
+ <span style="background-color: #f1e05a;"></span>JavaScript
893
+ </a>
894
+
895
+ <span class="star" title="Stargazers Count">
896
+ <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
897
+ <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
898
+ </svg>
899
+ <span>6842</span>
900
+ </span>
901
+ <span class="star" title="Repo Forked">
902
+ <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
903
+ <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">
904
+ </path>
905
+ </svg>
906
+ <span>1124</span>
907
+ </span>
908
+ <span class="star">
909
+ <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
910
+ <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
911
+ </svg>
912
+ <span>322 stars this week</span>
913
+ </span>
914
+ </div>
915
+ <div class="details">
916
+
917
+ </div>
918
+ </div>
919
+ </li>
920
+
921
+ <li>
922
+ <div class="info">
923
+ <div class="rank">
924
+ <span title="Ranking 22">22</span>
925
+ <a href="https://github.com/microsoft/Web-Dev-For-Beginners" target="_blank" title="microsoft/Web-Dev-For-Beginners">microsoft/Web-Dev-For-Beginners</a>
926
+ </div>
927
+ <div class="sub-title followers">
928
+
929
+ <a class="language" target="_blank" href="https://github.com/topics/javascript" title="Programming Language JavaScript">
930
+ <span style="background-color: #f1e05a;"></span>JavaScript
931
+ </a>
932
+
933
+ <span class="star" title="Stargazers Count">
934
+ <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
935
+ <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
936
+ </svg>
937
+ <span>36212</span>
938
+ </span>
939
+ <span class="star" title="Repo Forked">
940
+ <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
941
+ <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">
942
+ </path>
943
+ </svg>
944
+ <span>5126</span>
945
+ </span>
946
+ <span class="star">
947
+ <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
948
+ <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
949
+ </svg>
950
+ <span>340 stars this week</span>
951
+ </span>
952
+ </div>
953
+ <div class="details">
954
+
955
+ </div>
956
+ </div>
957
+ </li>
958
+
959
+ <li>
960
+ <div class="info">
961
+ <div class="rank">
962
+ <span title="Ranking 23">23</span>
963
+ <a href="https://github.com/google-research/google-research" target="_blank" title="google-research/google-research">google-research/google-research</a>
964
+ </div>
965
+ <div class="sub-title followers">
966
+
967
+ <a class="language" target="_blank" href="https://github.com/topics/jupyternotebook" title="Programming Language JupyterNotebook">
968
+ <span style="background-color: #DA5B0B;"></span>JupyterNotebook
969
+ </a>
970
+
971
+ <span class="star" title="Stargazers Count">
972
+ <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
973
+ <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
974
+ </svg>
975
+ <span>20185</span>
976
+ </span>
977
+ <span class="star" title="Repo Forked">
978
+ <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
979
+ <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">
980
+ </path>
981
+ </svg>
982
+ <span>4593</span>
983
+ </span>
984
+ <span class="star">
985
+ <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
986
+ <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
987
+ </svg>
988
+ <span>152 stars this week</span>
989
+ </span>
990
+ </div>
991
+ <div class="details">
992
+
993
+ </div>
994
+ </div>
995
+ </li>
996
+
997
+ <li>
998
+ <div class="info">
999
+ <div class="rank">
1000
+ <span title="Ranking 24">24</span>
1001
+ <a href="https://github.com/shufflewzc/faker2" target="_blank" title="shufflewzc/faker2">shufflewzc/faker2</a>
1002
+ </div>
1003
+ <div class="sub-title followers">
1004
+
1005
+ <a class="language" target="_blank" href="https://github.com/topics/javascript" title="Programming Language JavaScript">
1006
+ <span style="background-color: #f1e05a;"></span>JavaScript
1007
+ </a>
1008
+
1009
+ <span class="star" title="Stargazers Count">
1010
+ <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
1011
+ <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
1012
+ </svg>
1013
+ <span>2134</span>
1014
+ </span>
1015
+ <span class="star" title="Repo Forked">
1016
+ <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
1017
+ <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">
1018
+ </path>
1019
+ </svg>
1020
+ <span>1098</span>
1021
+ </span>
1022
+ <span class="star">
1023
+ <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
1024
+ <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
1025
+ </svg>
1026
+ <span>133 stars this week</span>
1027
+ </span>
1028
+ </div>
1029
+ <div class="details">
1030
+
1031
+ </div>
1032
+ </div>
1033
+ </li>
1034
+
1035
+ <li>
1036
+ <div class="info">
1037
+ <div class="rank">
1038
+ <span title="Ranking 25">25</span>
1039
+ <a href="https://github.com/LinusHenze/Fugu14" target="_blank" title="LinusHenze/Fugu14">LinusHenze/Fugu14</a>
1040
+ </div>
1041
+ <div class="sub-title followers">
1042
+
1043
+ <a class="language" target="_blank" href="https://github.com/topics/swift" title="Programming Language Swift">
1044
+ <span style="background-color: #F05138;"></span>Swift
1045
+ </a>
1046
+
1047
+ <span class="star" title="Stargazers Count">
1048
+ <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
1049
+ <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
1050
+ </svg>
1051
+ <span>888</span>
1052
+ </span>
1053
+ <span class="star" title="Repo Forked">
1054
+ <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
1055
+ <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">
1056
+ </path>
1057
+ </svg>
1058
+ <span>208</span>
1059
+ </span>
1060
+ <span class="star">
1061
+ <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
1062
+ <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
1063
+ </svg>
1064
+ <span>141 stars this week</span>
1065
+ </span>
1066
+ </div>
1067
+ <div class="details">
1068
+
1069
+ </div>
1070
+ </div>
1071
+ </li>
1072
+
1049
1073
  </ul>
1050
1074
  <div class="footer">
1051
- <p>
1075
+ <div>
1052
1076
  <a href="https://github.com/jaywcjlove/github-rank/network" target="_blank">
1053
1077
  <img src="https://img.shields.io/github/forks/jaywcjlove/github-rank.svg">
1054
1078
  </a>
@@ -1061,8 +1085,8 @@
1061
1085
  <a href="https://unpkg.com/@wcj/github-rank/web/index.html" target="_blank">
1062
1086
  <img src="https://img.shields.io/npm/v/@wcj/github-rank.svg?label=unpkg">
1063
1087
  </a>
1064
- </p>
1065
- <div class="time">Last cache created on 2021/11/1 by Github API v3.</div>
1088
+ </div>
1089
+ <div class="time">Last cache created on 2021/11/5 by Github API v3.</div>
1066
1090
  Create by <a href="https://github.com/jaywcjlove" target="_blank">小弟调调™</a>.
1067
1091
  </div>
1068
1092
  </body>