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 ... 44 45 46 47 48 ... 108
Title Δ
Does the order matter when overriding the == operator? 0.00
Returning from an if block Java +0.94
Fastest way to convert 4 bytes to float in c++ 0.00
c++ iterate one item - UB or defined behaviour? -1.69
Variable character inside a constant +0.31
What's the difference between "" and {} for initializ... +1.68
Write your own implementation of math's floor function, C +1.48
calling function defined in base class +0.31
Forcing enum field to 8 bits in standard C with bitfields +2.14
Why pointer to function can't bind to lvalue reference, while f... -1.80
Overloaded Prefix/Postfix Compiler Optimization 0.00
Is there a difference between `string s("hello");` and `s... -0.19
Java prints only first part of a two part string +0.85
retrieving int value from void sub function to function in C++ -1.06
Switching on a pair of `int`s +0.98
C coding, unexpected behaviour when comparing float value 0.00
static scoping in C/C++ +0.14
Excel Display % markup in Cell -0.68
What should I do to read strings in c? +1.30
Why does malloc(1) work for storing 4 byte integers? -0.05
C structure padding problems -1.88
Pointer with different type than the referenced variable +0.28
Assert two variables are almost equal in python +0.90
Float Values Either Defaulting To 1 or 0 0.00
Switch case examination in c -0.77
How can find the dimension of char *s[ ]? +1.54
Wrappers and Auto-boxing 0.00
LVALUE required as left operand of assignment in c program 0.00
How to generate a non-repetitive sequence of random numbers using s... +1.60
Multiplication with functions in C++ +1.62
Getting Wrong values when doing basic maths in C +0.32
Determine if a number is divisible by 3 without using mathematical... -2.42
Determine if a number is divisible by 3 without using mathematical... -1.22
Why use the prefix increment form for iterators? +0.35
Are * and + equivalent to, respectively, && and || on Boole... +2.28
Regular expression for characters after '.' 0.00
private scope and inheritance in java +1.32
Writing a loop as an mathematical Equation 0.00
Count number of decimal places in a Float (or Decimal) in Swift -1.70
Printing period after putting variable into quotes 0.00
Checking whether a variable is an integer +1.42
to allow the user to input a 3-digit number, and then output the in... -0.14
How to return different value types in a java method? +0.95
How do I keep my program generating a new random number untill it f... -0.67
Why isn't the read only [] operator used? 0.00
C++ template specialization for pointer? -1.16
What can be done to make c++ compiler accept 2_147_483.78 as a vali... 0.00
c_str() vs std::string - what's the real difference in this pie... +0.47
unsigned int / signed int / long long: inexplicable output -0.46
how can i amend this code to have a time complexity of o(log n) or... +2.40