| bio | website | terrylong.org |
|---|---|---|
| location | California | |
| age | 23 | |
| visits | member for | 1 year |
| seen | 15 hours ago | |
| stats | profile views | 6 |
Software developer in the Bay Area.
|
May 9 |
awarded | Yearling |
|
Mar 8 |
awarded | Caucus |
|
Feb 23 |
comment |
Any better way to keep track of goroutine responses? You could simplify the 2nd for loop a bit, git rid of the progress variable and do the same thing as the first for loop: for i:=0; i < len(searchEngines); i++ |
|
Feb 17 |
comment |
Objective C Seg Fault that only occurs when compiler optimizations are enabled Are you using ARC? It's possible _data is being released automatically before you use the pointer. |
|
Feb 16 |
revised |
Guidance needed regarding allocating c structs and arrays on heap in Objective-c Added answers to other questions |
|
Feb 16 |
awarded | Organizer |
|
Feb 16 |
revised |
pause and resume timer from subview displayed in mainviewcontroller misspelled tag |
|
Feb 16 |
suggested | suggested edit on pause and resume timer from subview displayed in mainviewcontroller |
|
Feb 16 |
answered | Guidance needed regarding allocating c structs and arrays on heap in Objective-c |
|
Feb 16 |
awarded | Revival |
|
Feb 15 |
awarded | Citizen Patrol |
|
Feb 15 |
comment |
What's wrong with this strcpy with pointers function? Why not just use strcpy? |
|
Feb 15 |
comment |
What's wrong with this strcpy with pointers function? Are you sure that sourcePtr has enough space to store all of destPtr? |
|
Feb 15 |
awarded | Analytical |
|
Feb 15 |
comment |
handle Object interdependency in a mulithreaded ios 6 app If you have implemented your singleton method correctly, it should return an initialized singleton. See the link in the answer. |
|
Feb 15 |
answered | handle Object interdependency in a mulithreaded ios 6 app |
|
Feb 15 |
comment |
Weak performance of CGEventPost under GPU load What type of graphics card is in the computer you ran this on? Integrated, integrated+discrete, or discrete? It would be interesting to see if you get different behavior running on a system with a different graphics card configuration. |
|
Feb 15 |
awarded | Commentator |
|
Feb 15 |
comment |
handle Object interdependency in a mulithreaded ios 6 app How are the 3 calls executing in different threads? It looks like they are running on a single thread, sequentially, in application:didFinishLaunchingWithOptions:. Can you clarify what is actually going on and what the problem is? |
|
Feb 14 |
answered | How to make a UITextView stay scrolled at the bottom |