A little GUI app to burn the processor and exercise the RAM.
Needs gtk2, pygtk, numpy, burnBX. Public domain.
A little GUI app to burn the processor and exercise the RAM.
Needs gtk2, pygtk, numpy, burnBX. Public domain.
Posted in Uncategorized
I wanted to edit AIML XML files using emacs nxml. It seems to be a pretty comfortable environment, yet it uses RelaxNG compact schema definition. Let’s call it .rnc. AIML XSD schema is available right away, but the conversion process is a pain. To retrace the steps needed, let me quote Matt Croydon, who had a similar problem 3 years ago.
The conversion to .rng using Trang is still unusable. This step may be accomplished by rngconv.jar, or by xslt transform. To transform .rng to .rnc we need another xlst transformer, this time from pantor company. The result is still unusable, therefore it needs manual editing.
Information is lost during the process, so the resulting schema does not necessarily conform with the original one. It still parses most of the markup in The Annotated A.L.I.C.E. AIML. It has some problems with condition element, as the original was very relaxed about this one. I am no expert in markup editing so I publish early.
Download from here: AIML.rnc.gz.
Posted in Uncategorized
I have modified the SVDLIBC library of Doug Rohde’s.
I have done minor modifications to enable compilation under Visual Studio, to produce .dll as addition to static library and executable which were already present.
The source is here: http://home.agh.edu.pl/~wici/?download=SVDLIBC.zip. Sorry, no binaries attached.
If you’d like to commit some patches to the code, please mail me.
Posted in Uncategorized