Giter VIP home page Giter VIP logo

Madina 's Projects

acmp icon acmp

C++ solutions to problems from acmp

activedata icon activedata

Provide high speed filtering and aggregation over data

apis icon apis

Code Repo for API course in Fullstack ND

apriori-principle-in-hadoop icon apriori-principle-in-hadoop

Apriori algorithm finds all itemsets with supports larger than or equal to minsup. Apriori algorithm makes multiple passes over the transaction data. In the first pass, the support of individual items is counted and frequent items are determined (based on minsup). In each subsequent pass, a seed set of itemsets found to be frequent in the previous pass is used for generating new potentially frequent itemsets, called candidate itemsets; then their actual support is counted while making a pass over the transaction data. At the end of the pass, those that satisfy the minimum support constraint are collected, that is, frequent itemsets are determined, and they become the seed for the next pass. This process is repeated until no new frequent itemsets are found.

bitcoin icon bitcoin

Bitcoin Core integration/staging tree

bubblecolorpalette icon bubblecolorpalette

Android application to extract prominent colors from images to create color palettes.The BubbleColorPalette is made with the help of Android Palette API.

burger-app icon burger-app

Maximilian Schwarzmüller's Udemy tutorial for React & Redux

cartmansays icon cartmansays

This funny chrome extension will cheer you up with randomly popping up quotes and Cartman speaking them out loud.

chromacore icon chromacore

2D Musical Platformer for Northeastern Universities Game Design: Assets & Prototyping class.

code-coverage-addon icon code-coverage-addon

Extensions that augments several Mozilla websites (Bugzilla, DXR, Searchfox, MozReview) with code coverage information

collect icon collect

ODK Collect is an Android app for filling out forms. It's been used to collect billions of data points in challenging environments around the world. Contribute and make the world a better place! ✨📋✨

coverage-crawler icon coverage-crawler

A crawler to find websites that exercise code in Firefox that is not covered by unit tests

cpp-template icon cpp-template

c++ template for competitive programming and a bash script to load it by default on a text editor

datascience icon datascience

Python script for dynamic data retrieval and monitoring.

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.