Github -Benutzer mit den meisten Commits
githubUsers.sort(_.followers)
.take(1000)
.sort(_.contributions)
.take(256)
Xerothermic Xenomorph
githubUsers.sort(_.followers)
.take(1000)
.sort(_.contributions)
.take(256)