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
150
questions and find answers to
399
problems.
Stats
10.7k
EtPoint
3.2k
Vote count
150
questions
399
answers
About
Doctoral student and heuristic search researcher at Zuse Institute Berlin.
fuz questions
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?
How can I effectively encode/decode a compressed position description?
How can I change the directory where cabal stores the documentation
Good choice for fast random generator in Haskell
Marshalling C objects that cannot be accessed from Go
fuz answers
Why aren't there cutting-edge compiler backends in functional languages like Haskell? [closed]
How can "strange" ROP gadgets be found in a normal DLL? Compilers would never do this. (Return-oriented programming)
Partially applied type constructors in instance declarations
Assembly error A2075: jump destination too far : by 25 byte(s) on LOOP instruction [duplicate]
What is the difference between a value and a memory address in x86_64 AT&T assembly language?
How to safely close a large c application in linux?
are there debugging options for ld
What does 'callq *(%rax)' mean?
Go: Variable to a function, returning an interface
Would an Instruction Set Architecture benefit from both an ADC and SBC, or could all carry instructions repeat the previous type?