* spelling-rbee The spelling bee in Ruby. ~spelling-rbee~ is a spelling bee program that can be used with any ~.txt~ file that follows the format of one thing to spell per each line. (Note that you can have more than one word per line, you just have to type the whole line.) Dependencies: + espeak + Ruby Usage: ~./spelling-rbee ~ * spelling-rbead The spelling Ruby reader. spelling-rbead is the email reader for spelling-rbee. It to reads your email for a message with a desired subject line and outputs the contents. Dependencies: + Ruby Usage: #+BEGIN_SRC shell ./spelling-rbead --help #+END_SRC #+RESULTS: | Usage: spelling-rbead [options] | | | -u | --user=USER User to log in as | | -f | --from=ADDR Search from ADDR | | -s | --subject=SUBJ Search for SUBJ | | -m | --mailserver=SERVER Connect to SERVER | | -o | --output=FILE Output to FILE | | -h | --help Get help |