Skip to content
View stfnw's full-sized avatar

Block or report stfnw

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. advent-of-code advent-of-code Public

    Me practicing programming, so naturally the solutions here are not really good/idiomatic.

    Haskell

  2. arithmetic-expressions-calc arithmetic-expressions-calc Public

    Exploring various kinds of program execution (interpreter / VM / JIT compiler / AOT compiler).

    C

  3. arithmetic-expressions-calc-fuzz arithmetic-expressions-calc-fuzz Public

    Learning fuzzing by finding bugs in my own C code.

    C

  4. git-quine git-quine Public

    A toy program that can print the commit hash of the commit itself is contained in.

    Python

  5. lambda-calculus-full-reducing-krivine-machine-cli lambda-calculus-full-reducing-krivine-machine-cli Public

    Demo project (cli wrapper around the library) implementing normal-order evaluation of untyped lambda calculus terms with a Krivine machine.

    Rust

  6. EnumMSR EnumMSR Public

    This is a small experiment for enumerating all possible model-specific registers (MSRs) of a Intel CPU under Linux.

    Python