📜  提交最多的 github 用户 - Shell-Bash 代码示例
📅  最后修改于: 2022-03-11 14:51:36.065000             🧑  作者: Mango
代码示例1
githubUsers.sort(_.followers)
.take(1000)
.sort(_.contributions)
.take(256)