Badge
| Enlightened | First to answer and accepted with score of 10 or more. This badge can be awarded multiple times. |
NPE earned this badge 142 times |
may 16 at 19:57
Python: asserting that I'm running on POSIX?
may 13 at 12:15
What does the 'b' character do in front of a string literal?
may 3 at 1:15
C++ abstract class without pure virtual functions?
apr 22 at 20:47
What is the name of this operator “ _ ” in Python?
apr 18 at 13:28
What do default values of pointers in constructors mean?
apr 16 at 15:30
add one row in a pandas.DataFrame
apr 11 at 18:40
How to calculate a^(1/n)?
apr 11 at 9:30
Increment working very strangely
apr 7 at 20:39
C++11: Why does this range loop decrease FPS by 35?
apr 4 at 12:46
What is a pre-memory read in C++?
apr 2 at 15:08
“Comparison method violates its general contract!”
mar 30 at 17:23
Unable to compile C++ program
mar 26 at 5:49
python - why is read-only property writable?
mar 26 at 0:49
Get address of current instruction for x86
mar 24 at 18:32
How to catch IndentationError
mar 23 at 15:20
What can I assume about C/C++ compiler optimisations?
mar 20 at 4:39
Is System.nanoTime() guaranteed to return unique values?
mar 15 at 20:35
g++ vs intel/clang argument passing order?
mar 15 at 11:15
Why start an ArrayList with an initial capacity?
mar 13 at 16:43
List of Lists to List of Dictionaries
mar 12 at 16:17
Race Conditions in C
mar 6 at 11:52
Strange C++ pointer new / delete issues
feb 26 at 5:07
Escaping keyword-like column names in Postgres
feb 19 at 17:27
The most efficient way to implement a phonetic search
feb 18 at 20:36
quick random row selection in Postgres
feb 18 at 12:26
Is there a way to mark a chunk of allocated memory readonly?
feb 18 at 9:10
What is the difference between []int and int[]
feb 15 at 16:12
Python - absolute value
feb 6 at 23:53
How to split a word into letters in Python
feb 4 at 22:40
Is this indicative of a memory leak in Java?
jan 26 at 20:46
How to get the N maximum values in a numpy array?
jan 26 at 16:15
Copy list and append an element in one line
jan 24 at 19:29
Java regex split with any number of asterisks
jan 24 at 16:39
Factoring out the finally {…} block
jan 24 at 16:39
When does HashSet 'add' method calls equals?
jan 24 at 6:19
Inconsistent arguments in ArrayList methods
jan 6 at 7:45
Diificultly with BigInteger
jan 5 at 21:09
Unexpected “transient” constructor modifier
jan 4 at 20:38
python: recurcive list processing changes original list
jan 1 at 19:31
About private member of Class in C++
dec 19 at 8:35
Selective inheritance C++
dec 16 at 16:34
Python: List of all unique characters in a string
dec 14 at 22:49
Why does Python's dict.keys() return a list and not a set?
dec 10 at 21:46
Checking the “boolean” result of an “int” type
dec 10 at 10:11
What does “new int(100)” do?
dec 8 at 0:10
Remove index column in write.csv
dec 7 at 1:39
Why doesn't std::pair have iterators?
dec 5 at 21:19
Algorithm to find least sum of squares of differences
dec 3 at 18:37
Does delete[] deallocate the entire block of memory?
nov 30 at 3:16
When is a function registered with atexit() called
nov 26 at 3:59
how will java handle running threads on exit?
oct 25 at 8:14
Why does pthread_cond_wait have spurious wakeups?