StackRating

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

Michael Burr

Rating
1599.66 (1,792nd)
Reputation
290,450 (127th)
Page: 1 2 3 4 ... 73
Title Δ
Jump directly to certain parts of a function +1.20
How to avoid integer promotion in C? 0.00
Open cmd, change directory and executespecific command 0.00
Scanf ignoring new line character when scanning from input file -0.03
Getting the size of varargs in C? -2.23
Is it thread-safe to read but not write a shared variable? +0.35
Can we insert into a stl list while traversing -0.61
Mutex status after spurious wakeup 0.00
why is std::equal much slower than a hand rolled loop for two small... 0.00
A baffling and silly LNK2019 error 0.00
Why doesn't linker preserve encapsulation? +1.21
MSVC How does ios_base::Init work? -0.92
c++ asterisk after the percentage symbol +0.38
Visual Studio setting WINVER/_WIN32_WINNT to Windows 8 on Windows 7? +1.46
Explanation why conditional variable in C does not work correctly 0.00
How would I implement this Brute Force Median Search algorithm? -0.64
Is using a pointer a good way to prefetch data? 0.00
c++: what does `typedef struct {……} *node;` mean? +1.34
C Bitwise Operators Example -0.45
What is different between join() and detach() for multi threading i... +0.38
Huffman compression reading file does not copy all the bytes in the... 0.00
Avoid returning by-reference argument -0.73
gcc -O3 flag causes -Winline "call is unlikely and code size w... +0.36
Problems getting ftell() in binary append -0.43
Was the block comment designed to enable/disable blocks using a sin... -1.34
Why is a pointer value is changed once being returned? 0.00
Segmentation fault when using regexec/strtok_r in C -2.75
What if thread exit before other thread wait for it(join)? +2.06
printing pid with %d vs %ld, linux -1.77
Are fclose(), fprintf(), ftell() thread_safe only in terms of each... -0.01
The ending flag to traversing ancestors in the kernel space in C +1.35
Is strcpy_s part of the C++ Standard? Or only part of MS Visual C++ 0.00
formal parameters and actual parameters in c +1.42
Why same code is twice slower when migrated from VS2010 to VS2015? +0.36
C++ decrementing an element of a single-byte (volatile) array is no... -0.19
Are we able to print out the address for string literal? +1.53
Linux : Will stat access Hard Disk for its operation 0.00
Why does copying a const shared_ptr& not violate const-ness? +1.36
Lower_bound matching wrong strings 0.00
Jumping into a block in C +0.36
How UART handles spike or noise state change? +1.00
when does a thread wake up from condition.wait() +2.12
How does `emplace_back` in an `std::vector` work? -1.38
Segmentation fault for AES 192, AES-256 , not for AES-128 bit +1.71
Unexpected behaviour of max_bucket_count function 0.00
C++ preprocessor ## operator 0.00
How is std::vector::swap implemented? +2.05
Clion error while running c++ project 0.00
c++: Why is constructor called here -0.62
How will CFile deal with bad sectors? -0.13