Skip to content

Commit 735d1be

Browse files
authored
Add files via upload
1 parent 19da077 commit 735d1be

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

B_10_Ivona_Mircheva.rb

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
require 'csv'
2+
3+
doc = ARGV[0]
4+
5+
CSV.foreach(file) do |row|
6+
hurl = row[5]
7+
8+
p 'curl -F "[email protected]" #{hurl}/sums' == "55.00"
9+
p 'curl -F "[email protected]" #{hurl}/filters' == "0.00"
10+
p 'curl -F "[email protected]" #{hurl}/intervals' == "0.00"
11+
p 'curl -F "[email protected]" #{hurl}/lin_regressions' == "0.00"
12+
13+
end

0 commit comments

Comments
 (0)