dancroak / hello
- Source
- Commits
- Network (3)
- Issues (1)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
Jason Morrison (author)
Sat Nov 14 22:04:19 -0800 2009
hello /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Tue Apr 07 15:37:16 -0700 2009 | |
| |
README.textile | Wed Apr 08 17:48:03 -0700 2009 | |
| |
Rakefile | Tue Apr 07 18:27:42 -0700 2009 | |
| |
data/ | Wed Apr 08 17:36:20 -0700 2009 | |
| |
hello.gemspec | Mon Nov 16 15:10:26 -0800 2009 | |
| |
lib/ | Wed Apr 08 17:36:20 -0700 2009 | |
| |
spec/ | Wed Apr 08 17:40:33 -0700 2009 |
README.textile
Hello
Hello is a Ruby interface to a collection of the word “hello” in many languages and dialects.
I wrote it for Flickr-style messages after users sign in to a web application:
>> Hello.random
=> "Wushiwushi"
By default, the word you get is time-neutral and religious-neutral. It is intended to be directed at one person of any gender or any age. The “hello” may be formal or informal.
Expand the list of "hello"s by gender:
Hello.random(:gender => :male)
Hello.random(:gender => :female)
Expand the list of "hello"s by time of day:
Hello.random(:time => :morning)
Hello.random(:time => :afternoon)
Hello.random(:time => :evening)
Or combine them:
Hello.random(:time => :morning, :gender => :female)
Adjustments to the list are… welcome.
@Croaky
