spelling

Primary tabs

Having fun with Linux utility aspell

Having fun with Linux utility aspell. Today this is really just a note to remind me to investigate more.

Run in command box e.g.
second example for checking cpp comments and program text strings
third for English language

aspell -c [filename]
aspell --mode=ccpp -c forLoops.cxx
aspell --mode=ccpp -c forLoops.cxx -den_GB

try also
cppcheck *.cpp

Scrambling Text

Sample text to be processed by scrambling program:

If a statue in the
park of a person on a horse has both front legs in the air ,
the person died in battle . If the horse has one front leg in
the air , the person died because of wounds received in battle ..
If the horse has all four legs on the ground , the person died
of natural causes .

Subscribe to RSS - spelling