Skip to content
View JayashTripathy's full-sized avatar
Sippin Coffee.
Sippin Coffee.

Organizations

@makeplane

Block or report JayashTripathy

Report abuse

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

Report abuse

Pinned Loading

  1. 🔗 Linkify (google.com -> https://goo... 🔗 Linkify (google.com -> https://google.com) your urls to web, mailto or any custom protocol schemes
    1
    // this is just a long list of valid tlds[com, org, ...] by IANA, you can use your custom list also.
    2
    import tlds from "tlds";
    3
    
                  
    4
    const PROTOCOL_REGEX = /^[a-zA-Z]+:\/\//;
    5
    const EMAIL_REGEX = /^[^\s@]+@[^\s@]+\.[^\s@]+$/;
  2. Distributed-Media-Inferencing-With-Kafka Distributed-Media-Inferencing-With-Kafka Public

    Distributed Media Inferencing with Kafka

    Python