Repositories
Select a repository to view its commits, contributors, and more.netflix_recommendation_system
A Collaborative-Filtering recommendation system for Netflix Movie Rating (Based on the famous Netflix Prize)
WatchIt
Simple Payment Tracker and Visualizer
pic_filtering
Applying sobel filter on images. Has two code editions! One purely on CPU, and other is partly on GPU, CUDA-code.
OpenChordChatSystem
it's a simple peer-to-peer chat client app! (Using open chord distributed hash table)
game_of_life
this is the famous conway's game of life, only the logic though
word_box
This is a utility for collecting words for non-english speakers which makes it a little more fun improving your vocabulary with few convenient features for this purpose.
sample_app_for_rails
upgraded the Sample Application of Michael Hartl's Tutorial to rails 3.2
shunting_yard_algorithm
converting infix mathematical expressions to postfix
mark_and_sweep_gc
Simplified implementation of famous Mark and Sweep Garbage Collection algorithm.
first_app
Ruby on Rails first application repository
TicTacToe
Famous Tic Tac Toe game with a very simple UI! You CANNOT beat the Computer in it!!! :)
word_wrap_kata
This is the famous word_wrap Kata but it's a little different approach than the usual ones!