846 reputation
319
bio website mikerooke.com
location Toronto, Canada
age 29
visits member for 3 years, 6 months
seen May 16 at 17:36
stats profile views 65

Mar
3
awarded  Popular Question
Nov
3
awarded  Yearling
Aug
10
accepted XSAMPA phonetic emphasis specification in Android
Aug
10
comment XSAMPA phonetic emphasis specification in Android
I had tried " but thought I wasn't doing something right, since it didn't make a perceivable difference, but it was just my test. Thanks!
Aug
8
awarded  Tumbleweed
Aug
3
revised XSAMPA phonetic emphasis specification in Android
added 152 characters in body
Aug
1
asked XSAMPA phonetic emphasis specification in Android
Jun
8
awarded  Caucus
Jun
8
awarded  Caucus
Jun
1
answered Getting an intersection with Google Places/Geocoding API
Jan
25
comment Android: unable to evaluate locals while debugging in eclipse
Sounds almost like an optimization setting. This sort of thing happens in C/C++ when debugging heavily optimized code, but I realize this is entirely different. Could this be a difference in JIT-compilers?
Jan
5
comment implementing a spellcheck algorithm
That's what the upvote button is for! ;)
Dec
20
revised implementing a spellcheck algorithm
Fixed typo
Dec
20
answered implementing a spellcheck algorithm
Dec
19
comment When should I care about data modeling?
Optimized for what, specifically?
Dec
9
comment Counting the number of words using C from a text file
@MartinBeckett Hah, saw that on reddit today too, eh?
Dec
7
comment Why does C need “struct” keyword and not C++?
I like to think of C having a "typedef namespace" and a "struct namespace". If a struct isn't typedef'd, you'll need to explicitly put the "struct" before it in order to "resolve" its "namespace". You can imagine that C++ automatically chucks all structs into the "typedef namespace". This is of course not really what's going on, but I find this mental model useful.
Dec
7
comment what does the -p and -g flag in compiler
To answer the second part of your question, see this SO question: stackoverflow.com/questions/4381040/…
Dec
6
comment Array changing values after fork()
.. or use a valid part of the stack.
Dec
6
answered Array changing values after fork()