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

Block or report gauravpatil93

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

Popular repositories Loading

  1. detecting-bar-codes-in-images detecting-bar-codes-in-images Public

    A Python program that is capable of detecting multiple bar-codes in an image and drawing contours around them.

    Python

  2. statistical-analysis-of-tropical-storm-data-in-C statistical-analysis-of-tropical-storm-data-in-C Public

    C program that parses data related to tropical storms and provides a statistical insight along with predictions

    C

  3. n-digit-multi-brace-expression-evaluator-STL n-digit-multi-brace-expression-evaluator-STL Public

    C++ program that takes an infix expression consisting of n-digit numbers along with the three different types of braces (), {}, [], converts it to postfix and then evaluates it.

    C++

  4. non-STL-custom-stack-implementation-of-n-digit-expression-evaluator non-STL-custom-stack-implementation-of-n-digit-expression-evaluator Public

    C++ program that uses custom integer and character stacks to implement n-digit multi-brace expression evaluator

    C++

  5. a-calculator-decomposing-CIDR-notation a-calculator-decomposing-CIDR-notation Public

    A simple python program that takes in a CIDR notation as an input and calculates subnet address, first host, last host, broadcast address, subnet mask.

  6. beautifulsoup-selenium-project beautifulsoup-selenium-project Public

    A Python program that navigates to http://www.profittools.net/testimonials/ finds the most frequently used noun within the testimonials and submits it to the search box on the top of the webpage.

    Python