Skip to content
View Kuehle's full-sized avatar

Block or report Kuehle

Report abuse

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

Report abuse

Pinned Loading

  1. radicle-dev/heartwood radicle-dev/heartwood Public

    ❤️🪵 Radicle Heartwood Protocol & Stack (mirror)

    Rust 182 30

  2. keyboard-drill keyboard-drill Public

    HTML 3

  3. monospace-rendering monospace-rendering Public

    TypeScript 1

  4. bitmap-show-cli bitmap-show-cli Public

    Draws an image to terminal

    Rust 1

  5. Enumerate combinations without calcu... Enumerate combinations without calculating them recursively
    1
    // # Calculating Combinations with a for loop and no recursion
    2
    // (see difference combination vs permutation somewhere)
    3
    
                  
    4
    // This relies on the understanding that we can oftentimes compute how many combinations there are
    5
    // by invoking a simple calculation.
  6. http_cache http_cache Public

    Simple redis like cache over http

    Rust