Skip to content
View arnav-kr's full-sized avatar

Organizations

@hackclub @Tecscimat @Curious-Coders-Official @skippet @VibRatOrg @aovim

Block or report arnav-kr

Report abuse

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

Report abuse
arnav-kr/README.md

Pinned Loading

  1. MyrioText MyrioText Public

    Myrio Text lets you encode your text in the form of an image, and decode it back to text. It's a fun way to share secret messages with your friends.

    JavaScript 8

  2. miniTV miniTV Public

    A command line tool to download web series episodes from Amazon miniTV. A wrapper for youtube-dl

    TypeScript 7 1

  3. DC-Tokens DC-Tokens Public

    Discord Like Tokens for Authentication for Everyone. Uses HMAC with SHA-256

    TypeScript 9 1

  4. soloalert soloalert Public

    A customizable lightweight Alert Library with Material UI and awesome features.

    JavaScript 25 5

  5. A Basic Service Worker Template with... A Basic Service Worker Template with Explanations
    1
    // TODO: Update the cacheName Everytime you want to update your cache
    2
    const cacheName = "v1.0.0";
    3
    const cacheKeepList = [cacheName] // Add Other names of cache that you don't want to delete
    4
    
                  
    5