• Stars
    star
    1
  • Language
    Ruby
  • Created about 13 years ago
  • Updated about 13 years ago

Reviews

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

Repository Details

This is a complete version of Uncle Bob's Payment Application sample in Agile Software Development Principles, Patterns, Practices book with Ruby and RSpec

More Repositories

1

netflix_recommendation_system

A Collaborative-Filtering recommendation system for Netflix Movie Rating (Based on the famous Netflix Prize)
Ruby
6
star
2

OpenChordChatSystem

it's a simple peer-to-peer chat client app! (Using open chord distributed hash table)
Java
2
star
3

WatchIt

Simple Payment Tracker and Visualizer
Haskell
2
star
4

pic_filtering

Applying sobel filter on images. Has two code editions! One purely on CPU, and other is partly on GPU, CUDA-code.
C++
2
star
5

sql_query_generator

basic query generator
Ruby
1
star
6

mark_and_sweep_gc

Simplified implementation of famous Mark and Sweep Garbage Collection algorithm.
C
1
star
7

first_app

Ruby on Rails first application repository
Ruby
1
star
8

string_set_kata

string set kata, tried the smallest red-green-refactor cycle possible! interesting feedback!
Ruby
1
star
9

manually_has_many_through

short and simple manual implementation of rails has_many :through association
Ruby
1
star
10

ticketee

this is the ticketee project from Rails 3 in Action book by Ryan Bigg and Yehuda Katz with some mutations for separation of business logic and having faster tests
Ruby
1
star
11

twitter_app

sample_app from Rails Tutorial book with some modification and improvements
Ruby
1
star
12

CompilerProject1390-11-1

semantic analyzer for Lool Object Oriented Language
Java
1
star
13

shunting_yard_algorithm

converting infix mathematical expressions to postfix
Ruby
1
star
14

xUnit_framework_for_ruby

This is based of xUnit Framework case study in Kent Beck TDD by Example book
Ruby
1
star
15

end_of_line_trimming

a line trimming algorithm Kata
Ruby
1
star
16

HtmlToWordMain2012-08-24

converter for html docs in the MSDN format to a word document with almost the same styling!
C#
1
star
17

twitter_client

This is a terminal based Twitter Client! Support gaining some basic data that you can get from twitter in your terminal! It is just for fun.
Ruby
1
star
18

word_wrap_kata

This is the famous word_wrap Kata but it's a little different approach than the usual ones!
Ruby
1
star
19

TicTacToe

Famous Tic Tac Toe game with a very simple UI! You CANNOT beat the Computer in it!!! :)
Java
1
star
20

game_of_life

this is the famous conway's game of life, only the logic though
Ruby
1
star
21

dependency_graph

Drawing the dependency graph for a ruby script.
Ruby
1
star
22

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.
Ruby
1
star
23

sample_application_for_rails

This is a rails application based on Michael Hartl Rail Tutorial book, sample_app part
Ruby
1
star
24

sample_app_for_rails

upgraded the Sample Application of Michael Hartl's Tutorial to rails 3.2
Ruby
1
star
25

roman_numeral_kata

This is a simple solution for roman numeral kata, I struggled before for it with subtract issues and it was so complex but this style is a piece of cake, try it.
Ruby
1
star
26

WatchItWeb

Payment Tracking app written in Elm in order to support a nicer UI rather than just terminal output.
Elm
1
star