Rule might refer to various things: business rules, JUnit rules, a rule of thumb, rules engines ...
0
votes
1answer
9 views
How do I write an “OR” statement for MS Access?
Add a validation rule for the Level fiesld to store only values equal to 1 or 2
-4
votes
1answer
29 views
Convert an algorithm rule to java code [closed]
I have a below rule as string input for java code
Rule:
IF incoming subject contains 'auto =response'ORincoming subject contains 'automated response'OR incoming subject =contains'automatic reply'OR ...
0
votes
0answers
32 views
Wordpress add_rewrite_rule unicode
I'm having a hard time forcing a rewrite rule with certain criteria in wordpress, and I'm really hoping that someone can help...
The URL structure for the category is as follows
...
0
votes
1answer
63 views
What changes does Apple require for app submissions as of 1st of May? [duplicate]
I've heard about and read some of the new regulations from Apple about submitting apps to app store.
Firstly, the new version of my app is nearly done and it supports the 4-inch screen now.
About ...
1
vote
0answers
19 views
How to filter in openlayer based on Attribute rather than property
I am trying to implement open layer rules and using comparison filtering. However I want to filter based on attributes that I have adeed as extended attributes, rather than property. Does it mean the ...
0
votes
0answers
17 views
IIS 8 ignores rewrite dynamic url
please help :)
I am new to IIS and I'm trying to make this work. Read a lot of posts here but found no working solution. Even part of this code is from stackoverflow :) So I wanted to make two things ...
0
votes
1answer
26 views
Special case pattern rules in Makefile
I have a generic rule for files with a given extension, but I want to add special cases for files with a prefix. I tried this:
special-%.dat: special-%.raw
echo "Running rule 1"
%.dat:
echo ...
0
votes
2answers
62 views
Scrapy no crawl on first page with rule to follow next page
I made a spider with recursive rule to follow the link of next page. it works fine.
The spider crawl all pages (999) except the first page defined in "start_urls".
Has someone ever had the problem ?
...
0
votes
1answer
37 views
JavaCC: Defining a *password* token or grammar rule
I'm using JavaCC do simulate a small part of SQL grammars, and I'm having a problem with defining a password.
I'm writting grammar rules for a
CREATE USER user_name IDENTIFIED BY a_password
...
2
votes
1answer
54 views
Pyparsing Token Source Range
How do I extract the source range (begin and end position) of a grammar rule match programmatically in Pyparsing? I can't use setParseAction for this (sub-)rule since I'm inspecting the parse tree ...
0
votes
1answer
13 views
Way to stop a subdomin using the .htaccess of main directory?
I have a subdomain on my server and I don't want it to use the .htaccess of the main directory, is this possible with .htaccess rules?
0
votes
0answers
8 views
Rule scenario manager in ilog
I want to test a simple rule flow that has only one rule in it. i saw something called a Rule Scenario manager in Eclipse, is it related to testing ? Or can anyone help me in testing my ruleflow ?
0
votes
1answer
45 views
searching for an available rule engines on android, Maybe Jess? [closed]
After surfing internet for long time, i still have no ideal whether jess, which is a open source rules engine writen by Java , can be applied on android or not. Almost people have said it can not be ...
0
votes
0answers
21 views
from where i will get vertically partitioned dataset for mining association rules?
I am working on project privacy preserving data mining for association rules, for that I require sample vertically partitioned binary data set. can anyone help me?
0
votes
2answers
198 views
Excel conditional formatting for the entire row with more than one formula
After 3 hours of searching I still didn't find an answer, here is what I am trying to do:
I am trying to fill with green any row that has WBS in it and with Red any row that has ACT in it and Blue ...
0
votes
1answer
31 views
Apache Rewrite Rule, With or Without Slash
How can I get Apache to rewrite all URLs such as:
mydomain.com/index.php?name=about-me
to work with EITHER
mydomain.com/about-me
or
mydomain.com/about-me/
If the URL is mydomain.com/about-me, ...
0
votes
0answers
55 views
dynamic css rule in iframe is not applied by google chrome
i'm trying to add a css rule programmatically in an iframe element. For some reason, google chrome doesn't seem to detect the new rule once appended to the document whereas Firefox and IE have no ...
0
votes
1answer
79 views
Google Tag Manager Home Page Rule
I'm a n00b with Google Tag Manager and I am missing what I hope is an obvious solution. I am trying to setup a rule that will fire ONLY on my sites homepage.
The issue is that I am not certain how ...
0
votes
0answers
63 views
Conditional mapping if string null in Drool
I have a Rule Template that uses expression (drool) to map parameters to conditions/actions.
<mapping>Fact(action == '{Parameter}')</mapping>
Problem is when I have a rule where ...
0
votes
0answers
67 views
Magento Shopping Basket Price Rule works strange in combination of configurable product and 'total quantity'
I need to set up a shopping basket rule:
If total quantity == 2 for a subselection of items in cart matching ALL of these conditions:
* Offer == Something
then apply some discount.
We have ...
0
votes
1answer
56 views
Mathematica: Processing Fit Parameters
I want to access the fit-parameters of a NonlinearModelFit. Here is the code
model = a*Cos[b*t + c];
fit = NonlinearModelFit[data, model, {a, b, c}, t, Method -> NMinimize]
When I use the ...
1
vote
2answers
54 views
can't figure out correct logic of redirecting rules in .htaccess
I have a URL that has a query string like so:
www.blablabla.com/index.php?page=details&p_name=van-der-var&p_country=holland
I would like to rewrite the URL to look like this:
...
0
votes
1answer
47 views
When to use XOR and when to use IFF?
Since ((NOT A) XOR B) and A→B ("iff....then") (~A→~B) are logically same (e.g. login can not happen unless authentication happens) does that have any practical use or is just a logic tautology and the ...
1
vote
1answer
107 views
Show payment method discount rule on magento product page
I want to display the discounted price the client can have depending on the payment method he chooses directly on the product page.
Basically, what I need is a way to get the shopping cart rules that ...
0
votes
1answer
86 views
make: No rule to make target 'external/intel-boot-tools/boot.mk'
I'm trying to make an Android ROM for my Razr I phone (x86-atom). Everything works,
but when I run make it shows this error:
make: *** No rule to make target 'external/intel-boot-tools/boot.mk'.
...
0
votes
1answer
189 views
Magento - How to only allow one free product in a basket
The shop I'm working on sells desks. We also sell pens.
If you buy a Desk, I'd like to give you a pen for free. any further pens you add to your basket need to be paid for.
Currently, I have a ...
1
vote
1answer
99 views
Guidance with writing Prolog rule
I am in my initial phase of writing code in Prolog and am still trying wrap my head around the paradigm so please pardon the primitiveness of this question.
I read in Wikipedia
A rule is of the form
...
0
votes
1answer
85 views
many multiple alternatives errors with my C grammar
I am trying to write a C grammar with Antlwork, and for that I used this one http://stuff.mit.edu/afs/athena/software/antlr_v3.2/examples-v3/java/C/C.g where I tried to make it more simple by ...
-1
votes
1answer
72 views
htacces rewrite css file when mobile acces
I'm trying to use htaccess to change the css file when a visitor comes from his mobile device. Initially it worked great, but when I add a "NO WWW" rule, then stopped working. This is my htaccess ...
1
vote
1answer
468 views
Outlook rule fires macro before it moves mail into the folder that the macro looks for
I initially had this code running to save attachments from emails that come in. My code would loop through the entire folder and for any attachments that were there, it would save the attachment and ...
0
votes
2answers
45 views
Mod-rewrite; apache rules
RewriteEngine on
RewriteRule ^([A-Za-z0-9-_]+)$ index.php?paste=$1 [L]
As you can see above it takes site.com/index.php?paste=pasteID and turns it into site.com/pasteID
Now I would like to know a ...
0
votes
1answer
50 views
Rewrite rule only for the same part of URL
I need to make a redirect from URL's:
RewriteRule ^/cars/new/(.*)/(.*)/(.*).html$ /cars/new/$1/$2/ [R=301,L] - it works.
But, the pages like /cars/new/asd/qwe/zxc.html are also redirecting ...
1
vote
2answers
201 views
How to call a Java function in the 'when' part of the drools rule?
I have been searching for a while now, but I can't find the exact answer to my question anywhere, or if I find something similar, it doesn't works.
I want to call a simple java method in the when ...
0
votes
2answers
29 views
.htaccess Rewrite rules not firing
I am trying to come up with a rewrite rule that will rewrite:
oldurl.com/v11/file.ext to newurl.com/v11/file.ext
On the oldurl server I have put the following in .htaccess inside of the folder v11:
...
1
vote
0answers
212 views
Outlook rule not running macro
I have a macro which is supposed to look for any attachments in any e-mails in a specific outlook folder, find any attachments and save them into a location.
I have an outlook rule set up that sends ...
0
votes
2answers
60 views
Make workflow with a lot of intermediary files
I have some trouble with my Makefile:
# Manage rendering of images
.PHONY: explode
all: explode anime.apng
out.ppm: file.code
./pgm -f $<
explode: out.ppm
split -d -a 3 --lines=$(N) ...
1
vote
0answers
79 views
Rewrite rule. .htaccess . ERR_TOO_MANY_REDIRECTS
I added the following Rewrite rule to .htaccess:
RewriteEngine on
RewriteRule ^page/?$ index.php?cat=123 [L]
and it loads content of /index.php?cat=123 when I go to www.site.com/page
The problem ...
0
votes
0answers
54 views
Writing a XPath PMD Rule to prevent certain imports from within a specific package
I need a new PMD rule (writing it as an XPath rule) to prevent any files within package X from importing Y or Z.
So far in my rule I have:
...
0
votes
1answer
39 views
Checkstyle DetailAST, StringLiteral
public void visitToken(DetailAST aAST) {}
I am trying to write a custom checkstyle rule. I am interested in the TokenTypes.STRING_LITERAL. The problem with this approach is, A string might be a ...
0
votes
1answer
68 views
Trying to redirect all index.html on my wordpress site through my htaccess
I'm trying to strip all index.html file & extension exactly like my index.php rule works.
Meaning that instead of
www.discretix/modules-hdcp/index.html
There should be
...
0
votes
1answer
211 views
htaccess redirect to domain only if in specific directory match (not recursive)
I'm trying to accomplish such RewriteCond but I'm having problem with regex
REDIRECT to domain1.tld ONLY IF current address is domain2.tld/test/ but NOT IF domain2.com/test/_appz/
domain can be ...
0
votes
1answer
151 views
makefile conditional
TOUCHFILE=.touch
NM = meow
.PHONY: extract
extract: $(TOUCHFILE)
$(TOUCHFILE): $(ARCHIVE) Makefile
ifeq ($(wildcard TOUCHFILE),)
rm -rf $NM
touch $(TOUCHFILE)
else
@echo "nice ...
0
votes
1answer
31 views
rules for makefile with flags
_OBJ = hellomake.o hellofunc.o
OBJ = $(patsubst %,$(ODIR)/%,$(_OBJ))
I am trying to learn makefile syntax. What is the second line saying? I am clueless. Can I get each operator what it is for in ...
1
vote
2answers
151 views
Scrapy: Follow URLs with a particular rule
I'm new in Scrapy and i can't find in anywhere what i need to do.
I need scrape a set of URLs that are very similar, but i have no access from one to anoter. For example, i need to scrape the follows ...
2
votes
1answer
11 views
How can I change attributes of a node within a script in booggie 2?
As can be seen in this post (How can I add a node type to the graph from within a script in booggie 2?) it's possible to add nodes/edges to the metamodel in booggie and change their attributes.
Is it ...
0
votes
0answers
81 views
htaccess multiple rewrite cond
I have a folder called photo and also have a htaccess file inside.
this is rule of the htaccess:
RewriteCond %{REQUEST_URI} \.(jpe?g|png)$
RewriteRule ^/?(.*)$ index.php?image=$1&%{QUERY_STRING} ...
0
votes
0answers
87 views
web.config rewrite all trailing / to .html
Am I not doing this correct?
<urlrewrites>
<rule name="Redirect/toHTML" stopProcessing="true">
<match url="(.*)/(.*)" />
<conditions ...
0
votes
0answers
73 views
Code checker or rule engine for javascript file
I need a plugin which takes a javascript file as input for check sum user written logic. I want to check if this file contains methd check1() or not and produce output.
I've gone through the Closure ...
0
votes
1answer
155 views
Magento - Catalog Price Rules only working on some of the products
I want to apply a catalog price rule only on a certain category.
This works to a certain extent. The category has 109 products, but I can only see the reduced price on the frontend of like 20 of the ...
1
vote
1answer
18 views
How can I add a node type to the graph from within a script in booggie 2?
Is there are way to access the metamodel, instantiate a node or edge of a specific type and add it to the graph in a script?






