Skip to content
View micah1701's full-sized avatar
🧰
Open to work
🧰
Open to work

Block or report micah1701

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 is supported. This note will only be visible to you.
Report abuse

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

Report abuse

Pinned Loading

  1. hire-me hire-me Public

    My personal portfolio website and resume

    Svelte

  2. algo-vanity algo-vanity Public

    Generate vanity-prefixed Algorand wallet addresses. Want your blockchain address to start with your first name or any other arbitrary short string? Brute-force the blockchain addresses you want in …

    Go

  3. ad-hoc-analytics ad-hoc-analytics Public

    Privacy-Frist (Zero Cookies) Website Analytics and Visitor Tracking. Self-hosted G--gle Analytics Clone

    TypeScript

  4. pdf-webform pdf-webform Public

    Overlay coordinate based form fields on top of an existing PDF to collect form data

    Svelte

  5. Hash a Text-String into a Distinct b... Hash a Text-String into a Distinct but Consitent Color
    1
    /**
    2
     * Converts a string to a CSS-ready color representation.
    3
     * 
    4
     * Consistent per string: Each unique string always returns the same color.
    5
     * Distinct colors: Different strings usually yield noticeably different hues.
  6. Validate and sanatize a user entered... Validate and sanatize a user entered DEA Registration ID with PHP
    1
        /**
    2
         * Validate and clean a DEA Registration ID
    3
         * @param string $enteredValue user supplied DEA ID 
    4
         * @param string $lastname OPTIONAL extended validation requires first letter of users last name to match corresponding character in ID
    5
         *