Epaga

5,315
reputation
375 views

Registered User

name Epaga
member for 1 year
seen 7 hours ago
website
location Berlin, Germany
age 28
Dec
18
comment Generating Class Diagram
WOW. Works great.
Dec
17
revised Creating an HICON from a byte array in C++?
added 82 characters in body
Dec
17
comment Creating an HICON from a byte array in C++?
I don't see an Icon class in GDI+ - instead it would work with Gdiplus::Bitmap and then GetHICON.
Dec
17
comment Creating an HICON from a byte array in C++?
also is there any way of doing it without ATL or GDI+?
Dec
17
comment Creating an HICON from a byte array in C++?
how do i get an HICON from a stream?
Dec
17
asked Creating an HICON from a byte array in C++?
Dec
6
awarded  Mortarboard
Dec
3
revised How to inject with Guice when there are two different constructors?
deleted 7 characters in body
Dec
3
asked How to inject with Guice when there are two different constructors?
Dec
3
comment Running automated Web browser tests under Hudson
No but how about saying what's in the link. Is it a picture of Jon Skeet? What is it?
Dec
3
asked How to set the browser locale for Selenium tests running in Java?
Dec
2
comment Programmer Puzzle: Encoding a chess board state throughout a game.
sounds like someone is wanting to write a google wave chess game
Nov
26
accepted What is a great tool for remote pair development?
Nov
24
comment Favorite 3rd-party Python Libraries?
awesome question, great list of stuff.
Nov
23
comment google wave OnBlipSubmitted
check out this open bug: code.google.com/p/google-wave-resources/…
Nov
23
comment google wave OnBlipSubmitted
There is a currently open bug that is causing robots to have issues writing text (except for using appendtext) code.google.com/p/google-wave-resources/…
Nov
20
comment Runtime.getRuntime().exec() with a non-ASCII string in Windows?
perfect, that's what was missing. thanks.
Nov
20
asked Runtime.getRuntime().exec() with a non-ASCII string in Windows?
Nov
19
comment Google Wave Python Tutorial - Nothing happens
it's working in the sandbox now, but not in the Preview.
Nov
19
asked How to fetch current state of a Wave?
Nov
18
comment RegEx match open tags except XHTML self-contained tags
I'd be very interested in a "Making Of" this answer: how did you do the Unicode signs? Did you use a certain editor for that?
Nov
17
asked Have program recognize it crashed last time?
Nov
17
awarded  Popular Question
Nov
5
awarded  Taxonomist
Nov
5
comment How do you organize your work?
+1 - GTD rocks. see the orgmode answer for a combo of GTD+orgmode.
Nov
5
revised How do you organize your work?
added 274 characters in body; added 220 characters in body
Nov
5
comment How do you organize your work?
it took me about 3 days of having it open and forcing myself to use it as my system for me to have it really flow.
Nov
5
comment How do you organize your work?
+1. Mylyn rocks da house.
Nov
4
answered How do you organize your work?
Nov
4
accepted NoClassDefFoundError when trying to use JMockit Coverage
Nov
4
accepted How to get IKVM to build in Visual Studio 2008?
Nov
3
revised ipod touch / iphone development on Windows?
added 115 characters in body
Nov
3
comment ipod touch / iphone development on Windows?
i just voted to close as duplicate in favor of stackoverflow.com/questions/113547/… (with 21k views and only 8 upvotes, which i still find humorous )
Nov
3
comment ipod touch / iphone development on Windows?
i think it's funny, Paul, yup. Note that my question was from last year, though, so I was one of the first. :) i'm willing to close as duplicate if we can agree on a good "first post" on this question. when i asked back in 2008, the search didn't show any similar questions...
Nov
1
accepted Best Eclipse version for Java development
Oct
29
revised ipod touch / iphone development on Windows?
added 117 characters in body; edited tags
Oct
28
awarded  Peer Pressure
Oct
27
awarded  Popular Question
Oct
23
comment Remove all non-”word characters” from a String in Java, leaving accented characters?
works like a charm! thanks!
Oct
23
answered Remove all non-”word characters” from a String in Java, leaving accented characters?
Oct
23
asked Remove all non-”word characters” from a String in Java, leaving accented characters?
Oct
23
asked (Selenium) How to test whether a download of a certain file was started?
Oct
22
answered CodeCoverage vs ExpectedException
Oct
22
revised Looking for a free tool to do UI design
added 48 characters in body
Oct
22
awarded  Popular Question
Oct
20
comment How to submit new entity as well as clear $anchor.task?
can't get much more accurate than when the developer himself answers! :) Thanks, Misko...
Oct
19
asked How to submit new entity as well as clear $anchor.task?
Oct
15
revised Most horrifying line of code you have ever seen?
added 52 characters in body
Oct
13
comment I know how to program. Now how do I learn to design?
agree with tvanfosson, probably one of the biggest design traps most developers naturally fall into is high coupling and dependency messes. TDD forces you to decouple.
Oct
13
comment I know how to program. Now how do I learn to design?
I'd agree that you're ahead since you are asking this question. heck, asking this question almost puts you ahead of so-called "seasoned" developers. luckily that's changing...but only slowly.