Badge
| Nice Answer | Answer score of 10 or more. This badge can be awarded multiple times. |
Cat Plus Plus earned this badge 83 times |
may 1 at 11:09
Alternative to eval in Python
apr 5 at 17:34
What are the limitations of distributing .pyc files?
apr 4 at 22:57
Representing big numbers in source code for readability?
mar 26 at 14:35
passing vectors by reference
mar 20 at 23:25
Trying to avoid circular imports
feb 21 at 2:58
get key by value in dictionary
feb 17 at 7:19
Copy-constructor inheritance
feb 14 at 6:26
What does (== “ ”) mean, in Haskell?
feb 10 at 21:41
constant variable declaration in Haskell
feb 1 at 3:20
Learning the Django framework
dec 28 at 23:38
Reusable constructors C++
nov 20 at 17:57
ImportError when importing Tkinter in Python
nov 5 at 16:30
LaTeX table too wide. How to make it fit?
sep 26 at 0:57
How do I enable language extensions from within GHCi?
sep 25 at 17:47
Python - getattr and concatenation
sep 3 at 6:49
How to check Haskell infix operator precedence
jul 10 at 7:18
Python: advantages and disvantages of _mysql vs MySQLdb?
jun 28 at 19:03
Django admin ManyToMany inline “has no ForeignKey to” error
jun 21 '12 at 13:47
Negation in Python
jun 4 '12 at 14:33
Haskell Error - Naked Expression at Top Level
jun 1 '12 at 17:18
Behaviour of malloc with delete in C++
may 29 '12 at 22:52
Counting each letter's frequency in a string
may 25 '12 at 16:07
Do the advantages of using references over using pointers justify occasional “null-references”?
may 24 '12 at 20:47
operator << must take exactly one argument
may 21 '12 at 8:32
Which is better option to use for dividing an integer number by 2?
apr 26 '12 at 20:46
calling sizeof on a function call skips actually calling the function!}
apr 24 '12 at 0:55
Why doesn't this give the right output?
apr 17 '12 at 3:21
Django: How to format a DateField's date representation?
apr 16 '12 at 12:31
How does quicksort in Haskell work?
apr 13 '12 at 0:12
Django CharField vs TextField
mar 19 '12 at 17:03
C Compiler is generating errors when trying include C++ class header
mar 18 '12 at 22:18
VIM stop it cuting words on half on overflow
feb 24 '12 at 14:26
How do I parse a matrix of integers in Haskell?
feb 14 '12 at 2:38
Memory management in Python
jan 13 '12 at 10:02
Fastest way to reset every value of std::vector<int> to 0
dec 14 '11 at 23:53
What is int8_t if a machine has > 8 bits per byte?
nov 21 '11 at 1:51
defining “boolness” of a class in python
nov 12 '11 at 20:12
Where to start when programming OpenGL
nov 7 '11 at 19:28
string isn't written out in function when called in if-statement.
oct 19 '11 at 23:39
Python map function, passing by reference/value?
oct 6 '11 at 5:35
double while, new feature in C++?
sep 20 '11 at 1:53
C++11 Compiler: Closest to the standard and how close?
sep 16 '11 at 1:43
What does in ? operator/prefix in Erlang mean?
sep 1 '11 at 16:00
Command-line arguments in C++
aug 30 '11 at 21:34
C++ template function that receives std::vector as argument
aug 26 '11 at 18:51
What is wrong with this singleton?
aug 10 '11 at 14:40
Deriving different and incomparable types from int in C++
aug 8 '11 at 14:05
Output formatting in Python: replacing several %s with the same variable
jul 24 '11 at 19:47
Creating a singleton in python
jul 7 '11 at 2:49
How do I move the last item in a list to the front in python?
jul 5 '11 at 8:16
Compare 4 variables to find the lowest C++