Skip to content
View pravo23's full-sized avatar
💭
life, death and everything in between
💭
life, death and everything in between

Block or report pravo23

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. irctc-telegram-bot irctc-telegram-bot Public

    irctcBot is a Telegram bot offering comprehensive indian train-related services.

    Python

  2. todos-cli todos-cli Public

    A cli app for task management.

    JavaScript

  3. epoch-cli epoch-cli Public

    A CLI Tool to convert timestamps to human-readable datetime & vice versa.

    JavaScript

  4. url-shortener url-shortener Public

    url shortener service

    Go

  5. airflow airflow Public

    Forked from apache/airflow

    Apache Airflow - A platform to programmatically author, schedule, and monitor workflows

    Python

  6. Bash script to upgrade go version on... Bash script to upgrade go version on mac
    1
    #!/bin/bash
    2
    
                  
    3
    # Fetch the latest Go version number
    4
    GO_VERSION=$(curl -s https://go.dev/VERSION?m=text | head -n 1)
    5