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

Block or report sakshichopkar

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

  1. scipy-2017-tutorial-pandas scipy-2017-tutorial-pandas Public

    Forked from chendaniely/scipy-2017-tutorial-pandas

    SciPy 2017 Pandas Tutorial

    Jupyter Notebook

  2. Deedy-Resume Deedy-Resume Public

    Forked from deedy/Deedy-Resume

    A one page , two asymmetric column resume template in XeTeX that caters to an undergraduate Computer Science student

    TeX

  3. gistfile1.c gistfile1.c
    1
    #include <stdio.h>
    2
    #include <stdlib.h>
    3
    #include <time.h>
    4
    
                  
    5
    int getRandomNumber(int lower, int upper) {