Skip to content
View jfrancos's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report jfrancos

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. Tailwind: Calculate average oklch li... Tailwind: Calculate average oklch lightnesses
    1
    #!/usr/bin/env npx tsx --experimental-network-imports --no-warnings
    2
    
                  
    3
    // If there was a tool for generating shades of colors meant to be used
    4
    // with Tailwind, it would make sense for the lightnesses of the
    5
    // generated colors to (by default at least) match the lightnesses of
  2. Continuous lighthouse score updates ... Continuous lighthouse score updates for your vite project
    1
    #!/usr/bin/env npx ts-node --skip-project --transpile-only
    2
    
                  
    3
    import lighthouse from "lighthouse";
    4
    import { launch } from "chrome-launcher";
    5
    import { pick } from "lodash";
  3. crancos crancos Public

    CRA a la Francos

    JavaScript 5

  4. oggmented oggmented Public

    decodeAudioData(oggVorbisBuffer) in any browser

    JavaScript 6 3

  5. DuelingDHCP DuelingDHCP Public

    Finds IP conflicts between MACs in Moira (stella -lid etc.) vs MACs in a switch report

    Python

  6. fix_cp fix_cp Public

    Takes csv from Code42's admin panel, removes some columns, formats some data, adds some ldap info

    Python