Skip to content
View kiwixz's full-sized avatar
  • 03:44 (UTC +01:00)

Block or report kiwixz

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. pathtracer pathtracer Public archive

    Monte-Carlo raytracing

    C++ 1

  2. fractal fractal Public archive

    Mandelbrot set renderer

    C++ 1

  3. pathtracer.rs pathtracer.rs Public archive

    Rust

  4. kae kae Public archive

    Common utilities for C++

    C++ 1

  5. asm_embed asm_embed Public archive

    Embedding files into executables with ASM and CMake

    CMake

  6. Generate OpenSSL PKI Generate OpenSSL PKI
    1
    #!/bin/sh -e
    2
    
                  
    3
    echo "        > Generating CA key..."
    4
    openssl genpkey -algorithm ed25519 > "ca.key"
    5