Skip to content
View dipanjannag's full-sized avatar
🏠
Working from home
🏠
Working from home

Block or report dipanjannag

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. arbitrage_opportunity.py arbitrage_opportunity.py
    1
    def arbitrage_opportunity(nse_id, bse_id):
    2
        import pandas as pd
    3
        import datetime
    4
        tick_data = pd.read_csv('log_raw.csv')
    5
        tick_data.timestamp = pd.to_datetime(tick_data.timestamp)
  2. Supernova Supernova Public

    JavaScript 1

  3. aang aang Public

    HTML 1

  4. infinity infinity Public

    Jupyter Notebook

  5. wbc_train.py wbc_train.py
    1
    model.fit(x_train_proc, y_train_proc, nb_epoch=2)
  6. set_up_artik_bluetooth.sh set_up_artik_bluetooth.sh
    1
    cd /etc/bluetooth
    2
    ./fwdown.sh
    3
    hciconfig hci0 up
    4
    
                  
    5
    # now to check everything is fine run this