Badge
| Nice Answer | Answer score of 10 or more. This badge can be awarded multiple times. |
Georg Schölly earned this badge 80 times |
feb 21 at 19:49
key value coding-compliant for NSObject class?
feb 12 at 12:39
How do I sort a NSMutableArray by NSString length?
jan 30 at 10:48
Escape HTML to PHP or Use Echo? Which is better?
dec 10 at 18:51
how to connect a signal to a slot in a different thread?
nov 22 at 8:28
Nice IDE for wxPython or Tkinter GUI Development
oct 24 at 20:24
Objective-C Import
sep 17 at 18:55
join list of lists in python
jun 13 '12 at 12:21
How to enumerate an object's properties in Python?
jun 12 '12 at 11:36
Threadsafe vs re-entrant
apr 13 '12 at 10:27
Can Javascript access native image size?
apr 12 '12 at 23:52
Strange problem comparing floats in objective-C
mar 18 '12 at 1:38
Property vs. instance variable
mar 13 '12 at 18:31
Comparing an NSDate to [NSDate date]
feb 25 '12 at 4:06
How do you default to Soft Tabs while programming in Textmate?
feb 18 '12 at 14:29
Get current scroll position and pass it as a variable with a link?
dec 28 '11 at 8:13
How can you print a variable name in python?
dec 12 '11 at 1:41
Best Objective-C tutorial?
dec 6 '11 at 21:53
Which is the fastest algorithm to find prime numbers?
oct 23 '11 at 9:07
Objective-C, how do I convert a double to an int?
oct 4 '11 at 7:57
What RSA key length should I use for my SSL certificates?
sep 25 '11 at 0:14
Regex solution for Objective-C
aug 23 '11 at 12:37
What's the easiest way to create an array of structs?
aug 22 '11 at 17:10
Multi-line comments in Xcode
aug 9 '11 at 7:46
Has reCaptcha been cracked / hacked / OCR'd / defeated / broken?
jul 27 '11 at 13:49
How to delete duplicate rows with SQL?
jul 21 '11 at 7:56
Can I copy/clone a function in JavaScript?
jul 13 '11 at 19:08
python time to age part 2, timezones
jun 30 '11 at 18:23
When should I use uuid.uuid1() vs. uuid.uuid4() in python?
jun 24 '11 at 12:02
Jumping to a new HTML page with JavaScript
jun 16 '11 at 10:08
Is it possible to add dynamically named properties to JavaScript object?
jun 8 '11 at 13:04
Understanding kwargs in Python
may 4 '11 at 21:28
jQuery Slideup/Down Append Question
feb 15 '11 at 11:05
Ruby sleep or delay less than a second?
jan 28 '11 at 15:12
Multidimensional array in Python
jan 27 '11 at 17:28
(post deleted or otherwise unavailable)
dec 26 '10 at 14:54
Non-random salt for password hashes
dec 17 '10 at 11:26
Using Super in an Objective C Category?
dec 2 '10 at 20:01
How to properly work (retrieve values) with NSUserDefaults
oct 22 '10 at 15:24
Casting one C structure into another
oct 14 '10 at 20:13
How do I convert NSMutableArray to NSArray?
sep 9 '10 at 21:57
getPixel from HTML Canvas?
sep 9 '10 at 16:12
How do I use Ruby for shell scripting?
jul 20 '10 at 2:09
is metaprogramming possible in Javascript?
jul 10 '10 at 4:25
Collapse sequences of white space into a single character
jun 9 '10 at 14:57
What do the plus and minus signs mean in Objective C next to a method?
may 4 '10 at 17:17
Does Objective-C use short-circuit evaluation?
apr 19 '10 at 21:57
How can I return a random line from a file? Interview Question
apr 10 '10 at 20:42
Creating equivalent classes in Python?
mar 23 '10 at 13:47
Salting Algorithm Strength
mar 21 '10 at 2:47
In Python, how do I determine if an object is iterable?
mar 3 '10 at 15:22
What describes nil best? What's that really?
jan 20 '10 at 0:52
Running V8 Javascript Engine Standalone
jan 14 '10 at 0:57
Storing encrypted passwords
jan 13 '10 at 16:07
Cocoa/Objective-c 'system();' acting weird
jan 6 '10 at 21:42
Defining own main functions arguments argc and argv
jan 4 '10 at 17:47
What is the pythonic way of checking if an object is a list?
jan 3 '10 at 21:07
What is the underlying data structure for Python lists?
dec 23 '09 at 22:12
Algorithm to Divide a list of numbers into 2 equal sum lists
nov 17 '09 at 11:37
Why is looping over range() in Python faster than using a while loop?