📜  大多数 git libya - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:51:10.337000             🧑  作者: Mango

代码示例1
githubUsers.sort(_.followers)
           .filter(_.location == 'tunis') 
           .take(1000)
           .sort(_.contributions)
           .take(256)