Skip to content
View masedki's full-sized avatar

Block or report masedki

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. A command line utility to download h... A command line utility to download historical data from Interactive Brokers
    1
    #!/usr/bin/env python
    2
    
                  
    3
    import os
    4
    import sys
    5
    import argparse
  2. Python code for marking regions of i... Python code for marking regions of interest in an image for OCR
    1
    # use this command to install open cv2
    2
    # pip install opencv-python
    3
    
                  
    4
    # use this command to install PIL
    5
    # pip install Pillow
  3. cuda 9.0 complete installation proce... cuda 9.0 complete installation procedure for ubuntu 18.04 LTS
    1
    #!/bin/bash
    2
    ## This gist contains step by step instructions to install cuda v9.0 and cudnn 7.3 in ubuntu 18.04
    3
    
                  
    4
    ### steps ####
    5
    # verify the system has a cuda-capable gpu