This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/python | |
| # Usage: python download.py input/urls.dat output/dir | |
| import os | |
| import sys | |
| import urllib | |
| filename = sys.argv[1] | |
| outputdir = sys.argv[2] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| {"title":"My Memory Map","legend":1,"labels":1,"stations":[{"label":"Memory One","lines":["Annie","Cathy"]},{"label":"Memory 2","lines":["Bob","Annie"]},{"label":"Memory 3","lines":["Bob","Annie","Cathy"]}],"lines":["Bob","Annie","Cathy"]} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "title": "My Memory Map", | |
| "legend": 1, | |
| "labels": 1, | |
| "stations": [ | |
| { | |
| "label": "Memory One", | |
| "lines": [ | |
| "Annie", | |
| "Cathy" |