StackRating

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

Christian Gibbons

Rating
1513.09 (52,373rd)
Reputation
1,905 (87,684th)
Page: 1 2 3 ... 4
Title Δ
In C, How can I compare Complex Numbers as with <, >, et cetera -0.03
Copy two elements from uint8_t array into uint16_t variable using p... +1.50
Why does these 3 lines of code return address-sanitizer error? -2.04
If struct type is defined in another .c file, it becomes incomplete... -0.43
How can I copy/paste text from one Vim file to another Vim file in... 0.00
How to use a string literal as a macro argument? 0.00
warning: format '%s' expects type 'char *' but argu... +1.87
Why do i get invalid use of void expression? +0.45
incompatible pointer types in C || void (*)(void *) 0.00
Linux device driver: invalid operands to binary << (have char... +2.23
Folding c.ode in python function -0.02
My simple C program won't execute this for loop (CS50 cash) +1.94
Assign struct to multiple structure member -0.01
Converting from std::string to const unsigned int +0.49
Ensure returned pointer is const, without throwing warnings -1.77
How to know if a variable is a function pointer in C? +0.21
C - Populate a generic struct inside a function without malloc -1.15
Why do string literals (char*) in C++ have to be constants? -1.54
Editing Immutable Strings in C- worked with older compiler but brea... -0.36
Arrow keys in insert mode in vim -1.90
How to delete words on same vertical in vim +1.33
Why does this cause a segmentation error and that does not? +0.10
Weird Segmentation fault with Sockets in C with linux 0.00
How do I get the proper output for the color bands of a 3 band resi... 0.00
How to use static assert in C to check the types of parameters pass... +0.47
How do I create an array of pointers of type char C++? 0.00
"unknown type name" error in C with Typedef in .h file 0.00
How to iterate through a struct as an array in C: Why does this opt... +0.49
How to implement TAS ("test and set")? +1.20
Cleanup function in C +1.63
I'm using Linux, compiling with gcc, getting error: warning: im... +2.25
CS50 Mario (More Comfortable) Error. why are my Pyramids not Aligni... 0.00
Why does the output of float contain more zeroes compared to its si... 0.00
Does a C struct hold its members in a contiguous block of memory? -1.01
When returning the difference between pointers of char strings, how... +2.13
Error handling when wrong type(class) of input to the function argu... 0.00
Matrix contamination in C 0.00
How do I change each char in a string but not change punctuations i... -1.73
Do types that begin with double underscore mean emulated type? +2.49
Better alternatives to assert(false) in C/C++ -0.89
What is the problem of the following code in c -1.08
How to move one element to the left of a fixed array -0.11
Similar structs for compiler looks same 0.00
My dev++ is returning non-static warning. Whats the problem with th... +1.74
How would one modify a constant string? -0.39
Is pointer arithmetic allowed for malloc'ed blocks? +1.91
How to declare a global array of structs and use it in different fu... 0.00
How does the C compiler (clang) enforce const? -1.29
Most efficient way to find if a string is mixedCase +0.20
How do you use printf to format pointer values as 0x0000...? +0.57