Browsing: code
Here is a list of the new features: Word Search: excluding a small list of very common words, you can now find references by search for key words. There is no implimentation for quotes or key words such as AND and OR. You can assume all words will use AND…
I have add greek morphology to the AJAX Bible. Thanks again to the Zephania Bible Project for providing source xml files. The Morphology is derived from Robinson’s Morphological Analysis Codes, and is linked to strongs numbers.Next up: Greek NT based on the Textus Receptus source text, and Word Search!
I’ve been working on adding word search capabilities to the AJAX Bible, and in the process I had to come up with a way to find the shared values between two sets, or in my case with Javascript, two arrays. There aren’t many algorithms published online that I could find,…
A few weeks back I made some updates the the Ajax Bible (beta), fixing the bug that would break the strongs concordance when a word had more than one number attatched to it. Yesterday, I also added Prev and Next Chapter links, as well as Prev and Next book links…
As Adam Turoff explained once, Perl has two subtle advantages: manipulexity and whipituptitude. It’s very important to be able to solve the problem at hand simply and easily without languages and tools and syntax getting in your way. That’s whipituptitude. Manipulexity is the ability to use simple tools and build…
A friends Ikonboard failed recently with an error saying:Ikonboard has exited with the following error:Modification of a read-only value attemptedThe problem ended up being caused by a change in the DBI.pm module from 1.49 to 1.50. The offending code is below:275 # check for weaken support, used by ChildHandles276 my…