Top "Logic" questions

Logic refers to the ultimate flow of your code and how you arrive your desired solution.

oracle sql date not later than today

I need to display some data if it's a - new data - updated data let's say, I will be …

sql oracle logic
Fastest way of finding the middle value of a triple?

Given is an array of three numeric values and I'd like to know the middle value of the three. The …

java algorithm conditional logic median
Most efficient/elegant way to clip a number?

Given a real (n), a maximum value this real can be (upper), and a minimum value this real can be (…

c++ algorithm math logic
In Java, what are the boolean "order of operations"?

Let's take a simple example of an object Cat. I want to be sure the "not null" cat is either …

java logic boolean evaluation operator-precedence
C++ interview preparation

I have a Phone interview coming up next with with a company which works in financial software industry. The interview …

c++ logic
Does Lua have OR comparisons?

I'm just starting out using Lua, and I was wondering (because I can't find it on the website) if Lua …

if-statement lua logic
determine whether point lies inside triangle

The program needs to read the values of three coordinates P1(x1,y1) P2(x2,y2) P3(x3,y3) as …

math logic hint
jQuery password strength checker

I'm quite new to jQuery, and I've written a simple function to check the strength of a password for each …

javascript jquery passwords logic
If statement and assigning wires in Verilog

I am trying to figure out the basics of assigning wires based on combinational logic. I have: wire val; wire …

logic hardware verilog hdl
Looking for simple rules-engine library in .NET

Does anyone know of a good .NET library rules library (ideally open-source)? I need something that can do nested logic …

c# .net .net-core logic rule-engine