Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
phoxis
phoxis has asked
36
questions and find answers to
122
problems.
Stats
2.7k
EtPoint
759
Vote count
36
questions
122
answers
About
Homo-Sapiens
phoxis questions
Is the amount of padding in structure in C is Compiler dependent or well defined?
Why does this threaded code hang
Cancel POSIX thread after a common work is done
Cluster assignments differ sometimes in two DBSCAN implementations
Check if a non-blocking send succeeded
Why output differs in C and Java in the expression m++ + (++m) [duplicate]
Are string literals guranteed to be adjacent to each other in memory?
How is NaN handled in Pearson correlation user-user similarity matrix in a recommender system?
Pointers and execution speed
All possible solution of the n-Queen's algorithm
phoxis answers
Good book to learn lower levels of computers [closed]
Check the main memory usage by a linux command [closed]
stack function call problem
Get all subsets of a collection
cannot understand what is meant by (b&1) in this code snippet of C
Debugging a switch statement in a C-based programming puzzle
How does longjmp work?
Can we hold 2 data types in a STL list?
Is un-initialized integer always default to 0 in c?
How to pass command line argument with space in Bash scripts