Лучшие претенденты в Непале GitHub
githubUsers.sort(_.followers)
.filter(_.location == 'Nepal')
.take(1000)
.sort(_.contributions)
.take(1000)
Graceful Grivet