278,377 reputation
55533740
bio website hewgill.com
location Auckland, New Zealand
age 43
visits member for 4 years, 9 months
seen 10 hours ago
stats profile views 38,235

Software geek.

Twitter: @ghewgill


12h
comment Android wifi device discovery and messaging
possible duplicate of Bonjour implementation on Android
12h
answered How to declare destructor of a templated class
14h
comment Python 101: Is a function call an expression?
The term "does something" is very vague and misleading, don't read too much into the words.
15h
revised Creating a bunch of records with FactoryGirl how to?
formatting
1d
awarded  Great Question
2d
awarded  Notable Question
May
17
comment Having trouble displaying a window upon page close
Yeah, popping up windows on page unload is generally frowned upon by browsers (because the feature is often misused for nefarious purposes).
May
17
answered Having trouble displaying a window upon page close
May
17
comment Windows file API compatibility win 7 vs win XP
And the only reason the docs say Windows XP is the earliest available, is that version is (currently) the oldest officially supported by Microsoft. The CreateFile function goes back to at least the very first Windows NT 3.1 from 1993.
May
16
awarded  Nice Answer
May
16
comment How can I create and apply a map layer with MapKit?
What have you done so far? Where are you stuck?
May
15
comment Maximum number of threads in a .NET app?
@ZaidMasud: I believe this question was merged with another one, and the question I originally answered has been lost.
May
15
awarded  Enlightened
May
15
awarded  Nice Answer
May
13
awarded  Enlightened
May
13
awarded  Nice Answer
May
13
comment Importance of Hexadecimal numbers in Computer Science
possible duplicate of Why use hexadecimal constants?
May
13
comment pefile How do I nullify the first 8 bytes of a file?
@Alfe: It sounds like what you're really looking for there is the 'r+' mode. Specifying 'wr+' is redundant and works only by accident. See docs for open() for the list of supported modes.
May
12
awarded  unicode
May
11
awarded  Guru