Skip to content

Instantly share code, notes, and snippets.

@wafiq
Created June 4, 2012 08:26
Show Gist options
  • Save wafiq/2867226 to your computer and use it in GitHub Desktop.
Save wafiq/2867226 to your computer and use it in GitHub Desktop.
Open Dropbox file
url = 'http://dl.dropbox.com/u/657235/filename.csv'
codes = open(url).lines.first.split(/\r/)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment