Skip to content
View ChifuyuArabelio's full-sized avatar
⛰️
in the mountains
⛰️
in the mountains

Organizations

@EYASACA-Co-Ltd @omoi-corporation

Block or report ChifuyuArabelio

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
ChifuyuArabelio/README.md

Skillicons

My Skills

Note

and Objective-C MRC/ARC, Win32API.

Snake

github contribution grid snake animation

Trophy

trophy

Badges

Contribution

Ashutosh's github activity graph

Pinned Loading

  1. Vim Setting(VundleVim/Vundle, Plugin) Vim Setting(VundleVim/Vundle, Plugin)
    1
    " ==================================================
    2
    " Vim 全般 設定
    3
    " ==================================================
    4
    
                  
    5
    set secure
  2. Locust sample for Socket.IO with Docker Locust sample for Socket.IO with Docker
    1
    FROM python:3.11-slim
    2
    
                  
    3
    RUN apt-get update && apt-get install -y --no-install-recommends \
    4
        gcc \
    5
        && apt-get clean \