Skip to content
View spkprav's full-sized avatar
🧑‍🚀
spkprav@github:(me) $ git merge multiverse
🧑‍🚀
spkprav@github:(me) $ git merge multiverse

Block or report spkprav

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. ReadRSS Public

    Read RSS and show as a feed

    Ruby

  2. truethat-labs/social-distance-covid19 Public

    NearByOpen - Covid19

    Ruby 1 1

  3. This is one of the strategies that I...
    1
    # This script will fetch the notifier data from unstructured CSV data
    2
    # and convert that into structured and store the same into MongoDB
    3
    # This converted structured data is used to visualize in charts
    4
    
                  
    5
    import pdb
  4. Ubuntu, Rails, Puma and Nginx setup
    1
    Install dependecies:
    2
    ```
    3
    sudo apt-get update
    4
    sudo apt-get install git-core curl zlib1g-dev build-essential libssl-dev libreadline-dev libyaml-dev libsqlite3-dev sqlite3 libxml2-dev libxslt1-dev libcurl4-openssl-dev python-software-properties libffi-dev
    5
    ```