I\'m stuck on a conversion. I have a KMZ file with some coordinates.I read the file like this: m=Import[\"~/Desktop/locations.kmz\",\"Data\"]
Is it possible to persist a Knowledge Session in Drools? If so, how? I ha开发者_运维知识库ve facts stored in a database and i\'d like to avoid reloading all of them in a new session everytime a new f
I am currently writing a .net application with c# and want to check a number of rules and based on passing or failing the rules, perform an action. So I am looking to implement a generic solution that
I\'m haiving an interesting discussion with an esteemed colleague and would like some additional input...
I have lots of data like the following: <A,B,C,D,E,F> ... I am wond开发者_运维技巧ering if there is a way to determine the association between the different columns in the vector. This associa
Trying to get a handle on how these things work. If I register an API key with Twitter, Foursquare, or Facebook, and I wanted to build an app on top of them. 开发者_开发百科What are the general rules
someone 开发者_StackOverflow中文版wants me to make other people\'s code compliant to some FxCop ruleset which includes rule CA1726:Use preferred terms. Most of the terms/replacements are all right and
I\'m trying to find an appropriate solution/framework to centralize and maintain rules. The number of rules is huge and they change frequently. I\'ve gone through开发者_运维问答 rules engines like Dro
I installed the module Rules and created a rule: when content is saved, echo 1+1; is executed. Nothing happens when I create a new content and save it.
I\'m trying to write a grammar to parse Media wiki\'s wiki syntax, and after this the Creole syntax too (unfortunately an existing Creole grammar doesn\'t work in Antlr 3).