Skip to content
View kaistseo's full-sized avatar

Block or report kaistseo

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. UnitySocketIO-WebSocketSharp UnitySocketIO-WebSocketSharp Public archive

    UnitySocketIO using websocket-sharp instead of WebSocket4Net

    C# 164 54

  2. php-proxy php-proxy Public

    Single-file PHP reverse proxy

    PHP 1

  3. My .vimrc My .vimrc
    1
    set nocompatible " disable vi-compatible mode
    2
    
                  
    3
    " vim-plug plugins
    4
    if empty(glob('~/.vim/autoload/plug.vim'))
    5
      silent !curl -fLo ~/.vim/autoload/plug.vim --create-dirs https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim