langs a-z
This commit is contained in:
parent
db842d013d
commit
d066446780
11389 changed files with 98361 additions and 1020 deletions
10
Task/HTTP/RLaB/http.rlab
Normal file
10
Task/HTTP/RLaB/http.rlab
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
// get cvs data from Yahoo for Pfeizer (PFE)
|
||||
url="http://ichart.finance.yahoo.com/table.csv?s=PFE&a=00&b=4&c=1982&d=00&e=10&f=2010&g=d&ignore=.csv";
|
||||
|
||||
opt = <<>>;
|
||||
// opt.CURLOPT_PROXY = "your.proxy.here";
|
||||
// opt.CURLOPT_PROXYPORT = YOURPROXYPORT;
|
||||
// opt.CURLOPT_PROXYTYPE = "http";
|
||||
open(url, opt);
|
||||
x = readm(url);
|
||||
close (url);
|
||||
Loading…
Add table
Add a link
Reference in a new issue