Coder Social home page Coder Social logo

Manu's Projects

advanced-data-structures--linked-list-implementation-through-arrays icon advanced-data-structures--linked-list-implementation-through-arrays

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 index traversal rather than linear in linked list. Using which I could get brilliant results: I inserted a random 50000 elements in the programs and got these results: Average time taken by List implemented using Arrays ( in seconds ) : 3.254829489 Average time taken by List ( without header node ) ( in seconds) : 6.663692383 Average time taken by List ( with header node ) ( in seconds ) : 6.558834766

computer-vision-through-opencv---background-subtraction icon computer-vision-through-opencv---background-subtraction

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 from the video. It uses the OpenCV BackgroundSubtractorMOG and BackgroundSubtractorMOG2

eduvideo icon eduvideo

EduVideo is a project aimed at Peer-group Assisted Learning (PAL) through collaborative video notes.

geolocationtracking icon geolocationtracking

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

giws icon giws

GWIS (Reverse of SWIG (Simplified Wrapper and Interface Generator))

huffman-coding---java-- icon huffman-coding---java--

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. Compression Ratio is average around 27%.

keepsafe icon keepsafe

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 family, upon receiving a coded SMS from a predefined the set of SOS contacts, the app is activated. It immediately puts the phone into silent mode, and forces the gps and data connection on. The user's location is determined, and an audio recording of the surrounding is recorded. At the same time, an image is taken from the front and back camera. These are bundled together, compressed and sent to predefined SOS contacts as an attachment to an email. The entire process is automated and occurs without any interaction from the user.

swig icon swig

SWIG is a software development tool that connects programs written in C and C++ with a variety of high-level programming languages.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.