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 bitwise-operators
Comparing values of an unmanaged type for bitwise equality in C#
May 28, 2026
c#
.net-core
bitwise-operators
value-type
c#-8.0
Are there any performance costs associated with using bitwise operators?
May 28, 2026
php
javascript
optimization
bitwise-operators
mathematical equation for AND bitwise operation?
May 23, 2026
c
math
bitwise-operators
Porting Bitwise Operations from C# To C
May 21, 2026
c#
c
bit-manipulation
bitwise-operators
bit-shift
What is difference between calling isdigit(c) and isdigit(c&0xFF). Masking the isdigit "&0xFF"
May 21, 2026
c
bitwise-operators
mask
Storing up to 8 boolean values in a byte or up to 32 boolean values in an Integer
May 16, 2026
delphi
boolean
bitwise-operators
Bitwise operation in SQL Server
May 16, 2026
sql-server
t-sql
operators
bitwise-operators
One position right barrel shift using ALU Operators?
May 10, 2026
operators
bit-shift
bitwise-operators
When does bit shifting cause undefined behavior in C++?
May 08, 2026
c++
bit-manipulation
bitwise-operators
bit-shift
Why is '' ^ 9 equal to 9?
May 06, 2026
javascript
bitwise-operators
Swap two bits in given integer
May 05, 2026
c
bit-manipulation
byte
bitwise-operators
bit
Weird behaviour with left bitwise shift in C#
May 03, 2026
c#
bit-manipulation
bitwise-operators
bit-shift
Does the result of bitwise operations depend on endianess in Java? What about in C or C++?
May 02, 2026
java
c++
c
bitwise-operators
endianness
Bitwise operations in class inheriting int
May 03, 2026
python
int
bitwise-operators
What's the difference between if( !(s & i) ) and if( s&i == 0 )?
Apr 28, 2026
c++
c
bitwise-operators
Bitwise operations act outside of type width in C; Compiler Bug or Within Spec?
Apr 21, 2026
c
linux
gcc
bitwise-operators
undefined-behavior
python library for bitwise storage?
Apr 20, 2026
python
bit-manipulation
bitwise-operators
What's the point of logical operators vs. bitwise operators
Apr 17, 2026
c++
c
bitwise-operators
What is the fastest/most efficient way to find the least significant set bit in an integer in R?
Apr 14, 2026
r
optimization
bit-manipulation
bitwise-operators
Older Entries »