Skip to content

flon-io/mnemo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Sep 3, 2015
dc06311 · Sep 3, 2015

History

13 Commits
Oct 15, 2014
Sep 3, 2015
Oct 13, 2014
Oct 13, 2014
Oct 13, 2014
Oct 13, 2014
Oct 25, 2014

Repository files navigation

mnemo

A port of rufus-mnemo to C.

Unlike rufus-mnemo, it doesn't limit itself to japanese kana, it uses that array:

static char *fmne_syls[] = {
   "ba",  "bi",  "bu",  "be",  "bo",
  "cha", "chi", "chu", "che", "cho",
   "da",  "di",  "du",  "de",  "do",
   "fa",  "fi",  "fu",  "fe",  "fo",
   "ga",  "gi",  "gu",  "ge",  "go",
   "ha",  "hi",  "hu",  "he",  "ho",
   "ja",  "ji",  "ju",  "je",  "jo",
   "ka",  "ki",  "ku",  "ke",  "ko",
   "la",  "li",  "lu",  "le",  "lo",
   "ma",  "mi",  "mu",  "me",  "mo",
   "na",  "ni",  "nu",  "ne",  "no",
   "pa",  "pi",  "pu",  "pe",  "po",
   "ra",  "ri",  "ru",  "re",  "ro",
   "sa",  "si",  "su",  "se",  "so",
  "sha", "shi", "shu", "she", "sho",
   "ta",  "ti",  "tu",  "te",  "to",
  "tsa", "tsi", "tsu", "tse", "tso",
   "wa",  "wi",  "wu",  "we",  "wo",
   "ya",  "yi",  "yu",  "ye",  "yo",
   "za",  "zi",  "zu",  "ze",  "zo",
};

License

MIT (see LICENSE.txt)

About

turns integers into (hopefully) memorable strings (C)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published