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

Block or report JaoodxD

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. nodejs/undici nodejs/undici Public

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

    JavaScript 5.9k 513

  2. piscinajs/piscina piscinajs/piscina Public

    A fast, efficient Node.js Worker Thread Pool implementation

    TypeScript 4.1k 104

  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