I hereby claim:
- I am Terrance on github.
- I am terrance (https://keybase.io/terrance) on keybase.
- I have a public key whose fingerprint is A78E 9C1E 9514 4560 7BF0 77C8 645A 86C9 6168 F957
To claim this, I am signing this object:
| #!/usr/bin/env python | |
| from itertools import count | |
| from pathlib import Path | |
| import os | |
| import sys | |
| import requests | |
| #!/usr/bin/env python3 | |
| from collections import defaultdict | |
| import subprocess | |
| def main(): | |
| dumpsys = subprocess.run(("/system/bin/dumpsys", "package", "packages"), capture_output=True) | |
| owners = defaultdict(set) | |
| installs = defaultdict(dict) |
| #!/usr/bin/env python3 | |
| """ | |
| Migrate Radicale calendars and contacts to Baikal. | |
| """ | |
| import datetime | |
| import json | |
| import pathlib | |
| import time |
| #!/usr/bin/env python3 | |
| import hashlib | |
| import json | |
| import logging | |
| import os.path | |
| from pathlib import Path | |
| LOG = logging.getLogger(__name__) |
| #!/usr/bin/env python3 | |
| from collections import defaultdict | |
| from getpass import getpass | |
| import gzip | |
| import hashlib | |
| import io | |
| import json | |
| import logging | |
| import pathlib |
| _metadata: | |
| major_version: 1 | |
| minor_version: 1 | |
| display_information: | |
| name: IMMP | |
| features: | |
| app_home: | |
| home_tab_enabled: false | |
| messages_tab_enabled: true | |
| messages_tab_read_only_enabled: false |
| #!/usr/bin/env python3 | |
| from csv import DictReader | |
| from datetime import datetime, timedelta | |
| import os.path | |
| from pprint import pprint | |
| import re | |
| import sys | |
| from icalendar import Calendar, Event, vDDDTypes |
| #!/usr/bin/env python3 | |
| from csv import DictReader | |
| from datetime import datetime | |
| from dateutil.rrule import rrulestr | |
| from icalendar import Alarm, Calendar, Todo, vRecur | |
| PRIORITY = {"0": "0", "1": "6", "3": "5", "5": "4"} |
| #!/usr/bin/env python3 | |
| from base64 import b64encode | |
| from collections import namedtuple | |
| from datetime import timedelta | |
| from hashlib import md5 | |
| import re | |
| from bs4 import BeautifulSoup | |
| from requests import Session |
I hereby claim:
To claim this, I am signing this object: