Skip to content
View JaoodxD's full-sized avatar
🙂
🙂
Block or Report

Block or report JaoodxD

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

  1. Lagrange polynomial 'hello world!' Lagrange polynomial 'hello world!'
    1
    const greet = () => {
    2
        const L = (x) => -
    3
            (       1699 / 831600 * x ** 11) +
    4
            (      37339 / 302400 * x ** 10) -
    5
            (     589129 / 181440 * x **  9) +
  2. phone-numbers phone-numbers Public

    JS module to process phone numbers i.e. formatting, recognizing countries and operators and so on

    JavaScript

  3. timestamp-colorizer timestamp-colorizer Public

    Package to determine which color to apply to time interval

    JavaScript

  4. cluster-kv-store cluster-kv-store Public

    KV storage clustered within workers

    JavaScript 1