Skip to content
View kanokkorn's full-sized avatar
💤
Sleeping
💤
Sleeping
Block or Report

Block or report kanokkorn

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. config config Public

    personal config files

    Shell

  2. missing missing Public

    Collection of things I learned recently

  3. crangon crangon Public

    experiment aquaculture computer vision and machine learning

    C++ 1

  4. lxmod lxmod Public

    testing linux kernel mod

    C

  5. gemm_hls gemm_hls Public

    Forked from spcl/gemm_hls

    Scalable systolic array-based matrix-matrix multiplication implemented in Vivado HLS for Xilinx FPGAs.

    C++

  6. commands that i should have known be... commands that i should have known better when using linux and windows
    1
    Setting the default editor for Git
    2
    
                  
    3
    ```sh
    4
    git config --global core.editor "vim"
    5
    ```