Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
dmeister
dmeister has asked
24
questions and find answers to
70
problems.
Stats
2.4k
EtPoint
835
Vote count
24
questions
70
answers
About
Software engineer, storage researcher:
Java
Python
Scala
Erlang
C/C++
C#
Unix
Linux Kernel
Storage
Filesystems
....
dmeister questions
Statement reordering with locks
Avoid std::bad_alloc. new should return a NULL pointer
NFS Server in Java
Are word-aligned loads faster than unaligned loads on x64 processors?
Resources about crash-safe and fault-tolerance programming
Generate random numbers distributed by Zipf
std::string as C++ byte array
__udivdi3 undefined — how to find the code that uses it?
while(1) .. break instead of goto
Why mark function argument as volatile
dmeister answers
How can I generate HTML report for gtest results (XML files)?
Are FileChannel.force and FileDescriptor.sync both needed?
How does Google Gmail store their "email" messages?
the += operator on immutable Set
Jenkins with pylint gives build failure
ConcurrentHashMap putIfAbsent : atomicity when followed by a get() call
SHA1 hash differ between openssl and hashlib/pycrypto
Initializing List<T> with given number of nulls without loop?
Using boolean values in C
Custom EXPECT_NEAR macro in Google Test