|
Write an "alphamorphic sourceulator." It should read a file that
contains data like that shown below which was generated by an
"alphamorphic calculator" and generate a file that contains a
capitalized version of the input to the "calculator" (see Notes below).
Notes :
If the input to the "calculator" had any characters other than letters
or spaces, they do not generate any output and are therefore not able to
be regenerated.
+1s should produce an A. +2s should produce a B. +3s should produce a C.
etc. etc. +25s should produce a Y. +26s should produce a Z. +95s should
produce a space.
The "sourceulator" should disregard all characters in the input until it
finds a leading =+
Use Lee's alphamorphic
calculator to generate other alphamorphic strings.
PS - You may download a sourceulator by clicking digimork.exe.
http://primepuzzle.com/mouse/digimork-challenge.html - Thursday, April 12, 2007
|