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
160
questions and find answers to
462
problems.
Stats
12.4k
EtPoint
3.8k
Vote count
160
questions
462
answers
About
Doctoral student and heuristic search researcher at Zuse Institute Berlin.
fuz questions
How to print the register number with gcc-style inline assembly?
Why does this program terminate on my system but not on playground?
AVX-512 MD5 implementation: unexplained performance regression on Zen 4
How to remove a commit in git that has no specified branch?
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?
fuz answers
Translate C code into Haskell
Are comparison flags cleared after a jump in assembly?
How to say Haskell operator names out loud? [duplicate]
C inline asm for x86 in / out port I/O has operand-size mismatch
Disassembly sub from rsp and different function returns
when can I use * in assembly language?
K&R atoi-general memory leak
header files in C and its usage
Can I implement a method in structure in C? [duplicate]
How to convert a string (char *) to upper or lower case in C