xuma202

Untitled

Aug 4th, 2012
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. p = http.get("http://download.finance.yahoo.com/d/quotes.csv?s=GOOG,YHOO,MSFT,IBM,AAPL,ADBE,FB&f=nsl1t1d1c1p2c4&e=.csv")
  2. s= p.readAll()
  3. mon = peripheral.wrap("back")
  4. mon.setTextScale(1)
  5. mon.clear()
  6. mon.setCursorPos(1,2)
  7. mon.write(" +===============================================================+ \n")
  8. mon.write(" |Stock Viewer by xuma202 (c) 2012 (updates every 5 minutes)| \n")
  9. mon.write(" |SYMBOL| NAME| | \n")
  10.  
  11. mon.write(" +===============================================================+ \n")
Advertisement
Add Comment
Please, Sign In to add comment