I was trying to compile prolog on my shiny new Sharp Zaurus SL-6000 and it just wouldn't compile.
It was telling me that dlopen was not found. I tried a test prog explicitly linking -ldl but it then
claimed that -ldl was not found. I solved this, and the prolog compilation, by specifying -ldl-2.2.2
instead of just -ldl.
I was using zgcc 2.01 (gcc 2.95.1 I believe).
More updates when I know more.
Cerc, a class providing a fixed length array of int or double that provides access to some of the GSL stats commands (mean, stdev, absdev, etc).
It can be found Here
with doxygen generated documentation located here
Feedback is appreciated.
I love the idea of the semantic web. I'd like to access my email as an rdf feed. The problem is that the feed would become HUGE
in a very short amount of time, how to handle that. Although, it's handleable. I think the database could be written
in prolog to ease some of the issues.
I'm intrigued by the markov clustering stuff in the apple email client, and I think that could be doable pretty easy,
though I don't like some of the implications in clustering like that.