@wcj/github-rank 21.10.30 → 21.11.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (38) hide show
  1. package/dist/repos.json +32450 -32449
  2. package/dist/sifou-daily.json +75 -57
  3. package/dist/sifou-monthly.json +74 -74
  4. package/dist/sifou-weekly.json +160 -151
  5. package/dist/toutiao-30.json +109 -109
  6. package/dist/toutiao-7.json +154 -154
  7. package/dist/toutiao-90.json +74 -74
  8. package/dist/trending-daily.json +192 -192
  9. package/dist/trending-monthly.json +189 -189
  10. package/dist/trending-weekly.json +198 -198
  11. package/dist/users.china.json +3161 -3161
  12. package/dist/users.json +3920 -3920
  13. package/package.json +1 -1
  14. package/web/36kr.html +714 -696
  15. package/web/data/repos.json +32450 -32449
  16. package/web/data/sifou-daily.json +75 -57
  17. package/web/data/sifou-monthly.json +74 -74
  18. package/web/data/sifou-weekly.json +160 -151
  19. package/web/data/toutiao-30.json +109 -109
  20. package/web/data/toutiao-7.json +154 -154
  21. package/web/data/toutiao-90.json +74 -74
  22. package/web/data/trending-daily.json +192 -192
  23. package/web/data/trending-monthly.json +189 -189
  24. package/web/data/trending-weekly.json +198 -198
  25. package/web/data/users.china.json +3161 -3161
  26. package/web/data/users.json +3920 -3920
  27. package/web/index.html +15551 -15533
  28. package/web/repos.html +29575 -29557
  29. package/web/sifou-daily.html +415 -339
  30. package/web/sifou-monthly.html +891 -871
  31. package/web/sifou-weekly.html +891 -843
  32. package/web/toutiao-30.html +702 -682
  33. package/web/toutiao-7.html +571 -551
  34. package/web/toutiao-90.html +702 -682
  35. package/web/trending-monthly.html +998 -974
  36. package/web/trending-weekly.html +998 -978
  37. package/web/trending.html +974 -974
  38. package/web/users.china.html +15551 -15533
@@ -12,31 +12,36 @@
12
12
  html, body, ul, li, h1 { margin: 0; padding: 0 }
13
13
  html, body { font-size: 16px; font-family: -apple-system,"Helvetica Neue",Helvetica,Arial,"PingFang SC","Hiragino Sans GB","WenQuanYi Micro Hei","Microsoft Yahei",sans-serif; }
14
14
  ul { list-style: none; }
15
- body { text-align: center; }
15
+
16
16
  a { color: #333; text-decoration: none; transition: all .2s ease-in; }
17
17
  a:hover { color: #1600ff; }
18
18
  a.github-corner:hover .octo-arm { animation: octocat-wave 560ms infinite linear; }
19
19
  a.github-corner svg { fill: #f1f1f1; color: #000; position: absolute; top: 0; border: 0; right: 0; z-index: 99; width: 70px; height: 70px; }
20
20
  a.github-corner { position: fixed; z-index: 9999; top: 0; right: 0; }
21
- .title { padding: 46px 0 0 0; font-size: 18px; line-height: 24px; }
22
- .time, .footer { padding: 5px 0 2px 0; font-size: 12px; color: #adadad; }
23
- .tabs { padding: 10px 0 15px 0;}
24
- .tabs a { background: #e2e2e2; display: inline-block; padding: 3px 7px; font-size: 12px; line-height: 16px; color: #0366d6; }
25
- .tabs a.active { background: #696969; color: #efefef; }
26
- .footer { padding: 10px 0 30px 0; }
27
- .list { text-align: left; max-width: 470px; margin: 0 auto; padding-bottom: 10px; background-color: #efefef; border-radius: 5px; overflow: hidden; }
21
+
22
+ .title { padding: 32px 20px 10px 20px; font-size: 32px; display: flex; }
23
+ .title a svg { display: block; }
24
+ .title a { color: #0059ff; display: inline-block; margin-left: 10px; }
25
+ .time, .footer { padding: 5px 20px 2px 20px; font-size: 12px; color: #adadad; }
26
+ .tabs { padding: 0 20px 5px 20px;}
27
+ .tabs a { background: #e2e2e2; display: inline-block; border-radius: 2px; margin: 2px 0; padding: 2px 5px; font-size: 12px; line-height: 16px; color: #0366d6; }
28
+ .tabs a.active { background: #333; color: #efefef; }
29
+ .tabs a:hover:not(.active) { background: #efefef; }
30
+ .footer { padding: 0 20px 30px 20px; font-size: 12px; color: #adadad; }
31
+ .footer .time { padding: 0; }
32
+ .list { text-align: left; padding-bottom: 10px; margin: 0 15px; }
28
33
  .list img { width: 36px; height: 36px; border-radius: 3px; display: block; margin: 0 auto; background-color: #e2e2e2; border: 0; overflow: hidden; }
29
34
  .list a { color: #0366d6; }
30
35
  .list a:hover { color: #1600ff; }
31
- .list li { padding: 5px; margin: 0 8px; transition: all .3s; border-bottom: 1px solid #d8d8d8; }
32
- .list li.rank-title { background-color: #e2e2e2; margin: 0; padding: 7px 13px; margin-bottom: 10px; border-radius: 0; font-size: 14px; line-height: 16px; }
33
- .list li.rank-title:hover { background: #e2e2e2; }
36
+ .list li { padding: 10px; transition: all .3s; }
37
+ .list li.rank-title { margin: 0; padding: 3px 0 0 7px; margin-bottom: 10px; border-radius: 5px; font-size: 12px; line-height: 16px; }
38
+ .list li.rank-title > a { margin-right: 10px; }
39
+ .list li.rank-title:hover { background: transparent; }
34
40
  .list li:last-child, .list li.rank-title { border-bottom: 0; }
35
- .list li:hover { background: rgba(255, 255, 255, 0.56); }
41
+ .list li:hover { background: #efefef8f; }
36
42
  .list li > div { display: table-cell; vertical-align: top; font-size: 14px; }
37
- .list li div.rank { padding: 0 8px; }
38
43
  .list li div.rank span { font-weight: bold; }
39
- .list li div.details { padding: 2px 0 0 9px; font-size: 12px; float: left; color: #b9b9b9; }
44
+ .list li div.details { padding: 2px 0 0 0; font-size: 12px; float: left; color: #b9b9b9; }
40
45
  .list li div.details a { color: #b9b9b9; transition: all .3s; }
41
46
  .list li div.details a:hover { color: #1600ff; }
42
47
  .list li div.details a:hover svg { fill: #1600ff; }
@@ -46,17 +51,18 @@
46
51
  .list li > div.info { width: 100%; }
47
52
  .list li > div.info i { color: #717171; }
48
53
  .list li > div.info a:hover i { color: #333; }
49
- .list li div.sub-title { color: #333; margin: 4px 0 0 3px;}
54
+ .list li div.sub-title { color: #333; margin: 4px 0 0 0; }
55
+ .list li div.avatar { padding-right: 10px; }
50
56
 
51
57
  .list li a.language,
52
58
  .list li span.star { height: 18px; background: #e2e2e2; display: inline-block; padding: 2px 4px; border-radius: 3px; }
53
59
 
54
60
 
55
- .list .select { float: right; line-height: 14px; line-height: 16px; }
56
- .list .select .active { color: #333; font-weight: bold; }
61
+ .list .select { }
62
+ .list .select .active { color: #333; font-weight: bold; border-bottom: 1px dotted #000;}
57
63
 
58
64
 
59
- .list li div.followers { font-size: 12px; color: #7d7d7d; white-space:nowrap; padding-left: 5px; padding-top: 2px; border-radius: 3px; }
65
+ .list li div.followers { font-size: 12px; color: #7d7d7d; white-space:nowrap; padding-top: 2px; border-radius: 3px; }
60
66
  .list li div.followers a { color: #545454; }
61
67
  .list li div.followers * { vertical-align: middle; }
62
68
  .list li div.followers svg { vertical-align: text-top; display: inline-block; fill: #9E9E9E; width: 14px; height: 14px; }
@@ -68,6 +74,9 @@
68
74
  20%,60%{-webkit-transform:rotate(-25deg); transform:rotate(-25deg);}
69
75
  40%,80%{-webkit-transform:rotate(10deg); transform:rotate(10deg);}
70
76
  }
77
+ @media screen and (max-width: 479px) {
78
+ .title { padding-top: 16px; font-size: 21px; }
79
+ }
71
80
  </style>
72
81
  <style>
73
82
  </style>
@@ -80,8 +89,20 @@
80
89
  <path fill="currentColor" class="octo-body" d="M115.0,115.0 C114.9,115.1 118.7,116.5 119.8,115.4 L133.7,101.6 C136.9,99.2 139.9,98.4 142.2,98.6 C133.8,88.0 127.5,74.4 143.8,58.0 C148.5,53.4 154.0,51.2 159.7,51.0 C160.3,49.4 163.2,43.6 171.4,40.1 C171.4,40.1 176.1,42.5 178.8,56.2 C183.1,58.6 187.2,61.8 190.9,65.4 C194.5,69.0 197.7,73.2 200.1,77.6 C213.8,80.2 216.3,84.9 216.3,84.9 C212.7,93.1 206.9,96.0 205.4,96.6 C205.1,102.4 203.0,107.8 198.3,112.5 C181.9,128.9 168.3,122.5 157.7,114.1 C157.9,116.9 156.7,120.9 152.7,124.9 L141.0,136.5 C139.8,137.7 141.6,141.9 141.8,141.8 Z"></path>
81
90
  </svg>
82
91
  </a>
83
- <h1 class="title"> GitHub Repositories Trending </h1>
84
- <div class="time">Last cache created on 2021/10/30 by Github API v3.</div>
92
+ <h1 class="title">
93
+ GitHub Repositories Trending
94
+
95
+
96
+
97
+ <a target="_blank" href="https://github.com/trending">
98
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" viewBox="0 0 16 16" version="1.1" aria-hidden="true"><path fill-rule="evenodd" fill="currentColor" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg>
99
+ </a>
100
+
101
+
102
+
103
+
104
+ </h1>
105
+ <div class="time">Last cache created on 2021/11/3 by Github API v3.</div>
85
106
  <div class="tabs">
86
107
  <a class="" href="index.html">Users</a>
87
108
  <a class="" href="repos.html">Repos</a>
@@ -91,960 +112,963 @@
91
112
  <a class="" href="36kr.html">36Kr</a>
92
113
  </div>
93
114
  <ul class="list repos trending">
94
- <li class="rank-title">
95
- <a href="https://github.com/trending" target="_blank">Repositories Trending</a>
96
- <span class="select">
97
- <a class="" href="trending.html">Today</a>
98
- <a class="" href="trending-weekly.html">Week</a>
99
- <a class="active" 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/goplus/gop" target="_blank" title="goplus/gop">goplus/gop</a>
108
- </div>
109
- <div class="sub-title followers">
110
-
111
- <a class="language" target="_blank" href="https://github.com/topics/go" title="Programming Language Go">
112
- <span style="background-color: #00ADD8;"></span>Go
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>7500</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>477</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>2241 stars this month</span>
133
- </span>
134
- </div>
135
- <div class="details">
136
- GoPlus - The Go+ language for engineering, STEM education, and data science
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/louislam/uptime-kuma" target="_blank" title="louislam/uptime-kuma">louislam/uptime-kuma</a>
146
- </div>
147
- <div class="sub-title followers">
148
-
149
- <a class="language" target="_blank" href="https://github.com/topics/javascript" title="Programming Language JavaScript">
150
- <span style="background-color: #f1e05a;"></span>JavaScript
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>8732</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>473</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>5128 stars this month</span>
171
- </span>
172
- </div>
173
- <div class="details">
174
- A fancy self-hosted monitoring tool
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/appsmithorg/appsmith" target="_blank" title="appsmithorg/appsmith">appsmithorg/appsmith</a>
184
- </div>
185
- <div class="sub-title followers">
186
-
187
- <a class="language" target="_blank" href="https://github.com/topics/typescript" title="Programming Language TypeScript">
188
- <span style="background-color: #2b7489;"></span>TypeScript
189
- </a>
190
-
191
- <span class="star" title="Stargazers Count">
192
- <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
193
- <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
194
- </svg>
195
- <span>8039</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>791</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>2460 stars this month</span>
209
- </span>
210
- </div>
211
- <div class="details">
212
- Quickly build any custom business software like admin panels, internal tools, dashboards and more with pre-built UI widgets that connect to any database, GraphQL or REST API, controlling everything with Javascript.
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/microsoft/Data-Science-For-Beginners" target="_blank" title="microsoft/Data-Science-For-Beginners">microsoft/Data-Science-For-Beginners</a>
222
- </div>
223
- <div class="sub-title followers">
224
-
225
- <a class="language" target="_blank" href="https://github.com/topics/jupyternotebook" title="Programming Language JupyterNotebook">
226
- <span style="background-color: #DA5B0B;"></span>JupyterNotebook
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>3699</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>567</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>3667 stars this month</span>
247
- </span>
248
- </div>
249
- <div class="details">
250
- 10 Weeks, 20 Lessons, Data Science for All!
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/HashLips/hashlips_art_engine" target="_blank" title="HashLips/hashlips_art_engine">HashLips/hashlips_art_engine</a>
260
- </div>
261
- <div class="sub-title followers">
262
-
263
- <a class="language" target="_blank" href="https://github.com/topics/javascript" title="Programming Language JavaScript">
264
- <span style="background-color: #f1e05a;"></span>JavaScript
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>1047</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>457</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>603 stars this month</span>
285
- </span>
286
- </div>
287
- <div class="details">
288
- HashLips Art Engine is a tool used to create multiple different instances of artworks based on provided layers.
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/TechXueXi/TechXueXi" target="_blank" title="TechXueXi/TechXueXi">TechXueXi/TechXueXi</a>
298
- </div>
299
- <div class="sub-title followers">
300
-
301
- <a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
302
- <span style="background-color: #3572A5;"></span>Python
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>1128</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>286</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>734 stars this month</span>
323
- </span>
324
- </div>
325
- <div class="details">
326
- 强国通 科技强国 学习强国 xuexiqiangguo 全网最好用开源网页学习强国助手:TechXueXi (懒人刷分工具 自动学习)技术强国,支持答题,支持 docker 45分/天
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/john-smilga/node-express-course" target="_blank" title="john-smilga/node-express-course">john-smilga/node-express-course</a>
336
- </div>
337
- <div class="sub-title followers">
338
-
339
- <a class="language" target="_blank" href="https://github.com/topics/javascript" title="Programming Language JavaScript">
340
- <span style="background-color: #f1e05a;"></span>JavaScript
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>701</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>656</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>231 stars this month</span>
361
- </span>
362
- </div>
363
- <div class="details">
364
-
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/TheAlgorithms/Python" target="_blank" title="TheAlgorithms/Python">TheAlgorithms/Python</a>
374
- </div>
375
- <div class="sub-title followers">
376
-
377
- <a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
378
- <span style="background-color: #3572A5;"></span>Python
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>121927</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>32702</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>3424 stars this month</span>
399
- </span>
400
- </div>
401
- <div class="details">
402
- All Algorithms implemented in Python
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/mattermost/mattermost-server" target="_blank" title="mattermost/mattermost-server">mattermost/mattermost-server</a>
412
- </div>
413
- <div class="sub-title followers">
414
-
415
- <a class="language" target="_blank" href="https://github.com/topics/go" title="Programming Language Go">
416
- <span style="background-color: #00ADD8;"></span>Go
417
- </a>
418
-
419
- <span class="star" title="Stargazers Count">
420
- <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
421
- <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
422
- </svg>
423
- <span>21297</span>
424
- </span>
425
- <span class="star" title="Repo Forked">
426
- <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
427
- <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">
428
- </path>
429
- </svg>
430
- <span>5208</span>
431
- </span>
432
- <span class="star">
433
- <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
434
- <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
435
- </svg>
436
- <span>389 stars this month</span>
437
- </span>
438
- </div>
439
- <div class="details">
440
- Mattermost is an open source platform for secure collaboration across the entire software development lifecycle.
441
- </div>
442
- </div>
443
- </li>
444
-
445
- <li>
446
- <div class="info">
447
- <div class="rank">
448
- <span title="Ranking 10">10</span>
449
- <a href="https://github.com/appwrite/appwrite" target="_blank" title="appwrite/appwrite">appwrite/appwrite</a>
450
- </div>
451
- <div class="sub-title followers">
452
-
453
- <a class="language" target="_blank" href="https://github.com/topics/javascript" title="Programming Language JavaScript">
454
- <span style="background-color: #f1e05a;"></span>JavaScript
455
- </a>
456
-
457
- <span class="star" title="Stargazers Count">
458
- <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
459
- <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
460
- </svg>
461
- <span>13774</span>
462
- </span>
463
- <span class="star" title="Repo Forked">
464
- <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
465
- <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">
466
- </path>
467
- </svg>
468
- <span>1225</span>
469
- </span>
470
- <span class="star">
471
- <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
472
- <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
473
- </svg>
474
- <span>2089 stars this month</span>
475
- </span>
476
- </div>
477
- <div class="details">
478
- Appwrite is a secure end-to-end backend server for Web, Mobile, and Flutter developers that is packaged as a set of Docker containers for easy deployment 🚀
479
- </div>
480
- </div>
481
- </li>
482
-
483
- <li>
484
- <div class="info">
485
- <div class="rank">
486
- <span title="Ranking 11">11</span>
487
- <a href="https://github.com/github/docs" target="_blank" title="github/docs">github/docs</a>
488
- </div>
489
- <div class="sub-title followers">
490
-
491
- <a class="language" target="_blank" href="https://github.com/topics/javascript" title="Programming Language JavaScript">
492
- <span style="background-color: #f1e05a;"></span>JavaScript
493
- </a>
494
-
495
- <span class="star" title="Stargazers Count">
496
- <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
497
- <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
498
- </svg>
499
- <span>6669</span>
500
- </span>
501
- <span class="star" title="Repo Forked">
502
- <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
503
- <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">
504
- </path>
505
- </svg>
506
- <span>29297</span>
507
- </span>
508
- <span class="star">
509
- <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
510
- <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
511
- </svg>
512
- <span>696 stars this month</span>
513
- </span>
514
- </div>
515
- <div class="details">
516
- The open-source repo for docs.github.com
517
- </div>
518
- </div>
519
- </li>
520
-
521
- <li>
522
- <div class="info">
523
- <div class="rank">
524
- <span title="Ranking 12">12</span>
525
- <a href="https://github.com/smartcontractkit/full-blockchain-solidity-course-py" target="_blank" title="smartcontractkit/full-blockchain-solidity-course-py">smartcontractkit/full-blockchain-solidity-course-py</a>
526
- </div>
527
- <div class="sub-title followers">
528
-
529
- <span class="star" title="Stargazers Count">
530
- <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
531
- <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
532
- </svg>
533
- <span>2627</span>
534
- </span>
535
- <span class="star" title="Repo Forked">
536
- <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
537
- <path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
538
- </path>
539
- </svg>
540
- <span>515</span>
541
- </span>
542
- <span class="star">
543
- <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
544
- <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
545
- </svg>
546
- <span>1284 stars this month</span>
547
- </span>
548
- </div>
549
- <div class="details">
550
- Ultimate Solidity, Blockchain, and Smart Contract - Beginner to Expert Full Course | Python Edition
551
- </div>
552
- </div>
553
- </li>
554
-
555
- <li>
556
- <div class="info">
557
- <div class="rank">
558
- <span title="Ranking 13">13</span>
559
- <a href="https://github.com/projectdiscovery/nuclei-templates" target="_blank" title="projectdiscovery/nuclei-templates">projectdiscovery/nuclei-templates</a>
560
- </div>
561
- <div class="sub-title followers">
562
-
563
- <a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
564
- <span style="background-color: #3572A5;"></span>Python
565
- </a>
566
-
567
- <span class="star" title="Stargazers Count">
568
- <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
569
- <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
570
- </svg>
571
- <span>2664</span>
572
- </span>
573
- <span class="star" title="Repo Forked">
574
- <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
575
- <path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
576
- </path>
577
- </svg>
578
- <span>848</span>
579
- </span>
580
- <span class="star">
581
- <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
582
- <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
583
- </svg>
584
- <span>344 stars this month</span>
585
- </span>
586
- </div>
587
- <div class="details">
588
- Community curated list of templates for the nuclei engine to find security vulnerabilities.
589
- </div>
590
- </div>
591
- </li>
592
-
593
- <li>
594
- <div class="info">
595
- <div class="rank">
596
- <span title="Ranking 14">14</span>
597
- <a href="https://github.com/rwightman/pytorch-image-models" target="_blank" title="rwightman/pytorch-image-models">rwightman/pytorch-image-models</a>
598
- </div>
599
- <div class="sub-title followers">
600
-
601
- <a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
602
- <span style="background-color: #3572A5;"></span>Python
603
- </a>
604
-
605
- <span class="star" title="Stargazers Count">
606
- <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
607
- <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
608
- </svg>
609
- <span>14069</span>
610
- </span>
611
- <span class="star" title="Repo Forked">
612
- <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
613
- <path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
614
- </path>
615
- </svg>
616
- <span>2221</span>
617
- </span>
618
- <span class="star">
619
- <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
620
- <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
621
- </svg>
622
- <span>970 stars this month</span>
623
- </span>
624
- </div>
625
- <div class="details">
626
- PyTorch image models, scripts, pretrained weights -- ResNet, ResNeXT, EfficientNet, EfficientNetV2, NFNet, Vision Transformer, MixNet, MobileNet-V3/V2, RegNet, DPN, CSPNet, and more
627
- </div>
628
- </div>
629
- </li>
630
-
631
- <li>
632
- <div class="info">
633
- <div class="rank">
634
- <span title="Ranking 15">15</span>
635
- <a href="https://github.com/tsoding/porth" target="_blank" title="tsoding/porth">tsoding/porth</a>
636
- </div>
637
- <div class="sub-title followers">
638
-
639
- <a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
640
- <span style="background-color: #3572A5;"></span>Python
641
- </a>
642
-
643
- <span class="star" title="Stargazers Count">
644
- <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
645
- <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
646
- </svg>
647
- <span>575</span>
648
- </span>
649
- <span class="star" title="Repo Forked">
650
- <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
651
- <path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
652
- </path>
653
- </svg>
654
- <span>58</span>
655
- </span>
656
- <span class="star">
657
- <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
658
- <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
659
- </svg>
660
- <span>338 stars this month</span>
661
- </span>
662
- </div>
663
- <div class="details">
664
- It&#39;s like Forth but in Python
665
- </div>
666
- </div>
667
- </li>
668
-
669
- <li>
670
- <div class="info">
671
- <div class="rank">
672
- <span title="Ranking 16">16</span>
673
- <a href="https://github.com/qiurunze123/miaosha" target="_blank" title="qiurunze123/miaosha">qiurunze123/miaosha</a>
674
- </div>
675
- <div class="sub-title followers">
676
-
677
- <a class="language" target="_blank" href="https://github.com/topics/java" title="Programming Language Java">
678
- <span style="background-color: #b07219;"></span>Java
679
- </a>
680
-
681
- <span class="star" title="Stargazers Count">
682
- <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
683
- <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
684
- </svg>
685
- <span>22717</span>
686
- </span>
687
- <span class="star" title="Repo Forked">
688
- <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
689
- <path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
690
- </path>
691
- </svg>
692
- <span>5840</span>
693
- </span>
694
- <span class="star">
695
- <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
696
- <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
697
- </svg>
698
- <span>985 stars this month</span>
699
- </span>
700
- </div>
701
- <div class="details">
702
- ⭐⭐⭐⭐秒杀系统设计与实现.互联网工程师进阶与分析🙋🐓
703
- </div>
704
- </div>
705
- </li>
706
-
707
- <li>
708
- <div class="info">
709
- <div class="rank">
710
- <span title="Ranking 17">17</span>
711
- <a href="https://github.com/firstcontributions/first-contributions" target="_blank" title="firstcontributions/first-contributions">firstcontributions/first-contributions</a>
712
- </div>
713
- <div class="sub-title followers">
714
-
715
- <span class="star" title="Stargazers Count">
716
- <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
717
- <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
718
- </svg>
719
- <span>21492</span>
720
- </span>
721
- <span class="star" title="Repo Forked">
722
- <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
723
- <path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
724
- </path>
725
- </svg>
726
- <span>40691</span>
727
- </span>
728
- <span class="star">
729
- <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
730
- <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
731
- </svg>
732
- <span>658 stars this month</span>
733
- </span>
734
- </div>
735
- <div class="details">
736
- 🚀✨ Help beginners to contribute to open source projects
737
- </div>
738
- </div>
739
- </li>
740
-
741
- <li>
742
- <div class="info">
743
- <div class="rank">
744
- <span title="Ranking 18">18</span>
745
- <a href="https://github.com/dotnet/sdk" target="_blank" title="dotnet/sdk">dotnet/sdk</a>
746
- </div>
747
- <div class="sub-title followers">
748
-
749
- <a class="language" target="_blank" href="https://github.com/topics/c#" title="Programming Language C#">
750
- <span style="background-color: #178600;"></span>C#
751
- </a>
752
-
753
- <span class="star" title="Stargazers Count">
754
- <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
755
- <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
756
- </svg>
757
- <span>1527</span>
758
- </span>
759
- <span class="star" title="Repo Forked">
760
- <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
761
- <path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
762
- </path>
763
- </svg>
764
- <span>534</span>
765
- </span>
766
- <span class="star">
767
- <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
768
- <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
769
- </svg>
770
- <span>296 stars this month</span>
771
- </span>
772
- </div>
773
- <div class="details">
774
- Core functionality needed to create .NET Core projects, that is shared between Visual Studio and CLI
775
- </div>
776
- </div>
777
- </li>
778
-
779
- <li>
780
- <div class="info">
781
- <div class="rank">
782
- <span title="Ranking 19">19</span>
783
- <a href="https://github.com/trekhleb/javascript-algorithms" target="_blank" title="trekhleb/javascript-algorithms">trekhleb/javascript-algorithms</a>
784
- </div>
785
- <div class="sub-title followers">
786
-
787
- <a class="language" target="_blank" href="https://github.com/topics/javascript" title="Programming Language JavaScript">
788
- <span style="background-color: #f1e05a;"></span>JavaScript
789
- </a>
790
-
791
- <span class="star" title="Stargazers Count">
792
- <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
793
- <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
794
- </svg>
795
- <span>125487</span>
796
- </span>
797
- <span class="star" title="Repo Forked">
798
- <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
799
- <path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
800
- </path>
801
- </svg>
802
- <span>20422</span>
803
- </span>
804
- <span class="star">
805
- <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
806
- <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
807
- </svg>
808
- <span>5331 stars this month</span>
809
- </span>
810
- </div>
811
- <div class="details">
812
- 📝 Algorithms and data structures implemented in JavaScript with explanations and links to further readings
813
- </div>
814
- </div>
815
- </li>
816
-
817
- <li>
818
- <div class="info">
819
- <div class="rank">
820
- <span title="Ranking 20">20</span>
821
- <a href="https://github.com/docker/compose" target="_blank" title="docker/compose">docker/compose</a>
822
- </div>
823
- <div class="sub-title followers">
824
-
825
- <a class="language" target="_blank" href="https://github.com/topics/go" title="Programming Language Go">
826
- <span style="background-color: #00ADD8;"></span>Go
827
- </a>
828
-
829
- <span class="star" title="Stargazers Count">
830
- <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
831
- <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
832
- </svg>
833
- <span>24001</span>
834
- </span>
835
- <span class="star" title="Repo Forked">
836
- <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
837
- <path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
838
- </path>
839
- </svg>
840
- <span>4014</span>
841
- </span>
842
- <span class="star">
843
- <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
844
- <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
845
- </svg>
846
- <span>531 stars this month</span>
847
- </span>
848
- </div>
849
- <div class="details">
850
- Define and run multi-container applications with Docker
851
- </div>
852
- </div>
853
- </li>
854
-
855
- <li>
856
- <div class="info">
857
- <div class="rank">
858
- <span title="Ranking 21">21</span>
859
- <a href="https://github.com/trailofbits/algo" target="_blank" title="trailofbits/algo">trailofbits/algo</a>
860
- </div>
861
- <div class="sub-title followers">
862
-
863
- <a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
864
- <span style="background-color: #3572A5;"></span>Python
865
- </a>
866
-
867
- <span class="star" title="Stargazers Count">
868
- <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
869
- <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
870
- </svg>
871
- <span>23909</span>
872
- </span>
873
- <span class="star" title="Repo Forked">
874
- <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
875
- <path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
876
- </path>
877
- </svg>
878
- <span>1953</span>
879
- </span>
880
- <span class="star">
881
- <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
882
- <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
883
- </svg>
884
- <span>2396 stars this month</span>
885
- </span>
886
- </div>
887
- <div class="details">
888
- Set up a personal VPN in the cloud
889
- </div>
890
- </div>
891
- </li>
892
-
893
- <li>
894
- <div class="info">
895
- <div class="rank">
896
- <span title="Ranking 22">22</span>
897
- <a href="https://github.com/argoproj/argo-cd" target="_blank" title="argoproj/argo-cd">argoproj/argo-cd</a>
898
- </div>
899
- <div class="sub-title followers">
900
-
901
- <a class="language" target="_blank" href="https://github.com/topics/go" title="Programming Language Go">
902
- <span style="background-color: #00ADD8;"></span>Go
903
- </a>
904
-
905
- <span class="star" title="Stargazers Count">
906
- <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
907
- <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
908
- </svg>
909
- <span>7418</span>
910
- </span>
911
- <span class="star" title="Repo Forked">
912
- <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
913
- <path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
914
- </path>
915
- </svg>
916
- <span>1756</span>
917
- </span>
918
- <span class="star">
919
- <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
920
- <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
921
- </svg>
922
- <span>435 stars this month</span>
923
- </span>
924
- </div>
925
- <div class="details">
926
- Declarative continuous deployment for Kubernetes.
927
- </div>
928
- </div>
929
- </li>
930
-
931
- <li>
932
- <div class="info">
933
- <div class="rank">
934
- <span title="Ranking 23">23</span>
935
- <a href="https://github.com/tldr-pages/tldr" target="_blank" title="tldr-pages/tldr">tldr-pages/tldr</a>
936
- </div>
937
- <div class="sub-title followers">
938
-
939
- <a class="language" target="_blank" href="https://github.com/topics/markdown" title="Programming Language Markdown">
940
- <span style="background-color: #083fa1;"></span>Markdown
941
- </a>
942
-
943
- <span class="star" title="Stargazers Count">
944
- <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
945
- <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
946
- </svg>
947
- <span>35719</span>
948
- </span>
949
- <span class="star" title="Repo Forked">
950
- <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
951
- <path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
952
- </path>
953
- </svg>
954
- <span>2943</span>
955
- </span>
956
- <span class="star">
957
- <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
958
- <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
959
- </svg>
960
- <span>1303 stars this month</span>
961
- </span>
962
- </div>
963
- <div class="details">
964
- 📚 Collaborative cheatsheets for console commands
965
- </div>
966
- </div>
967
- </li>
968
-
969
- <li>
970
- <div class="info">
971
- <div class="rank">
972
- <span title="Ranking 24">24</span>
973
- <a href="https://github.com/odoo/odoo" target="_blank" title="odoo/odoo">odoo/odoo</a>
974
- </div>
975
- <div class="sub-title followers">
976
-
977
- <a class="language" target="_blank" href="https://github.com/topics/javascript" title="Programming Language JavaScript">
978
- <span style="background-color: #f1e05a;"></span>JavaScript
979
- </a>
980
-
981
- <span class="star" title="Stargazers Count">
982
- <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
983
- <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
984
- </svg>
985
- <span>23125</span>
986
- </span>
987
- <span class="star" title="Repo Forked">
988
- <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
989
- <path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
990
- </path>
991
- </svg>
992
- <span>15180</span>
993
- </span>
994
- <span class="star">
995
- <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
996
- <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
997
- </svg>
998
- <span>590 stars this month</span>
999
- </span>
1000
- </div>
1001
- <div class="details">
1002
- Odoo. Open Source Apps To Grow Your Business.
1003
- </div>
1004
- </div>
1005
- </li>
1006
-
1007
- <li>
1008
- <div class="info">
1009
- <div class="rank">
1010
- <span title="Ranking 25">25</span>
1011
- <a href="https://github.com/ryanmcdermott/clean-code-javascript" target="_blank" title="ryanmcdermott/clean-code-javascript">ryanmcdermott/clean-code-javascript</a>
1012
- </div>
1013
- <div class="sub-title followers">
1014
-
1015
- <a class="language" target="_blank" href="https://github.com/topics/javascript" title="Programming Language JavaScript">
1016
- <span style="background-color: #f1e05a;"></span>JavaScript
1017
- </a>
1018
-
1019
- <span class="star" title="Stargazers Count">
1020
- <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
1021
- <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
1022
- </svg>
1023
- <span>59505</span>
1024
- </span>
1025
- <span class="star" title="Repo Forked">
1026
- <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
1027
- <path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
1028
- </path>
1029
- </svg>
1030
- <span>7528</span>
1031
- </span>
1032
- <span class="star">
1033
- <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
1034
- <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
1035
- </svg>
1036
- <span>2473 stars this month</span>
1037
- </span>
1038
- </div>
1039
- <div class="details">
1040
- 🛁 Clean Code concepts adapted for JavaScript
1041
- </div>
1042
- </div>
1043
- </li>
1044
-
115
+ <li class="rank-title">
116
+ <span class="select">
117
+ <a class="" href="trending.html">Today</a>
118
+ <a class="" href="trending-weekly.html">Week</a>
119
+ <a class="active" href="trending-monthly.html">Month</a>
120
+ </span>
121
+ </li>
122
+
123
+ <li>
124
+ <div class="info">
125
+ <div class="rank">
126
+ <span title="Ranking 1">1</span>
127
+ <a href="https://github.com/goplus/gop" target="_blank" title="goplus/gop">goplus/gop</a>
128
+ </div>
129
+ <div class="sub-title followers">
130
+
131
+ <a class="language" target="_blank" href="https://github.com/topics/go" title="Programming Language Go">
132
+ <span style="background-color: #00ADD8;"></span>Go
133
+ </a>
134
+
135
+ <span class="star" title="Stargazers Count">
136
+ <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
137
+ <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
138
+ </svg>
139
+ <span>7549</span>
140
+ </span>
141
+ <span class="star" title="Repo Forked">
142
+ <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
143
+ <path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
144
+ </path>
145
+ </svg>
146
+ <span>480</span>
147
+ </span>
148
+ <span class="star">
149
+ <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
150
+ <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
151
+ </svg>
152
+ <span>2145 stars this month</span>
153
+ </span>
154
+ </div>
155
+ <div class="details">
156
+
157
+ </div>
158
+ </div>
159
+ </li>
160
+
161
+ <li>
162
+ <div class="info">
163
+ <div class="rank">
164
+ <span title="Ranking 2">2</span>
165
+ <a href="https://github.com/Slurmio/school-dev-k8s" target="_blank" title="Slurmio/school-dev-k8s">Slurmio/school-dev-k8s</a>
166
+ </div>
167
+ <div class="sub-title followers">
168
+
169
+ <a class="language" target="_blank" href="https://github.com/topics/mustache" title="Programming Language Mustache">
170
+ <span style="background-color: #724b3b;"></span>Mustache
171
+ </a>
172
+
173
+ <span class="star" title="Stargazers Count">
174
+ <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
175
+ <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
176
+ </svg>
177
+ <span>741</span>
178
+ </span>
179
+ <span class="star" title="Repo Forked">
180
+ <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
181
+ <path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
182
+ </path>
183
+ </svg>
184
+ <span>194</span>
185
+ </span>
186
+ <span class="star">
187
+ <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
188
+ <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
189
+ </svg>
190
+ <span>655 stars this month</span>
191
+ </span>
192
+ </div>
193
+ <div class="details">
194
+
195
+ </div>
196
+ </div>
197
+ </li>
198
+
199
+ <li>
200
+ <div class="info">
201
+ <div class="rank">
202
+ <span title="Ranking 3">3</span>
203
+ <a href="https://github.com/louislam/uptime-kuma" target="_blank" title="louislam/uptime-kuma">louislam/uptime-kuma</a>
204
+ </div>
205
+ <div class="sub-title followers">
206
+
207
+ <a class="language" target="_blank" href="https://github.com/topics/javascript" title="Programming Language JavaScript">
208
+ <span style="background-color: #f1e05a;"></span>JavaScript
209
+ </a>
210
+
211
+ <span class="star" title="Stargazers Count">
212
+ <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
213
+ <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
214
+ </svg>
215
+ <span>8924</span>
216
+ </span>
217
+ <span class="star" title="Repo Forked">
218
+ <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
219
+ <path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
220
+ </path>
221
+ </svg>
222
+ <span>484</span>
223
+ </span>
224
+ <span class="star">
225
+ <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
226
+ <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
227
+ </svg>
228
+ <span>5284 stars this month</span>
229
+ </span>
230
+ </div>
231
+ <div class="details">
232
+
233
+ </div>
234
+ </div>
235
+ </li>
236
+
237
+ <li>
238
+ <div class="info">
239
+ <div class="rank">
240
+ <span title="Ranking 4">4</span>
241
+ <a href="https://github.com/TechXueXi/TechXueXi" target="_blank" title="TechXueXi/TechXueXi">TechXueXi/TechXueXi</a>
242
+ </div>
243
+ <div class="sub-title followers">
244
+
245
+ <a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
246
+ <span style="background-color: #3572A5;"></span>Python
247
+ </a>
248
+
249
+ <span class="star" title="Stargazers Count">
250
+ <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
251
+ <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
252
+ </svg>
253
+ <span>1204</span>
254
+ </span>
255
+ <span class="star" title="Repo Forked">
256
+ <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
257
+ <path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
258
+ </path>
259
+ </svg>
260
+ <span>307</span>
261
+ </span>
262
+ <span class="star">
263
+ <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
264
+ <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
265
+ </svg>
266
+ <span>802 stars this month</span>
267
+ </span>
268
+ </div>
269
+ <div class="details">
270
+
271
+ </div>
272
+ </div>
273
+ </li>
274
+
275
+ <li>
276
+ <div class="info">
277
+ <div class="rank">
278
+ <span title="Ranking 5">5</span>
279
+ <a href="https://github.com/HashLips/hashlips_art_engine" target="_blank" title="HashLips/hashlips_art_engine">HashLips/hashlips_art_engine</a>
280
+ </div>
281
+ <div class="sub-title followers">
282
+
283
+ <a class="language" target="_blank" href="https://github.com/topics/javascript" title="Programming Language JavaScript">
284
+ <span style="background-color: #f1e05a;"></span>JavaScript
285
+ </a>
286
+
287
+ <span class="star" title="Stargazers Count">
288
+ <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
289
+ <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
290
+ </svg>
291
+ <span>1138</span>
292
+ </span>
293
+ <span class="star" title="Repo Forked">
294
+ <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
295
+ <path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
296
+ </path>
297
+ </svg>
298
+ <span>509</span>
299
+ </span>
300
+ <span class="star">
301
+ <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
302
+ <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
303
+ </svg>
304
+ <span>629 stars this month</span>
305
+ </span>
306
+ </div>
307
+ <div class="details">
308
+
309
+ </div>
310
+ </div>
311
+ </li>
312
+
313
+ <li>
314
+ <div class="info">
315
+ <div class="rank">
316
+ <span title="Ranking 6">6</span>
317
+ <a href="https://github.com/facebook/flipper" target="_blank" title="facebook/flipper">facebook/flipper</a>
318
+ </div>
319
+ <div class="sub-title followers">
320
+
321
+ <a class="language" target="_blank" href="https://github.com/topics/typescript" title="Programming Language TypeScript">
322
+ <span style="background-color: #2b7489;"></span>TypeScript
323
+ </a>
324
+
325
+ <span class="star" title="Stargazers Count">
326
+ <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
327
+ <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
328
+ </svg>
329
+ <span>10154</span>
330
+ </span>
331
+ <span class="star" title="Repo Forked">
332
+ <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
333
+ <path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
334
+ </path>
335
+ </svg>
336
+ <span>716</span>
337
+ </span>
338
+ <span class="star">
339
+ <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
340
+ <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
341
+ </svg>
342
+ <span>1215 stars this month</span>
343
+ </span>
344
+ </div>
345
+ <div class="details">
346
+
347
+ </div>
348
+ </div>
349
+ </li>
350
+
351
+ <li>
352
+ <div class="info">
353
+ <div class="rank">
354
+ <span title="Ranking 7">7</span>
355
+ <a href="https://github.com/OpenIMSDK/Open-IM-Server" target="_blank" title="OpenIMSDK/Open-IM-Server">OpenIMSDK/Open-IM-Server</a>
356
+ </div>
357
+ <div class="sub-title followers">
358
+
359
+ <a class="language" target="_blank" href="https://github.com/topics/go" title="Programming Language Go">
360
+ <span style="background-color: #00ADD8;"></span>Go
361
+ </a>
362
+
363
+ <span class="star" title="Stargazers Count">
364
+ <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
365
+ <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
366
+ </svg>
367
+ <span>2777</span>
368
+ </span>
369
+ <span class="star" title="Repo Forked">
370
+ <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
371
+ <path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
372
+ </path>
373
+ </svg>
374
+ <span>388</span>
375
+ </span>
376
+ <span class="star">
377
+ <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
378
+ <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
379
+ </svg>
380
+ <span>1841 stars this month</span>
381
+ </span>
382
+ </div>
383
+ <div class="details">
384
+
385
+ </div>
386
+ </div>
387
+ </li>
388
+
389
+ <li>
390
+ <div class="info">
391
+ <div class="rank">
392
+ <span title="Ranking 8">8</span>
393
+ <a href="https://github.com/john-smilga/node-express-course" target="_blank" title="john-smilga/node-express-course">john-smilga/node-express-course</a>
394
+ </div>
395
+ <div class="sub-title followers">
396
+
397
+ <a class="language" target="_blank" href="https://github.com/topics/javascript" title="Programming Language JavaScript">
398
+ <span style="background-color: #f1e05a;"></span>JavaScript
399
+ </a>
400
+
401
+ <span class="star" title="Stargazers Count">
402
+ <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
403
+ <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
404
+ </svg>
405
+ <span>734</span>
406
+ </span>
407
+ <span class="star" title="Repo Forked">
408
+ <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
409
+ <path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
410
+ </path>
411
+ </svg>
412
+ <span>676</span>
413
+ </span>
414
+ <span class="star">
415
+ <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
416
+ <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
417
+ </svg>
418
+ <span>248 stars this month</span>
419
+ </span>
420
+ </div>
421
+ <div class="details">
422
+
423
+ </div>
424
+ </div>
425
+ </li>
426
+
427
+ <li>
428
+ <div class="info">
429
+ <div class="rank">
430
+ <span title="Ranking 9">9</span>
431
+ <a href="https://github.com/mastodon/mastodon" target="_blank" title="mastodon/mastodon">mastodon/mastodon</a>
432
+ </div>
433
+ <div class="sub-title followers">
434
+
435
+ <a class="language" target="_blank" href="https://github.com/topics/ruby" title="Programming Language Ruby">
436
+ <span style="background-color: #701516;"></span>Ruby
437
+ </a>
438
+
439
+ <span class="star" title="Stargazers Count">
440
+ <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
441
+ <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
442
+ </svg>
443
+ <span>25691</span>
444
+ </span>
445
+ <span class="star" title="Repo Forked">
446
+ <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
447
+ <path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
448
+ </path>
449
+ </svg>
450
+ <span>4217</span>
451
+ </span>
452
+ <span class="star">
453
+ <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
454
+ <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
455
+ </svg>
456
+ <span>900 stars this month</span>
457
+ </span>
458
+ </div>
459
+ <div class="details">
460
+
461
+ </div>
462
+ </div>
463
+ </li>
464
+
465
+ <li>
466
+ <div class="info">
467
+ <div class="rank">
468
+ <span title="Ranking 10">10</span>
469
+ <a href="https://github.com/qiurunze123/miaosha" target="_blank" title="qiurunze123/miaosha">qiurunze123/miaosha</a>
470
+ </div>
471
+ <div class="sub-title followers">
472
+
473
+ <a class="language" target="_blank" href="https://github.com/topics/java" title="Programming Language Java">
474
+ <span style="background-color: #b07219;"></span>Java
475
+ </a>
476
+
477
+ <span class="star" title="Stargazers Count">
478
+ <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
479
+ <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
480
+ </svg>
481
+ <span>22797</span>
482
+ </span>
483
+ <span class="star" title="Repo Forked">
484
+ <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
485
+ <path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
486
+ </path>
487
+ </svg>
488
+ <span>5855</span>
489
+ </span>
490
+ <span class="star">
491
+ <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
492
+ <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
493
+ </svg>
494
+ <span>1038 stars this month</span>
495
+ </span>
496
+ </div>
497
+ <div class="details">
498
+
499
+ </div>
500
+ </div>
501
+ </li>
502
+
503
+ <li>
504
+ <div class="info">
505
+ <div class="rank">
506
+ <span title="Ranking 11">11</span>
507
+ <a href="https://github.com/rwightman/pytorch-image-models" target="_blank" title="rwightman/pytorch-image-models">rwightman/pytorch-image-models</a>
508
+ </div>
509
+ <div class="sub-title followers">
510
+
511
+ <a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
512
+ <span style="background-color: #3572A5;"></span>Python
513
+ </a>
514
+
515
+ <span class="star" title="Stargazers Count">
516
+ <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
517
+ <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
518
+ </svg>
519
+ <span>14165</span>
520
+ </span>
521
+ <span class="star" title="Repo Forked">
522
+ <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
523
+ <path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
524
+ </path>
525
+ </svg>
526
+ <span>2239</span>
527
+ </span>
528
+ <span class="star">
529
+ <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
530
+ <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
531
+ </svg>
532
+ <span>1039 stars this month</span>
533
+ </span>
534
+ </div>
535
+ <div class="details">
536
+
537
+ </div>
538
+ </div>
539
+ </li>
540
+
541
+ <li>
542
+ <div class="info">
543
+ <div class="rank">
544
+ <span title="Ranking 12">12</span>
545
+ <a href="https://github.com/TheAlgorithms/Python" target="_blank" title="TheAlgorithms/Python">TheAlgorithms/Python</a>
546
+ </div>
547
+ <div class="sub-title followers">
548
+
549
+ <a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
550
+ <span style="background-color: #3572A5;"></span>Python
551
+ </a>
552
+
553
+ <span class="star" title="Stargazers Count">
554
+ <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
555
+ <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
556
+ </svg>
557
+ <span>122155</span>
558
+ </span>
559
+ <span class="star" title="Repo Forked">
560
+ <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
561
+ <path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
562
+ </path>
563
+ </svg>
564
+ <span>32767</span>
565
+ </span>
566
+ <span class="star">
567
+ <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
568
+ <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
569
+ </svg>
570
+ <span>3436 stars this month</span>
571
+ </span>
572
+ </div>
573
+ <div class="details">
574
+
575
+ </div>
576
+ </div>
577
+ </li>
578
+
579
+ <li>
580
+ <div class="info">
581
+ <div class="rank">
582
+ <span title="Ranking 13">13</span>
583
+ <a href="https://github.com/firstcontributions/first-contributions" target="_blank" title="firstcontributions/first-contributions">firstcontributions/first-contributions</a>
584
+ </div>
585
+ <div class="sub-title followers">
586
+
587
+ <span class="star" title="Stargazers Count">
588
+ <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
589
+ <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
590
+ </svg>
591
+ <span>21563</span>
592
+ </span>
593
+ <span class="star" title="Repo Forked">
594
+ <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
595
+ <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">
596
+ </path>
597
+ </svg>
598
+ <span>40814</span>
599
+ </span>
600
+ <span class="star">
601
+ <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
602
+ <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
603
+ </svg>
604
+ <span>682 stars this month</span>
605
+ </span>
606
+ </div>
607
+ <div class="details">
608
+
609
+ </div>
610
+ </div>
611
+ </li>
612
+
613
+ <li>
614
+ <div class="info">
615
+ <div class="rank">
616
+ <span title="Ranking 14">14</span>
617
+ <a href="https://github.com/appsmithorg/appsmith" target="_blank" title="appsmithorg/appsmith">appsmithorg/appsmith</a>
618
+ </div>
619
+ <div class="sub-title followers">
620
+
621
+ <a class="language" target="_blank" href="https://github.com/topics/typescript" title="Programming Language TypeScript">
622
+ <span style="background-color: #2b7489;"></span>TypeScript
623
+ </a>
624
+
625
+ <span class="star" title="Stargazers Count">
626
+ <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
627
+ <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
628
+ </svg>
629
+ <span>8143</span>
630
+ </span>
631
+ <span class="star" title="Repo Forked">
632
+ <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
633
+ <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">
634
+ </path>
635
+ </svg>
636
+ <span>803</span>
637
+ </span>
638
+ <span class="star">
639
+ <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
640
+ <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
641
+ </svg>
642
+ <span>1980 stars this month</span>
643
+ </span>
644
+ </div>
645
+ <div class="details">
646
+
647
+ </div>
648
+ </div>
649
+ </li>
650
+
651
+ <li>
652
+ <div class="info">
653
+ <div class="rank">
654
+ <span title="Ranking 15">15</span>
655
+ <a href="https://github.com/microsoft/Data-Science-For-Beginners" target="_blank" title="microsoft/Data-Science-For-Beginners">microsoft/Data-Science-For-Beginners</a>
656
+ </div>
657
+ <div class="sub-title followers">
658
+
659
+ <a class="language" target="_blank" href="https://github.com/topics/jupyternotebook" title="Programming Language JupyterNotebook">
660
+ <span style="background-color: #DA5B0B;"></span>JupyterNotebook
661
+ </a>
662
+
663
+ <span class="star" title="Stargazers Count">
664
+ <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
665
+ <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
666
+ </svg>
667
+ <span>5415</span>
668
+ </span>
669
+ <span class="star" title="Repo Forked">
670
+ <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
671
+ <path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
672
+ </path>
673
+ </svg>
674
+ <span>740</span>
675
+ </span>
676
+ <span class="star">
677
+ <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
678
+ <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
679
+ </svg>
680
+ <span>4289 stars this month</span>
681
+ </span>
682
+ </div>
683
+ <div class="details">
684
+
685
+ </div>
686
+ </div>
687
+ </li>
688
+
689
+ <li>
690
+ <div class="info">
691
+ <div class="rank">
692
+ <span title="Ranking 16">16</span>
693
+ <a href="https://github.com/lvgl/lvgl" target="_blank" title="lvgl/lvgl">lvgl/lvgl</a>
694
+ </div>
695
+ <div class="sub-title followers">
696
+
697
+ <a class="language" target="_blank" href="https://github.com/topics/c" title="Programming Language C">
698
+ <span style="background-color: #555555;"></span>C
699
+ </a>
700
+
701
+ <span class="star" title="Stargazers Count">
702
+ <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
703
+ <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
704
+ </svg>
705
+ <span>7718</span>
706
+ </span>
707
+ <span class="star" title="Repo Forked">
708
+ <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
709
+ <path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
710
+ </path>
711
+ </svg>
712
+ <span>1545</span>
713
+ </span>
714
+ <span class="star">
715
+ <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
716
+ <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
717
+ </svg>
718
+ <span>903 stars this month</span>
719
+ </span>
720
+ </div>
721
+ <div class="details">
722
+
723
+ </div>
724
+ </div>
725
+ </li>
726
+
727
+ <li>
728
+ <div class="info">
729
+ <div class="rank">
730
+ <span title="Ranking 17">17</span>
731
+ <a href="https://github.com/projectdiscovery/nuclei-templates" target="_blank" title="projectdiscovery/nuclei-templates">projectdiscovery/nuclei-templates</a>
732
+ </div>
733
+ <div class="sub-title followers">
734
+
735
+ <a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
736
+ <span style="background-color: #3572A5;"></span>Python
737
+ </a>
738
+
739
+ <span class="star" title="Stargazers Count">
740
+ <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
741
+ <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
742
+ </svg>
743
+ <span>2699</span>
744
+ </span>
745
+ <span class="star" title="Repo Forked">
746
+ <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
747
+ <path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
748
+ </path>
749
+ </svg>
750
+ <span>857</span>
751
+ </span>
752
+ <span class="star">
753
+ <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
754
+ <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
755
+ </svg>
756
+ <span>371 stars this month</span>
757
+ </span>
758
+ </div>
759
+ <div class="details">
760
+
761
+ </div>
762
+ </div>
763
+ </li>
764
+
765
+ <li>
766
+ <div class="info">
767
+ <div class="rank">
768
+ <span title="Ranking 18">18</span>
769
+ <a href="https://github.com/mattermost/mattermost-server" target="_blank" title="mattermost/mattermost-server">mattermost/mattermost-server</a>
770
+ </div>
771
+ <div class="sub-title followers">
772
+
773
+ <a class="language" target="_blank" href="https://github.com/topics/go" title="Programming Language Go">
774
+ <span style="background-color: #00ADD8;"></span>Go
775
+ </a>
776
+
777
+ <span class="star" title="Stargazers Count">
778
+ <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
779
+ <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
780
+ </svg>
781
+ <span>21336</span>
782
+ </span>
783
+ <span class="star" title="Repo Forked">
784
+ <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
785
+ <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">
786
+ </path>
787
+ </svg>
788
+ <span>5211</span>
789
+ </span>
790
+ <span class="star">
791
+ <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
792
+ <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
793
+ </svg>
794
+ <span>400 stars this month</span>
795
+ </span>
796
+ </div>
797
+ <div class="details">
798
+
799
+ </div>
800
+ </div>
801
+ </li>
802
+
803
+ <li>
804
+ <div class="info">
805
+ <div class="rank">
806
+ <span title="Ranking 19">19</span>
807
+ <a href="https://github.com/hrsh7th/nvim-cmp" target="_blank" title="hrsh7th/nvim-cmp">hrsh7th/nvim-cmp</a>
808
+ </div>
809
+ <div class="sub-title followers">
810
+
811
+ <a class="language" target="_blank" href="https://github.com/topics/lua" title="Programming Language Lua">
812
+ <span style="background-color: #000080;"></span>Lua
813
+ </a>
814
+
815
+ <span class="star" title="Stargazers Count">
816
+ <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
817
+ <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
818
+ </svg>
819
+ <span>1349</span>
820
+ </span>
821
+ <span class="star" title="Repo Forked">
822
+ <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
823
+ <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">
824
+ </path>
825
+ </svg>
826
+ <span>57</span>
827
+ </span>
828
+ <span class="star">
829
+ <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
830
+ <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
831
+ </svg>
832
+ <span>496 stars this month</span>
833
+ </span>
834
+ </div>
835
+ <div class="details">
836
+
837
+ </div>
838
+ </div>
839
+ </li>
840
+
841
+ <li>
842
+ <div class="info">
843
+ <div class="rank">
844
+ <span title="Ranking 20">20</span>
845
+ <a href="https://github.com/odoo/odoo" target="_blank" title="odoo/odoo">odoo/odoo</a>
846
+ </div>
847
+ <div class="sub-title followers">
848
+
849
+ <a class="language" target="_blank" href="https://github.com/topics/javascript" title="Programming Language JavaScript">
850
+ <span style="background-color: #f1e05a;"></span>JavaScript
851
+ </a>
852
+
853
+ <span class="star" title="Stargazers Count">
854
+ <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
855
+ <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
856
+ </svg>
857
+ <span>23187</span>
858
+ </span>
859
+ <span class="star" title="Repo Forked">
860
+ <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
861
+ <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">
862
+ </path>
863
+ </svg>
864
+ <span>15199</span>
865
+ </span>
866
+ <span class="star">
867
+ <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
868
+ <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
869
+ </svg>
870
+ <span>635 stars this month</span>
871
+ </span>
872
+ </div>
873
+ <div class="details">
874
+
875
+ </div>
876
+ </div>
877
+ </li>
878
+
879
+ <li>
880
+ <div class="info">
881
+ <div class="rank">
882
+ <span title="Ranking 21">21</span>
883
+ <a href="https://github.com/diem/diem" target="_blank" title="diem/diem">diem/diem</a>
884
+ </div>
885
+ <div class="sub-title followers">
886
+
887
+ <a class="language" target="_blank" href="https://github.com/topics/rust" title="Programming Language Rust">
888
+ <span style="background-color: #dea584;"></span>Rust
889
+ </a>
890
+
891
+ <span class="star" title="Stargazers Count">
892
+ <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
893
+ <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
894
+ </svg>
895
+ <span>16164</span>
896
+ </span>
897
+ <span class="star" title="Repo Forked">
898
+ <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
899
+ <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">
900
+ </path>
901
+ </svg>
902
+ <span>2472</span>
903
+ </span>
904
+ <span class="star">
905
+ <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
906
+ <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
907
+ </svg>
908
+ <span>173 stars this month</span>
909
+ </span>
910
+ </div>
911
+ <div class="details">
912
+
913
+ </div>
914
+ </div>
915
+ </li>
916
+
917
+ <li>
918
+ <div class="info">
919
+ <div class="rank">
920
+ <span title="Ranking 22">22</span>
921
+ <a href="https://github.com/vercel/next.js" target="_blank" title="vercel/next.js">vercel/next.js</a>
922
+ </div>
923
+ <div class="sub-title followers">
924
+
925
+ <a class="language" target="_blank" href="https://github.com/topics/javascript" title="Programming Language JavaScript">
926
+ <span style="background-color: #f1e05a;"></span>JavaScript
927
+ </a>
928
+
929
+ <span class="star" title="Stargazers Count">
930
+ <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
931
+ <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
932
+ </svg>
933
+ <span>75892</span>
934
+ </span>
935
+ <span class="star" title="Repo Forked">
936
+ <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
937
+ <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">
938
+ </path>
939
+ </svg>
940
+ <span>15023</span>
941
+ </span>
942
+ <span class="star">
943
+ <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
944
+ <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
945
+ </svg>
946
+ <span>2322 stars this month</span>
947
+ </span>
948
+ </div>
949
+ <div class="details">
950
+
951
+ </div>
952
+ </div>
953
+ </li>
954
+
955
+ <li>
956
+ <div class="info">
957
+ <div class="rank">
958
+ <span title="Ranking 23">23</span>
959
+ <a href="https://github.com/github/docs" target="_blank" title="github/docs">github/docs</a>
960
+ </div>
961
+ <div class="sub-title followers">
962
+
963
+ <a class="language" target="_blank" href="https://github.com/topics/javascript" title="Programming Language JavaScript">
964
+ <span style="background-color: #f1e05a;"></span>JavaScript
965
+ </a>
966
+
967
+ <span class="star" title="Stargazers Count">
968
+ <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
969
+ <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
970
+ </svg>
971
+ <span>6856</span>
972
+ </span>
973
+ <span class="star" title="Repo Forked">
974
+ <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
975
+ <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">
976
+ </path>
977
+ </svg>
978
+ <span>29712</span>
979
+ </span>
980
+ <span class="star">
981
+ <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
982
+ <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
983
+ </svg>
984
+ <span>808 stars this month</span>
985
+ </span>
986
+ </div>
987
+ <div class="details">
988
+
989
+ </div>
990
+ </div>
991
+ </li>
992
+
993
+ <li>
994
+ <div class="info">
995
+ <div class="rank">
996
+ <span title="Ranking 24">24</span>
997
+ <a href="https://github.com/PKUanonym/REKCARC-TSC-UHT" target="_blank" title="PKUanonym/REKCARC-TSC-UHT">PKUanonym/REKCARC-TSC-UHT</a>
998
+ </div>
999
+ <div class="sub-title followers">
1000
+
1001
+ <a class="language" target="_blank" href="https://github.com/topics/html" title="Programming Language HTML">
1002
+ <span style="background-color: #e34c26;"></span>HTML
1003
+ </a>
1004
+
1005
+ <span class="star" title="Stargazers Count">
1006
+ <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
1007
+ <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
1008
+ </svg>
1009
+ <span>18619</span>
1010
+ </span>
1011
+ <span class="star" title="Repo Forked">
1012
+ <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
1013
+ <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">
1014
+ </path>
1015
+ </svg>
1016
+ <span>5212</span>
1017
+ </span>
1018
+ <span class="star">
1019
+ <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
1020
+ <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
1021
+ </svg>
1022
+ <span>713 stars this month</span>
1023
+ </span>
1024
+ </div>
1025
+ <div class="details">
1026
+
1027
+ </div>
1028
+ </div>
1029
+ </li>
1030
+
1031
+ <li>
1032
+ <div class="info">
1033
+ <div class="rank">
1034
+ <span title="Ranking 25">25</span>
1035
+ <a href="https://github.com/bitcoin/bitcoin" target="_blank" title="bitcoin/bitcoin">bitcoin/bitcoin</a>
1036
+ </div>
1037
+ <div class="sub-title followers">
1038
+
1039
+ <a class="language" target="_blank" href="https://github.com/topics/c++" title="Programming Language C++">
1040
+ <span style="background-color: #f34b7d;"></span>C++
1041
+ </a>
1042
+
1043
+ <span class="star" title="Stargazers Count">
1044
+ <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
1045
+ <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
1046
+ </svg>
1047
+ <span>58439</span>
1048
+ </span>
1049
+ <span class="star" title="Repo Forked">
1050
+ <svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
1051
+ <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">
1052
+ </path>
1053
+ </svg>
1054
+ <span>30378</span>
1055
+ </span>
1056
+ <span class="star">
1057
+ <svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
1058
+ <path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
1059
+ </svg>
1060
+ <span>1225 stars this month</span>
1061
+ </span>
1062
+ </div>
1063
+ <div class="details">
1064
+
1065
+ </div>
1066
+ </div>
1067
+ </li>
1068
+
1045
1069
  </ul>
1046
1070
  <div class="footer">
1047
- <p>
1071
+ <div>
1048
1072
  <a href="https://github.com/jaywcjlove/github-rank/network" target="_blank">
1049
1073
  <img src="https://img.shields.io/github/forks/jaywcjlove/github-rank.svg">
1050
1074
  </a>
@@ -1057,8 +1081,8 @@
1057
1081
  <a href="https://unpkg.com/@wcj/github-rank/web/index.html" target="_blank">
1058
1082
  <img src="https://img.shields.io/npm/v/@wcj/github-rank.svg?label=unpkg">
1059
1083
  </a>
1060
- </p>
1061
- <div class="time">Last cache created on 2021/10/30 by Github API v3.</div>
1084
+ </div>
1085
+ <div class="time">Last cache created on 2021/11/3 by Github API v3.</div>
1062
1086
  Create by <a href="https://github.com/jaywcjlove" target="_blank">小弟调调™</a>.
1063
1087
  </div>
1064
1088
  </body>