• Stars
    star
    2
  • Language
    Java
  • Created almost 7 years ago
  • Updated almost 7 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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

More Repositories

1

SpeechRecognizingAutoScroll

Voice recognition-enabled Google Chrome Extension to automatically scroll your web pages.
JavaScript
7
star
2

UNIST_IndoorTracker

Simple application to track indoor positioning at UNIST EB 2nd floor.
Java
6
star
3

ShootTheDuck

Second experience with Unity by creating a Shooting Gallery game. Thanks to kenney.nl for awesome graphics.
C#
4
star
4

CartmanSays

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

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.
Java
2
star
6

-MapReduce-

In Hadoop
Java
1
star
7

SpeechRecognizerDemo

Draft code for offline android speechRecognizer
Java
1
star
8

MyPaperProject

My little “Shoot’Em Up” game on Unity
C#
1
star
9

MobileCompass

Simple compass for Android.
Java
1
star
10

BinarySearchTrees

Performance Comparison Tests for AVL Tree and Binary Search Tree
C++
1
star
11

GameReleaseDatesApp

Android application to retrieve information about upcoming game releases from internet using Glide and RecyclerView.
Java
1
star
12

RaspberryCar

Remotely controlled car using Python and Raspberry PI.
1
star