Skip to content
View hpenne's full-sized avatar
  • 14:57 (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.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse

Pinned Loading

  1. smallrandsmallrandPublic

    A small alternative to the rand crate with no unsafe code and no/minimal dependencies, based on the Xoshiro and Chacha algorithms

    Rust 16 3

  2. asciireqsasciireqsPublic

    Experimental requirements management using asciidoc files

    Python 7 3

  3. owned_ptrowned_ptrPublic

    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. rloxrloxPublic

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

    Rust