Skip to content
View sreeragh-ar's full-sized avatar
Block or Report

Block or report sreeragh-ar

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. pickle2_unpickle3.py pickle2_unpickle3.py
    1
    #pickle dict with image in Python2 (2.7.6 used)
    2
    frame = cv2.imread('input.jpg')
    3
    img_str = cv2.imencode('.jpg', frame)[1].tostring()
    4
    data = {'img': img_str}
    5
    with open('pickledObj.pkl', 'wb') as outfile:
  2. Verilog-learning Verilog-learning Public

    Verilog

  3. RabbitMQ RabbitMQ Public

    RabbitMQ Tutorial

    Python

  4. redux-implementation redux-implementation Public

    JavaScript

  5. Slack-Api-Python Slack-Api-Python Public

    Using slackclient 1.1.2

    Python