Skip to content
View kiwixz's full-sized avatar
  • 23:33 (UTC +02:00)
Block or Report

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

  1. komankondi komankondi Public

    Guess the word given its definition

    C++

  2. fractal fractal Public archive

    Mandelbrot set renderer

    C++ 1

  3. pathtracer pathtracer Public archive

    Monte-Carlo raytracing

    C++ 1

  4. pathtracer.rs pathtracer.rs Public archive

    Rust

  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