Browsing: code

Links
0
5389

home – LOLCODE “HAI! This site provides community documentation of the emergent LOLCODE language. It is our hope that the examples can grow in a way that is both internally consistent and suggest a real, feasible computing language.”

Articles
0
AJAX Bible: Now with Robinsons Morphological Analysis Codes

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!

Articles
0
Javascript: Find the Shared Values of Any Two Sets

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,…

Articles
0
AJAX Bible Update

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…

Links
0
5058

Jacascript Tabs Fixes the tab behavior in textfields, so that the tab key doesn’t move you to the next form element, but creats 5 spaces instead.

Articles
4
Manipulexity and Whipituptitude

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…

Articles
0
Perl DBI 1.50 bug in Weaken Support Check

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…