The Boolean data type represents simple True or False values.

learn more… | top users | synonyms (1)

0
votes
0answers
11 views

Solr filter query including NOT and OR

For a filter query in Solr, I need to include all documents not of a certain type, plus any documents of that type which have a value in a certain field. I tried this: fq=(-type_id:(A) OR ...
0
votes
1answer
22 views

multiple booleans against a string

I am trying to run a check again multiple words in a user-input string : prompt = input("What would you like to know?") if ('temperature' and 'outside') in prompt: I initially was trying to check ...
5
votes
3answers
102 views

How do I find whether a number is positive, negative or zero without using if or for? [duplicate]

I want to implement the sign and zero flag setting in microprocessor. So I need to write a function to find whether the number is positive, negative or zero without using if or for loops and also only ...
-1
votes
0answers
10 views

How to test string list items against the selected item in a combo box

I have a List and I need to test all the items in the list against the selected item in a combo box so its either true or false.
0
votes
0answers
12 views

Prepending an * (asterisk) to a Fulltext Search in MySQL

I understand that the asterisk is a wildcard that can be appended to the end of fulltext search words, but what if my searched keyword is a suffix? For example, I want to be able to search for "ames" ...
0
votes
0answers
7 views

How to create a sound on off button with ActionListener class?

I am totally noob and I set up a gui including a checkbox button in order to play and stop music from playing... I programmed an Action Listener for that button, but i don't know how to stop the ...
1
vote
1answer
19 views

Traversing a json abstract syntax tree to build boolean expression

After doing hours of research on google and stack overflow, I've come to the conclusion that the following JSON structure properly describes a boolean expression. I'm not terribly keen on algorithms, ...
0
votes
1answer
13 views

How to model boolean expressions in JSON tree structure

I've spent a few hours on google and stack overflow, but I'm yet to come to a conclusion on just how to model nested boolean data. Let's say I have the following expression: 123 and 321 and (18 or ...
0
votes
2answers
34 views

Obtain a Boolean from html expression Python

I wanted to assign a boolean value to this opertions: soup = BeautifulSoup(page) x = soup.find('tr') y = x.findAll('td') left = y[0] if assert('blah'in left['class']) holds true -- meaning there ...
0
votes
4answers
41 views

Need Help Converting Boolean

this is actually WordPress but I think it is more of PHP question. I am using SMOF framework (it is for theme option setting) and flexslider. TO combine bothe of them, in one of flexslider option, I ...
0
votes
1answer
28 views

Using boolean masks in Pandas

This is probably a trivial query but I can't work it out. Essentially, I want to be able to filter out noisy tweets from a dataframe below <class 'pandas.core.frame.DataFrame'> Int64Index: ...
0
votes
1answer
8 views

Checkbox Reference Value in LibreOffice Base Form

I want to make a checkbox in the form editor of Base to fill boolean values (in this case, "Male", and "Female") in my table. I am currently stuck in the checkbox control window's "Data" tab because ...
0
votes
1answer
24 views

Why does the Kendo Grid show false in all records of my grid, even when some have true?

I have put together a simple jsfiddle demonstrating the issue. It has a grid with two records. One has a true value in in the Boolean column and the other has a false. I have logged the data to the ...
1
vote
2answers
20 views

Rails query WHERE clause using OR

i have 2 individual RAILS queries that both work fine on their own: @charts = Chart.where(:patient_id => @emailpatient.id) @charts = Chart.where(:patient_id => @sharepatient.id) that i want ...
1
vote
2answers
76 views

boolean variables for loops vs conditions

Here is my code: int main() { int input; bool isZero = false; while (!isZero) { ... if (0 == input) { isZero = true; } else { isZero = false; } } ...
0
votes
2answers
43 views

Unable to calculate the sum of prime numbers below 2 million

I'm doing the Euler's Method project to find the sum of prime numbers below 2 million and I'm struggling. Here is the code I'm using. When I calculate the sum below 10 and the sum below 50 I'm getting ...
0
votes
2answers
62 views

How to change boolean code to int code in java [closed]

I am trying to change some code in my admin panel because of some recent changes in my protocols. What I am trying to do is change the code from boolean to int. I will state now I am a complete novice ...
0
votes
0answers
20 views

Efficiently Intersecting Big Boolean Arrays

Suppose I have N Boolean arrays of size M. I simply want to intersect between pairs of these Boolean arrays efficiently (in optimized time). In my problem in hand, N is at least equal to 4500 and M is ...
0
votes
4answers
46 views

Avoid boolean flags as an attribute

First of all I wanna say I dont have much experience in refactoring and dont know if this is off-topic. Im working with given code where a lot of boolean attributes are used, which I would like to ...
0
votes
0answers
21 views

Object reference not set to an instance of an object. MVC View combobox

When im entering to edit record in my view everything is ok but when I try to change something and submit button Save I have this error Object reference not set to an instance of an object. on ...
2
votes
5answers
59 views

Using a collection reference as an if statement condition without a comparison?

I'm a little embarrassed to be asking this because I'm sure this is a very basic question but having searched and thought about it I still can't work this out. The code is from a class the tutor ...
0
votes
2answers
61 views

validate username unique getting error

I want to verify the username already exist or not, so the code shown as below, i put this code in protected void onCreate(Bundle savedInstanceState){//put this code inside here, am I correct?} ...
1
vote
2answers
48 views

Boolean var has different value then query filling it?

Alright guys, I'm absolutely speechless. I am building a GUI with the vaadin framework, but that shouldn't matter for the problem. Heres my Code: private final boolean readOnly = ...
0
votes
2answers
87 views

Is there a better way to check for boolean logic

I have an xml filelike so <Config> <Allowed></Allowed> </Config> The Allowed tag is read like this: string isAllowed = (string)xml.Root ...
2
votes
1answer
49 views

python 'and' boolean operator

hi i'm complete confused on how to do what i want, i'm basically checking a file that it has two words in for this instance the username and password for a user. text = open("Accounts.dat", 'w') ...
-4
votes
0answers
32 views

mysql_num_rows() expects parameter 1 to be resource [duplicate]

Warning: mysql_num_rows() expects parameter 1 to be resource, boolean given in I know this has been posted before, but everyone else's solutions seem to be different and irrelevant in my case. ...
0
votes
1answer
24 views

How do I manage an NSString as BOOL in iOS Core Data?

I have a webservice that returns a 0 string for a field I need called driveThru in order to determine whether a location has a drive thru service or not. I take that "0" and store it as a string in ...
0
votes
3answers
92 views

Trouble with using a simple boolean [closed]

Sorry if this is a stupid question, but Im completely new to this and just trying my hand. My code is stuck....after this point, the program ends, no matter whether a 1 or 2 is selected. I know its ...
0
votes
0answers
32 views

MVC 4.0 String was not recognized as a valid Boolean

I have a razor 2.0 form which works perfectly locally. I've verified that the dll's on prod for MVC, Razor, and helpers are all the latest version. I'm getting this exception on every page that uses ...
0
votes
1answer
38 views

Use boolean to search duplicate

I want to use boolean to search duplicate when I need to print out a list of names. So I need to write a program to read names in a text file and print it out to console. But the compiler doesn't work ...
0
votes
2answers
58 views

How to do file I/O with std::vector<bool>?

I need to implement a Boolean data container that will store fairly large amount of variables. I suppose I could just use char* and implement C-style macro accessors but I would prefer to have it ...
-2
votes
1answer
44 views

How to check for True or False on Objective C BOOL variable [closed]

I have a NSObject that contains several objects a couple of which are BOOL variables which are set to either "T" or "F" I would like to know how to use them in an If statement that looks like this. ...
1
vote
0answers
21 views

MySQL FTS boolean mode operator customizing

I'm using the InnoDB FTS of MySQL 5.6.10 and want to change the default behavior of the boolean operators. Note In implementing this feature, MySQL uses what is sometimes referred to as implied ...
0
votes
2answers
79 views

Boolean function

I am trying to use a find_if Boolean function to return true if: Z is =<10; name="john" (all lower case) My code: /* predicate for find_if */ bool exam_pred(const exam_struct &a) { if ...
0
votes
2answers
57 views

Using a Boolean in an If-Statement in Python

I have some code with an if-statement in it, and one of the conditions is a boolean. However, CodeSkulptor says "Line 36: TypeError: unsupported operand type(s) for BitAnd: 'bool' and 'number'". ...
1
vote
1answer
39 views

How easily convert boolean to yes/no using Rails I18n

I have an easy problem - I need to convert boolean (contract_pledge) to yes/no format in Russian language (Да/Нет). I thought I could easily find an answer because if you want to display checkboxes in ...
0
votes
1answer
28 views

Unexpected boolean result using .nil? on a hash

I am working through exercises on codecademy and I came across a solution that I do not completely understand involving .nil? Here is my code : movies = { GIS: 10.0, Phantasm: 1.5, Bourne: 4.0} puts ...
-1
votes
6answers
69 views

array of booleans to represent a set of integers

Hey I was wondering if anyone could explain this further. This is not an assignment, it's just a solution to one of my tests I had. I've been trying to understand it but I'm not sure.. Basically the ...
2
votes
6answers
106 views

Is it safe to cast a float with value 0.0f to boolean?

I know that due to precision errors, a float varibale should be checked to equal a value always with some tolerance. But what's is that even the case if I manually set the float variable to 0.0f? For ...
3
votes
2answers
59 views

Why the compilation error for boolean and String

I have the below code public class Test { public static void main(String[] args) { Integer i1=null; String s1=null; String s2=String.valueOf(i1); System.out.println(s1==null+" ...
-2
votes
2answers
60 views

Boolean as method return value

This scenario is very confusing to me - When a method returns a boolean value, and it is invoked from the outside in a if/else condition. For eg: Lets say I have the below method - public static ...
0
votes
1answer
45 views

How to simplify boolean function into two logic gates?

Can anyone help me to simplify this boolean function into two logic gates? C(out) = AC(in) + BC(in) + AB
1
vote
1answer
51 views

How do I require booleans in Play forms?

I'm using Play 2.1.0. I'm trying create an Action that accepts a POST request and requires that a boolean be required in the request body. What's happening now is that even if I don't supply the param ...
2
votes
2answers
76 views

Operator >> doesn't like vector<bool>?

I have the following code which basically takes a vector and writes it to a file, and then opens the file and writes the content into a different vector. #include <fstream> #include ...
-4
votes
1answer
25 views

return type of bool function

what is the return type of this sort of bool function...... i know the return type is either true of false but this seems complicated when you have got like this.. bool mypredicate (int i, int j) { ...
1
vote
4answers
104 views

How to convert a search string to a boolean condition?

I have a search criteria stored in a string: string Searchstr = "(r.Value.Contains("PwC") || (r.Value.Contains("Canadian") && r.Value.Contains("thrive"))) || (r.Value.Contains("Banana") ...
1
vote
4answers
44 views

Python Boolean Values

Why is it that in Python integers and floats are, without being evaluated in a boolean context, equivalent to True? Other data types have to be evaluated via an operator or bool().
0
votes
1answer
23 views

Android using a boolean flag to define user input

I apologise if the syntax is off here, especially regarding the Boolean: public class WeightConverter extends Activity implements OnClickListener, OnCheckedChangeListener { Button convertWeight; ...
0
votes
2answers
28 views

How can I easily set a variable to false with a default of true?

I usually set object properties like so, // Boolean this.listening = config.listening || true; But config.listening is either true or false, and in this case this.listening will always be true ...
2
votes
4answers
84 views

Boolean.TRUE == myBoolean vs. Boolean.TRUE.equals(myBoolean)

Is there ever a situation where using equals(Boolean) and == would return different results when dealing with Boolean objects? Boolean.TRUE == myBoolean; Boolean.TRUE.equals(myBoolean); I'm not ...

1 2 3 4 5 48