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
155
questions and find answers to
431
problems.
Stats
11.4k
EtPoint
3.4k
Vote count
155
questions
431
answers
About
Doctoral student and heuristic search researcher at Zuse Institute Berlin.
fuz questions
Is there a better algorithm to assign numbers to combinations?
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?
fuz answers
Implementing hardware that divides an 8 bit number by 3 (11) in binary
Haskell "No instance for" type error in simple code
Coerce to multiple-parameter type in Haskell
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