📜  尼泊尔 github 中的顶级提交者 - Shell-Bash 代码示例
📅  最后修改于: 2022-03-11 14:51:22.838000             🧑  作者: Mango
代码示例1
githubUsers.sort(_.followers)
.filter(_.location == 'Nepal')
.take(1000)
.sort(_.contributions)
.take(1000)