I hereby claim:
- I am trickeydan on github.
- I am trickeydan (https://keybase.io/trickeydan) on keybase.
- I have a public key whose fingerprint is 6C58 CF1C DBC0 EE8F 6F70 E622 D523 6EF5 84F7 08EE
To claim this, I am signing this object:
| from pathlib import Path | |
| import requests | |
| with Path("manifest").open() as fh: | |
| lines = fh.read().splitlines() | |
| buffer = [] | |
| data = {} |
| #! /home/dgt/venv/bin/python3 | |
| """ | |
| Dovecot Wildcard Email Sorter | |
| Used to sort inbound email to a wildcard address into category subfolders. | |
| Used by me on Mythic Beasts hosted webmail. | |
| Copyright 2021 Dan Trickey |
| #!/usr/bin/env python3 | |
| """ | |
| Example code of using daemon threads to poll start. | |
| (C) Dan Trickey 2020 | |
| Released under MIT Licence | |
| """ | |
| import threading |
| from pathlib import Path | |
| from typing import Set | |
| from j5 import BaseRobot, BoardGroup | |
| from j5.boards import Board | |
| from j5.boards.zoloto import ZolotoCameraBoard | |
| from j5.backends.hardware.zoloto.camera_board import ZolotoCameraBoardHardwareBackend | |
| from zoloto.cameras import Camera |
| from pathlib import Path | |
| from zoloto.cameras.camera import Camera | |
| from zoloto.marker_dict import MarkerDict | |
| import matplotlib.pyplot as plt | |
| class DefaultCamera(Camera): |
| #!/usr/bin/env bash | |
| # | |
| # Copyright (c) 2019 Dan Trickey. | |
| # | |
| # Permission is hereby granted, free of charge, to any person obtaining | |
| # a copy of this software and associated documentation files (the | |
| # "Software"), to deal in the Software without restriction, including | |
| # without limitation the rights to use, copy, modify, merge, publish, | |
| # distribute, sublicense, and/or sell copies of the Software, and to |
| .PHONY: all clean lint type test test-cov | |
| CMD:=poetry run | |
| PYMODULE:=j5 | |
| TESTS:=tests | |
| EXTRACODE:=tests_hw | |
| all: type test lint | |
| lint: |
I hereby claim:
To claim this, I am signing this object: