Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
Tony Tannous
Tony Tannous has asked
22
questions and find answers to
41
problems.
Stats
779
EtPoint
164
Vote count
22
questions
41
answers
About
Sunspots have faded and now I'm doing time.
Tony Tannous questions
Template static member definition depends on order passed to linker
Given a text count occurrences of all two consecutive words
How to cancel branch prediction? [closed]
Python - read 1000 lines from a file at a time
Default stack size
error: 'strdup' was not declared in this scope
configure: error: no acceptable C compiler found in $PATH
Python - Turn a file content into a binary array
Dremel - repetition and definition level
What happens when a thread forks?
Tony Tannous answers
Can't bind lvalue to rvalue in member function but ok in global function
Time waste of execv() and fork()
What happens to open files which are not properly closed?
Order of evaluation of expressions in a function call
Why do processes I fork get systemd as their parent?
Why is the time complexity of creating a heap array not O(log(n!)) instead of O(nlogn)?
Is use of empty std::optional<string> UB or not?
Why is assigning to an array not allowed in C? [duplicate]
Multiple locks with mutex and the possibility of a deadlock
C - using fork() and exec() twice