Zarkonnen

2,332
reputation
237 views

Registered User

name Zarkonnen
member for 1 year
seen 28 mins ago
website
location Cambridge, UK
age 25
I mostly do Java software development of various flavours, including games programming. I must admit I serially downvote "chatty" not-really-about-programming questions, not out of malice, but because I think they ought not to be voted up so much more than "real" programming questions.
1d
accepted Encryption code segment which I do not understand
Dec
16
answered Encryption code segment which I do not understand
Dec
16
revised Best practice Java technology for developing web services?
Spelling
Dec
16
revised Java: Why can we define a top level class as private?
Grammar fixes.
Dec
12
awarded  Popular Question
Nov
29
awarded  Notable Question
Nov
27
comment window.beforeunload called twice in Firefox - how to get around this?
The second call will come whenever the user has pressed the "OK" button on the first dialog box, though.
Nov
26
comment window.beforeunload called twice in Firefox - how to get around this?
What's a sensible timeout value, though? Set it too short and slow users will end up seeing the dialog twice after all. Set it too long and fast users won't see a dialog at all - which is something that really shouldn't happen, as it could cause them to lose data.
Nov
26
comment window.beforeunload called twice in Firefox - how to get around this?
Background: if you return anything from the beforeunload handler, a dialog saying "Are you sure you want to close" is then displayed by the browser, incorporating the return value in the text. I'm not aware of any way of getting at whether the user clicked OK or cancel.
Nov
26
comment window.beforeunload called twice in Firefox - how to get around this?
But how would I abort the closing process at that point?
Nov
26
comment window.beforeunload called twice in Firefox - how to get around this?
But what if the user cancels the close? Then, the next time they try to close the window, the dialog won't pop up at all.
Nov
26
asked window.beforeunload called twice in Firefox - how to get around this?
Nov
19
awarded  Self-Learner
Nov
4
accepted Java Floating License Server API?
Oct
27
comment Opening a URL in current tab/window from a Firefox Extension
Where did you get the information this method from? I've been searching in vain for some actual documentation on what you can do with Javascript in a FF extension.
Oct
26
revised Most elegant way to generate prime numbers
Fixed obvious stupid inefficiency with incrementing divisor.
Oct
24
answered breakpoints not working
Oct
24
comment What are five things you hate about your favorite language?
@Oscar Reyes - Er, we know that. But there may be multiple variables on that line, and the exception message doesn't tell me which one is null.
Oct
24
awarded  Good Answer
Oct
21
accepted JAAS with LDAP password policy
Oct
17
comment Code Golf: Reversi
This is me being defensive - but, people do seem to be enjoying themselves and providing answers, so what's the issue? If people want, I can specify a much more rigorous spec about behaviour, input and output.
Oct
17
comment Code Golf: Reversi
Which language is this?
Oct
17
revised Code Golf: Reversi
Yanked session back into main question.
Oct
17
comment Code Golf: Reversi
Homework?? But... I provided a solution, so how would this possibly be homework.
Oct
17
comment Code Golf: Reversi
Yep, seems to work when compiled and run.
Oct
17
answered Code Golf: Reversi
Oct
17
revised Code Golf: Reversi
Moving my solution to answer entry.
Oct
17
comment Code Golf: Reversi
As it says on the tin - in as few characters of code as possible.
Oct
17
comment Code Golf: Reversi
I'm sure you can, but I want to see...
Oct
17
revised Code Golf: Reversi
1145 -> 1143
Oct
17
asked Code Golf: Reversi
Oct
17
revised JAAS with LDAP password policy
"en user" -> "A user"
Oct
17
answered JAAS with LDAP password policy
Sep
26
revised Code Golf: Lasers
Grammar fixes.
Sep
21
revised Google maps satellite view
Title spelling
Sep
21
comment Programming libraries!
+1 for Cats who code, who have a cat-related name and appear to have some genuinely useful stuff.
Sep
18
revised Anonymous methods/functions: a fundamental feature or a violation of OO principles?
principals -> principles
Sep
18
awarded  Yearling
Sep
16
comment “startproject” option disappeared from django-admin.py
Sorry for the ugly formatting. The underscores in DJANGO_SETTINGS_MODULE don't get rendered otherwise.
Sep
16
answered “startproject” option disappeared from django-admin.py
Sep
16
comment How to use two numbers as a Map key
+1 for the immutability bit
Sep
16
answered Which CMS, script, etc. should I use?
Aug
12
answered Bluescreen of death during Java development on a Leopard - any ideas how to solve this?
Aug
12
revised How to extract a substring from a string in java
Title spelling fix
Aug
12
revised What are the differences between these two ways of starting threads?
More descriptive title, improved formatting, spacing.
Aug
4
comment Java Development on a Mac - Xcode, Eclipse, or Netbeans
Different machines, actually. The NetBeans issue turned out to be a misconfiguration/incompatibility with OS X. I've had Eclipse chew up my files on three different machines, none of them set up by me.
Jul
23
accepted Should Closeable be used as the Java equivalent for .NET’s IDisposable?
Jul
22
comment Why doesn’t Java tell you which pointer is null?
+1 For an actual explanation as opposed to "if you write code 'the right way' this doesn't happen to you".
Jul
22
answered Should Closeable be used as the Java equivalent for .NET’s IDisposable?
Jul
21
accepted Java, “bind” something to a Thread