Top "Conditional" questions

In computer science, conditional statements, conditional expressions and conditional constructs are features of a programming language which perform different computations or actions depending on whether a programmer-specified boolean condition evaluates to true or false.

x86 jnz after xor?

After using IDA Pro to disassemble a x86 dll, I found this code (Comments added by me in pusedo-c code. …

assembly x86 conditional xor ida
conditional redirection in bash

I have a bash script that I want to be quiet when run without attached tty (like from cron). I …

bash conditional io-redirection
jsf set ui:param or use a value that changes dynamically in ui:repeat

I want to update an ui:param value or use something similar in ui:repeat loops with a condition. The …

jsf jsf-2 conditional param uirepeat
WiX condition properties passed from command line don't work?

I have a property for whether to install shortcuts that need to be passed via command line arguments. The conditions …

installation wix conditional wix3 shortcuts
Linq join, group, count where count greater than value

I have the following linq expression that lets me join two tables, group them by a DSCID, and then get …

c# linq count conditional linq-group
Check if ANY coupon code is applied in woocommerce

How do I check if ANY coupon is applied to a product in woocommerce at checkout? Everything I see checks …

wordpress woocommerce conditional checkout
maven-antrun-plugin skip target if any of two possible conditions holds

I can pass two properties A and B to maven via mvn test -DA=true or mvn test -DB=true …

maven ant conditional maven-antrun-plugin
HTTP: Combining expiration and validation caching

I'm having trouble formulating HTTP cache headers for the following situation. Our server has large data that changes perhaps a …

http caching conditional http-caching