quickies
May 21, 2004
-
Yesterday was quite a long day… but it ended well.
The end result was the following line of code
int exitValue = ((byte) p.exitValue()) & 0xFF;instead ofint exitValue = p.exitValue();. -
If you want to do spell checking using PHP and Aspell you should check out this code and tell me what you think.
My plan is to make this work via Javascript to enable spell checking of htdig search queries.
Entry Filed under: programming. .





Subscribe to the comments via RSS Feed