Skip to content
View saplynx's full-sized avatar

Block or report saplynx

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. meet-chat-tts-bot meet-chat-tts-bot Public

    A bot that reads google meet chat out loud

    JavaScript

  2. amazon-rewards-collector amazon-rewards-collector Public

    Chrome extension that automatically collects all available coupons on the Amazon Rewards page

    JavaScript

  3. meet-chat-tts-extension meet-chat-tts-extension Public

    A chrome extension that reads google meet chat out loud

    JavaScript

  4. Coordinates based search Coordinates based search
    1
    function calculateDistance(latitude1, longitude1, latitude2, longitude2) {
    2
        const earthRadius = 6371;
    3
    
                  
    4
        const dLat = ((latitude2 - latitude1) * Math.PI) / 180;
    5
        const dLon = ((longitude2 - longitude1) * Math.PI) / 180;
  5. talkGPT talkGPT Public

    A WhatsApp chatbot powered by OpenAI's ChatGPT

    JavaScript