Top "Rules" questions

This tag is very broad, try being more specific by using tags relevant to your problem.

How to show all privileges from a user in oracle?

Can someone please tell me how to show all privileges/rules from a specific user in the sql-console?

sql oracle rules privileges
How do browser cookie domains work?

Due to weird domain/subdomain cookie issues that I'm getting, I'd like to know how browsers handle cookies. If they …

http cookies path dns rules
how to emulate "insert ignore" and "on duplicate key update" (sql merge) with postgresql?

Some SQL servers have a feature where INSERT is skipped if it would violate a primary/unique key constraint. For …

database postgresql rules
Pros and cons of Java rules engines

What are the pros and cons to adopting the Java rules engines JESS and Drools? Are there any other players? …

java drools rules jrules jess
How to validate a JSON object in java?

I use sf.json library to map form data for incoming request in my web application in java. Lets say …

java json validation rules
How to Set a Outlook rule to classify email received by BCC?

I am in diff distribution list like A , B , C There are a lot of email BCC to A , B ,…

outlook rules bcc
I need my Debian rules file to simply copy files to it's target

I have a large project where we have the following files: A few 3rd party pre-compiled binaries

package debian rules deb
Python Rule Based Engine

I am looking to design a system that will essentially need to make decisions based on input. The input will …

python artificial-intelligence rules rule-engine expert-system
Implementing a "rules engine" in Python

I'm writing a log collection / analysis application in Python and I need to write a "rules engine" to match and …

python parsing rules
depending on directories in make

This is a followup to my earlier question: SO 4403861 because the suggested solutions broke the dependencies, making the makefile useless. …

makefile rules gnu-make