https://github.com/oeo/parl
parallel enumerator gem
https://github.com/oeo/parl
Last synced: 2 months ago
JSON representation
parallel enumerator gem
- Host: GitHub
- URL: https://github.com/oeo/parl
- Owner: oeo
- License: mit
- Created: 2015-12-10T06:01:14.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-10T11:07:08.000Z (over 9 years ago)
- Last Synced: 2025-03-04T13:43:30.736Z (3 months ago)
- Language: Ruby
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rdoc
- License: LICENSE.txt
Awesome Lists containing this project
README
= parl
(opts[:min]..opts[:max]).parl(500) do |n|
if is_open? ip, n
puts "#{ip}:#{n} is open"
end
end