Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/miyucy/github-contest
- Owner: miyucy
- Created: 2009-07-31T08:51:59.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2009-08-07T01:39:17.000Z (over 15 years ago)
- Last Synced: 2023-04-17T11:06:15.179Z (over 1 year ago)
- Homepage: http://contest.github.com/
- Size: 168 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
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