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
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
What does 'Natural Size' really mean in C++?
Nov 13, 2022
c++
performance
int
long-integer
short
Double from long bits
Aug 31, 2022
c++
gcc
double
long-integer
Possible Lossy conversion from long to int [duplicate]
Jun 20, 2022
java
arrays
long-integer
How to get Windows window names with ctypes in python
Aug 14, 2019
python
windows
ctypes
long-integer
psapi
Epoch or Unix Time - Long.MAX_VALUE Human Readable Date [duplicate]
Jul 15, 2019
java
time
long-integer
unix-timestamp
epoch
Converting long integers to strings in pandas (to avoid scientific notation)
Oct 18, 2022
python
pandas
long-integer
How does java.sql.Date work with negative dates?
Jun 17, 2022
java
date
time
long-integer
« Newer Entries
Older Entries »