This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Fri Jul 04 15:48:54 -0700 2008 | |
| |
CHANGELOG.rdoc | Sat Apr 18 17:08:25 -0700 2009 | |
| |
LICENSE | Sun Jan 11 15:48:44 -0800 2009 | |
| |
README.rdoc | Sat Apr 18 17:01:40 -0700 2009 | |
| |
Rakefile | Tue Jun 09 20:33:43 -0700 2009 | |
| |
init.rb | Sat Apr 18 14:16:54 -0700 2009 | |
| |
lib/ | Sat Apr 18 17:05:18 -0700 2009 | |
| |
memorable_strings.gemspec | Tue Jun 09 20:33:43 -0700 2009 | |
| |
test/ | Sat Apr 18 16:59:23 -0700 2009 |
README.rdoc
memorable_strings
memorable_strings generates strings that can be easily remembered.
Resources
API
Bugs
Development
Source
- git://github.com/pluginaweek/memorable_strings.git
Description
Certain strings like passwords are often difficult to remember, especially if they are simply a random combination of letters and numbers. With memorable_strings, strings are generated based on a set of rules that combine phonemes in a manner that makes the sequence of characters more memorable. When used in combination with features like generating passwords, this can help improve the user experience.
Usage
String.memorable # => "maikipeo" String.memorable(:length => 5) # => "quoge" String.memorable(:capital => true) # => "Bukievai" String.memorable(:digit => true) # => "ood4yosa" String.memorable(:capital => true, :digit => true) # => "Goodah5e" String.memorable(:print_friendly => true) # => "ahkeehav"
See MemorableStrings::Extensions::String for more information.
Dependencies
None.
References
- Ian Macdonald - ruby-password







