Skip to content
View fernap3's full-sized avatar

Highlights

  • Pro

Block or report fernap3

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. astr astr Public

    Run TypeScript/JavaScript tests in NodeJS or Chromium

    TypeScript

  2. exagoinc/partial-quicksort exagoinc/partial-quicksort Public

    A partial quicksort implementation in TypeScript

    TypeScript

  3. learn-hiragana learn-hiragana Public

    TypeScript

  4. Hide ruby text (eg. furigana) on a w... Hide ruby text (eg. furigana) on a web page. Mouseover to reveal.
    1
    document.addEventListener("mouseover", (evt) =>
    2
    {
    3
        const ruby = evt.target;
    4
    
    
    5
        if (ruby.tagName !== "RUBY")