Skip to content
View PC-CNT's full-sized avatar
  • Tokyo, Japan
  • 16:10 (UTC +09:00)

Block or report PC-CNT

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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. UserscriptWorks UserscriptWorks Public

    my useless scripts

    JavaScript 1

  2. mkn-03 mkn-03 Public

    ブックマークレットを布教したい

    HTML 1

  3. bb bb Public

    自分用scoop buckets

  4. emulator-5562 emulator-5562
    1
    $D = Get-Process -Id (Get-NetTCPConnection -LocalPort 5563 | Where-Object {$_.State -eq "Established"}).OwningProcess
    2
    cmd /C taskkill /F /PID $D.Id