Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
Jeff
Jeff has asked
16
questions and find answers to
27
problems.
Stats
507
EtPoint
97
Vote count
16
questions
27
answers
About
Jeff questions
C++ lambda by-value capture semantics and allowed optimizations
shielding #include within namespace { } block?
Is the Visitor Pattern the fastest way to differentiate parameter types in C++?
How do I make an arbitrary Perl regex wholly non-capturing?
open O_CREAT | O_EXCL on NFS in Linux?
non-deferred static member initialization for templates in gcc?
Why does [=]{} have a lambda capture?
Why do C++ standard file streams not follow RAII conventions more closely?
clean C++ granular friend equivalent? (Answer: Attorney-Client Idiom)
Jeff answers
Redirecting stdout and stderr to a single file in c++
Why is _mm_set_epi16 sometimes faster than _mm_load_si128?
behavior of const_cast in C++ [duplicate]
How to name this key-oriented access-protection pattern?
packing 10 bit values into a byte stream with SIMD [duplicate]
How to clear L1, L2 and L3 caches?
open O_CREAT | O_EXCL on NFS in Linux?
if T is aligned, std::vector<T> is aligned too?
Limiting the scope of global symbols from linked objects
In which case does sendto() on UDP socket return 0?