StackRating

An Elo-based rating system for Stack Overflow
Home   |   About   |   Stats and Analysis   |   Get a Badge
Rating Stats for

Damon

Rating
1527.26 (21,287th)
Reputation
53,200 (1,847th)
Page: 1 2 3 4 ... 15
Title Δ
Can condition that a*b>a where (a>b) promise computation with... -2.40
How to use std::move() to move char[] to a vector<char> +0.83
How to properly add hex escapes into a string-literal? -1.68
(C++)(Visual Studio) Change RGB to Grayscale -0.07
Event Scheduling in C++ -0.23
Is it safe to cast jlong to long? +1.99
Static member access in constant expressions -1.36
Why does an inline function have lower efficiency than an in-built... -1.37
How would a compiler optimize temporary objects away? +0.46
Do I need to add thread locking to simple variables? -2.24
How does std::tie work? -2.07
Does C check if a pointer is out-of-bound without the pointer being... -1.41
Incrementing variable's value with multithreading +0.42
Why can creating a static const std::string cause an exception? -0.90
Why is this C++ code faster than my hand-written assembly for testi... -0.30
Does MoveFile ensure file is moved on the disk? 0.00
Callables, forwarding, rvalues, and threads 0.00
Can num++ be atomic for 'int num'? -1.25
Is it much faster to re-initialize a vector using OpenMP threads? -0.11
Get enum class size at compile time without defining additional ele... -1.36
C/C++ Allocation +0.44
Spinlock vs std::mutex::try_lock -1.87
While we drop the constant in big O notation, does it matter in rea... -1.10
Integrity not maintained Working Set and Peak Working Set Values fo... 0.00
HTTP status code for "EULA not accepted"? -0.21
Disk fragmentation calculation 0.00
Shared Variables in C++11 -1.14
About TCP/IP: Is the message lost forever if the receiver system cr... 0.00
Why does GCC allow zero length array only as last member? +1.82
How are classes implemented internally in C++? -1.03
Thread safe counter c++11 0.00
Does gcc support embedded assembler syntax? 0.00
Can a pointer be volatile? +1.08
How are the characters are written to memory -0.10
Can atomic loads be merged in the C++ memory model? -1.23
how SCTP is better then TCP ? (in traffic scenario) +0.40
timeGetTime() start varialbe is bigger than end variable -0.81
Is mapping array elements to perfect hash indexes NP Complete? 0.00
Difference between Real User ID, Effective User ID and Saved User ID 0.00
Do I need to call CloseHandle? +0.11
pow(1, inf) == nan? -0.27
OpenGL versions support, convertion and usage 0.00
Is the compiler allowed to optimize out heap memory allocations? -0.43
What does &(int) { 1 } mean in C++? -1.24
Blocking TCP sockets: “send()” return and error handling -0.31
Windows 10: Cannot disable Windows Defender 0.00
UDP sendto() error: invalid argument 0.00
Vector Resizing in C++ (Scaling Down ) -0.81
Is it safe for a thread to kill its parent process? -0.50
Why only std::atomic_flag is guaranteed to be lock-free? +0.42