blob: c409ead2814139f3206a23cf60d245582cf0aa05 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
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
ruby open-uri module
Useage:
./spelling-rb <url>
SPELLING-RBEAD
The spelling ruby reader.
spelling-rbead is the email reader for spelling-rbee. You can use it to read your email
for a message that begins with the line spelling and that then follows the format for spelling-rbee.
This a way to make .txts for spelling-rbee (however it is not the only way.)
Dependencies:
ruby
ruby net/imap
an existing file to write to
Useage:
./spelling-rbead <server> <username> <password> <address who sent the list> <file to write to>
|