Skip to content
View pchen7e2's full-sized avatar

Block or report pchen7e2

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. facebookexperimental/triton facebookexperimental/triton Public

    Github mirror of trition-lang/triton repo.

    MLIR 26 13

  2. subtitlext subtitlext Public

    A Chrome extension to display user-provided subtitles for online videos.

    JavaScript

  3. Bookmarklet to check today's Leetcod... Bookmarklet to check today's Leetcode AC
    1
    javascript:(()=> {
    2
        if (window.location.host!=="leetcode.com"){
    3
            window.location.href='https://leetcode.com/submissions';
    4
        }
    5
        s = new Set();