Pinned Repositories
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.
BubbleColorPalette
Android application to extract prominent colors from images to create color palettes.The BubbleColorPalette is made with the help of Android Palette API.
CartmanSays
This funny chrome extension will cheer you up with randomly popping up quotes and Cartman speaking them out loud.
SellingSocks
Sell your used socks here!
ShootTheDuck
Second experience with Unity by creating a Shooting Gallery game. Thanks to kenney.nl for awesome graphics.
SpeechRecognizingAutoScroll
Voice recognition-enabled Google Chrome Extension to automatically scroll your web pages.
uni_study_bot
Telegram bot for efficient studying http://t.me/uni_study_bot
UNIST_IndoorTracker
Simple application to track indoor positioning at UNIST EB 2nd floor.
MadinaB's Repositories
MadinaB/SellingSocks
Sell your used socks here!
MadinaB/fixme
MadinaB/coverage-crawler
A crawler to find websites that exercise code in Firefox that is not covered by unit tests
MadinaB/fixme_backend
MadinaB/json-e
A data-structure parameterization system written for embedding context in JSON objects
MadinaB/datascience
Python script for dynamic data retrieval and monitoring.
MadinaB/outreachy-datascience
This is the main repo used to communicate to prospective Outreachy interns for the Mozilla DataScience team.
MadinaB/pytudes
Python programs to practice or demonstrate skills.
MadinaB/AMAVI
Veni. Vidi. Amavi.
MadinaB/KittyRescue
React Native App
MadinaB/coding-cheat-sheets
Various cheat sheets on CS stuff
MadinaB/stretchly
break time reminder app
MadinaB/oh-my-zsh
A delightful community-driven (with 1,200+ contributors) framework for managing your zsh configuration. Includes 200+ optional plugins (rails, git, OSX, hub, capistrano, brew, ant, php, python, etc), over 140 themes to spice up your morning, and an auto-update tool so that makes it easy to keep up with the latest updates from the community.
MadinaB/franz
Franz is a free messaging app for services like WhatsApp, Slack, Messenger and many more.
MadinaB/summer-2019-internships
A document to help undergraduates keep track of software engineering internship opportunities.
MadinaB/HackerRank-Interview-Preparation-Kit
HackerRank Interview Preparation Kit Solutions
MadinaB/Back-End-Developer-Interview-Questions
A list of back-end related questions you can be inspired from to interview potential candidates, test yourself or completely ignore
MadinaB/new-project-repo
on flask
MadinaB/docopt
Pythonic command line arguments parser, that will make you smile
MadinaB/pure
Pretty, minimal and fast ZSH prompt
MadinaB/Udacity_LogsAnalysis
MadinaB/Full-Stack-Foundations
Solution Code to Full Stack Foundations (ud088)
MadinaB/APIs
Code Repo for API course in Fullstack ND
MadinaB/zsh-autosuggestions
Fish-like autosuggestions for zsh
MadinaB/retrofit
Type-safe HTTP client for Android and Java by Square, Inc.
MadinaB/TheGuardian
Personal security mobile application,which uses voice recognition to detect key phrases signaling about a danger and if they are detected immediately sends informing messages. If the level of danger is high it uses speech generation to create sirene informing a criminal that owner is under protection and police is already informed.
MadinaB/SpeechRecognizerDemo
Draft code for offline android speechRecognizer
MadinaB/ud330
MadinaB/cayley
An open-source graph database
MadinaB/UNIST_IndoorTracker
Simple application to track indoor positioning at UNIST EB 2nd floor.