StackRating

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

gnasher729

Rating
1457.53 (4,530,006th)
Reputation
42,661 (2,541st)
Page: 1 ... 47 48 49 50
Title Δ
How do I invalidate timer when I don't create NSTimer object 0.00
Is Objective-C's NSMutableArray thread-safe? 0.00
Implicit Conversion from Objective-C Pointer to int * is Disallowed... 0.00
NSJSONSerialization parsing error neither dictionary nor array 0.00
"%" symbol in an NSLocalizedString 0.00
In C and Objective C, should we almost never cast a float or double... 0.00
Objective-C proper use of blocks with ARC? 0.00
In Objective-c, safe and good way to compare 2 BOOL values? 0.00
responseString is null 0.00
Can an Objective-C program be compiled so that int is 64 bit? 0.00
Is there a pattern to cancel a block on another dispatch queue? 0.00
NSOperation vs Grand Central Dispatch 0.00
How dangerous is it to compare floating point values? 0.00
How to avoid modifying the project file ( .xcodeproj ) of Xcode fre... 0.00
Objective-C vs. C speed 0.00
Is inline assembly language slower than native C++ code? 0.00
Semantic Issue: Use of undeclared identifier 'screendata' 0.00
Synthesized copy property does not get deallocated with ARC 0.00
Objective-C- Getting the object with the greatest property value 0.00
Designing a data structure that works in O(logn) time 0.00
Am I misunderstanding NSUserDefaults initWithUser? 0.00
how divide NSMutableDictionary into two NSMutableArrays? 0.00
Is it good practice to initialise a variable to nil? 0.00
What's the simplest way to parse RFC3339 date string in iOS? 0.00
Objective C - Leak when setting an array as an object of a dictionary 0.00
Cast of an indirect pointer to an Objective-C pointer to 'CFReadStr... 0.00
objective c singleton dispatch_once implementation is better? 0.00
objective c - asynchronous http request blocks the program 0.00
Bin Packing - Brute force recursive solution - How to make it faster 0.00
Bin Packing - Brute force recursive solution - How to make it faster 0.00
Naming convention of instance variables when synthesizing properties 0.00
Objective-C efficient closed loop equivalent of NSMutableArray 0.00
declare obj-c class interface that contain c++ class type ivar 0.00
What happens if NSMutableArray is modified by multiple threads at t... 0.00
Proper way of creating new objects which are copies of NSDictionary... 0.00
How to call a method a.s.a.p. but at earliest in the next run loop... 0.00
Speed comparison with Project Euler: C vs Python vs Erlang vs Haskell 0.00
Apple Developer and Enterprise Programs together 0.00
Location services, how to update latitude, Longitude after some tim... 0.00
In which order should floats be added to get the most precise result? 0.00
Why do I get a faster binary with XCode's llvm vs. clang++ from Mac... 0.00
Strassen algorithm not the fastest? 0.00
More efficient compareTo algorithm? 0.00
an appropriate low memory warning message on didreceivememorywarnin... 0.00
Can I call [self retain] within -dealloc? Or, how do I ensure deall... 0.00
Create singleton using GCD's dispatch_once in Objective C 0.00
How to put my structure variable into CPU caches to eliminate main... 0.00
How to improve time complexity of this algorithm 0.00
Different Keys Point to Same Object(s) in NSMutableDictionary 0.00
__blocks and allocating objects within dispatch_sync 0.00