Skip to content
View hpenne's full-sized avatar
  • 00:11 (UTC -12:00)

Block or report hpenne

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. smallrand smallrand Public

    Initial work on a random generator crate based on the Xoshiro algorithm

    Rust

  2. asciireqs asciireqs Public

    Experimental requirements management using asciidoc files

    Python 7 3

  3. owned_ptr owned_ptr Public

    A safer C++ smart pointer with the semantics of unique_ptr and with the memory safety and rule-of-zero benefits of shared_ptr

    C++

  4. rlox rlox Public

    An implementation of (most of) the Lox language from Crating Interpreters, that I wrote as an exercise while learning Rust

    Rust