Giter Site home page Giter Site logo

thoom's Projects

mapreduce-implementation-using-mpi-and-openmp-frameworks icon mapreduce-implementation-using-mpi-and-openmp-frameworks

An approach to implement MapReduce framework on MPI platform. In this approach, inter-process communication is achieved using MPI communication functions. There are some limitations when solving problems of both data intensive and computing intensive in Traditional MapReduce model. The message passing of MapReduce model is realized through the low layer of the distributed file system. It stores all information in disk, and then reads them from the disk while required. In order to overcome the limitations of Traditional MapReduce approach, MPI (Message Passing Interface) based MapReduce model is proposed. In this project I used MPI communication for cluster level and OpenMp on node level. In this, the master processor takes an input file from the list of files provided as input & the other processors (workers) wait for the task from the master node. Once the data is reduced by the workers is sent back to the Master and then final reduced data is printed to the stdout.

private-chat-application icon private-chat-application

Communication is the cornerstone of the Internet. From it's infancy as a group of message boards the birth of the Internet has seen constant evolution of the tool we use to communicate. From IRC to ICQ to AIM to MSN to MySpace to Facebook to SnapChat it has been a constant evolution of ways in which we communicate. However, along the way we have lost some of ourselves, we have lost our privacy. Massive companies now suck up every bit of information they can in order to gain value. We are no longer paying for products we are the products. This application will attempt to solve some of those issues. We offer the ability to have end-to-end encryption where messages can only be decrypted for their intended recipients and messages will never be stored only forwarded on the server side. There are currently applications that do this on a message by message basis however the novel idea here is that this application will be more of a chat versus a messenger application. This is accomplished with the ability to keep a central repository of users and rooms that users can join, which will allow various levels of privacy and security. Also, a realtime chat option where users are able to stream chat messages live as the participants type them and then slowly fade from existence after 60 seconds disappearing forever (barring screenshots!).

sampleapp icon sampleapp

Project for searching countries using REST APIs in Java using Spring Framework

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.