StackRating

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

Bathsheba

Rating
1668.50 (337th)
Reputation
192,094 (255th)
Page: 1 ... 49 50 51 52 53 ... 108
Title Δ
how to set a threshold value to find most frequent elements in std:... 0.00
How to return middle bits from random number generator? +1.49
Pass const data to function taking non-const without const_cast +0.28
Converting all void functions to non-void function +1.97
how do I write a formula where the number portion of a cell referen... -1.70
Counting the binary representation of an Integer +0.30
Error showing begin and end "not declared" and i didnt ge... 0.00
Get return of a function without sending anything +1.29
Whats the difference between two multiple user input programs? -0.16
How order of execution with respect to to compiler varies in C++ 0.00
A three numbers operation Calculator -1.73
Non-static variable this not referenceable from a static context +0.86
Remove thousand separator C-programming +1.44
Can I implement iterator end() in ring? +1.85
can we serialize a class with out any meber -0.19
if else define for preprocessor +1.09
How to force unsigned arithmetic on fixed-width types? +0.54
Where is a static local variable object of function defined? 0.00
Is memory will be destroyed or not? +2.04
Wrong parsing from string to double 0.00
How does the binary NOT (~) operator work? +1.18
variadic form is ambiguous with the nonvariadic form for a single a... 0.00
Disable template but allow specializations -1.07
Is GCC's "void pointer arithmetic" deterministic? 0.00
Is it safe to add constructor in published structure (used in memcp... +0.34
How can I prevent static class member variables from needing two de... +1.79
Is ((a + (b & 255)) & 255) the same as ((a + b) & 255)? +1.04
URI 1848 solution 0.00
C++ Operator overloading errors 0.00
Is SetDlgItemDouble a C++ Function? +0.34
Inexplicable value of int variable in C++ class -2.06
Are there use cases for private public-virtual methods? -1.74
How does this function return a value when it shouldn't? 0.00
Why does this loop do the first iteration twice? +1.08
function returns address of local variable [-Wreturn-local-addr] -1.76
Why is there no implicit bitwise comparison in C++? -1.36
Excel - how to find some exact f(x) = x from measurement graph +0.31
how the expression *p++ and ++*p works differently +1.45
Why can I modify at which char const char * points? 0.00
Can float be round tripped via double without losing precision? +1.67
Derivative use base function instead of own function 0.00
.NET Core float variable don't print decimals 0.00
How to add to an element in char Array in C#? -0.16
Checking if the number of a String is even with regex Java +0.85
Passing return values over recursive functions in C -0.57
Translate C program to other programming languages +0.90
Why the constructor function didn't executed? 0.00
Why Calling exit() at Singleton's destructor is causing an infi... +0.33
Choose between either condition using if with logical OR in java +1.61
What is more efficient, bitwise or equality checking? +0.70