Skip to content

jmettraux/rufus-mnemo

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
lib
 
 
 
 
 
 
 
 
 
 
 
 

rufus-mnemo

This gem provides methods for turning integer into easier to remember 'words' and vice-versa.

The module Rufus::Mnemo has all the explanation.

2016 note: I'm now using munemo instead of this rufus-mnemo, it's a bit different but simpler.

getting it

gem install rufus-mnemo

or add it to your Gemfile.

usage

#require 'rubygems'
require 'rufus/mnemo'

p Rufus::Mnemo.from_integer(125704)
p Rufus::Mnemo.from_i(125704)
p Rufus::Mnemo.to_s(125704)
  # => 'karasu'

p Rufus::Mnemo.to_integer('karasu')
p Rufus::Mnemo.to_i('karasu')
p Rufus::Mnemo.from_s('karasu')
  # => 125704

about negative integers

They are prefixed with the "wi" syllable (Thanks Stephan Wehner).

p Rufus::Mnemo.from_integer(-173866)
p Rufus::Mnemo.to_s(-173866)
  # => 'winamote'

ports in other languages

dependencies

None.

mailing list

On the rufus-ruby list:

http://groups.google.com/group/rufus-ruby

IRC

On freenode.net, the #ruote channel

issue tracker

https://github.com/jmettraux/rufus-mnemo/issues

source

https://github.com/jmettraux/rufus-mnemo

author

John Mettraux, jmettraux@gmail.com, http://lambda.io/jmettraux

license

MIT

About

Turning (large) integers into japanese sounding words and vice versa (ruby)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages