StackRating

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

Lundin

Rating
1559.33 (5,730th)
Reputation
120,052 (545th)
Page: 1 ... 10 11 12 13 14 ... 82
Title Δ
how can I avoid padding in sending the packet -0.08
does the value of a variable change itself when it is given in a fo... +2.62
force unused parameter for macro 0.00
Why #pragma pack also affects structs' own alignment? -0.55
I'm using Linux, compiling with gcc, getting error: warning: im... -2.25
Comparing a bit to a boolean +1.03
When can a comparison operator ever return anything else than 0 or 1? 0.00
Is there a C equivalent to Rust's NonNull<T>::dangling()... +0.55
Trouble incrementing and decrementing a malloced array of multiple... +0.43
Why does itoa expect a signed character instead of an unsigned? -0.70
Why can't you store an extremely large single value in a dynami... -0.25
Name Of Generic "Pipe" Concept for Physical Communication? +1.42
What does the fdim acronym stand for? -1.87
Use comma instead of semicolon for expression splitting in C +0.42
Is there a way to avoid code duplication in multiple similar functi... +2.10
Optimize multiple comparison conditions +0.14
Do I need to include "Windows.h" to use/communciate with... -0.58
va_arg glitches for char -3.01
Passing a pointer to place in array -0.35
Pointer to one before first element of array +1.64
Understanding array manipulation pointers syntax in C +1.60
Exact cause if two can messages with same ID at same time txs 0.00
Do every pin of a micro controller associated with a register? -0.43
Expression of array of function pointer in C +0.76
Pointer and regular variable with the same name +1.30
What is the difference between the const qualifier in C and the con... +2.13
Bitwise operation in C language (0x80, 0xFF, << ) +1.19
Error in C preprocessor concatenation with variable and function (d... 0.00
Initialize a minesweeper in c 0.00
Missing declaration for object definition (Rule MisraC2012-8.4) 0.00
How to retrieve function pointer from inside function in C? +0.57
getter and setters best practice with mutex +0.34
parse 2d dynamic int array to Shared Memory 0.00
Understanding promotions (type conversions) -1.73
Element-wise shifting from smaller array to a larger array -2.11
Why returning NULL from main()? +0.19
Why am i getting "Iresult" value right shifted? -0.07
Dereferecing a double pointer coming into a function and then passi... 0.00
Pass a function or pass a function pointer in C? +0.33
SIGN Macro in C preprocessor +1.85
Can you run multiple ISR's simultaneously without threading? +2.05
Is using canaries for bss or data-sections to detect overflows/smas... 0.00
How to assign bitfield variable to uint8_t variable without violati... -0.61
How do I make an infinite empty loop that won't be optimized aw... +1.34
Methods to convert `void *` function parmeter inconsistant from typ... -0.42
How to allocate a dynamic memory zone for a character string in C +0.66
Bitshifting of a number in C 0.00
C - Behaviour of assigning char literals vs array literals +0.70
In C, what happens if we left shift the bits out of range and again... -0.17
Is it possible to use a std::array as a data container for a POD st... +1.31