Skip to content
View hktkqj's full-sized avatar

Block or report hktkqj

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 250 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. Aokana-Extractor Aokana-Extractor Public

    Extract data from Aokana(蒼の彼方のフォーリズム) Steam Version

    C# 39 4

  2. QingQiz/IcpcResolver.Net QingQiz/IcpcResolver.Net Public

    ICPC Revolver Alternative

    C# 10 3

  3. Change-Wallpaper-for-Screen-Rotation Change-Wallpaper-for-Screen-Rotation Public

    A tiny script for Surface screen rotation.

    PowerShell

  4. testlib-for-domjudge testlib-for-domjudge Public

    Forked from cn-xcpc-tools/Polygon2DOMjudge

    testlib for domjudge

    C++

  5. https://lrc-maker.github.io https://lrc-maker.github.io
    1
    This file is used to be tracked and identified by https://lrc-maker.github.io
  6. Repair script for Windows OpenSSH au... Repair script for Windows OpenSSH authorized_keys
    1
    # Note: Execute "Set-ExecutionPolicy Unrestricted -Scope CurrentUser" before run this script and run in Admin mode
    2
    $authKeyPath = "$env:UserProfile\.ssh\authorized_keys"
    3
    
                  
    4
    # Takeown Owner to current user
    5
    takeown /F $authKeyPath | Out-Null