Skip to content

Instantly share code, notes, and snippets.

View LorenzoAncora's full-sized avatar
🤌
Free and open-source software programmer.

Lorenzo L. Ancora LorenzoAncora

🤌
Free and open-source software programmer.
View GitHub Profile
@LorenzoAncora
LorenzoAncora / __init__.pyi
Last active September 3, 2022 13:16
Python 3 type stub file for 'blake3' v. 0.3.1
# Lorenzo L. Ancora - 2022
# SPDX-License-Identifier: EUPL-1.2
from array import array
from ctypes import _CData # type:ignore
from mmap import mmap
from typing import Any, Optional, TypeVar, Union
ReadableBuffer = Union[bytes, bytearray, memoryview, array[Any], mmap, _CData]
#^ Derived from typeshed/stdlib/typeshed/__init__.py.
#!/bin/bash
# DTB UPDATER 0.2 for Raspberry Pi 3 (aarch64)
# Copyright (C) 2018 Lorenzo Ancora
# DTB UPDATER is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
# DTB UPDATER is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of