StackRating

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

Jeremy Friesner

Rating
1607.87 (1,472nd)
Reputation
41,365 (2,663rd)
Page: 1 2 3 4 5 6 ... 30
Title Δ
Why does the removal of this return statement affect the outcome of... -1.27
is there a limit to how many new[] & delete[] allocations are a... +2.15
Without polling, is there a way for another thread to "reset&q... +0.35
is it safe to write to a file in another thread? +2.07
Try to send data from C++ to Python and reversed using socket C++,... 0.00
Handling endianness universally rather than instantially -1.22
My code to change the current directory in C++ keeps giving me the... +0.27
Using std::unique_ptr on Qt 0.00
How do I set a Main Menu Scene to my game? QT C++ 0.00
How can i add a character after every word in a string? -2.32
Can i use pointers in and with template parameters? 0.00
How to minimize the mutex locking for an object when only 1 thread... 0.00
One process which spawns two threads on a Two-Cores Machine under GIL 0.00
How to exit a C++ program with Ctrl+C, if I/O read() is in blocking... -2.21
How to pass a function pointer to a method so that it can be used i... 0.00
What is the best practice to consume a pointer returned as an argum... +0.07
cpp check complains dangerous use of c_str(). the value returned by... +0.90
Fastest way to return object from queue but only if queue has it 0.00
How to convert a QByteArray in little endian format to a unsigned l... -0.64
When do you need to modify the receive buffer size of sockets? +1.14
getting segmentation error (core dumped) in linked list +0.37
"Join" existing socket in Python 0.00
Could memory addresses be corrupted, because of unaligned memory ad... 0.00
std::atomic to what extent? +1.65
What happens to a thread, waiting on condition variable, that is ge... +2.21
How to free reallocated and callocated memory? +0.71
How to mitigate a function that gets called too often? 0.00
How to handle floating point comparisons in C++ mathematical expres... -0.72
Why does TCP connections gets faster over time? 0.00
what happens to a linked list if it gets reallocated 0.00
I keep getting the error "cannot convert 'float*' to &... 0.00
What does directly setting a pointer with a variable means? +0.94
C++11 - Thread that can wait on several different events? 0.00
C++ how to figure if a mutex is being disproportionately hogged by... 0.00
Connect a UDP socket, but still receive datagrams from other sources 0.00
Why does a memory leak occur in this code when a bad_alloc exceptio... 0.00
How to handle fields inside network headers whose length are not mu... 0.00
What does int** mean in C in this context? 0.00
Socket programming in UDP 0.00
Will process load into memory with 4 or 8 alignment rule 0.00
How to play a sound before splash in QT? 0.00
mutithread socket writing is safe without mutex -0.15
I want to restart my program after the few seconds what I set 0.00
C++ datatype s and their range +0.37
is it safe to use std::string functions in a thread? (c++) 0.00
How to have a non-root parent process spawn a root child process un... 0.00
How to use Non-Blocking sockets 0.00
I want to re run a Thread 0.00
How to record audio from a background (launchctl-based) process und... +0.38
Traceback with Sockets & Multithreading 0.00