Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
fuz
fuz has asked
154
questions and find answers to
428
problems.
Stats
11.3k
EtPoint
3.4k
Vote count
154
questions
428
answers
About
Doctoral student and heuristic search researcher at Zuse Institute Berlin.
fuz questions
Which implementations of the C programming language violate the following assumptions?
Algorithm to approximate an optimal solution for an integer allocation problem
How do I cast a vector to a float64_t to check a SIMD compare for all-zero?
Fast integer to decimal conversion
How to get gcc to generate decent code that checks if a buffer is full of NUL bytes?
How can I automagically make a checkout upon push?
How do I detect if sqlite3 created a database file?
Where can I register a sqlite application ID?
Why won't sys/stat.h define ino_t with -std=c1x?
How to read a character from standard input in DOS such that redirection works?
fuz answers
AVX512 assembly breaks when called concurrently from different goroutines
Trying to call C function from glibc from Assembly program (64 bit)
C redirect standard output to several places
Shifting Bits by Value in Register
Assemble far calls or far jumps (j* instructions)
function that generates a String in Haskell
What's the difference between the XOR instructions "VPXORD", "VXORPS" and "VXORPD" in Intel's AVX2
Is there a method to suppress default GCC compiler options?
How to compile a att syntax .asm file to an executable on linux with nasm / gcc
Do all CPUs of the same architecture run the same Assembly instructions?