Skip to content
View nataliemarleny's full-sized avatar
🔢
serial.dev
🔢
serial.dev

Organizations

@indentsecurity @shardsys

Block or report nataliemarleny

Report abuse

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

Report abuse

Pinned Loading

  1. vercel/next.js vercel/next.js Public

    The React Framework

    JavaScript 140k 31.1k

  2. indentsecurity/sanityio-referenced-by indentsecurity/sanityio-referenced-by Public

    Sanity plugin for viewing resources which reference a particular resource.

    JavaScript 17 4

  3. Script to evaluate the percentage of... Script to evaluate the percentage of the size of a pattern in the JavaScript files of a given url
    1
    #!/usr/bin/env bash
    2
    set -eu -o pipefail
    3
    # Script expects these binaries to be present:
    4
    # - wget
    5
    # - node
  4. Memoization Example Memoization Example
    1
    const fs = require("fs");
    2
    
                  
    3
    // "4\n1\n2\n5\n3"
    4
    const input = fs.readFileSync(0).toString();
    5
    
                  
  5. SingleTok SingleTok Public

    Single HTML file, TikTok-style webapp

    HTML 4