@wcj/github-rank 21.11.1 → 21.11.2

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 +19424 -19409
  2. package/dist/sifou-daily.json +71 -35
  3. package/dist/sifou-monthly.json +54 -54
  4. package/dist/sifou-weekly.json +109 -100
  5. package/dist/toutiao-30.json +43 -43
  6. package/dist/toutiao-7.json +92 -92
  7. package/dist/toutiao-90.json +3 -3
  8. package/dist/trending-daily.json +193 -193
  9. package/dist/trending-monthly.json +159 -159
  10. package/dist/trending-weekly.json +185 -185
  11. package/dist/users.china.json +1308 -1308
  12. package/dist/users.json +1845 -1845
  13. package/package.json +1 -1
  14. package/web/36kr.html +712 -696
  15. package/web/data/repos.json +19424 -19409
  16. package/web/data/sifou-daily.json +71 -35
  17. package/web/data/sifou-monthly.json +54 -54
  18. package/web/data/sifou-weekly.json +109 -100
  19. package/web/data/toutiao-30.json +43 -43
  20. package/web/data/toutiao-7.json +92 -92
  21. package/web/data/toutiao-90.json +3 -3
  22. package/web/data/trending-daily.json +193 -193
  23. package/web/data/trending-monthly.json +159 -159
  24. package/web/data/trending-weekly.json +185 -185
  25. package/web/data/users.china.json +1308 -1308
  26. package/web/data/users.json +1845 -1845
  27. package/web/index.html +15551 -15533
  28. package/web/repos.html +29573 -29557
  29. package/web/sifou-daily.html +323 -193
  30. package/web/sifou-monthly.html +889 -871
  31. package/web/sifou-weekly.html +889 -843
  32. package/web/toutiao-30.html +700 -682
  33. package/web/toutiao-7.html +569 -551
  34. package/web/toutiao-90.html +700 -682
  35. package/web/trending-monthly.html +996 -974
  36. package/web/trending-weekly.html +996 -978
  37. package/web/trending.html +996 -962
  38. package/web/users.china.html +15551 -15533
package/web/trending.html CHANGED
@@ -12,31 +12,36 @@
12
12
  html, body, ul, li, h1 { margin: 0; padding: 0 }
13
13
  html, body { font-size: 16px; font-family: -apple-system,"Helvetica Neue",Helvetica,Arial,"PingFang SC","Hiragino Sans GB","WenQuanYi Micro Hei","Microsoft Yahei",sans-serif; }
14
14
  ul { list-style: none; }
15
- body { text-align: center; }
15
+
16
16
  a { color: #333; text-decoration: none; transition: all .2s ease-in; }
17
17
  a:hover { color: #1600ff; }
18
18
  a.github-corner:hover .octo-arm { animation: octocat-wave 560ms infinite linear; }
19
19
  a.github-corner svg { fill: #f1f1f1; color: #000; position: absolute; top: 0; border: 0; right: 0; z-index: 99; width: 70px; height: 70px; }
20
20
  a.github-corner { position: fixed; z-index: 9999; top: 0; right: 0; }
21
- .title { padding: 46px 0 0 0; font-size: 18px; line-height: 24px; }
22
- .time, .footer { padding: 5px 0 2px 0; font-size: 12px; color: #adadad; }
23
- .tabs { padding: 10px 0 15px 0;}
24
- .tabs a { background: #e2e2e2; display: inline-block; padding: 3px 7px; font-size: 12px; line-height: 16px; color: #0366d6; }
25
- .tabs a.active { background: #696969; color: #efefef; }
26
- .footer { padding: 10px 0 30px 0; }
27
- .list { text-align: left; max-width: 470px; margin: 0 auto; padding-bottom: 10px; background-color: #efefef; border-radius: 5px; overflow: hidden; }
21
+
22
+ .title { padding: 32px 20px 10px 20px; font-size: 32px; display: flex; }
23
+ .title a svg { display: block; }
24
+ .title a { color: #0059ff; display: inline-block; margin-left: 10px; }
25
+ .time, .footer { padding: 5px 20px 2px 20px; font-size: 12px; color: #adadad; }
26
+ .tabs { padding: 0 20px 5px 20px;}
27
+ .tabs a { background: #e2e2e2; display: inline-block; border-radius: 2px; margin: 2px 0; padding: 2px 5px; font-size: 12px; line-height: 16px; color: #0366d6; }
28
+ .tabs a.active { background: #333; color: #efefef; }
29
+ .tabs a:hover:not(.active) { background: #efefef; }
30
+ .footer { padding: 0 20px 30px 20px; font-size: 12px; color: #adadad; }
31
+ .footer .time { padding: 0; }
32
+ .list { text-align: left; padding-bottom: 10px; margin: 0 15px; }
28
33
  .list img { width: 36px; height: 36px; border-radius: 3px; display: block; margin: 0 auto; background-color: #e2e2e2; border: 0; overflow: hidden; }
29
34
  .list a { color: #0366d6; }
30
35
  .list a:hover { color: #1600ff; }
31
- .list li { padding: 5px; margin: 0 8px; transition: all .3s; border-bottom: 1px solid #d8d8d8; }
32
- .list li.rank-title { background-color: #e2e2e2; margin: 0; padding: 7px 13px; margin-bottom: 10px; border-radius: 0; font-size: 14px; line-height: 16px; }
33
- .list li.rank-title:hover { background: #e2e2e2; }
36
+ .list li { padding: 10px; transition: all .3s; }
37
+ .list li.rank-title { margin: 0; padding: 3px 0 0 7px; margin-bottom: 10px; border-radius: 5px; font-size: 12px; line-height: 16px; }
38
+ .list li.rank-title > a { margin-right: 10px; }
39
+ .list li.rank-title:hover { background: transparent; }
34
40
  .list li:last-child, .list li.rank-title { border-bottom: 0; }
35
- .list li:hover { background: rgba(255, 255, 255, 0.56); }
41
+ .list li:hover { background: #efefef8f; }
36
42
  .list li > div { display: table-cell; vertical-align: top; font-size: 14px; }
37
- .list li div.rank { padding: 0 8px; }
38
43
  .list li div.rank span { font-weight: bold; }
39
- .list li div.details { padding: 2px 0 0 9px; font-size: 12px; float: left; color: #b9b9b9; }
44
+ .list li div.details { padding: 2px 0 0 0; font-size: 12px; float: left; color: #b9b9b9; }
40
45
  .list li div.details a { color: #b9b9b9; transition: all .3s; }
41
46
  .list li div.details a:hover { color: #1600ff; }
42
47
  .list li div.details a:hover svg { fill: #1600ff; }
@@ -46,17 +51,18 @@
46
51
  .list li > div.info { width: 100%; }
47
52
  .list li > div.info i { color: #717171; }
48
53
  .list li > div.info a:hover i { color: #333; }
49
- .list li div.sub-title { color: #333; margin: 4px 0 0 3px;}
54
+ .list li div.sub-title { color: #333; margin: 4px 0 0 0; }
55
+ .list li div.avatar { padding-right: 10px; }
50
56
 
51
57
  .list li a.language,
52
58
  .list li span.star { height: 18px; background: #e2e2e2; display: inline-block; padding: 2px 4px; border-radius: 3px; }
53
59
 
54
60
 
55
- .list .select { float: right; line-height: 14px; line-height: 16px; }
56
- .list .select .active { color: #333; font-weight: bold; }
61
+ .list .select { }
62
+ .list .select .active { color: #333; font-weight: bold; border-bottom: 1px dotted #000;}
57
63
 
58
64
 
59
- .list li div.followers { font-size: 12px; color: #7d7d7d; white-space:nowrap; padding-left: 5px; padding-top: 2px; border-radius: 3px; }
65
+ .list li div.followers { font-size: 12px; color: #7d7d7d; white-space:nowrap; padding-top: 2px; border-radius: 3px; }
60
66
  .list li div.followers a { color: #545454; }
61
67
  .list li div.followers * { vertical-align: middle; }
62
68
  .list li div.followers svg { vertical-align: text-top; display: inline-block; fill: #9E9E9E; width: 14px; height: 14px; }
@@ -68,6 +74,9 @@
68
74
  20%,60%{-webkit-transform:rotate(-25deg); transform:rotate(-25deg);}
69
75
  40%,80%{-webkit-transform:rotate(10deg); transform:rotate(10deg);}
70
76
  }
77
+ @media screen and (max-width: 479px) {
78
+ .title { padding-top: 16px; font-size: 21px; }
79
+ }
71
80
  </style>
72
81
  <style>
73
82
  </style>
@@ -80,8 +89,18 @@
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"></a>
98
+
99
+
100
+
101
+
102
+ </h1>
103
+ <div class="time">Last cache created on 2021/11/2 by Github API v3.</div>
85
104
  <div class="tabs">
86
105
  <a class="" href="index.html">Users</a>
87
106
  <a class="" href="repos.html">Repos</a>
@@ -91,948 +110,963 @@
91
110
  <a class="" href="36kr.html">36Kr</a>
92
111
  </div>
93
112
  <ul class="list repos trending">
94
- <li class="rank-title">
95
- <a href="https://github.com/trending" target="_blank">Repositories Trending</a>
96
- <span class="select">
97
- <a class="active" href="trending.html">Today</a>
98
- <a class="" href="trending-weekly.html">Week</a>
99
- <a class="" href="trending-monthly.html">Month</a>
100
- </span>
101
- </li>
102
-
103
- <li>
104
- <div class="info">
105
- <div class="rank">
106
- <span title="Ranking 1">1</span>
107
- <a href="https://github.com/notifirehq/notifire" target="_blank" title="notifirehq/notifire">notifirehq/notifire</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>871</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>42</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>291 stars today</span>
133
- </span>
134
- </div>
135
- <div class="details">
136
- 🚀 The open-source notification infrastructure for products.
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/microsoft/PowerToys" target="_blank" title="microsoft/PowerToys">microsoft/PowerToys</a>
146
- </div>
147
- <div class="sub-title followers">
148
-
149
- <a class="language" target="_blank" href="https://github.com/topics/c#" title="Programming Language C#">
150
- <span style="background-color: #178600;"></span>C#
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>62473</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>3447</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>217 stars today</span>
171
- </span>
172
- </div>
173
- <div class="details">
174
- Windows system utilities to maximize productivity
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/kon9chunkit/GitHub-Chinese-Top-Charts" target="_blank" title="kon9chunkit/GitHub-Chinese-Top-Charts">kon9chunkit/GitHub-Chinese-Top-Charts</a>
184
- </div>
185
- <div class="sub-title followers">
186
-
187
- <a class="language" target="_blank" href="https://github.com/topics/java" title="Programming Language Java">
188
- <span style="background-color: #b07219;"></span>Java
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>39634</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>5623</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>124 stars today</span>
209
- </span>
210
- </div>
211
- <div class="details">
212
- 🇨🇳 GitHub中文排行榜,帮助你发现高分优秀中文项目、更高效地吸收国人的优秀经验成果;榜单每周更新一次,敬请关注!
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/lihaoyun6/PD-Runner" target="_blank" title="lihaoyun6/PD-Runner">lihaoyun6/PD-Runner</a>
222
- </div>
223
- <div class="sub-title followers">
224
-
225
- <a class="language" target="_blank" href="https://github.com/topics/swift" title="Programming Language Swift">
226
- <span style="background-color: #F05138;"></span>Swift
227
- </a>
228
-
229
- <span class="star" title="Stargazers Count">
230
- <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
231
- <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
232
- </svg>
233
- <span>475</span>
234
- </span>
235
- <span class="star" title="Repo Forked">
236
- <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
237
- <path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
238
- </path>
239
- </svg>
240
- <span>77</span>
241
- </span>
242
- <span class="star">
243
- <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
244
- <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
245
- </svg>
246
- <span>96 stars today</span>
247
- </span>
248
- </div>
249
- <div class="details">
250
- A VM launcher for Parallels Desktop
251
- </div>
252
- </div>
253
- </li>
254
-
255
- <li>
256
- <div class="info">
257
- <div class="rank">
258
- <span title="Ranking 5">5</span>
259
- <a href="https://github.com/valinet/ExplorerPatcher" target="_blank" title="valinet/ExplorerPatcher">valinet/ExplorerPatcher</a>
260
- </div>
261
- <div class="sub-title followers">
262
-
263
- <a class="language" target="_blank" href="https://github.com/topics/c" title="Programming Language C">
264
- <span style="background-color: #555555;"></span>C
265
- </a>
266
-
267
- <span class="star" title="Stargazers Count">
268
- <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
269
- <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
270
- </svg>
271
- <span>1222</span>
272
- </span>
273
- <span class="star" title="Repo Forked">
274
- <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
275
- <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">
276
- </path>
277
- </svg>
278
- <span>50</span>
279
- </span>
280
- <span class="star">
281
- <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
282
- <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
283
- </svg>
284
- <span>69 stars today</span>
285
- </span>
286
- </div>
287
- <div class="details">
288
- This project aims to bring back a productive working environment on Windows 11
289
- </div>
290
- </div>
291
- </li>
292
-
293
- <li>
294
- <div class="info">
295
- <div class="rank">
296
- <span title="Ranking 6">6</span>
297
- <a href="https://github.com/microsoft/Data-Science-For-Beginners" target="_blank" title="microsoft/Data-Science-For-Beginners">microsoft/Data-Science-For-Beginners</a>
298
- </div>
299
- <div class="sub-title followers">
300
-
301
- <a class="language" target="_blank" href="https://github.com/topics/jupyternotebook" title="Programming Language JupyterNotebook">
302
- <span style="background-color: #DA5B0B;"></span>JupyterNotebook
303
- </a>
304
-
305
- <span class="star" title="Stargazers Count">
306
- <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
307
- <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
308
- </svg>
309
- <span>4372</span>
310
- </span>
311
- <span class="star" title="Repo Forked">
312
- <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
313
- <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">
314
- </path>
315
- </svg>
316
- <span>615</span>
317
- </span>
318
- <span class="star">
319
- <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
320
- <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
321
- </svg>
322
- <span>433 stars today</span>
323
- </span>
324
- </div>
325
- <div class="details">
326
- 10 Weeks, 20 Lessons, Data Science for All!
327
- </div>
328
- </div>
329
- </li>
330
-
331
- <li>
332
- <div class="info">
333
- <div class="rank">
334
- <span title="Ranking 7">7</span>
335
- <a href="https://github.com/kunal-kushwaha/DSA-Bootcamp-Java" target="_blank" title="kunal-kushwaha/DSA-Bootcamp-Java">kunal-kushwaha/DSA-Bootcamp-Java</a>
336
- </div>
337
- <div class="sub-title followers">
338
-
339
- <a class="language" target="_blank" href="https://github.com/topics/java" title="Programming Language Java">
340
- <span style="background-color: #b07219;"></span>Java
341
- </a>
342
-
343
- <span class="star" title="Stargazers Count">
344
- <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
345
- <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
346
- </svg>
347
- <span>4305</span>
348
- </span>
349
- <span class="star" title="Repo Forked">
350
- <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
351
- <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">
352
- </path>
353
- </svg>
354
- <span>2201</span>
355
- </span>
356
- <span class="star">
357
- <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
358
- <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
359
- </svg>
360
- <span>41 stars today</span>
361
- </span>
362
- </div>
363
- <div class="details">
364
- This repository consists of the code samples, assignments, and the curriculum for the Community Classroom complete Data Structures &amp; Algorithms Java bootcamp.
365
- </div>
366
- </div>
367
- </li>
368
-
369
- <li>
370
- <div class="info">
371
- <div class="rank">
372
- <span title="Ranking 8">8</span>
373
- <a href="https://github.com/schollz/croc" target="_blank" title="schollz/croc">schollz/croc</a>
374
- </div>
375
- <div class="sub-title followers">
376
-
377
- <a class="language" target="_blank" href="https://github.com/topics/go" title="Programming Language Go">
378
- <span style="background-color: #00ADD8;"></span>Go
379
- </a>
380
-
381
- <span class="star" title="Stargazers Count">
382
- <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
383
- <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
384
- </svg>
385
- <span>16347</span>
386
- </span>
387
- <span class="star" title="Repo Forked">
388
- <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
389
- <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">
390
- </path>
391
- </svg>
392
- <span>697</span>
393
- </span>
394
- <span class="star">
395
- <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
396
- <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
397
- </svg>
398
- <span>314 stars today</span>
399
- </span>
400
- </div>
401
- <div class="details">
402
- Easily and securely send things from one computer to another 🐊 📦
403
- </div>
404
- </div>
405
- </li>
406
-
407
- <li>
408
- <div class="info">
409
- <div class="rank">
410
- <span title="Ranking 9">9</span>
411
- <a href="https://github.com/WorkerLivesMatter/WorkingTime" target="_blank" title="WorkerLivesMatter/WorkingTime">WorkerLivesMatter/WorkingTime</a>
412
- </div>
413
- <div class="sub-title followers">
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>12855</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>1257</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>187 stars today</span>
433
- </span>
434
- </div>
435
- <div class="details">
436
-
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/OpenIMSDK/Open-IM-Server" target="_blank" title="OpenIMSDK/Open-IM-Server">OpenIMSDK/Open-IM-Server</a>
446
- </div>
447
- <div class="sub-title followers">
448
-
449
- <a class="language" target="_blank" href="https://github.com/topics/go" title="Programming Language Go">
450
- <span style="background-color: #00ADD8;"></span>Go
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>1846</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>284</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>160 stars today</span>
471
- </span>
472
- </div>
473
- <div class="details">
474
- OpenIM:由前微信技术专家打造的基于 Go 实现的即时通讯(IM)项目,从服务端到客户端SDK开源即时通讯(IM)整体解决方案,可以轻松替代第三方IM云服务,打造具备聊天、社交功能的app。
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/codebasics/py" target="_blank" title="codebasics/py">codebasics/py</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>3698</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>10199</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>43 stars today</span>
509
- </span>
510
- </div>
511
- <div class="details">
512
- Repository to store sample python programs for python learning
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/rockerBOO/awesome-neovim" target="_blank" title="rockerBOO/awesome-neovim">rockerBOO/awesome-neovim</a>
522
- </div>
523
- <div class="sub-title followers">
524
-
525
- <span class="star" title="Stargazers Count">
526
- <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
527
- <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
528
- </svg>
529
- <span>2407</span>
530
- </span>
531
- <span class="star" title="Repo Forked">
532
- <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
533
- <path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
534
- </path>
535
- </svg>
536
- <span>134</span>
537
- </span>
538
- <span class="star">
539
- <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
540
- <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
541
- </svg>
542
- <span>67 stars today</span>
543
- </span>
544
- </div>
545
- <div class="details">
546
- Collections of awesome neovim plugins.
547
- </div>
548
- </div>
549
- </li>
550
-
551
- <li>
552
- <div class="info">
553
- <div class="rank">
554
- <span title="Ranking 13">13</span>
555
- <a href="https://github.com/github/copilot.vim" target="_blank" title="github/copilot.vim">github/copilot.vim</a>
556
- </div>
557
- <div class="sub-title followers">
558
-
559
- <a class="language" target="_blank" href="https://github.com/topics/vimscript" title="Programming Language Vimscript">
560
- <span style="background-color: #199f4b;"></span>Vimscript
561
- </a>
562
-
563
- <span class="star" title="Stargazers Count">
564
- <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
565
- <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
566
- </svg>
567
- <span>1469</span>
568
- </span>
569
- <span class="star" title="Repo Forked">
570
- <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
571
- <path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
572
- </path>
573
- </svg>
574
- <span>34</span>
575
- </span>
576
- <span class="star">
577
- <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
578
- <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
579
- </svg>
580
- <span>106 stars today</span>
581
- </span>
582
- </div>
583
- <div class="details">
584
- Neovim plugin for GitHub Copilot
585
- </div>
586
- </div>
587
- </li>
588
-
589
- <li>
590
- <div class="info">
591
- <div class="rank">
592
- <span title="Ranking 14">14</span>
593
- <a href="https://github.com/NebuTech/NBMiner" target="_blank" title="NebuTech/NBMiner">NebuTech/NBMiner</a>
594
- </div>
595
- <div class="sub-title followers">
596
-
597
- <span class="star" title="Stargazers Count">
598
- <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
599
- <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
600
- </svg>
601
- <span>1939</span>
602
- </span>
603
- <span class="star" title="Repo Forked">
604
- <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
605
- <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">
606
- </path>
607
- </svg>
608
- <span>345</span>
609
- </span>
610
- <span class="star">
611
- <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
612
- <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
613
- </svg>
614
- <span>42 stars today</span>
615
- </span>
616
- </div>
617
- <div class="details">
618
- NVIDIA &amp; AMD GPU Miner for ETH, RVN, GRIN, BEAM, CFX, ZIL, AE, SERO, ERGO
619
- </div>
620
- </div>
621
- </li>
622
-
623
- <li>
624
- <div class="info">
625
- <div class="rank">
626
- <span title="Ranking 15">15</span>
627
- <a href="https://github.com/neovim/neovim" target="_blank" title="neovim/neovim">neovim/neovim</a>
628
- </div>
629
- <div class="sub-title followers">
630
-
631
- <a class="language" target="_blank" href="https://github.com/topics/vimscript" title="Programming Language Vimscript">
632
- <span style="background-color: #199f4b;"></span>Vimscript
633
- </a>
634
-
635
- <span class="star" title="Stargazers Count">
636
- <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
637
- <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
638
- </svg>
639
- <span>48053</span>
640
- </span>
641
- <span class="star" title="Repo Forked">
642
- <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
643
- <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">
644
- </path>
645
- </svg>
646
- <span>3496</span>
647
- </span>
648
- <span class="star">
649
- <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
650
- <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
651
- </svg>
652
- <span>67 stars today</span>
653
- </span>
654
- </div>
655
- <div class="details">
656
- Vim-fork focused on extensibility and usability
657
- </div>
658
- </div>
659
- </li>
660
-
661
- <li>
662
- <div class="info">
663
- <div class="rank">
664
- <span title="Ranking 16">16</span>
665
- <a href="https://github.com/SpectralOps/keyscope" target="_blank" title="SpectralOps/keyscope">SpectralOps/keyscope</a>
666
- </div>
667
- <div class="sub-title followers">
668
-
669
- <a class="language" target="_blank" href="https://github.com/topics/rust" title="Programming Language Rust">
670
- <span style="background-color: #dea584;"></span>Rust
671
- </a>
672
-
673
- <span class="star" title="Stargazers Count">
674
- <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
675
- <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
676
- </svg>
677
- <span>263</span>
678
- </span>
679
- <span class="star" title="Repo Forked">
680
- <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
681
- <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">
682
- </path>
683
- </svg>
684
- <span>84</span>
685
- </span>
686
- <span class="star">
687
- <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
688
- <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
689
- </svg>
690
- <span>60 stars today</span>
691
- </span>
692
- </div>
693
- <div class="details">
694
- Keyscope is a key and secret workflow (validation, invalidation, etc.) tool built in Rust
695
- </div>
696
- </div>
697
- </li>
698
-
699
- <li>
700
- <div class="info">
701
- <div class="rank">
702
- <span title="Ranking 17">17</span>
703
- <a href="https://github.com/iterativv/NostalgiaForInfinity" target="_blank" title="iterativv/NostalgiaForInfinity">iterativv/NostalgiaForInfinity</a>
704
- </div>
705
- <div class="sub-title followers">
706
-
707
- <a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
708
- <span style="background-color: #3572A5;"></span>Python
709
- </a>
710
-
711
- <span class="star" title="Stargazers Count">
712
- <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
713
- <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
714
- </svg>
715
- <span>514</span>
716
- </span>
717
- <span class="star" title="Repo Forked">
718
- <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
719
- <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">
720
- </path>
721
- </svg>
722
- <span>138</span>
723
- </span>
724
- <span class="star">
725
- <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
726
- <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
727
- </svg>
728
- <span>30 stars today</span>
729
- </span>
730
- </div>
731
- <div class="details">
732
- Trading strategy for the Freqtrade crypto bot
733
- </div>
734
- </div>
735
- </li>
736
-
737
- <li>
738
- <div class="info">
739
- <div class="rank">
740
- <span title="Ranking 18">18</span>
741
- <a href="https://github.com/mpv-player/mpv" target="_blank" title="mpv-player/mpv">mpv-player/mpv</a>
742
- </div>
743
- <div class="sub-title followers">
744
-
745
- <a class="language" target="_blank" href="https://github.com/topics/c" title="Programming Language C">
746
- <span style="background-color: #555555;"></span>C
747
- </a>
748
-
749
- <span class="star" title="Stargazers Count">
750
- <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
751
- <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
752
- </svg>
753
- <span>16428</span>
754
- </span>
755
- <span class="star" title="Repo Forked">
756
- <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
757
- <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">
758
- </path>
759
- </svg>
760
- <span>2040</span>
761
- </span>
762
- <span class="star">
763
- <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
764
- <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
765
- </svg>
766
- <span>79 stars today</span>
767
- </span>
768
- </div>
769
- <div class="details">
770
- 🎥 Command line video player
771
- </div>
772
- </div>
773
- </li>
774
-
775
- <li>
776
- <div class="info">
777
- <div class="rank">
778
- <span title="Ranking 19">19</span>
779
- <a href="https://github.com/trexminer/T-Rex" target="_blank" title="trexminer/T-Rex">trexminer/T-Rex</a>
780
- </div>
781
- <div class="sub-title followers">
782
-
783
- <span class="star" title="Stargazers Count">
784
- <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
785
- <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
786
- </svg>
787
- <span>1651</span>
788
- </span>
789
- <span class="star" title="Repo Forked">
790
- <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
791
- <path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
792
- </path>
793
- </svg>
794
- <span>262</span>
795
- </span>
796
- <span class="star">
797
- <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
798
- <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
799
- </svg>
800
- <span>25 stars today</span>
801
- </span>
802
- </div>
803
- <div class="details">
804
- T-Rex NVIDIA GPU miner with web control monitoring page
805
- </div>
806
- </div>
807
- </li>
808
-
809
- <li>
810
- <div class="info">
811
- <div class="rank">
812
- <span title="Ranking 20">20</span>
813
- <a href="https://github.com/github/docs" target="_blank" title="github/docs">github/docs</a>
814
- </div>
815
- <div class="sub-title followers">
816
-
817
- <a class="language" target="_blank" href="https://github.com/topics/javascript" title="Programming Language JavaScript">
818
- <span style="background-color: #f1e05a;"></span>JavaScript
819
- </a>
820
-
821
- <span class="star" title="Stargazers Count">
822
- <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
823
- <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
824
- </svg>
825
- <span>6720</span>
826
- </span>
827
- <span class="star" title="Repo Forked">
828
- <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
829
- <path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
830
- </path>
831
- </svg>
832
- <span>29504</span>
833
- </span>
834
- <span class="star">
835
- <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
836
- <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
837
- </svg>
838
- <span>51 stars today</span>
839
- </span>
840
- </div>
841
- <div class="details">
842
- The open-source repo for docs.github.com
843
- </div>
844
- </div>
845
- </li>
846
-
847
- <li>
848
- <div class="info">
849
- <div class="rank">
850
- <span title="Ranking 21">21</span>
851
- <a href="https://github.com/ZackFreedman/MiRage" target="_blank" title="ZackFreedman/MiRage">ZackFreedman/MiRage</a>
852
- </div>
853
- <div class="sub-title followers">
854
-
855
- <a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
856
- <span style="background-color: #3572A5;"></span>Python
857
- </a>
858
-
859
- <span class="star" title="Stargazers Count">
860
- <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
861
- <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
862
- </svg>
863
- <span>143</span>
864
- </span>
865
- <span class="star" title="Repo Forked">
866
- <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
867
- <path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
868
- </path>
869
- </svg>
870
- <span>9</span>
871
- </span>
872
- <span class="star">
873
- <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
874
- <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
875
- </svg>
876
- <span>53 stars today</span>
877
- </span>
878
- </div>
879
- <div class="details">
880
- The most hackable keyboard in all the land
881
- </div>
882
- </div>
883
- </li>
884
-
885
- <li>
886
- <div class="info">
887
- <div class="rank">
888
- <span title="Ranking 22">22</span>
889
- <a href="https://github.com/taichi-dev/taichi" target="_blank" title="taichi-dev/taichi">taichi-dev/taichi</a>
890
- </div>
891
- <div class="sub-title followers">
892
-
893
- <a class="language" target="_blank" href="https://github.com/topics/c++" title="Programming Language C++">
894
- <span style="background-color: #f34b7d;"></span>C++
895
- </a>
896
-
897
- <span class="star" title="Stargazers Count">
898
- <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
899
- <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
900
- </svg>
901
- <span>16469</span>
902
- </span>
903
- <span class="star" title="Repo Forked">
904
- <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
905
- <path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
906
- </path>
907
- </svg>
908
- <span>1719</span>
909
- </span>
910
- <span class="star">
911
- <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
912
- <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
913
- </svg>
914
- <span>175 stars today</span>
915
- </span>
916
- </div>
917
- <div class="details">
918
- Parallel programming for everyone.
919
- </div>
920
- </div>
921
- </li>
922
-
923
- <li>
924
- <div class="info">
925
- <div class="rank">
926
- <span title="Ranking 23">23</span>
927
- <a href="https://github.com/HerMajestyDrMona/Windows11DragAndDropToTaskbarFix" target="_blank" title="HerMajestyDrMona/Windows11DragAndDropToTaskbarFix">HerMajestyDrMona/Windows11DragAndDropToTaskbarFix</a>
928
- </div>
929
- <div class="sub-title followers">
930
-
931
- <a class="language" target="_blank" href="https://github.com/topics/c++" title="Programming Language C++">
932
- <span style="background-color: #f34b7d;"></span>C++
933
- </a>
934
-
935
- <span class="star" title="Stargazers Count">
936
- <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
937
- <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
938
- </svg>
939
- <span>218</span>
940
- </span>
941
- <span class="star" title="Repo Forked">
942
- <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
943
- <path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
944
- </path>
945
- </svg>
946
- <span>7</span>
947
- </span>
948
- <span class="star">
949
- <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
950
- <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
951
- </svg>
952
- <span>34 stars today</span>
953
- </span>
954
- </div>
955
- <div class="details">
956
- &#34;Windows 11 Drag &amp; Drop to the Taskbar (Fix)&#34; fixes the missing &#34;Drag &amp; Drop to the Taskbar&#34; support in Windows 11. It works with the new Windows 11 taskbar and does not require nasty changes like UndockingDisabled or restoration of the classic taskbar.
957
- </div>
958
- </div>
959
- </li>
960
-
961
- <li>
962
- <div class="info">
963
- <div class="rank">
964
- <span title="Ranking 24">24</span>
965
- <a href="https://github.com/LunarVim/LunarVim" target="_blank" title="LunarVim/LunarVim">LunarVim/LunarVim</a>
966
- </div>
967
- <div class="sub-title followers">
968
-
969
- <a class="language" target="_blank" href="https://github.com/topics/lua" title="Programming Language Lua">
970
- <span style="background-color: #000080;"></span>Lua
971
- </a>
972
-
973
- <span class="star" title="Stargazers Count">
974
- <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
975
- <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
976
- </svg>
977
- <span>5909</span>
978
- </span>
979
- <span class="star" title="Repo Forked">
980
- <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
981
- <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">
982
- </path>
983
- </svg>
984
- <span>998</span>
985
- </span>
986
- <span class="star">
987
- <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
988
- <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
989
- </svg>
990
- <span>147 stars today</span>
991
- </span>
992
- </div>
993
- <div class="details">
994
- An IDE layer for Neovim with sane defaults. Completely free and community driven.
995
- </div>
996
- </div>
997
- </li>
998
-
999
- <li>
1000
- <div class="info">
1001
- <div class="rank">
1002
- <span title="Ranking 25">25</span>
1003
- <a href="https://github.com/kamranahmedse/developer-roadmap" target="_blank" title="kamranahmedse/developer-roadmap">kamranahmedse/developer-roadmap</a>
1004
- </div>
1005
- <div class="sub-title followers">
1006
-
1007
- <span class="star" title="Stargazers Count">
1008
- <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
1009
- <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
1010
- </svg>
1011
- <span>175210</span>
1012
- </span>
1013
- <span class="star" title="Repo Forked">
1014
- <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
1015
- <path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
1016
- </path>
1017
- </svg>
1018
- <span>25165</span>
1019
- </span>
1020
- <span class="star">
1021
- <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
1022
- <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
1023
- </svg>
1024
- <span>110 stars today</span>
1025
- </span>
1026
- </div>
1027
- <div class="details">
1028
- Roadmap to becoming a web developer in 2021
1029
- </div>
1030
- </div>
1031
- </li>
1032
-
113
+ <li class="rank-title">
114
+ <span class="select">
115
+ <a class="active" href="trending.html">Today</a>
116
+ <a class="" href="trending-weekly.html">Week</a>
117
+ <a class="" href="trending-monthly.html">Month</a>
118
+ </span>
119
+ </li>
120
+
121
+ <li>
122
+ <div class="info">
123
+ <div class="rank">
124
+ <span title="Ranking 1">1</span>
125
+ <a href="https://github.com/microsoft/Data-Science-For-Beginners" target="_blank" title="microsoft/Data-Science-For-Beginners">microsoft/Data-Science-For-Beginners</a>
126
+ </div>
127
+ <div class="sub-title followers">
128
+
129
+ <a class="language" target="_blank" href="https://github.com/topics/jupyternotebook" title="Programming Language JupyterNotebook">
130
+ <span style="background-color: #DA5B0B;"></span>JupyterNotebook
131
+ </a>
132
+
133
+ <span class="star" title="Stargazers Count">
134
+ <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
135
+ <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
136
+ </svg>
137
+ <span>4912</span>
138
+ </span>
139
+ <span class="star" title="Repo Forked">
140
+ <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
141
+ <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">
142
+ </path>
143
+ </svg>
144
+ <span>679</span>
145
+ </span>
146
+ <span class="star">
147
+ <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
148
+ <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
149
+ </svg>
150
+ <span>545 stars today</span>
151
+ </span>
152
+ </div>
153
+ <div class="details">
154
+ 10 Weeks, 20 Lessons, Data Science for All!
155
+ </div>
156
+ </div>
157
+ </li>
158
+
159
+ <li>
160
+ <div class="info">
161
+ <div class="rank">
162
+ <span title="Ranking 2">2</span>
163
+ <a href="https://github.com/microsoft/PowerToys" target="_blank" title="microsoft/PowerToys">microsoft/PowerToys</a>
164
+ </div>
165
+ <div class="sub-title followers">
166
+
167
+ <a class="language" target="_blank" href="https://github.com/topics/c#" title="Programming Language C#">
168
+ <span style="background-color: #178600;"></span>C#
169
+ </a>
170
+
171
+ <span class="star" title="Stargazers Count">
172
+ <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
173
+ <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
174
+ </svg>
175
+ <span>62647</span>
176
+ </span>
177
+ <span class="star" title="Repo Forked">
178
+ <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
179
+ <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">
180
+ </path>
181
+ </svg>
182
+ <span>3455</span>
183
+ </span>
184
+ <span class="star">
185
+ <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
186
+ <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
187
+ </svg>
188
+ <span>193 stars today</span>
189
+ </span>
190
+ </div>
191
+ <div class="details">
192
+ Windows system utilities to maximize productivity
193
+ </div>
194
+ </div>
195
+ </li>
196
+
197
+ <li>
198
+ <div class="info">
199
+ <div class="rank">
200
+ <span title="Ranking 3">3</span>
201
+ <a href="https://github.com/Koenkk/zigbee2mqtt" target="_blank" title="Koenkk/zigbee2mqtt">Koenkk/zigbee2mqtt</a>
202
+ </div>
203
+ <div class="sub-title followers">
204
+
205
+ <a class="language" target="_blank" href="https://github.com/topics/javascript" title="Programming Language JavaScript">
206
+ <span style="background-color: #f1e05a;"></span>JavaScript
207
+ </a>
208
+
209
+ <span class="star" title="Stargazers Count">
210
+ <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
211
+ <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
212
+ </svg>
213
+ <span>6633</span>
214
+ </span>
215
+ <span class="star" title="Repo Forked">
216
+ <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
217
+ <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">
218
+ </path>
219
+ </svg>
220
+ <span>1103</span>
221
+ </span>
222
+ <span class="star">
223
+ <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
224
+ <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
225
+ </svg>
226
+ <span>60 stars today</span>
227
+ </span>
228
+ </div>
229
+ <div class="details">
230
+ Zigbee 🐝 to MQTT bridge 🌉, get rid of your proprietary Zigbee bridges 🔨
231
+ </div>
232
+ </div>
233
+ </li>
234
+
235
+ <li>
236
+ <div class="info">
237
+ <div class="rank">
238
+ <span title="Ranking 4">4</span>
239
+ <a href="https://github.com/github/docs" target="_blank" title="github/docs">github/docs</a>
240
+ </div>
241
+ <div class="sub-title followers">
242
+
243
+ <a class="language" target="_blank" href="https://github.com/topics/javascript" title="Programming Language JavaScript">
244
+ <span style="background-color: #f1e05a;"></span>JavaScript
245
+ </a>
246
+
247
+ <span class="star" title="Stargazers Count">
248
+ <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
249
+ <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
250
+ </svg>
251
+ <span>6803</span>
252
+ </span>
253
+ <span class="star" title="Repo Forked">
254
+ <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
255
+ <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">
256
+ </path>
257
+ </svg>
258
+ <span>29608</span>
259
+ </span>
260
+ <span class="star">
261
+ <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
262
+ <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
263
+ </svg>
264
+ <span>87 stars today</span>
265
+ </span>
266
+ </div>
267
+ <div class="details">
268
+ The open-source repo for docs.github.com
269
+ </div>
270
+ </div>
271
+ </li>
272
+
273
+ <li>
274
+ <div class="info">
275
+ <div class="rank">
276
+ <span title="Ranking 5">5</span>
277
+ <a href="https://github.com/WorkerLivesMatter/WorkingTime" target="_blank" title="WorkerLivesMatter/WorkingTime">WorkerLivesMatter/WorkingTime</a>
278
+ </div>
279
+ <div class="sub-title followers">
280
+
281
+ <span class="star" title="Stargazers Count">
282
+ <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
283
+ <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
284
+ </svg>
285
+ <span>13425</span>
286
+ </span>
287
+ <span class="star" title="Repo Forked">
288
+ <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
289
+ <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">
290
+ </path>
291
+ </svg>
292
+ <span>1386</span>
293
+ </span>
294
+ <span class="star">
295
+ <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
296
+ <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
297
+ </svg>
298
+ <span>581 stars today</span>
299
+ </span>
300
+ </div>
301
+ <div class="details">
302
+
303
+ </div>
304
+ </div>
305
+ </li>
306
+
307
+ <li>
308
+ <div class="info">
309
+ <div class="rank">
310
+ <span title="Ranking 6">6</span>
311
+ <a href="https://github.com/donnemartin/system-design-primer" target="_blank" title="donnemartin/system-design-primer">donnemartin/system-design-primer</a>
312
+ </div>
313
+ <div class="sub-title followers">
314
+
315
+ <a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
316
+ <span style="background-color: #3572A5;"></span>Python
317
+ </a>
318
+
319
+ <span class="star" title="Stargazers Count">
320
+ <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
321
+ <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
322
+ </svg>
323
+ <span>148115</span>
324
+ </span>
325
+ <span class="star" title="Repo Forked">
326
+ <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
327
+ <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">
328
+ </path>
329
+ </svg>
330
+ <span>27411</span>
331
+ </span>
332
+ <span class="star">
333
+ <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
334
+ <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
335
+ </svg>
336
+ <span>145 stars today</span>
337
+ </span>
338
+ </div>
339
+ <div class="details">
340
+ Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards.
341
+ </div>
342
+ </div>
343
+ </li>
344
+
345
+ <li>
346
+ <div class="info">
347
+ <div class="rank">
348
+ <span title="Ranking 7">7</span>
349
+ <a href="https://github.com/public-apis/public-apis" target="_blank" title="public-apis/public-apis">public-apis/public-apis</a>
350
+ </div>
351
+ <div class="sub-title followers">
352
+
353
+ <a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
354
+ <span style="background-color: #3572A5;"></span>Python
355
+ </a>
356
+
357
+ <span class="star" title="Stargazers Count">
358
+ <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
359
+ <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
360
+ </svg>
361
+ <span>166269</span>
362
+ </span>
363
+ <span class="star" title="Repo Forked">
364
+ <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
365
+ <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">
366
+ </path>
367
+ </svg>
368
+ <span>19092</span>
369
+ </span>
370
+ <span class="star">
371
+ <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
372
+ <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
373
+ </svg>
374
+ <span>262 stars today</span>
375
+ </span>
376
+ </div>
377
+ <div class="details">
378
+ A collective list of free APIs
379
+ </div>
380
+ </div>
381
+ </li>
382
+
383
+ <li>
384
+ <div class="info">
385
+ <div class="rank">
386
+ <span title="Ranking 8">8</span>
387
+ <a href="https://github.com/taichi-dev/taichi" target="_blank" title="taichi-dev/taichi">taichi-dev/taichi</a>
388
+ </div>
389
+ <div class="sub-title followers">
390
+
391
+ <a class="language" target="_blank" href="https://github.com/topics/c++" title="Programming Language C++">
392
+ <span style="background-color: #f34b7d;"></span>C++
393
+ </a>
394
+
395
+ <span class="star" title="Stargazers Count">
396
+ <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
397
+ <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
398
+ </svg>
399
+ <span>16597</span>
400
+ </span>
401
+ <span class="star" title="Repo Forked">
402
+ <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
403
+ <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">
404
+ </path>
405
+ </svg>
406
+ <span>1721</span>
407
+ </span>
408
+ <span class="star">
409
+ <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
410
+ <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
411
+ </svg>
412
+ <span>131 stars today</span>
413
+ </span>
414
+ </div>
415
+ <div class="details">
416
+ Parallel programming for everyone.
417
+ </div>
418
+ </div>
419
+ </li>
420
+
421
+ <li>
422
+ <div class="info">
423
+ <div class="rank">
424
+ <span title="Ranking 9">9</span>
425
+ <a href="https://github.com/EtherDream/http-server-online" target="_blank" title="EtherDream/http-server-online">EtherDream/http-server-online</a>
426
+ </div>
427
+ <div class="sub-title followers">
428
+
429
+ <a class="language" target="_blank" href="https://github.com/topics/javascript" title="Programming Language JavaScript">
430
+ <span style="background-color: #f1e05a;"></span>JavaScript
431
+ </a>
432
+
433
+ <span class="star" title="Stargazers Count">
434
+ <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
435
+ <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
436
+ </svg>
437
+ <span>337</span>
438
+ </span>
439
+ <span class="star" title="Repo Forked">
440
+ <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
441
+ <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">
442
+ </path>
443
+ </svg>
444
+ <span>16</span>
445
+ </span>
446
+ <span class="star">
447
+ <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
448
+ <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
449
+ </svg>
450
+ <span>106 stars today</span>
451
+ </span>
452
+ </div>
453
+ <div class="details">
454
+ Start a local HTTP server without any tools, just open a web page.
455
+ </div>
456
+ </div>
457
+ </li>
458
+
459
+ <li>
460
+ <div class="info">
461
+ <div class="rank">
462
+ <span title="Ranking 10">10</span>
463
+ <a href="https://github.com/KhaosT/MacVM" target="_blank" title="KhaosT/MacVM">KhaosT/MacVM</a>
464
+ </div>
465
+ <div class="sub-title followers">
466
+
467
+ <a class="language" target="_blank" href="https://github.com/topics/swift" title="Programming Language Swift">
468
+ <span style="background-color: #F05138;"></span>Swift
469
+ </a>
470
+
471
+ <span class="star" title="Stargazers Count">
472
+ <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
473
+ <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
474
+ </svg>
475
+ <span>424</span>
476
+ </span>
477
+ <span class="star" title="Repo Forked">
478
+ <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
479
+ <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">
480
+ </path>
481
+ </svg>
482
+ <span>26</span>
483
+ </span>
484
+ <span class="star">
485
+ <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
486
+ <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
487
+ </svg>
488
+ <span>64 stars today</span>
489
+ </span>
490
+ </div>
491
+ <div class="details">
492
+ macOS VM for Apple Silicon using Virtualization API
493
+ </div>
494
+ </div>
495
+ </li>
496
+
497
+ <li>
498
+ <div class="info">
499
+ <div class="rank">
500
+ <span title="Ranking 11">11</span>
501
+ <a href="https://github.com/OpenIMSDK/Open-IM-Server" target="_blank" title="OpenIMSDK/Open-IM-Server">OpenIMSDK/Open-IM-Server</a>
502
+ </div>
503
+ <div class="sub-title followers">
504
+
505
+ <a class="language" target="_blank" href="https://github.com/topics/go" title="Programming Language Go">
506
+ <span style="background-color: #00ADD8;"></span>Go
507
+ </a>
508
+
509
+ <span class="star" title="Stargazers Count">
510
+ <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
511
+ <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
512
+ </svg>
513
+ <span>2348</span>
514
+ </span>
515
+ <span class="star" title="Repo Forked">
516
+ <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
517
+ <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">
518
+ </path>
519
+ </svg>
520
+ <span>339</span>
521
+ </span>
522
+ <span class="star">
523
+ <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
524
+ <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
525
+ </svg>
526
+ <span>504 stars today</span>
527
+ </span>
528
+ </div>
529
+ <div class="details">
530
+ OpenIM:由前微信技术专家打造的基于 Go 实现的即时通讯(IM)项目,从服务端到客户端SDK开源即时通讯(IM)整体解决方案,可以轻松替代第三方IM云服务,打造具备聊天、社交功能的app。
531
+ </div>
532
+ </div>
533
+ </li>
534
+
535
+ <li>
536
+ <div class="info">
537
+ <div class="rank">
538
+ <span title="Ranking 12">12</span>
539
+ <a href="https://github.com/BNYMellon/spring-kata" target="_blank" title="BNYMellon/spring-kata">BNYMellon/spring-kata</a>
540
+ </div>
541
+ <div class="sub-title followers">
542
+
543
+ <a class="language" target="_blank" href="https://github.com/topics/java" title="Programming Language Java">
544
+ <span style="background-color: #b07219;"></span>Java
545
+ </a>
546
+
547
+ <span class="star" title="Stargazers Count">
548
+ <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
549
+ <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
550
+ </svg>
551
+ <span>229</span>
552
+ </span>
553
+ <span class="star" title="Repo Forked">
554
+ <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
555
+ <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">
556
+ </path>
557
+ </svg>
558
+ <span>29</span>
559
+ </span>
560
+ <span class="star">
561
+ <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
562
+ <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
563
+ </svg>
564
+ <span>51 stars today</span>
565
+ </span>
566
+ </div>
567
+ <div class="details">
568
+ Code katas for learning Spring® and Spring Boot.
569
+ </div>
570
+ </div>
571
+ </li>
572
+
573
+ <li>
574
+ <div class="info">
575
+ <div class="rank">
576
+ <span title="Ranking 13">13</span>
577
+ <a href="https://github.com/notifirehq/notifire" target="_blank" title="notifirehq/notifire">notifirehq/notifire</a>
578
+ </div>
579
+ <div class="sub-title followers">
580
+
581
+ <a class="language" target="_blank" href="https://github.com/topics/typescript" title="Programming Language TypeScript">
582
+ <span style="background-color: #2b7489;"></span>TypeScript
583
+ </a>
584
+
585
+ <span class="star" title="Stargazers Count">
586
+ <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
587
+ <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
588
+ </svg>
589
+ <span>1423</span>
590
+ </span>
591
+ <span class="star" title="Repo Forked">
592
+ <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
593
+ <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">
594
+ </path>
595
+ </svg>
596
+ <span>56</span>
597
+ </span>
598
+ <span class="star">
599
+ <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
600
+ <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
601
+ </svg>
602
+ <span>559 stars today</span>
603
+ </span>
604
+ </div>
605
+ <div class="details">
606
+ 🚀 The open-source notification infrastructure for products.
607
+ </div>
608
+ </div>
609
+ </li>
610
+
611
+ <li>
612
+ <div class="info">
613
+ <div class="rank">
614
+ <span title="Ranking 14">14</span>
615
+ <a href="https://github.com/Kameldieb/raytracing_demo" target="_blank" title="Kameldieb/raytracing_demo">Kameldieb/raytracing_demo</a>
616
+ </div>
617
+ <div class="sub-title followers">
618
+
619
+ <a class="language" target="_blank" href="https://github.com/topics/c++" title="Programming Language C++">
620
+ <span style="background-color: #f34b7d;"></span>C++
621
+ </a>
622
+
623
+ <span class="star" title="Stargazers Count">
624
+ <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
625
+ <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
626
+ </svg>
627
+ <span>158</span>
628
+ </span>
629
+ <span class="star" title="Repo Forked">
630
+ <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
631
+ <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">
632
+ </path>
633
+ </svg>
634
+ <span>20</span>
635
+ </span>
636
+ <span class="star">
637
+ <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
638
+ <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
639
+ </svg>
640
+ <span>38 stars today</span>
641
+ </span>
642
+ </div>
643
+ <div class="details">
644
+
645
+ </div>
646
+ </div>
647
+ </li>
648
+
649
+ <li>
650
+ <div class="info">
651
+ <div class="rank">
652
+ <span title="Ranking 15">15</span>
653
+ <a href="https://github.com/mpv-player/mpv" target="_blank" title="mpv-player/mpv">mpv-player/mpv</a>
654
+ </div>
655
+ <div class="sub-title followers">
656
+
657
+ <a class="language" target="_blank" href="https://github.com/topics/c" title="Programming Language C">
658
+ <span style="background-color: #555555;"></span>C
659
+ </a>
660
+
661
+ <span class="star" title="Stargazers Count">
662
+ <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
663
+ <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
664
+ </svg>
665
+ <span>16537</span>
666
+ </span>
667
+ <span class="star" title="Repo Forked">
668
+ <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
669
+ <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">
670
+ </path>
671
+ </svg>
672
+ <span>2042</span>
673
+ </span>
674
+ <span class="star">
675
+ <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
676
+ <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
677
+ </svg>
678
+ <span>113 stars today</span>
679
+ </span>
680
+ </div>
681
+ <div class="details">
682
+ 🎥 Command line video player
683
+ </div>
684
+ </div>
685
+ </li>
686
+
687
+ <li>
688
+ <div class="info">
689
+ <div class="rank">
690
+ <span title="Ranking 16">16</span>
691
+ <a href="https://github.com/microsoft/ML-For-Beginners" target="_blank" title="microsoft/ML-For-Beginners">microsoft/ML-For-Beginners</a>
692
+ </div>
693
+ <div class="sub-title followers">
694
+
695
+ <a class="language" target="_blank" href="https://github.com/topics/jupyternotebook" title="Programming Language JupyterNotebook">
696
+ <span style="background-color: #DA5B0B;"></span>JupyterNotebook
697
+ </a>
698
+
699
+ <span class="star" title="Stargazers Count">
700
+ <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
701
+ <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
702
+ </svg>
703
+ <span>23428</span>
704
+ </span>
705
+ <span class="star" title="Repo Forked">
706
+ <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
707
+ <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">
708
+ </path>
709
+ </svg>
710
+ <span>4991</span>
711
+ </span>
712
+ <span class="star">
713
+ <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
714
+ <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
715
+ </svg>
716
+ <span>242 stars today</span>
717
+ </span>
718
+ </div>
719
+ <div class="details">
720
+ 12 weeks, 26 lessons, 52 quizzes, classic Machine Learning for all
721
+ </div>
722
+ </div>
723
+ </li>
724
+
725
+ <li>
726
+ <div class="info">
727
+ <div class="rank">
728
+ <span title="Ranking 17">17</span>
729
+ <a href="https://github.com/ethereum/solidity" target="_blank" title="ethereum/solidity">ethereum/solidity</a>
730
+ </div>
731
+ <div class="sub-title followers">
732
+
733
+ <a class="language" target="_blank" href="https://github.com/topics/c++" title="Programming Language C++">
734
+ <span style="background-color: #f34b7d;"></span>C++
735
+ </a>
736
+
737
+ <span class="star" title="Stargazers Count">
738
+ <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
739
+ <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
740
+ </svg>
741
+ <span>12739</span>
742
+ </span>
743
+ <span class="star" title="Repo Forked">
744
+ <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
745
+ <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">
746
+ </path>
747
+ </svg>
748
+ <span>3198</span>
749
+ </span>
750
+ <span class="star">
751
+ <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
752
+ <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
753
+ </svg>
754
+ <span>72 stars today</span>
755
+ </span>
756
+ </div>
757
+ <div class="details">
758
+ Solidity, the Smart Contract Programming Language
759
+ </div>
760
+ </div>
761
+ </li>
762
+
763
+ <li>
764
+ <div class="info">
765
+ <div class="rank">
766
+ <span title="Ranking 18">18</span>
767
+ <a href="https://github.com/CyC2018/CS-Notes" target="_blank" title="CyC2018/CS-Notes">CyC2018/CS-Notes</a>
768
+ </div>
769
+ <div class="sub-title followers">
770
+
771
+ <a class="language" target="_blank" href="https://github.com/topics/java" title="Programming Language Java">
772
+ <span style="background-color: #b07219;"></span>Java
773
+ </a>
774
+
775
+ <span class="star" title="Stargazers Count">
776
+ <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
777
+ <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
778
+ </svg>
779
+ <span>140929</span>
780
+ </span>
781
+ <span class="star" title="Repo Forked">
782
+ <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
783
+ <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">
784
+ </path>
785
+ </svg>
786
+ <span>45057</span>
787
+ </span>
788
+ <span class="star">
789
+ <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
790
+ <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
791
+ </svg>
792
+ <span>63 stars today</span>
793
+ </span>
794
+ </div>
795
+ <div class="details">
796
+ 📚 技术面试必备基础知识、Leetcode、计算机操作系统、计算机网络、系统设计
797
+ </div>
798
+ </div>
799
+ </li>
800
+
801
+ <li>
802
+ <div class="info">
803
+ <div class="rank">
804
+ <span title="Ranking 19">19</span>
805
+ <a href="https://github.com/0x192/universal-android-debloater" target="_blank" title="0x192/universal-android-debloater">0x192/universal-android-debloater</a>
806
+ </div>
807
+ <div class="sub-title followers">
808
+
809
+ <a class="language" target="_blank" href="https://github.com/topics/rust" title="Programming Language Rust">
810
+ <span style="background-color: #dea584;"></span>Rust
811
+ </a>
812
+
813
+ <span class="star" title="Stargazers Count">
814
+ <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
815
+ <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
816
+ </svg>
817
+ <span>906</span>
818
+ </span>
819
+ <span class="star" title="Repo Forked">
820
+ <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
821
+ <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">
822
+ </path>
823
+ </svg>
824
+ <span>15</span>
825
+ </span>
826
+ <span class="star">
827
+ <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
828
+ <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
829
+ </svg>
830
+ <span>96 stars today</span>
831
+ </span>
832
+ </div>
833
+ <div class="details">
834
+ Cross-platform GUI written in Rust using ADB to debloat non-rooted android devices. Improve your privacy, the security and battery life of your device.
835
+ </div>
836
+ </div>
837
+ </li>
838
+
839
+ <li>
840
+ <div class="info">
841
+ <div class="rank">
842
+ <span title="Ranking 20">20</span>
843
+ <a href="https://github.com/esp8266/Arduino" target="_blank" title="esp8266/Arduino">esp8266/Arduino</a>
844
+ </div>
845
+ <div class="sub-title followers">
846
+
847
+ <a class="language" target="_blank" href="https://github.com/topics/c++" title="Programming Language C++">
848
+ <span style="background-color: #f34b7d;"></span>C++
849
+ </a>
850
+
851
+ <span class="star" title="Stargazers Count">
852
+ <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
853
+ <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
854
+ </svg>
855
+ <span>13439</span>
856
+ </span>
857
+ <span class="star" title="Repo Forked">
858
+ <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
859
+ <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">
860
+ </path>
861
+ </svg>
862
+ <span>11616</span>
863
+ </span>
864
+ <span class="star">
865
+ <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
866
+ <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
867
+ </svg>
868
+ <span>33 stars today</span>
869
+ </span>
870
+ </div>
871
+ <div class="details">
872
+ ESP8266 core for Arduino
873
+ </div>
874
+ </div>
875
+ </li>
876
+
877
+ <li>
878
+ <div class="info">
879
+ <div class="rank">
880
+ <span title="Ranking 21">21</span>
881
+ <a href="https://github.com/schollz/croc" target="_blank" title="schollz/croc">schollz/croc</a>
882
+ </div>
883
+ <div class="sub-title followers">
884
+
885
+ <a class="language" target="_blank" href="https://github.com/topics/go" title="Programming Language Go">
886
+ <span style="background-color: #00ADD8;"></span>Go
887
+ </a>
888
+
889
+ <span class="star" title="Stargazers Count">
890
+ <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
891
+ <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
892
+ </svg>
893
+ <span>16647</span>
894
+ </span>
895
+ <span class="star" title="Repo Forked">
896
+ <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
897
+ <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">
898
+ </path>
899
+ </svg>
900
+ <span>702</span>
901
+ </span>
902
+ <span class="star">
903
+ <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
904
+ <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
905
+ </svg>
906
+ <span>310 stars today</span>
907
+ </span>
908
+ </div>
909
+ <div class="details">
910
+ Easily and securely send things from one computer to another 🐊 📦
911
+ </div>
912
+ </div>
913
+ </li>
914
+
915
+ <li>
916
+ <div class="info">
917
+ <div class="rank">
918
+ <span title="Ranking 22">22</span>
919
+ <a href="https://github.com/laurent22/joplin" target="_blank" title="laurent22/joplin">laurent22/joplin</a>
920
+ </div>
921
+ <div class="sub-title followers">
922
+
923
+ <a class="language" target="_blank" href="https://github.com/topics/typescript" title="Programming Language TypeScript">
924
+ <span style="background-color: #2b7489;"></span>TypeScript
925
+ </a>
926
+
927
+ <span class="star" title="Stargazers Count">
928
+ <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
929
+ <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
930
+ </svg>
931
+ <span>26024</span>
932
+ </span>
933
+ <span class="star" title="Repo Forked">
934
+ <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
935
+ <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">
936
+ </path>
937
+ </svg>
938
+ <span>2841</span>
939
+ </span>
940
+ <span class="star">
941
+ <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
942
+ <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
943
+ </svg>
944
+ <span>63 stars today</span>
945
+ </span>
946
+ </div>
947
+ <div class="details">
948
+ Joplin - an open source note taking and to-do application with synchronization capabilities for Windows, macOS, Linux, Android and iOS. Forum: https://discourse.joplinapp.org/
949
+ </div>
950
+ </div>
951
+ </li>
952
+
953
+ <li>
954
+ <div class="info">
955
+ <div class="rank">
956
+ <span title="Ranking 23">23</span>
957
+ <a href="https://github.com/ziglang/zig" target="_blank" title="ziglang/zig">ziglang/zig</a>
958
+ </div>
959
+ <div class="sub-title followers">
960
+
961
+ <a class="language" target="_blank" href="https://github.com/topics/zig" title="Programming Language Zig">
962
+ <span style="background-color: #ec915c;"></span>Zig
963
+ </a>
964
+
965
+ <span class="star" title="Stargazers Count">
966
+ <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
967
+ <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
968
+ </svg>
969
+ <span>10892</span>
970
+ </span>
971
+ <span class="star" title="Repo Forked">
972
+ <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
973
+ <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">
974
+ </path>
975
+ </svg>
976
+ <span>916</span>
977
+ </span>
978
+ <span class="star">
979
+ <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
980
+ <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
981
+ </svg>
982
+ <span>66 stars today</span>
983
+ </span>
984
+ </div>
985
+ <div class="details">
986
+ General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software.
987
+ </div>
988
+ </div>
989
+ </li>
990
+
991
+ <li>
992
+ <div class="info">
993
+ <div class="rank">
994
+ <span title="Ranking 24">24</span>
995
+ <a href="https://github.com/M2Team/NanaZip" target="_blank" title="M2Team/NanaZip">M2Team/NanaZip</a>
996
+ </div>
997
+ <div class="sub-title followers">
998
+
999
+ <a class="language" target="_blank" href="https://github.com/topics/c++" title="Programming Language C++">
1000
+ <span style="background-color: #f34b7d;"></span>C++
1001
+ </a>
1002
+
1003
+ <span class="star" title="Stargazers Count">
1004
+ <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
1005
+ <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
1006
+ </svg>
1007
+ <span>1245</span>
1008
+ </span>
1009
+ <span class="star" title="Repo Forked">
1010
+ <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
1011
+ <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">
1012
+ </path>
1013
+ </svg>
1014
+ <span>34</span>
1015
+ </span>
1016
+ <span class="star">
1017
+ <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
1018
+ <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
1019
+ </svg>
1020
+ <span>73 stars today</span>
1021
+ </span>
1022
+ </div>
1023
+ <div class="details">
1024
+ The 7-Zip derivative intended for the modern Windows experience.
1025
+ </div>
1026
+ </div>
1027
+ </li>
1028
+
1029
+ <li>
1030
+ <div class="info">
1031
+ <div class="rank">
1032
+ <span title="Ranking 25">25</span>
1033
+ <a href="https://github.com/bitcoin/bitcoin" target="_blank" title="bitcoin/bitcoin">bitcoin/bitcoin</a>
1034
+ </div>
1035
+ <div class="sub-title followers">
1036
+
1037
+ <a class="language" target="_blank" href="https://github.com/topics/c++" title="Programming Language C++">
1038
+ <span style="background-color: #f34b7d;"></span>C++
1039
+ </a>
1040
+
1041
+ <span class="star" title="Stargazers Count">
1042
+ <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
1043
+ <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
1044
+ </svg>
1045
+ <span>58368</span>
1046
+ </span>
1047
+ <span class="star" title="Repo Forked">
1048
+ <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
1049
+ <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">
1050
+ </path>
1051
+ </svg>
1052
+ <span>30362</span>
1053
+ </span>
1054
+ <span class="star">
1055
+ <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
1056
+ <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
1057
+ </svg>
1058
+ <span>91 stars today</span>
1059
+ </span>
1060
+ </div>
1061
+ <div class="details">
1062
+ Bitcoin Core integration/staging tree
1063
+ </div>
1064
+ </div>
1065
+ </li>
1066
+
1033
1067
  </ul>
1034
1068
  <div class="footer">
1035
- <p>
1069
+ <div>
1036
1070
  <a href="https://github.com/jaywcjlove/github-rank/network" target="_blank">
1037
1071
  <img src="https://img.shields.io/github/forks/jaywcjlove/github-rank.svg">
1038
1072
  </a>
@@ -1045,8 +1079,8 @@
1045
1079
  <a href="https://unpkg.com/@wcj/github-rank/web/index.html" target="_blank">
1046
1080
  <img src="https://img.shields.io/npm/v/@wcj/github-rank.svg?label=unpkg">
1047
1081
  </a>
1048
- </p>
1049
- <div class="time">Last cache created on 2021/11/1 by Github API v3.</div>
1082
+ </div>
1083
+ <div class="time">Last cache created on 2021/11/2 by Github API v3.</div>
1050
1084
  Create by <a href="https://github.com/jaywcjlove" target="_blank">小弟调调™</a>.
1051
1085
  </div>
1052
1086
  </body>