VirtualTam's bookmarks
-
2024-03-25 -
2024-03-10 -
2024-02-28 -
2024-02-28 - HaveIBeenPwned/PwnedPasswordsDownloader
- API Clients:
- mattevans/pwned-passwords - Go API Client
- lionheart/pwnedpasswords - Python API Client
- philnash/pwned - Ruby API Client
- wisespace-io/pwned-rs - Rust API Client
-
2024-02-28 -
2024-02-26 -
2024-01-26 - pyca/cryptography - src/rust/cryptography-x509-verification
- C2SP/x509-limbo - A suite of testvectors for X.509 certificate path validation and tools for building them
-
2023-12-13 -
2023-10-21 -
- evanoberholster/imagemeta#56 - Interesting work
- soypat/exif - Image file format tools optimized for large image files using lazy loading
-
2023-06-11 The conflict between subclassing and composition is as old as object-oriented programming. The latest crop of languages like Go or Rust prove that you don’t need subclassing to successfully write code. But what’s a pragmatic approach to subclassing in Python, specifically?
-
Article Series:
- https://www.projectgus.com/2022/06/bmw-f-series-gear-selector-part-one-failures/
- https://www.projectgus.com/2022/06/bmw-f-series-gear-selector-part-two-breakthrough/
- https://www.projectgus.com/2022/07/bmw-f-series-gear-selector-part-three-success/
Supporting Repository:
- https://github.com/projectgus/car_hacking
- https://github.com/projectgus/car_hacking/tree/main/bmw_gear_selector
Related Projects: