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. nodejs/undici nodejs/undici Public

    An HTTP/1.1 client, written from scratch for Node.js

    JavaScript 5.9k 502

  2. piscinajs/piscina piscinajs/piscina Public

    A fast, efficient Node.js Worker Thread Pool implementation

    TypeScript 4k 102

  3. 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) +
  4. cluster-kv-store cluster-kv-store Public

    KV storage clustered within workers

    JavaScript 1

  5. node-general-template node-general-template Public template

    Batteries-excluded starter template for general-purpose node modules

    JavaScript

  6. phone-numbers phone-numbers Public

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

    JavaScript