Skip to content
View yrvsyh's full-sized avatar
👨‍💻
👨‍💻

Block or report yrvsyh

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. archive photo and video by date archive photo and video by date
    1
    #!/usr/bin/env python3
    2
    
                  
    3
    import os
    4
    import re
    5
    import sys
  2. AutoHotkey配置:Caps Lock单独使用为Esc,配合其他按... AutoHotkey配置:Caps Lock单独使用为Esc,配合其他按键为Ctrl。
    1
    g_LastCtrlKeyDownTime := 0
    2
    g_AbortSendEsc := false
    3
    g_ControlRepeatDetected := false
    4
    
                  
    5
    +CapsLock::CapsLock
  3. 基于ucontext的非对称独立栈协程实现 基于ucontext的非对称独立栈协程实现
    1
    #include <stdint.h>
    2
    #include <stdio.h>
    3
    #include <stdlib.h>
    4
    #include <ucontext.h>
    5
    
                  
  4. vscode vim config vscode vim config
    1
    "vim.easymotion": true,
    2
    // "vim.sneak": true,
    3
    "vim.camelCaseMotion.enable": true,
    4
    "vim.useSystemClipboard": true,
    5
    "vim.leader": "<space>",
  5. fragview-qt fragview-qt Public

    C++ 1

  6. dotfiles dotfiles Public

    My personal dotfile.

    Vim Script