Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
New posts in long-integer
Guava's UnsignedLong: Why does it XOR Long.MIN_VALUE
Oct 21, 2019
java
guava
long-integer
C# Random(Long)
Oct 28, 2022
c#
random
int
long-integer
seed
MySQL very slow loop
Nov 29, 2019
mysql
loops
time
while-loop
long-integer
Impossible comparison between ulong and long suddenly possible
Nov 15, 2022
c#
casting
long-integer
comparison-operators
Why is JOOQ restricted to Integer values and not Longs?
Sep 05, 2022
java
sql
integer
long-integer
jooq
Objective C strange decimal to long long conversion
Jul 20, 2021
objective-c
decimal
long-integer
Why do integer datatypes overflow silently rather than throwing exception
Oct 18, 2022
java
integer
long-integer
integer-overflow
Why C# arithmetic on double appears to be faster than arithmetic on long?
Oct 14, 2018
c#
performance
floating-point
double
long-integer
How does (i << 48) | ((i & 0xffff0000L) << 16) | ((i >>> 16) & 0xffff0000L) | (i >>> 48) work?
Aug 22, 2022
java
long-integer
bits
Why does my SQL statement take N times longer to run when I set a value as a variable?
Jun 21, 2022
sql
variables
indexing
long-integer
Why do int arrays bound with 'def' accept Long values in Clojure?
Jun 28, 2022
arrays
clojure
interop
long-integer
What is the difference between unsigned long and unsigned long long?
Aug 17, 2022
c++
long-integer
double to long without conversion in Java
Sep 15, 2017
java
casting
double
long-integer
C++ vector::size_type: signed vs unsigned; int vs. long
Nov 05, 2022
c++
vector
long-integer
multiplatform
How to detect if a long type is actually NULL?
Oct 30, 2022
java
hibernate
nullpointerexception
long-integer
Why test for these numbers (2^16, 2^31 ....)
Nov 16, 2022
string
testing
numbers
integer
long-integer
Will an int be 32bit and a long 64bit regardless of whether the system is 32 or 64 bit?
Aug 29, 2022
java
int
32bit-64bit
long-integer
Multiplying int with long result c#
Oct 20, 2017
c#
.net-3.5
int
long-integer
multiplication
Java: why the "long" primitive type does not accept a simple number?
Jun 14, 2022
java
casting
int
long-integer
primitive-types
Why it's possible to instantiate String and not possible for Number(Long,Double,Integer...)?
Nov 07, 2022
java
string
instantiation
long-integer
« Newer Entries
Older Entries »