Skip to content
View joe-ervin05's full-sized avatar

Highlights

  • Pro

Block or report joe-ervin05

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 Loading

  1. atomicbase atomicbase Public

    REST API that makes managing Turso databases much more convenient

    Go 1

  2. word-link word-link Public

    This repository is an example of how to use adjacency list graphs with depth-first search to find connections between words.

    Go 1

  3. atomicbase-js atomicbase-js Public

    TypeScript

  4. flowbite-svelte flowbite-svelte Public

    Forked from themesberg/flowbite-svelte

    Official Svelte components built for Flowbite and Tailwind CSS

    Svelte

  5. shadcn-svelte shadcn-svelte Public

    Forked from huntabyte/shadcn-svelte

    shadcn/ui, but for Svelte. ✨

    Svelte

  6. Helper functions that validate any y... Helper functions that validate any youtube or vimeo url and return data about the video at the url.
    1
    export interface YoutubeInfo {
    2
        title: string;
    3
        thumbnail: string;
    4
        id: string;
    5
    }