Skip to content
View ManuKothari's full-sized avatar

Block or report ManuKothari

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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. KeepSafe KeepSafe Public

    KeepSafe: KeepSafe is Android app aimed at improving the user's safety. In the event that a user is kidnapped or has had an emergency, and isn't responding to urgent calls from his/her friends and …

    Java 7 8

  2. GeolocationTracking GeolocationTracking Public

    This is Android code for Geolocation ad Reverse Geocoding built in as a Service using LocationListener.

    4 1

  3. Computer-Vision-through-OpenCV---Background-Subtraction Computer-Vision-through-OpenCV---Background-Subtraction Public

    This code implements Background Subtraction on a Video / set of Images defined as <n>.* It helps us to give the white pixels/ foreign objects in the video according to the first frame extracted fro…

    C++ 2 2

  4. PotHoleDetect PotHoleDetect Public

    JavaScript 1

  5. Advanced-Data-Structures--Linked-List-implementation-through-Arrays Advanced-Data-Structures--Linked-List-implementation-through-Arrays Public

    This is implementation of a Linked List using Arrays. We use the concept of linked list , but through Arrays. Using Arrays saves the overheads of dynamic allocation of memory and helps through inde…

    Java

  6. Huffman-Coding---Java-- Huffman-Coding---Java-- Public

    Huffman coding is an entropy encoding algorithm used for lossless data compression. It has been implemented as full GUI form based using Priority Queues and Doubly Linked List with Binary Trees. C…

    Java 1