1,190 reputation
111
bio website
location
age 90
visits member for 8 months
seen 49 secs ago
stats profile views 35

May
14
reviewed Reviewed How to use bash $(awk) in single ssh-command?
May
14
reviewed Reviewed Is the distinction between vertex and pixel shader necessary or even beneficial?
May
14
reviewed Reviewed BASH how to find substring inside a string (or how to grep a variable)?
May
9
comment InternetReadFileEx doesn't read full HTML
Is there a reason you're using ASYNC and then waiting infinitely, rather than just using SYNC?
May
9
comment Not receiving messages after sometime
GetMessage() doesn't return until a message is retrieved; you probably want to use PeekMessage() instead. Perhaps the blocking call is gumming up something else in your app.
May
8
comment How to receive messages using a message-only window in a console application?
Is there some reason you're casting WindowProcedure there? It looks like it's already a WNDPROC.
May
8
answered How to receive messages using a message-only window in a console application?
May
7
reviewed Reviewed Variance of a Time Series Fitted to an ARIMA Model
May
2
reviewed Reviewed Is Android always using “tinyALSA”?
May
2
comment win32 event calls not working on winxp but working on win7
What do you mean, it's always 0xFFFFFFFF?
May
2
comment win32 event calls not working on winxp but working on win7
Are you sure the SetEvent() is actually being called?
May
2
reviewed Reviewed how to set table cell height dynamically depending on text label length?
May
2
reviewed Reviewed date displayed as oracle.sql in IReport
May
1
reviewed Reviewed Making forces to work same on Different Resolutions
May
1
answered How to determine that FindText dialog is closed when user click “Cancel”
Apr
30
reviewed Reviewed Unresolved external symbol "class token_…?
Apr
30
answered dsBytes, dwFlags parameters of WSARecv
Apr
30
comment Share permission for read file in child proccess without close the handle, using FILE_FLAG_DELETE_ON_CLOSE
Possibly related, why not just spawn Notepad.exe directly rather than through cmd.exe?
Apr
29
reviewed Reviewed IE 6 & IE 7 Z-Index Problem
Apr
26
reviewed Reviewed How can I make a JavaScript alert before a page closes?