Zero is a unique number and along with 1 is one of the two binary numbers. Zero plays an important role in Mathematics and Computing. This Tag is for discussions of zero within various programming languages.

learn more… | top users | synonyms

0
votes
2answers
33 views

double field type declaration as zero

What is significant difference between following zero double variable declaration: 0.0 VS 0d double d1 = 0.0; double d2 = 0d; I understand that both these are better than just 0,because are more ...
0
votes
1answer
16 views

GWT - PreloadedImage fails in IExplore

answer at bottom of the post I've created a website that displays a numbers of images and draws them on a canvas. Those images are PreloadedImage instances, and fire the draw method on their load ...
0
votes
1answer
24 views

jQuery position() returns zero values if element positioning is set to absolute

I have some divs with class "area", floated next to each other. I have the following jQuery code: $(".area").each(function(){ var pos = $(this).position(); $(this).css({"left":pos.left, ...
2
votes
1answer
18 views

Hide first “Zero” on a number value with xml

i'v got a problem... I Need to show some prices in my website from database. I'm using this function to show them: <xsl:value-of select="entry/name"/> My problem is this: due to "sorting ...
-1
votes
3answers
100 views

Matrix Multiplication in C always returning 0?

I've been trying to do basic matrix calculations in C, but multiplying two matrices together always returns a value of 0. After reading others who had similar problems, I still do not understand why ...
-2
votes
4answers
64 views

C# - Zero Based String error [duplicate]

It comes up with this error when I try to login. Index (zero based) must be greater than or equal to zero and less than the size of the argument list. public partial class Form1 : Form { public ...
0
votes
1answer
37 views

Division by zero in Magento Bestseller Script

I found this script for displaying magentos bestsellers but I get a ERR (3): Warning: Division by zero on line 135 and 163 (see code below). I have been trying to fix it hours and gave up on it but ...
0
votes
1answer
33 views

php Switch statement and 0

Hi i see a code today like that $i=0; switch($i){ case 'TEST': print "Test";break; case 0: print "0";break; } The normal output seems to be 0 but it prints Test. Then i try to understand ...
0
votes
0answers
18 views

change zero value to another value

I am working with long code and I want to let any distance value, d = 0, to be change to d = -2, otherwise I need it to stay the same. For example, if I have below vector of d and its index unknown ...
0
votes
3answers
59 views

Incrementing a number and adding a leading zero in bash

The problem is with the numbers 08 and 09. I've Googled this and found out the reason that 08 and 09 are problematic, but no solution. This is a nonsensical example used to briefly describe my ...
3
votes
1answer
107 views

Using ImageIO.write() to create a JPEG creates a 0 byte file

I am trying to write a method that takes an image, and saves a 100 by 100 thumbnail of that image. However, when I save the file, it comes out as an unreadable 0 byte image (with the error "Error ...
0
votes
1answer
47 views

make excel show trailing zeros in html table

How can I show the trailing zeros in an html table viewed in excel? I've examined the html in notepad++, so I know they're there. The table is being built in .ashx with a .xls extension. specifics ...
0
votes
1answer
53 views

BASH: loop for files with or without leading zeros

I wan't to rename (or process) files in a directory (with specific extension). Filenames can be anything containing ordering numbers like 1.aaa.txt aa 1.txt aa01bb.txt 78aa1bbb.txt 78aa2bbb.txt ...
-7
votes
6answers
52 views

php array_search 0 index

It seems that that you can not use the search_array function in PHP to search the 0 index AND have it evalute as true. Consider this code for example: $test=array(100, 101, 102, 103); ...
-3
votes
5answers
69 views
1
vote
3answers
51 views

PHP format numbers hiding zeros

In order to fill a tab with lots of values, I would like not to display values which are equal to '0'. For example, instead of having : Test USER 1 0 1 0 Sample USER 1 0 1 0 I'd like ...
0
votes
1answer
63 views

Format Double in Currency format so that it has two zeros after the decimal point, rather than 1

I currently have a Double which is supposed to be displaying a Currency. However when the Double is actually displayed, it only shows data like this: "32.0". I would instead like it in the format of ...
0
votes
0answers
29 views

Python 3.3 AssertionError: Tuples differ: (0.00, 0.00) != (0.0, 0.0)

I've been writing a function in Python 3.3 to take a list of values and sum all the positive values and all the negative values separately, and then produce a tuple containing (total_positive, ...
-2
votes
1answer
48 views

How do I use python in model builder code block to skip over zeros? [closed]

I'm in ArcGIS 10 Model Builder. I am trying calculate a field using simple division. Field 2 / Field 1. Problem: There are zeros in Field 1. I believe I need to use the Code Block to skip over the ...
0
votes
2answers
59 views

Perl HTML file upload issue. File has zero size

I have a perl CGI script, that works, to upload a file from a PC to a Linux server. It works exactly as intended when I write the call to the CGI in my own HTML form and then execute, but when I put ...
0
votes
4answers
58 views

Finding the first row of zeros n x n array in C

I have some pseudocode that finds the first all-zero row in an nxm matrix: int first_zero_row = -1; /* none */ int i, j; for(i=0; i<n; i++) { for (j=0; j<n; j++) { if (A[i][j]) goto ...
0
votes
0answers
89 views

jqPlot: display a bar column for zero value instead of empty

1)I need to display a small bar column for zero value instead of empty. 2)I need to hide the NULL value column, eg data {0,0,3,3,0,1,5,NULL,4,1,1,NULL} The Original of my chart as below. Expected ...
0
votes
1answer
39 views

Scilab automatic deletion of zero elements

How to avoid deleting of zero elements at the end of array? For example i have a matrix (array) [1,0,1,1,1,0]. When i find this array as return value in my function, it needs to return that what i ...
1
vote
3answers
39 views

Getting 0 (zero) from properly defined PHP object property

I have a PHP object stored in var $category which has the following properties (dumped with print_r()): jstandCategory Object ( [category_id] => 1 [category_image] => ...
0
votes
0answers
38 views

PHP Warning: header new line detected Unknown on line 0 [duplicate]

I got this very suspicious error in the log file: PHP Warning : Header may not contain more than a single header, new line detected in Unknown on line 0 I tried to search the whole net about ...
0
votes
0answers
57 views

Java StreamTokenizer - zero vs. dot

I work on project using Java StreamTokenizer and have a problem. I have input file, which I need to parse. In that file occurs both zeros and dots. And any other numbers or characters, of course. I ...
0
votes
2answers
57 views

R predict function: why it returns zero length prediction?

Update: I am using e1071 package for naiveBayes I am new to R and trying to build Naive Bayes model around a toy data. Then I tried to call"predcit" on that model. The issue I saw is: the result from ...
0
votes
3answers
62 views

Java keep 0 in float operations

the code: Float f = Float.parseFloat("1.80"); System.out.println(f); prints "1.8" on screen. I need to keep the 0 in the float value (Float f) for some validation. How do I do this?
4
votes
3answers
117 views

In go, what is the idiomatic way to return either a struct or an error?

I have a function that returns either a Card, which is a struct type, or an error. The problem is, how can I return from the function when an error occurs ? nil is not valid for structs and I don't ...
0
votes
1answer
68 views

Removing zero rows in a 3D matrix in MATLAB using any()

Previously I used this line to remove zero rows in a regular matrix: RV = RV(any(RV,2),:); But I did the following for a 3D matrix. I still want to remove zero ROWS: RV = RV(any(RV,2),:,:); But ...
0
votes
2answers
37 views

How to zero new random elements of a 3d array

I need an algorithm that takes some random elements from a 3d array and sets their value to zero , then without the possibility of selecting one of the elements that were picked, it goes on till a ...
1
vote
2answers
113 views

javascript IsNaN and 0

I have some code that's returning unexpected results. HTML: <select name="cc_dropdown[0]" id="cc-dropdown-0" style="display: none;"> <option value="">Select a card</option> ...
-2
votes
3answers
306 views

2-dimensional array in Java

Assume you are given an int variable named nPositive and a 2-dimensional array of ints that has been created and assigned to a2d. Write some statements that compute the number of all the elements in ...
-3
votes
2answers
65 views

“Division by zero” error in a nested for loop

The purpose of this script: Write a script that counts from 1 to 10 in steps of 1. For each number, display whether that number is an odd or even number, and also display a message if the number is a ...
0
votes
1answer
87 views

C++ Variables not changing

I have a Timer class, but whenever I attempt to change a value of any variable, the variable just remains at zero. SDL_GetTicks() returns the value it is supposed to, but when I attempt to assign that ...
3
votes
3answers
93 views

Matlab: Getting Random values from each column w/o zeros

I have a 2d matrix as follows: possibleDirections = 1 1 1 1 0 0 0 2 2 0 3 3 0 0 0 0 4 0 4 4 5 5 5 5 5 I need ...
0
votes
0answers
93 views

convert exponential value to zero in sql server

how to replace exponential value with zero in my table in sql server 2008? if my column value is -3.402823e+38, i need to replace it with zero '0'. update PowerLine_modbus2_RI set ...
0
votes
0answers
129 views

The Harris & Stephens corner detection algorithm: determinant always 0 (zero)

As part of my Bachelor-Thesis, I'm trying to implement a corner detector with the Harris and Stephens algorithm: A combined Corner and Edge Detector I do calculate: The x- and y- deviations with ...
0
votes
2answers
36 views

Show Unnecessary “0” inputs

I am building a calculator and have run into a problem with displaying unnecessary 0's (it isn't displaying them and I want it to be). An example of what it does now is as follows. [Represents ...
0
votes
1answer
69 views

Objective C - Qty in an array is always reset to zero, but why?

I am trying to do a program where there is a product which I wish to be moved into a storehouse. Example: Move 25 crates of Apples from Inventory (on hand) to a Storehouse. When I add the ...
0
votes
2answers
117 views

Matlab Array removing zero value

I am new to MatLab and programming in general. I have been set the following problem: 4 players take part in a competition each person starts with 100 points. Each person randomly plays another ...
4
votes
6answers
169 views

How to instantly check the zero value of a structure without checking its each element?

Suppose I have a byte structure, like this : struct one_byte { char b1 : 1, b2 : 1, b3 : 1, b4 : 1, b5 : 1, b6 : 1, b7 : 1, b8 : 1; }foo; In ...
1
vote
1answer
106 views

java ArrayList is always empty when method called

my program is simple. I have a class with 2 methods. I have another class where those two methods are called. When the first method is called, the arraylist is initialized and filled with some ...
0
votes
1answer
86 views

Radio button turns value 0 when only values 1,2,3,4,5 are available

one item can have a rating of 1,2,3,4, or 5, but in database there are some rating with value "0". I dont know how it got there.Any suggestions, this is the code: <div class="yourRating"> ...
0
votes
1answer
79 views

Linked-list test functions + Division by zero error

I was supposed to create a doubly-linked list. I've also been provided with a CPP file that tests the linked-list functions (the 'test.cpp' file). The issue I'm having is that A) I don't know what my ...
2
votes
2answers
213 views

Remove leading zeroes in batch file

In my application, I get a number having leading zeroes. I am trying to trim the leading zeroes and get the actual number. I tried using /a switch which considers right side of the assignment as an ...
0
votes
1answer
69 views

mysqli nuw_rows always returns 0

I've gone through forums and posts, but i just can't seem to figure out what i'm doing wrong here. i tried $mysqli->num_rows first to get the affected rows, but appearantly that only works for SELECT ...
0
votes
1answer
51 views

NSMutableArray.count is always zero but objects are there and can be used

I'm using a method to populate an array. Before I return the array I can count the number of objects with friendsArray.count and I get 3. In the method where I use the array I call it with the ...
-4
votes
1answer
39 views

I want to calculate the first and last indices of zeros which occur contiguously across a column of a matrix [closed]

Say, I have the matrix x as x=[1 5 0 6 0;2 6 0 3 0;0 0 5 5 0;0 0 0 8 9;0 0 0 0 8]; Hence x = 1 5 0 6 0 2 6 0 3 0 0 0 5 5 0 0 0 ...
0
votes
1answer
30 views

How to set a string variable with zero from a text file in BeanIO?

My text file has 00 as state. I want to pass 00 to setState metod of Person object using BeanIO. But getting exception like Invalid state:Required field not set. It is accepting spaces but not zeros. ...

1 2 3 4 5 6