Skip to content
View mflorida's full-sized avatar
🛹
Shredding
🛹
Shredding

Block or report mflorida

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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 Loading

  1. deno-file-router deno-file-router Public

    Experimental file-based web server router using Deno.

    TypeScript

  2. squareblue/yadel squareblue/yadel Public

    Yadel up!

    TypeScript

  3. squareblue/stylts squareblue/stylts Public

    Give your styles a boost.

    JavaScript

  4. mflorida-dev-solid-ts mflorida-dev-solid-ts Public

    Source code for mflorida.dev. Uses SolidJS with TypeScript.

    TypeScript

  5. react-basic-table react-basic-table Public

    Basic React <table> component with config options to customize display.

    JavaScript

  6. Open new (popup) window within the b... Open new (popup) window within the bounds of, and centered over, the calling parent window with max dimensions of 1400x900.
    1
    /**
    2
     * Open a new browser window centered to the parent window.
    3
     * @param {string} url - Required URL for popup window
    4
     * @param {string} [name] - optional window name
    5
     * @param {object} [cfg] - optional config object for window.open parameters