Top "Numbers" questions

A number is a mathematical object used to count, measure and label.

How to get IMEI number in PhoneGap?

I'm developing a PhoneGap Android mobile application using jQuery, JavaScript and HTML. I want to get the mobile IMEI. I …

android cordova numbers imei
Restricting Input to Numbers Only In Textbox? (c#)

Please excuse me for asking this, I have looked at various different questions relating to this and I still can …

c# textbox numbers limiting
JavaScript format number to day with always 3 digits

Possible Duplicate: How can I create a Zerofilled value using JavaScript? I have to output a day number that must …

javascript numbers format digits days
SQL BETWEEN for text vs numeric values

BETWEEN is used in a WHERE clause to select a range of data between two values. If I am correct …

mysql sql numbers varchar between
Get number of digits before decimal point

I have a variable of decimal type and I want to check the number of digits before decimal point in …

c# numbers decimal
Sublime Text 2 increment numbers

I have a JSON file that looks like this: "Algeriet" : [ { "name" : "Nyårsdagen", "date" : "2013-01-01", "ID" : "1" }, { "name" : "Mawlid En …

numbers sublimetext2 increment
Regular expression for accepting alphanumeric characters (6-10 chars) .NET, C#

I am building a user registration form using C# with .NET. I have a requirement to validate user entered password …

c# regex char numbers alphanumeric
Mysql search for string and number using MATCH() AGAINST()

I have a problem with the MATCH AGAINST function. The following query give me the same result: SELECT * FROM models …

mysql search numbers match-against
Generating the partitions of a number

I needed an algorithm to generate all possible partitions of a positive number, and I came up with one (posted …

algorithm numbers decomposition
Overflow/underflow in unsigned numbers

So, if you have a carry out of 1 on addition with unsigned numbers, you have overflowed, and if you have …

numbers overflow mips unsigned underflow