Skip to content
View FirstTimeEZ's full-sized avatar
🪐
🪐

Block or report FirstTimeEZ

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

    Removes unwanted content from the Twitch chat using various identifiers, phrases or simply a display name. Can also remove sub notifications, highlighted comments, service messages and block common…

    JavaScript

  2. ggerganov/llama.cpp ggerganov/llama.cpp Public

    LLM inference in C/C++

    C++ 67.9k 9.7k

  3. debounce debounce
    1
    /**
    2
     * Creates a debounced version of a function that delays its execution 
    3
     * until after a specified delay period has elapsed since the last time 
    4
     * it was invoked.
    5
     *
  4. search search
    1
    /**
    2
     * Searches for the last occurrence of a specified word in a given string, 
    3
     * starting from the end of the string.
    4
     *
    5
     * @param {string} str - The string in which to search for the word.