The Wayback Machine - https://web.archive.org/web/20210212155916/https://github.com/alex
Skip to content
Avatar

Highlights

  • Arctic Code Vault Contributor
  • Pro

Pinned

  1. cryptography is a package designed to expose cryptographic primitives and recipes to Python developers.

    Python 3.9k 822

  2. An attempt to answer the age old interview question "What happens when you type google.com into your browser and press enter?"

    28.9k 2.1k

  3. Framework for writing Linux kernel modules in safe Rust

    Rust 1.1k 94

  4. Security research organization dedicated to finding low hanging, critical, vulnerabilities.

    HTML 6 10

  5. A high performance ruby, written in RPython

    Python 979 87

Contribution activity

February 2021

Created a pull request in pyca/cryptography that received 6 comments

Reviewed 43 pull requests in 4 repositories
pyca/cryptography 35 pull requests
Rust-for-Linux/linux 4 pull requests
hallowauth/hallow 3 pull requests
servo/servo 1 pull request

Created an issue in rust-lang/rust-clippy that received 5 comments

unnecessary_wraps complains about function wrapped by proc-macro

Lint name: unnecessary_wraps I tried this code: #[pyo3::prelude::pymodule] fn _rust(_py: pyo3::Python<'_>, _m: &pyo3::types::PyModule) -> pyo3::PyR…

5 comments