This file contains 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
http://users.ics.aalto.fi/praiko/palm/ (select freeware) | |
https://tinyapps.org/palm.html (small useful apps) | |
https://mariomasta64.me/palm/ | |
https://archive.org/details/tucows?and[]=subject%3A%22palm+pilot%22 | |
https://palmarchive.com/files/ | |
https://www.oldhandhelds.com/?dir=Palm%20Os/Games | |
https://palmarchive.com/files/xandros9%20Archive/Palm%20OS%20Applications%20Archive/Games/ | |
http://web.archive.org/web/20081021095630/http://www.freewarepalm.com/listall.shtml | |
http://www.mobyware.org/palm-os-software-download-all-1-date.html | |
ftp://89.109.35.231/soft/PALM%20SOFT/Games/ (dubious warezy place, but has simcity!) |
This file contains 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
import json | |
from base64 import b64decode | |
from collections import OrderedDict | |
from cStringIO import StringIO | |
from gzip import GzipFile | |
import requests | |
## Python before 2.7.10 or so has somewhat broken SSL support that throws a warning; suppress it |