Skip to content

Instantly share code, notes, and snippets.

View ho0ber's full-sized avatar

Samuel Colburn ho0ber

View GitHub Profile
@zeroeth
zeroeth / palm_archive.txt
Last active April 23, 2024 23:37
Palm Pilot Archives
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!)
@dzhu
dzhu / screeps.py
Last active November 14, 2020 10:18
description of the HTTP endpoints available from Screeps, and a Python wrapper to access them (requires requests library)
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