Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
selbie
selbie has asked
37
questions and find answers to
256
problems.
Stats
6.4k
EtPoint
2.0k
Vote count
37
questions
256
answers
About
selbie questions
Do network file systems pre-fetch ? (Or: Do Internet File System make optimizations to reduce round trips)
How many packets or bytes are in the socket receive queue?
What is the need for the SIP RE-INVITE with regards to ICE?
Can the assignment of a shared_ptr trash the `this` pointer
Comparing lists by reference vs value in Python
Formatting a string into multiple lines of a specific length in C/C++
strerror_r is incorrectly declared on Alpine Linux
Why does default constructor of std::atomic not default initialize the underlying stored value?
Threading and scaling model for TCP server with epoll
When is htonl(x) != ntohl(x) ? (Or when is converting to and from Network Byte Order not equivalent on the same machine?)
selbie answers
In Javascript, how can I throw an error if an environmental variable is missing?
How can I optimize just one function if optimization is switched off for the whole project?
Why does `optarg` not get overwritten?
Are only virtual methods overridden [duplicate]
Why is it possible to link against C++ Dynamic Libraries when C++ does not have a stable ABI?
Creating a thread safe atomic counter
What is the correct way to use ShellExecute() in C to open a .txt
Is there a way to make a function for calculating 10 to the x exponent in C? "ten_to_the(x exponent)"
Finding maximum
Finding out the src IP and port associated with the socket used in sendto function