-
Google
- Menlo Park, CA
- https://twitter.com/gpshead
Block or Report
Block or report gpshead
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePopular repositories
-
epaper-circuitpython Public
An ePaper display driver for use on CircuitPython running on microcontrollers with a demo that draws a fractal.
-
-
life_circle Public
Code for a both a WiPy and ATtiny85 to animate Conway's Game Of Life on a circular LED disc.
Python
-
Adafruit_IS31FL3731 Public
Forked from adafruit/Adafruit_IS31FL3731
Arduino Library for IS31FL3731 LED charlieplex driver
C++
-
RFM69 Public
Forked from LowPowerLab/RFM69
RFM69 library for RFM69W, RFM69HW, RFM69CW, RFM69HCW (semtech SX1231, SX1231H)
C++
347 contributions in the last year
Contribution activity
March 2022
Created 2 commits in 1 repository
Created a pull request in python/cpython that received 9 comments
bpo-38256: Fix binascii.crc32() when inputs are 4+GiB
When compiled using USE_ZLIB_CRC32 (configure sets this when zlib.h is present on POSIX systems), binascii.crc32(...) failed to compute the correct…
Opened 4 other pull requests in 1 repository
Reviewed 16 pull requests in 2 repositories
python/cpython
15 pull requests
- bpo-47101: list only activated algorithms in hashlib.algorithms_available
- bpo-47098: Replace Keccak Code Package with tiny_sha3
- bpo-47095: Use libb2 to provide blake2 implementation
- bpo-45150: Add hashlib.file_digest() for efficient file hashing
- bpo-28080:: Add support for the fallback encoding in ZIP files
- [3.9] [3.10] bpo-47040: improve document of checksum functions (GH-31955) (GH-32002)
- [3.10] bpo-47040: improve document of checksum functions (GH-31955)
- bpo-47040: improve document of checksum functions
- bpo-46968: Add os.sysconf_names['SC_MINSIGSTKSZ']
- bpo-46968: Query altstack size dynamically on Linux kernel >=5.14
- bpo-45774: Harden SQLite detection
- [3.10] bpo-38738: Fix formatting of True and False in the threading documentation (GH-31678)
- bpo-46878: Purge 'non-standard' from sqlite3 docstrings
- bpo-38738: Fix formatting of True and False in the threading documentation
-
bpo-46195: Do not add
Optionalinget_type_hints
