Skip to content
View khzs's full-sized avatar

Block or report khzs

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. tmh-pv-simulator-challenge tmh-pv-simulator-challenge Public

    Generates simulated power values in two parts and uses RabbitMQ to connect them

    Python

  2. tinyvim tinyvim Public

    Forked from NvChad/tinyvim

    Fork of tinyvim config

    Lua

  3. mac-keyboard-hu mac-keyboard-hu Public

    Forked from sszilvasi/mac-keyboard-hu

  4. mac-hun-keyboard mac-hun-keyboard Public

    Forked from zaki/mac-hun-keyboard

  5. dotfiles-common dotfiles-common Public

    Shell

  6. rc rc
    1
    alias ll="ls -la"
    2
    alias ..="cd .. ; ll"
    3
    
                  
    4
    mkcd()  {   mkdir "$@" && cd "$@"                                                                                       ; }
    5