Joe Corkery

665
Reputation
181 views

Registered User

Name Joe Corkery
Member for 1 year
Seen 8 hours ago
Website
Location Boston, MA
Age 33
Software developer and product manager. Interested in GUI design as well as scientific software development.
Oct
2
comment Determining 32 vs 64 bit in C++
Thanks, this is pretty close to what we were looking for. We'll add additional compiler options as we encounter them, but this covers 90% of cases right now.
Oct
2
awarded  Nice Question
Oct
1
asked Determining 32 vs 64 bit in C++
Sep
16
awarded  Yearling
Aug
10
accepted Help with linker failer: .gnu.linkonce.t…
Aug
7
answered Help with linker failer: .gnu.linkonce.t…
Aug
6
revised Help with linker failer: .gnu.linkonce.t…
edited body
Aug
6
asked Help with linker failer: .gnu.linkonce.t…
Jul
28
answered obtaining text from a QListView
Jul
9
comment Is anybody using the named boolean operators?
I asked a related stackoverflow.com/questions/1069352/… recently on how to control whether or not they supported by the compiler. Turns out its enabled by default in GCC and not so much in MSVC.
Jul
9
accepted Incorrect QFileInfo permissions for user desktop on vista 64
Jul
7
answered Incorrect QFileInfo permissions for user desktop on vista 64
Jul
6
asked Incorrect QFileInfo permissions for user desktop on vista 64
Jul
2
answered Extending Python with C/C++
Jul
2
awarded  Commentator
Jul
2
comment Best Fictional Users for Test Data
+1 This is a great way to really stress test an application which may need to be internationalized as well.
Jul
2
answered Best Fictional Users for Test Data
Jul
1
asked Is it possible to turn off support for “and” / “or” boolean operator usage in gcc?
Jun
25
comment most professional way to tell a developer they are no good
That may be true in your industry, but in more specific niche areas of software development (say chemical or bio-informatics) it is a very small world and you definitely continue to encounter people long after either of you have left the place where you first interacted.
Jun
25
answered Going more social, having more fun at office for programmers
Jun
25
comment Problem with regular expression replacement in Visual Studio 2003
Ah... that is exactly the problem. Thank you very much.
Jun
25
comment Problem with regular expression replacement in Visual Studio 2003
I'm trying to replace this: The \emph{selection} language used in the application is ... with The selection language used in the application is ...
Jun
25
revised Problem with regular expression replacement in Visual Studio 2003
added 12 characters in body
Jun
25
comment Problem with regular expression replacement in Visual Studio 2003
I'm not sure what you mean.
Jun
25
asked Problem with regular expression replacement in Visual Studio 2003
Jun
19
answered Qt - top level widget with keyboard and mouse event transparency?
Jun
19
comment Any way to “bulk load” a Qt data model to avoid excess signal invocations?
If you know when you have reached the last change you can unblock the signal before you perform the operation and then would get just a single signal sent.
Jun
18
answered C++ Container / Iterator Dependency Problem
Jun
18
revised Any way to “bulk load” a Qt data model to avoid excess signal invocations?
added 80 characters in body
Jun
18
answered Any way to “bulk load” a Qt data model to avoid excess signal invocations?