Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/miyucy/github-contest

contest.github entry
https://github.com/miyucy/github-contest

Last synced: 6 days ago
JSON representation

contest.github entry

Awesome Lists containing this project

README

        

# guessed by random
File.open('results.txt','wb') do |out|
File.open('download/test.txt','rb') do |f|
f.readlines.each do |line|
uid = line.chomp.to_i
out << "#{uid}:#{repos_ids.sort_by{ rand }[0,10].join(',')}\n"
end
end
end