@wcj/github-rank 21.10.31 → 21.11.1
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.
- package/dist/repos.json +15819 -15827
- package/dist/sifou-daily.json +29 -38
- package/dist/sifou-monthly.json +25 -25
- package/dist/sifou-weekly.json +71 -71
- package/dist/toutiao-30.json +53 -53
- package/dist/toutiao-7.json +58 -58
- package/dist/toutiao-90.json +31 -31
- package/dist/trending-daily.json +197 -197
- package/dist/trending-monthly.json +158 -158
- package/dist/trending-weekly.json +164 -164
- package/dist/users.china.json +1005 -1005
- package/dist/users.json +1607 -1607
- package/package.json +1 -1
- package/web/36kr.html +2 -2
- package/web/data/repos.json +15819 -15827
- package/web/data/sifou-daily.json +29 -38
- package/web/data/sifou-monthly.json +25 -25
- package/web/data/sifou-weekly.json +71 -71
- package/web/data/toutiao-30.json +53 -53
- package/web/data/toutiao-7.json +58 -58
- package/web/data/toutiao-90.json +31 -31
- package/web/data/trending-daily.json +197 -197
- package/web/data/trending-monthly.json +158 -158
- package/web/data/trending-weekly.json +164 -164
- package/web/data/users.china.json +1005 -1005
- package/web/data/users.json +1607 -1607
- package/web/index.html +876 -876
- package/web/repos.html +2106 -2106
- package/web/sifou-daily.html +25 -53
- package/web/sifou-monthly.html +46 -46
- package/web/sifou-weekly.html +95 -95
- package/web/toutiao-30.html +71 -71
- package/web/toutiao-7.html +89 -89
- package/web/toutiao-90.html +57 -57
- package/web/trending-monthly.html +149 -149
- package/web/trending-weekly.html +157 -157
- package/web/trending.html +174 -174
- package/web/users.china.html +527 -527
package/web/trending.html
CHANGED
|
@@ -81,7 +81,7 @@
|
|
|
81
81
|
</svg>
|
|
82
82
|
</a>
|
|
83
83
|
<h1 class="title"> GitHub Repositories Trending </h1>
|
|
84
|
-
<div class="time">Last cache created on 2021/
|
|
84
|
+
<div class="time">Last cache created on 2021/11/1 by Github API v3.</div>
|
|
85
85
|
<div class="tabs">
|
|
86
86
|
<a class="" href="index.html">Users</a>
|
|
87
87
|
<a class="" href="repos.html">Repos</a>
|
|
@@ -104,36 +104,36 @@
|
|
|
104
104
|
<div class="info">
|
|
105
105
|
<div class="rank">
|
|
106
106
|
<span title="Ranking 1">1</span>
|
|
107
|
-
<a href="https://github.com/
|
|
107
|
+
<a href="https://github.com/notifirehq/notifire" target="_blank" title="notifirehq/notifire">notifirehq/notifire</a>
|
|
108
108
|
</div>
|
|
109
109
|
<div class="sub-title followers">
|
|
110
110
|
|
|
111
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
112
|
-
<span style="background-color: #
|
|
111
|
+
<a class="language" target="_blank" href="https://github.com/topics/typescript" title="Programming Language TypeScript">
|
|
112
|
+
<span style="background-color: #2b7489;"></span>TypeScript
|
|
113
113
|
</a>
|
|
114
114
|
|
|
115
115
|
<span class="star" title="Stargazers Count">
|
|
116
116
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
117
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
118
|
</svg>
|
|
119
|
-
<span>
|
|
119
|
+
<span>871</span>
|
|
120
120
|
</span>
|
|
121
121
|
<span class="star" title="Repo Forked">
|
|
122
122
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
123
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
124
|
</path>
|
|
125
125
|
</svg>
|
|
126
|
-
<span>
|
|
126
|
+
<span>42</span>
|
|
127
127
|
</span>
|
|
128
128
|
<span class="star">
|
|
129
129
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
130
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
131
|
</svg>
|
|
132
|
-
<span>
|
|
132
|
+
<span>291 stars today</span>
|
|
133
133
|
</span>
|
|
134
134
|
</div>
|
|
135
135
|
<div class="details">
|
|
136
|
-
|
|
136
|
+
🚀 The open-source notification infrastructure for products.
|
|
137
137
|
</div>
|
|
138
138
|
</div>
|
|
139
139
|
</li>
|
|
@@ -142,32 +142,36 @@
|
|
|
142
142
|
<div class="info">
|
|
143
143
|
<div class="rank">
|
|
144
144
|
<span title="Ranking 2">2</span>
|
|
145
|
-
<a href="https://github.com/
|
|
145
|
+
<a href="https://github.com/microsoft/PowerToys" target="_blank" title="microsoft/PowerToys">microsoft/PowerToys</a>
|
|
146
146
|
</div>
|
|
147
147
|
<div class="sub-title followers">
|
|
148
148
|
|
|
149
|
+
<a class="language" target="_blank" href="https://github.com/topics/c#" title="Programming Language C#">
|
|
150
|
+
<span style="background-color: #178600;"></span>C#
|
|
151
|
+
</a>
|
|
152
|
+
|
|
149
153
|
<span class="star" title="Stargazers Count">
|
|
150
154
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
151
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>
|
|
152
156
|
</svg>
|
|
153
|
-
<span>
|
|
157
|
+
<span>62473</span>
|
|
154
158
|
</span>
|
|
155
159
|
<span class="star" title="Repo Forked">
|
|
156
160
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
157
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">
|
|
158
162
|
</path>
|
|
159
163
|
</svg>
|
|
160
|
-
<span>
|
|
164
|
+
<span>3447</span>
|
|
161
165
|
</span>
|
|
162
166
|
<span class="star">
|
|
163
167
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
164
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>
|
|
165
169
|
</svg>
|
|
166
|
-
<span>
|
|
170
|
+
<span>217 stars today</span>
|
|
167
171
|
</span>
|
|
168
172
|
</div>
|
|
169
173
|
<div class="details">
|
|
170
|
-
|
|
174
|
+
Windows system utilities to maximize productivity
|
|
171
175
|
</div>
|
|
172
176
|
</div>
|
|
173
177
|
</li>
|
|
@@ -176,36 +180,36 @@
|
|
|
176
180
|
<div class="info">
|
|
177
181
|
<div class="rank">
|
|
178
182
|
<span title="Ranking 3">3</span>
|
|
179
|
-
<a href="https://github.com/
|
|
183
|
+
<a href="https://github.com/kon9chunkit/GitHub-Chinese-Top-Charts" target="_blank" title="kon9chunkit/GitHub-Chinese-Top-Charts">kon9chunkit/GitHub-Chinese-Top-Charts</a>
|
|
180
184
|
</div>
|
|
181
185
|
<div class="sub-title followers">
|
|
182
186
|
|
|
183
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
184
|
-
<span style="background-color: #
|
|
187
|
+
<a class="language" target="_blank" href="https://github.com/topics/java" title="Programming Language Java">
|
|
188
|
+
<span style="background-color: #b07219;"></span>Java
|
|
185
189
|
</a>
|
|
186
190
|
|
|
187
191
|
<span class="star" title="Stargazers Count">
|
|
188
192
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
189
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>
|
|
190
194
|
</svg>
|
|
191
|
-
<span>
|
|
195
|
+
<span>39634</span>
|
|
192
196
|
</span>
|
|
193
197
|
<span class="star" title="Repo Forked">
|
|
194
198
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
195
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">
|
|
196
200
|
</path>
|
|
197
201
|
</svg>
|
|
198
|
-
<span>
|
|
202
|
+
<span>5623</span>
|
|
199
203
|
</span>
|
|
200
204
|
<span class="star">
|
|
201
205
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
202
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>
|
|
203
207
|
</svg>
|
|
204
|
-
<span>
|
|
208
|
+
<span>124 stars today</span>
|
|
205
209
|
</span>
|
|
206
210
|
</div>
|
|
207
211
|
<div class="details">
|
|
208
|
-
|
|
212
|
+
🇨🇳 GitHub中文排行榜,帮助你发现高分优秀中文项目、更高效地吸收国人的优秀经验成果;榜单每周更新一次,敬请关注!
|
|
209
213
|
</div>
|
|
210
214
|
</div>
|
|
211
215
|
</li>
|
|
@@ -214,36 +218,36 @@
|
|
|
214
218
|
<div class="info">
|
|
215
219
|
<div class="rank">
|
|
216
220
|
<span title="Ranking 4">4</span>
|
|
217
|
-
<a href="https://github.com/
|
|
221
|
+
<a href="https://github.com/lihaoyun6/PD-Runner" target="_blank" title="lihaoyun6/PD-Runner">lihaoyun6/PD-Runner</a>
|
|
218
222
|
</div>
|
|
219
223
|
<div class="sub-title followers">
|
|
220
224
|
|
|
221
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
222
|
-
<span style="background-color: #
|
|
225
|
+
<a class="language" target="_blank" href="https://github.com/topics/swift" title="Programming Language Swift">
|
|
226
|
+
<span style="background-color: #F05138;"></span>Swift
|
|
223
227
|
</a>
|
|
224
228
|
|
|
225
229
|
<span class="star" title="Stargazers Count">
|
|
226
230
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
227
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>
|
|
228
232
|
</svg>
|
|
229
|
-
<span>
|
|
233
|
+
<span>475</span>
|
|
230
234
|
</span>
|
|
231
235
|
<span class="star" title="Repo Forked">
|
|
232
236
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
233
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">
|
|
234
238
|
</path>
|
|
235
239
|
</svg>
|
|
236
|
-
<span>
|
|
240
|
+
<span>77</span>
|
|
237
241
|
</span>
|
|
238
242
|
<span class="star">
|
|
239
243
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
240
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>
|
|
241
245
|
</svg>
|
|
242
|
-
<span>
|
|
246
|
+
<span>96 stars today</span>
|
|
243
247
|
</span>
|
|
244
248
|
</div>
|
|
245
249
|
<div class="details">
|
|
246
|
-
|
|
250
|
+
A VM launcher for Parallels Desktop
|
|
247
251
|
</div>
|
|
248
252
|
</div>
|
|
249
253
|
</li>
|
|
@@ -252,36 +256,36 @@
|
|
|
252
256
|
<div class="info">
|
|
253
257
|
<div class="rank">
|
|
254
258
|
<span title="Ranking 5">5</span>
|
|
255
|
-
<a href="https://github.com/
|
|
259
|
+
<a href="https://github.com/valinet/ExplorerPatcher" target="_blank" title="valinet/ExplorerPatcher">valinet/ExplorerPatcher</a>
|
|
256
260
|
</div>
|
|
257
261
|
<div class="sub-title followers">
|
|
258
262
|
|
|
259
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
260
|
-
<span style="background-color: #
|
|
263
|
+
<a class="language" target="_blank" href="https://github.com/topics/c" title="Programming Language C">
|
|
264
|
+
<span style="background-color: #555555;"></span>C
|
|
261
265
|
</a>
|
|
262
266
|
|
|
263
267
|
<span class="star" title="Stargazers Count">
|
|
264
268
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
265
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>
|
|
266
270
|
</svg>
|
|
267
|
-
<span>
|
|
271
|
+
<span>1222</span>
|
|
268
272
|
</span>
|
|
269
273
|
<span class="star" title="Repo Forked">
|
|
270
274
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
271
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">
|
|
272
276
|
</path>
|
|
273
277
|
</svg>
|
|
274
|
-
<span>
|
|
278
|
+
<span>50</span>
|
|
275
279
|
</span>
|
|
276
280
|
<span class="star">
|
|
277
281
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
278
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>
|
|
279
283
|
</svg>
|
|
280
|
-
<span>
|
|
284
|
+
<span>69 stars today</span>
|
|
281
285
|
</span>
|
|
282
286
|
</div>
|
|
283
287
|
<div class="details">
|
|
284
|
-
|
|
288
|
+
This project aims to bring back a productive working environment on Windows 11
|
|
285
289
|
</div>
|
|
286
290
|
</div>
|
|
287
291
|
</li>
|
|
@@ -290,36 +294,36 @@
|
|
|
290
294
|
<div class="info">
|
|
291
295
|
<div class="rank">
|
|
292
296
|
<span title="Ranking 6">6</span>
|
|
293
|
-
<a href="https://github.com/
|
|
297
|
+
<a href="https://github.com/microsoft/Data-Science-For-Beginners" target="_blank" title="microsoft/Data-Science-For-Beginners">microsoft/Data-Science-For-Beginners</a>
|
|
294
298
|
</div>
|
|
295
299
|
<div class="sub-title followers">
|
|
296
300
|
|
|
297
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
298
|
-
<span style="background-color: #
|
|
301
|
+
<a class="language" target="_blank" href="https://github.com/topics/jupyternotebook" title="Programming Language JupyterNotebook">
|
|
302
|
+
<span style="background-color: #DA5B0B;"></span>JupyterNotebook
|
|
299
303
|
</a>
|
|
300
304
|
|
|
301
305
|
<span class="star" title="Stargazers Count">
|
|
302
306
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
303
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>
|
|
304
308
|
</svg>
|
|
305
|
-
<span>
|
|
309
|
+
<span>4372</span>
|
|
306
310
|
</span>
|
|
307
311
|
<span class="star" title="Repo Forked">
|
|
308
312
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
309
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">
|
|
310
314
|
</path>
|
|
311
315
|
</svg>
|
|
312
|
-
<span>
|
|
316
|
+
<span>615</span>
|
|
313
317
|
</span>
|
|
314
318
|
<span class="star">
|
|
315
319
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
316
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>
|
|
317
321
|
</svg>
|
|
318
|
-
<span>
|
|
322
|
+
<span>433 stars today</span>
|
|
319
323
|
</span>
|
|
320
324
|
</div>
|
|
321
325
|
<div class="details">
|
|
322
|
-
|
|
326
|
+
10 Weeks, 20 Lessons, Data Science for All!
|
|
323
327
|
</div>
|
|
324
328
|
</div>
|
|
325
329
|
</li>
|
|
@@ -328,32 +332,36 @@
|
|
|
328
332
|
<div class="info">
|
|
329
333
|
<div class="rank">
|
|
330
334
|
<span title="Ranking 7">7</span>
|
|
331
|
-
<a href="https://github.com/
|
|
335
|
+
<a href="https://github.com/kunal-kushwaha/DSA-Bootcamp-Java" target="_blank" title="kunal-kushwaha/DSA-Bootcamp-Java">kunal-kushwaha/DSA-Bootcamp-Java</a>
|
|
332
336
|
</div>
|
|
333
337
|
<div class="sub-title followers">
|
|
334
338
|
|
|
339
|
+
<a class="language" target="_blank" href="https://github.com/topics/java" title="Programming Language Java">
|
|
340
|
+
<span style="background-color: #b07219;"></span>Java
|
|
341
|
+
</a>
|
|
342
|
+
|
|
335
343
|
<span class="star" title="Stargazers Count">
|
|
336
344
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
337
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>
|
|
338
346
|
</svg>
|
|
339
|
-
<span>
|
|
347
|
+
<span>4305</span>
|
|
340
348
|
</span>
|
|
341
349
|
<span class="star" title="Repo Forked">
|
|
342
350
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
343
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">
|
|
344
352
|
</path>
|
|
345
353
|
</svg>
|
|
346
|
-
<span>
|
|
354
|
+
<span>2201</span>
|
|
347
355
|
</span>
|
|
348
356
|
<span class="star">
|
|
349
357
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
350
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>
|
|
351
359
|
</svg>
|
|
352
|
-
<span>
|
|
360
|
+
<span>41 stars today</span>
|
|
353
361
|
</span>
|
|
354
362
|
</div>
|
|
355
363
|
<div class="details">
|
|
356
|
-
|
|
364
|
+
This repository consists of the code samples, assignments, and the curriculum for the Community Classroom complete Data Structures & Algorithms Java bootcamp.
|
|
357
365
|
</div>
|
|
358
366
|
</div>
|
|
359
367
|
</li>
|
|
@@ -362,36 +370,36 @@
|
|
|
362
370
|
<div class="info">
|
|
363
371
|
<div class="rank">
|
|
364
372
|
<span title="Ranking 8">8</span>
|
|
365
|
-
<a href="https://github.com/
|
|
373
|
+
<a href="https://github.com/schollz/croc" target="_blank" title="schollz/croc">schollz/croc</a>
|
|
366
374
|
</div>
|
|
367
375
|
<div class="sub-title followers">
|
|
368
376
|
|
|
369
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
370
|
-
<span style="background-color: #
|
|
377
|
+
<a class="language" target="_blank" href="https://github.com/topics/go" title="Programming Language Go">
|
|
378
|
+
<span style="background-color: #00ADD8;"></span>Go
|
|
371
379
|
</a>
|
|
372
380
|
|
|
373
381
|
<span class="star" title="Stargazers Count">
|
|
374
382
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
375
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>
|
|
376
384
|
</svg>
|
|
377
|
-
<span>
|
|
385
|
+
<span>16347</span>
|
|
378
386
|
</span>
|
|
379
387
|
<span class="star" title="Repo Forked">
|
|
380
388
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
381
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">
|
|
382
390
|
</path>
|
|
383
391
|
</svg>
|
|
384
|
-
<span>
|
|
392
|
+
<span>697</span>
|
|
385
393
|
</span>
|
|
386
394
|
<span class="star">
|
|
387
395
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
388
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>
|
|
389
397
|
</svg>
|
|
390
|
-
<span>
|
|
398
|
+
<span>314 stars today</span>
|
|
391
399
|
</span>
|
|
392
400
|
</div>
|
|
393
401
|
<div class="details">
|
|
394
|
-
|
|
402
|
+
Easily and securely send things from one computer to another 🐊 📦
|
|
395
403
|
</div>
|
|
396
404
|
</div>
|
|
397
405
|
</li>
|
|
@@ -400,32 +408,28 @@
|
|
|
400
408
|
<div class="info">
|
|
401
409
|
<div class="rank">
|
|
402
410
|
<span title="Ranking 9">9</span>
|
|
403
|
-
<a href="https://github.com/
|
|
411
|
+
<a href="https://github.com/WorkerLivesMatter/WorkingTime" target="_blank" title="WorkerLivesMatter/WorkingTime">WorkerLivesMatter/WorkingTime</a>
|
|
404
412
|
</div>
|
|
405
413
|
<div class="sub-title followers">
|
|
406
414
|
|
|
407
|
-
<a class="language" target="_blank" href="https://github.com/topics/c++" title="Programming Language C++">
|
|
408
|
-
<span style="background-color: #f34b7d;"></span>C++
|
|
409
|
-
</a>
|
|
410
|
-
|
|
411
415
|
<span class="star" title="Stargazers Count">
|
|
412
416
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
413
417
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
414
418
|
</svg>
|
|
415
|
-
<span>
|
|
419
|
+
<span>12855</span>
|
|
416
420
|
</span>
|
|
417
421
|
<span class="star" title="Repo Forked">
|
|
418
422
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
419
423
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
420
424
|
</path>
|
|
421
425
|
</svg>
|
|
422
|
-
<span>
|
|
426
|
+
<span>1257</span>
|
|
423
427
|
</span>
|
|
424
428
|
<span class="star">
|
|
425
429
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
426
430
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
427
431
|
</svg>
|
|
428
|
-
<span>
|
|
432
|
+
<span>187 stars today</span>
|
|
429
433
|
</span>
|
|
430
434
|
</div>
|
|
431
435
|
<div class="details">
|
|
@@ -438,36 +442,36 @@
|
|
|
438
442
|
<div class="info">
|
|
439
443
|
<div class="rank">
|
|
440
444
|
<span title="Ranking 10">10</span>
|
|
441
|
-
<a href="https://github.com/
|
|
445
|
+
<a href="https://github.com/OpenIMSDK/Open-IM-Server" target="_blank" title="OpenIMSDK/Open-IM-Server">OpenIMSDK/Open-IM-Server</a>
|
|
442
446
|
</div>
|
|
443
447
|
<div class="sub-title followers">
|
|
444
448
|
|
|
445
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
446
|
-
<span style="background-color: #
|
|
449
|
+
<a class="language" target="_blank" href="https://github.com/topics/go" title="Programming Language Go">
|
|
450
|
+
<span style="background-color: #00ADD8;"></span>Go
|
|
447
451
|
</a>
|
|
448
452
|
|
|
449
453
|
<span class="star" title="Stargazers Count">
|
|
450
454
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
451
455
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
452
456
|
</svg>
|
|
453
|
-
<span>
|
|
457
|
+
<span>1846</span>
|
|
454
458
|
</span>
|
|
455
459
|
<span class="star" title="Repo Forked">
|
|
456
460
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
457
461
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
458
462
|
</path>
|
|
459
463
|
</svg>
|
|
460
|
-
<span>
|
|
464
|
+
<span>284</span>
|
|
461
465
|
</span>
|
|
462
466
|
<span class="star">
|
|
463
467
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
464
468
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
465
469
|
</svg>
|
|
466
|
-
<span>
|
|
470
|
+
<span>160 stars today</span>
|
|
467
471
|
</span>
|
|
468
472
|
</div>
|
|
469
473
|
<div class="details">
|
|
470
|
-
|
|
474
|
+
OpenIM:由前微信技术专家打造的基于 Go 实现的即时通讯(IM)项目,从服务端到客户端SDK开源即时通讯(IM)整体解决方案,可以轻松替代第三方IM云服务,打造具备聊天、社交功能的app。
|
|
471
475
|
</div>
|
|
472
476
|
</div>
|
|
473
477
|
</li>
|
|
@@ -476,32 +480,36 @@
|
|
|
476
480
|
<div class="info">
|
|
477
481
|
<div class="rank">
|
|
478
482
|
<span title="Ranking 11">11</span>
|
|
479
|
-
<a href="https://github.com/
|
|
483
|
+
<a href="https://github.com/codebasics/py" target="_blank" title="codebasics/py">codebasics/py</a>
|
|
480
484
|
</div>
|
|
481
485
|
<div class="sub-title followers">
|
|
482
486
|
|
|
487
|
+
<a class="language" target="_blank" href="https://github.com/topics/jupyternotebook" title="Programming Language JupyterNotebook">
|
|
488
|
+
<span style="background-color: #DA5B0B;"></span>JupyterNotebook
|
|
489
|
+
</a>
|
|
490
|
+
|
|
483
491
|
<span class="star" title="Stargazers Count">
|
|
484
492
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
485
493
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
486
494
|
</svg>
|
|
487
|
-
<span>
|
|
495
|
+
<span>3698</span>
|
|
488
496
|
</span>
|
|
489
497
|
<span class="star" title="Repo Forked">
|
|
490
498
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
491
499
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
492
500
|
</path>
|
|
493
501
|
</svg>
|
|
494
|
-
<span>
|
|
502
|
+
<span>10199</span>
|
|
495
503
|
</span>
|
|
496
504
|
<span class="star">
|
|
497
505
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
498
506
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
499
507
|
</svg>
|
|
500
|
-
<span>
|
|
508
|
+
<span>43 stars today</span>
|
|
501
509
|
</span>
|
|
502
510
|
</div>
|
|
503
511
|
<div class="details">
|
|
504
|
-
|
|
512
|
+
Repository to store sample python programs for python learning
|
|
505
513
|
</div>
|
|
506
514
|
</div>
|
|
507
515
|
</li>
|
|
@@ -510,7 +518,7 @@
|
|
|
510
518
|
<div class="info">
|
|
511
519
|
<div class="rank">
|
|
512
520
|
<span title="Ranking 12">12</span>
|
|
513
|
-
<a href="https://github.com/
|
|
521
|
+
<a href="https://github.com/rockerBOO/awesome-neovim" target="_blank" title="rockerBOO/awesome-neovim">rockerBOO/awesome-neovim</a>
|
|
514
522
|
</div>
|
|
515
523
|
<div class="sub-title followers">
|
|
516
524
|
|
|
@@ -518,24 +526,24 @@
|
|
|
518
526
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
519
527
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
520
528
|
</svg>
|
|
521
|
-
<span>
|
|
529
|
+
<span>2407</span>
|
|
522
530
|
</span>
|
|
523
531
|
<span class="star" title="Repo Forked">
|
|
524
532
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
525
533
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
526
534
|
</path>
|
|
527
535
|
</svg>
|
|
528
|
-
<span>
|
|
536
|
+
<span>134</span>
|
|
529
537
|
</span>
|
|
530
538
|
<span class="star">
|
|
531
539
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
532
540
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
533
541
|
</svg>
|
|
534
|
-
<span>
|
|
542
|
+
<span>67 stars today</span>
|
|
535
543
|
</span>
|
|
536
544
|
</div>
|
|
537
545
|
<div class="details">
|
|
538
|
-
|
|
546
|
+
Collections of awesome neovim plugins.
|
|
539
547
|
</div>
|
|
540
548
|
</div>
|
|
541
549
|
</li>
|
|
@@ -544,36 +552,36 @@
|
|
|
544
552
|
<div class="info">
|
|
545
553
|
<div class="rank">
|
|
546
554
|
<span title="Ranking 13">13</span>
|
|
547
|
-
<a href="https://github.com/
|
|
555
|
+
<a href="https://github.com/github/copilot.vim" target="_blank" title="github/copilot.vim">github/copilot.vim</a>
|
|
548
556
|
</div>
|
|
549
557
|
<div class="sub-title followers">
|
|
550
558
|
|
|
551
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
552
|
-
<span style="background-color: #
|
|
559
|
+
<a class="language" target="_blank" href="https://github.com/topics/vimscript" title="Programming Language Vimscript">
|
|
560
|
+
<span style="background-color: #199f4b;"></span>Vimscript
|
|
553
561
|
</a>
|
|
554
562
|
|
|
555
563
|
<span class="star" title="Stargazers Count">
|
|
556
564
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
557
565
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
558
566
|
</svg>
|
|
559
|
-
<span>
|
|
567
|
+
<span>1469</span>
|
|
560
568
|
</span>
|
|
561
569
|
<span class="star" title="Repo Forked">
|
|
562
570
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
563
571
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
564
572
|
</path>
|
|
565
573
|
</svg>
|
|
566
|
-
<span>
|
|
574
|
+
<span>34</span>
|
|
567
575
|
</span>
|
|
568
576
|
<span class="star">
|
|
569
577
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
570
578
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
571
579
|
</svg>
|
|
572
|
-
<span>
|
|
580
|
+
<span>106 stars today</span>
|
|
573
581
|
</span>
|
|
574
582
|
</div>
|
|
575
583
|
<div class="details">
|
|
576
|
-
|
|
584
|
+
Neovim plugin for GitHub Copilot
|
|
577
585
|
</div>
|
|
578
586
|
</div>
|
|
579
587
|
</li>
|
|
@@ -582,36 +590,32 @@
|
|
|
582
590
|
<div class="info">
|
|
583
591
|
<div class="rank">
|
|
584
592
|
<span title="Ranking 14">14</span>
|
|
585
|
-
<a href="https://github.com/
|
|
593
|
+
<a href="https://github.com/NebuTech/NBMiner" target="_blank" title="NebuTech/NBMiner">NebuTech/NBMiner</a>
|
|
586
594
|
</div>
|
|
587
595
|
<div class="sub-title followers">
|
|
588
596
|
|
|
589
|
-
<a class="language" target="_blank" href="https://github.com/topics/c#" title="Programming Language C#">
|
|
590
|
-
<span style="background-color: #178600;"></span>C#
|
|
591
|
-
</a>
|
|
592
|
-
|
|
593
597
|
<span class="star" title="Stargazers Count">
|
|
594
598
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
595
599
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
596
600
|
</svg>
|
|
597
|
-
<span>
|
|
601
|
+
<span>1939</span>
|
|
598
602
|
</span>
|
|
599
603
|
<span class="star" title="Repo Forked">
|
|
600
604
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
601
605
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
602
606
|
</path>
|
|
603
607
|
</svg>
|
|
604
|
-
<span>
|
|
608
|
+
<span>345</span>
|
|
605
609
|
</span>
|
|
606
610
|
<span class="star">
|
|
607
611
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
608
612
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
609
613
|
</svg>
|
|
610
|
-
<span>
|
|
614
|
+
<span>42 stars today</span>
|
|
611
615
|
</span>
|
|
612
616
|
</div>
|
|
613
617
|
<div class="details">
|
|
614
|
-
|
|
618
|
+
NVIDIA & AMD GPU Miner for ETH, RVN, GRIN, BEAM, CFX, ZIL, AE, SERO, ERGO
|
|
615
619
|
</div>
|
|
616
620
|
</div>
|
|
617
621
|
</li>
|
|
@@ -620,36 +624,36 @@
|
|
|
620
624
|
<div class="info">
|
|
621
625
|
<div class="rank">
|
|
622
626
|
<span title="Ranking 15">15</span>
|
|
623
|
-
<a href="https://github.com/
|
|
627
|
+
<a href="https://github.com/neovim/neovim" target="_blank" title="neovim/neovim">neovim/neovim</a>
|
|
624
628
|
</div>
|
|
625
629
|
<div class="sub-title followers">
|
|
626
630
|
|
|
627
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
628
|
-
<span style="background-color: #
|
|
631
|
+
<a class="language" target="_blank" href="https://github.com/topics/vimscript" title="Programming Language Vimscript">
|
|
632
|
+
<span style="background-color: #199f4b;"></span>Vimscript
|
|
629
633
|
</a>
|
|
630
634
|
|
|
631
635
|
<span class="star" title="Stargazers Count">
|
|
632
636
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
633
637
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
634
638
|
</svg>
|
|
635
|
-
<span>
|
|
639
|
+
<span>48053</span>
|
|
636
640
|
</span>
|
|
637
641
|
<span class="star" title="Repo Forked">
|
|
638
642
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
639
643
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
640
644
|
</path>
|
|
641
645
|
</svg>
|
|
642
|
-
<span>
|
|
646
|
+
<span>3496</span>
|
|
643
647
|
</span>
|
|
644
648
|
<span class="star">
|
|
645
649
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
646
650
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
647
651
|
</svg>
|
|
648
|
-
<span>
|
|
652
|
+
<span>67 stars today</span>
|
|
649
653
|
</span>
|
|
650
654
|
</div>
|
|
651
655
|
<div class="details">
|
|
652
|
-
|
|
656
|
+
Vim-fork focused on extensibility and usability
|
|
653
657
|
</div>
|
|
654
658
|
</div>
|
|
655
659
|
</li>
|
|
@@ -658,36 +662,36 @@
|
|
|
658
662
|
<div class="info">
|
|
659
663
|
<div class="rank">
|
|
660
664
|
<span title="Ranking 16">16</span>
|
|
661
|
-
<a href="https://github.com/
|
|
665
|
+
<a href="https://github.com/SpectralOps/keyscope" target="_blank" title="SpectralOps/keyscope">SpectralOps/keyscope</a>
|
|
662
666
|
</div>
|
|
663
667
|
<div class="sub-title followers">
|
|
664
668
|
|
|
665
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
666
|
-
<span style="background-color: #
|
|
669
|
+
<a class="language" target="_blank" href="https://github.com/topics/rust" title="Programming Language Rust">
|
|
670
|
+
<span style="background-color: #dea584;"></span>Rust
|
|
667
671
|
</a>
|
|
668
672
|
|
|
669
673
|
<span class="star" title="Stargazers Count">
|
|
670
674
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
671
675
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
672
676
|
</svg>
|
|
673
|
-
<span>
|
|
677
|
+
<span>263</span>
|
|
674
678
|
</span>
|
|
675
679
|
<span class="star" title="Repo Forked">
|
|
676
680
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
677
681
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
678
682
|
</path>
|
|
679
683
|
</svg>
|
|
680
|
-
<span>
|
|
684
|
+
<span>84</span>
|
|
681
685
|
</span>
|
|
682
686
|
<span class="star">
|
|
683
687
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
684
688
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
685
689
|
</svg>
|
|
686
|
-
<span>
|
|
690
|
+
<span>60 stars today</span>
|
|
687
691
|
</span>
|
|
688
692
|
</div>
|
|
689
693
|
<div class="details">
|
|
690
|
-
|
|
694
|
+
Keyscope is a key and secret workflow (validation, invalidation, etc.) tool built in Rust
|
|
691
695
|
</div>
|
|
692
696
|
</div>
|
|
693
697
|
</li>
|
|
@@ -696,36 +700,36 @@
|
|
|
696
700
|
<div class="info">
|
|
697
701
|
<div class="rank">
|
|
698
702
|
<span title="Ranking 17">17</span>
|
|
699
|
-
<a href="https://github.com/
|
|
703
|
+
<a href="https://github.com/iterativv/NostalgiaForInfinity" target="_blank" title="iterativv/NostalgiaForInfinity">iterativv/NostalgiaForInfinity</a>
|
|
700
704
|
</div>
|
|
701
705
|
<div class="sub-title followers">
|
|
702
706
|
|
|
703
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
704
|
-
<span style="background-color: #
|
|
707
|
+
<a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
|
|
708
|
+
<span style="background-color: #3572A5;"></span>Python
|
|
705
709
|
</a>
|
|
706
710
|
|
|
707
711
|
<span class="star" title="Stargazers Count">
|
|
708
712
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
709
713
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
710
714
|
</svg>
|
|
711
|
-
<span>
|
|
715
|
+
<span>514</span>
|
|
712
716
|
</span>
|
|
713
717
|
<span class="star" title="Repo Forked">
|
|
714
718
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
715
719
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
716
720
|
</path>
|
|
717
721
|
</svg>
|
|
718
|
-
<span>
|
|
722
|
+
<span>138</span>
|
|
719
723
|
</span>
|
|
720
724
|
<span class="star">
|
|
721
725
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
722
726
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
723
727
|
</svg>
|
|
724
|
-
<span>
|
|
728
|
+
<span>30 stars today</span>
|
|
725
729
|
</span>
|
|
726
730
|
</div>
|
|
727
731
|
<div class="details">
|
|
728
|
-
|
|
732
|
+
Trading strategy for the Freqtrade crypto bot
|
|
729
733
|
</div>
|
|
730
734
|
</div>
|
|
731
735
|
</li>
|
|
@@ -734,36 +738,36 @@
|
|
|
734
738
|
<div class="info">
|
|
735
739
|
<div class="rank">
|
|
736
740
|
<span title="Ranking 18">18</span>
|
|
737
|
-
<a href="https://github.com/
|
|
741
|
+
<a href="https://github.com/mpv-player/mpv" target="_blank" title="mpv-player/mpv">mpv-player/mpv</a>
|
|
738
742
|
</div>
|
|
739
743
|
<div class="sub-title followers">
|
|
740
744
|
|
|
741
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
742
|
-
<span style="background-color: #
|
|
745
|
+
<a class="language" target="_blank" href="https://github.com/topics/c" title="Programming Language C">
|
|
746
|
+
<span style="background-color: #555555;"></span>C
|
|
743
747
|
</a>
|
|
744
748
|
|
|
745
749
|
<span class="star" title="Stargazers Count">
|
|
746
750
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
747
751
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
748
752
|
</svg>
|
|
749
|
-
<span>
|
|
753
|
+
<span>16428</span>
|
|
750
754
|
</span>
|
|
751
755
|
<span class="star" title="Repo Forked">
|
|
752
756
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
753
757
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
754
758
|
</path>
|
|
755
759
|
</svg>
|
|
756
|
-
<span>
|
|
760
|
+
<span>2040</span>
|
|
757
761
|
</span>
|
|
758
762
|
<span class="star">
|
|
759
763
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
760
764
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
761
765
|
</svg>
|
|
762
|
-
<span>
|
|
766
|
+
<span>79 stars today</span>
|
|
763
767
|
</span>
|
|
764
768
|
</div>
|
|
765
769
|
<div class="details">
|
|
766
|
-
|
|
770
|
+
🎥 Command line video player
|
|
767
771
|
</div>
|
|
768
772
|
</div>
|
|
769
773
|
</li>
|
|
@@ -772,36 +776,32 @@
|
|
|
772
776
|
<div class="info">
|
|
773
777
|
<div class="rank">
|
|
774
778
|
<span title="Ranking 19">19</span>
|
|
775
|
-
<a href="https://github.com/
|
|
779
|
+
<a href="https://github.com/trexminer/T-Rex" target="_blank" title="trexminer/T-Rex">trexminer/T-Rex</a>
|
|
776
780
|
</div>
|
|
777
781
|
<div class="sub-title followers">
|
|
778
782
|
|
|
779
|
-
<a class="language" target="_blank" href="https://github.com/topics/javascript" title="Programming Language JavaScript">
|
|
780
|
-
<span style="background-color: #f1e05a;"></span>JavaScript
|
|
781
|
-
</a>
|
|
782
|
-
|
|
783
783
|
<span class="star" title="Stargazers Count">
|
|
784
784
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
785
785
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
786
786
|
</svg>
|
|
787
|
-
<span>
|
|
787
|
+
<span>1651</span>
|
|
788
788
|
</span>
|
|
789
789
|
<span class="star" title="Repo Forked">
|
|
790
790
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
791
791
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
792
792
|
</path>
|
|
793
793
|
</svg>
|
|
794
|
-
<span>
|
|
794
|
+
<span>262</span>
|
|
795
795
|
</span>
|
|
796
796
|
<span class="star">
|
|
797
797
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
798
798
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
799
799
|
</svg>
|
|
800
|
-
<span>
|
|
800
|
+
<span>25 stars today</span>
|
|
801
801
|
</span>
|
|
802
802
|
</div>
|
|
803
803
|
<div class="details">
|
|
804
|
-
|
|
804
|
+
T-Rex NVIDIA GPU miner with web control monitoring page
|
|
805
805
|
</div>
|
|
806
806
|
</div>
|
|
807
807
|
</li>
|
|
@@ -810,36 +810,36 @@
|
|
|
810
810
|
<div class="info">
|
|
811
811
|
<div class="rank">
|
|
812
812
|
<span title="Ranking 20">20</span>
|
|
813
|
-
<a href="https://github.com/
|
|
813
|
+
<a href="https://github.com/github/docs" target="_blank" title="github/docs">github/docs</a>
|
|
814
814
|
</div>
|
|
815
815
|
<div class="sub-title followers">
|
|
816
816
|
|
|
817
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
818
|
-
<span style="background-color: #
|
|
817
|
+
<a class="language" target="_blank" href="https://github.com/topics/javascript" title="Programming Language JavaScript">
|
|
818
|
+
<span style="background-color: #f1e05a;"></span>JavaScript
|
|
819
819
|
</a>
|
|
820
820
|
|
|
821
821
|
<span class="star" title="Stargazers Count">
|
|
822
822
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
823
823
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
824
824
|
</svg>
|
|
825
|
-
<span>
|
|
825
|
+
<span>6720</span>
|
|
826
826
|
</span>
|
|
827
827
|
<span class="star" title="Repo Forked">
|
|
828
828
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
829
829
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
830
830
|
</path>
|
|
831
831
|
</svg>
|
|
832
|
-
<span>
|
|
832
|
+
<span>29504</span>
|
|
833
833
|
</span>
|
|
834
834
|
<span class="star">
|
|
835
835
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
836
836
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
837
837
|
</svg>
|
|
838
|
-
<span>
|
|
838
|
+
<span>51 stars today</span>
|
|
839
839
|
</span>
|
|
840
840
|
</div>
|
|
841
841
|
<div class="details">
|
|
842
|
-
|
|
842
|
+
The open-source repo for docs.github.com
|
|
843
843
|
</div>
|
|
844
844
|
</div>
|
|
845
845
|
</li>
|
|
@@ -848,36 +848,36 @@
|
|
|
848
848
|
<div class="info">
|
|
849
849
|
<div class="rank">
|
|
850
850
|
<span title="Ranking 21">21</span>
|
|
851
|
-
<a href="https://github.com/
|
|
851
|
+
<a href="https://github.com/ZackFreedman/MiRage" target="_blank" title="ZackFreedman/MiRage">ZackFreedman/MiRage</a>
|
|
852
852
|
</div>
|
|
853
853
|
<div class="sub-title followers">
|
|
854
854
|
|
|
855
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
856
|
-
<span style="background-color: #
|
|
855
|
+
<a class="language" target="_blank" href="https://github.com/topics/python" title="Programming Language Python">
|
|
856
|
+
<span style="background-color: #3572A5;"></span>Python
|
|
857
857
|
</a>
|
|
858
858
|
|
|
859
859
|
<span class="star" title="Stargazers Count">
|
|
860
860
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
861
861
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
862
862
|
</svg>
|
|
863
|
-
<span>
|
|
863
|
+
<span>143</span>
|
|
864
864
|
</span>
|
|
865
865
|
<span class="star" title="Repo Forked">
|
|
866
866
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
867
867
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
868
868
|
</path>
|
|
869
869
|
</svg>
|
|
870
|
-
<span>
|
|
870
|
+
<span>9</span>
|
|
871
871
|
</span>
|
|
872
872
|
<span class="star">
|
|
873
873
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
874
874
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
875
875
|
</svg>
|
|
876
|
-
<span>
|
|
876
|
+
<span>53 stars today</span>
|
|
877
877
|
</span>
|
|
878
878
|
</div>
|
|
879
879
|
<div class="details">
|
|
880
|
-
|
|
880
|
+
The most hackable keyboard in all the land
|
|
881
881
|
</div>
|
|
882
882
|
</div>
|
|
883
883
|
</li>
|
|
@@ -886,36 +886,36 @@
|
|
|
886
886
|
<div class="info">
|
|
887
887
|
<div class="rank">
|
|
888
888
|
<span title="Ranking 22">22</span>
|
|
889
|
-
<a href="https://github.com/
|
|
889
|
+
<a href="https://github.com/taichi-dev/taichi" target="_blank" title="taichi-dev/taichi">taichi-dev/taichi</a>
|
|
890
890
|
</div>
|
|
891
891
|
<div class="sub-title followers">
|
|
892
892
|
|
|
893
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
894
|
-
<span style="background-color: #
|
|
893
|
+
<a class="language" target="_blank" href="https://github.com/topics/c++" title="Programming Language C++">
|
|
894
|
+
<span style="background-color: #f34b7d;"></span>C++
|
|
895
895
|
</a>
|
|
896
896
|
|
|
897
897
|
<span class="star" title="Stargazers Count">
|
|
898
898
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
899
899
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
900
900
|
</svg>
|
|
901
|
-
<span>
|
|
901
|
+
<span>16469</span>
|
|
902
902
|
</span>
|
|
903
903
|
<span class="star" title="Repo Forked">
|
|
904
904
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
905
905
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
906
906
|
</path>
|
|
907
907
|
</svg>
|
|
908
|
-
<span>
|
|
908
|
+
<span>1719</span>
|
|
909
909
|
</span>
|
|
910
910
|
<span class="star">
|
|
911
911
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
912
912
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
913
913
|
</svg>
|
|
914
|
-
<span>
|
|
914
|
+
<span>175 stars today</span>
|
|
915
915
|
</span>
|
|
916
916
|
</div>
|
|
917
917
|
<div class="details">
|
|
918
|
-
|
|
918
|
+
Parallel programming for everyone.
|
|
919
919
|
</div>
|
|
920
920
|
</div>
|
|
921
921
|
</li>
|
|
@@ -924,36 +924,36 @@
|
|
|
924
924
|
<div class="info">
|
|
925
925
|
<div class="rank">
|
|
926
926
|
<span title="Ranking 23">23</span>
|
|
927
|
-
<a href="https://github.com/
|
|
927
|
+
<a href="https://github.com/HerMajestyDrMona/Windows11DragAndDropToTaskbarFix" target="_blank" title="HerMajestyDrMona/Windows11DragAndDropToTaskbarFix">HerMajestyDrMona/Windows11DragAndDropToTaskbarFix</a>
|
|
928
928
|
</div>
|
|
929
929
|
<div class="sub-title followers">
|
|
930
930
|
|
|
931
|
-
<a class="language" target="_blank" href="https://github.com/topics/
|
|
932
|
-
<span style="background-color: #
|
|
931
|
+
<a class="language" target="_blank" href="https://github.com/topics/c++" title="Programming Language C++">
|
|
932
|
+
<span style="background-color: #f34b7d;"></span>C++
|
|
933
933
|
</a>
|
|
934
934
|
|
|
935
935
|
<span class="star" title="Stargazers Count">
|
|
936
936
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
937
937
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
938
938
|
</svg>
|
|
939
|
-
<span>
|
|
939
|
+
<span>218</span>
|
|
940
940
|
</span>
|
|
941
941
|
<span class="star" title="Repo Forked">
|
|
942
942
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
943
943
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
944
944
|
</path>
|
|
945
945
|
</svg>
|
|
946
|
-
<span>
|
|
946
|
+
<span>7</span>
|
|
947
947
|
</span>
|
|
948
948
|
<span class="star">
|
|
949
949
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
950
950
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
951
951
|
</svg>
|
|
952
|
-
<span>
|
|
952
|
+
<span>34 stars today</span>
|
|
953
953
|
</span>
|
|
954
954
|
</div>
|
|
955
955
|
<div class="details">
|
|
956
|
-
|
|
956
|
+
"Windows 11 Drag & Drop to the Taskbar (Fix)" fixes the missing "Drag & Drop to the Taskbar" support in Windows 11. It works with the new Windows 11 taskbar and does not require nasty changes like UndockingDisabled or restoration of the classic taskbar.
|
|
957
957
|
</div>
|
|
958
958
|
</div>
|
|
959
959
|
</li>
|
|
@@ -962,32 +962,36 @@
|
|
|
962
962
|
<div class="info">
|
|
963
963
|
<div class="rank">
|
|
964
964
|
<span title="Ranking 24">24</span>
|
|
965
|
-
<a href="https://github.com/
|
|
965
|
+
<a href="https://github.com/LunarVim/LunarVim" target="_blank" title="LunarVim/LunarVim">LunarVim/LunarVim</a>
|
|
966
966
|
</div>
|
|
967
967
|
<div class="sub-title followers">
|
|
968
968
|
|
|
969
|
+
<a class="language" target="_blank" href="https://github.com/topics/lua" title="Programming Language Lua">
|
|
970
|
+
<span style="background-color: #000080;"></span>Lua
|
|
971
|
+
</a>
|
|
972
|
+
|
|
969
973
|
<span class="star" title="Stargazers Count">
|
|
970
974
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
971
975
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
972
976
|
</svg>
|
|
973
|
-
<span>
|
|
977
|
+
<span>5909</span>
|
|
974
978
|
</span>
|
|
975
979
|
<span class="star" title="Repo Forked">
|
|
976
980
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
977
981
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
978
982
|
</path>
|
|
979
983
|
</svg>
|
|
980
|
-
<span>
|
|
984
|
+
<span>998</span>
|
|
981
985
|
</span>
|
|
982
986
|
<span class="star">
|
|
983
987
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
984
988
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
985
989
|
</svg>
|
|
986
|
-
<span>
|
|
990
|
+
<span>147 stars today</span>
|
|
987
991
|
</span>
|
|
988
992
|
</div>
|
|
989
993
|
<div class="details">
|
|
990
|
-
|
|
994
|
+
An IDE layer for Neovim with sane defaults. Completely free and community driven.
|
|
991
995
|
</div>
|
|
992
996
|
</div>
|
|
993
997
|
</li>
|
|
@@ -996,36 +1000,32 @@
|
|
|
996
1000
|
<div class="info">
|
|
997
1001
|
<div class="rank">
|
|
998
1002
|
<span title="Ranking 25">25</span>
|
|
999
|
-
<a href="https://github.com/
|
|
1003
|
+
<a href="https://github.com/kamranahmedse/developer-roadmap" target="_blank" title="kamranahmedse/developer-roadmap">kamranahmedse/developer-roadmap</a>
|
|
1000
1004
|
</div>
|
|
1001
1005
|
<div class="sub-title followers">
|
|
1002
1006
|
|
|
1003
|
-
<a class="language" target="_blank" href="https://github.com/topics/go" title="Programming Language Go">
|
|
1004
|
-
<span style="background-color: #00ADD8;"></span>Go
|
|
1005
|
-
</a>
|
|
1006
|
-
|
|
1007
1007
|
<span class="star" title="Stargazers Count">
|
|
1008
1008
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
1009
1009
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
1010
1010
|
</svg>
|
|
1011
|
-
<span>
|
|
1011
|
+
<span>175210</span>
|
|
1012
1012
|
</span>
|
|
1013
1013
|
<span class="star" title="Repo Forked">
|
|
1014
1014
|
<svg aria-label="repo-forked" height="16" viewBox="0 0 10 16" version="1.1" width="10" role="img">
|
|
1015
1015
|
<path fill-rule="evenodd" d="M8 1a1.993 1.993 0 0 0-1 3.72V6L5 8 3 6V4.72A1.993 1.993 0 0 0 2 1a1.993 1.993 0 0 0-1 3.72V6.5l3 3v1.78A1.993 1.993 0 0 0 5 15a1.993 1.993 0 0 0 1-3.72V9.5l3-3V4.72A1.993 1.993 0 0 0 8 1zM2 4.2C1.34 4.2.8 3.65.8 3c0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3 10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2zm3-10c-.66 0-1.2-.55-1.2-1.2 0-.65.55-1.2 1.2-1.2.65 0 1.2.55 1.2 1.2 0 .65-.55 1.2-1.2 1.2z">
|
|
1016
1016
|
</path>
|
|
1017
1017
|
</svg>
|
|
1018
|
-
<span>
|
|
1018
|
+
<span>25165</span>
|
|
1019
1019
|
</span>
|
|
1020
1020
|
<span class="star">
|
|
1021
1021
|
<svg aria-label="star" viewBox="0 0 14 16" version="1.1" width="14" height="16" role="img">
|
|
1022
1022
|
<path fill-rule="evenodd" d="M14 6l-4.9-.64L7 1 4.9 5.36 0 6l3.6 3.26L2.67 14 7 11.67 11.33 14l-.93-4.74L14 6z"></path>
|
|
1023
1023
|
</svg>
|
|
1024
|
-
<span>
|
|
1024
|
+
<span>110 stars today</span>
|
|
1025
1025
|
</span>
|
|
1026
1026
|
</div>
|
|
1027
1027
|
<div class="details">
|
|
1028
|
-
|
|
1028
|
+
Roadmap to becoming a web developer in 2021
|
|
1029
1029
|
</div>
|
|
1030
1030
|
</div>
|
|
1031
1031
|
</li>
|
|
@@ -1046,7 +1046,7 @@
|
|
|
1046
1046
|
<img src="https://img.shields.io/npm/v/@wcj/github-rank.svg?label=unpkg">
|
|
1047
1047
|
</a>
|
|
1048
1048
|
</p>
|
|
1049
|
-
<div class="time">Last cache created on 2021/
|
|
1049
|
+
<div class="time">Last cache created on 2021/11/1 by Github API v3.</div>
|
|
1050
1050
|
Create by <a href="https://github.com/jaywcjlove" target="_blank">小弟调调™</a>.
|
|
1051
1051
|
</div>
|
|
1052
1052
|
</body>
|