izb

4,082
reputation
264 views

Registered User

name izb
member for 1 year
seen Dec 11 at 11:41
website
location Scotland
age 33
Twittage: http://twitter.com/izb
1d
awarded  Popular Question
Dec
8
awarded  Notable Question
Dec
6
awarded  Mortarboard
Dec
2
revised How can I bend a a display object ?
Spelling
Nov
26
comment Regex a xml string
Why is this wrong? This is exactly what xpath is for, isn't it?
Nov
17
comment Why do errors no longer appear in Eclipse’s package explorer?
Oh, for goodness sake :) Thanks.
Nov
17
asked Why do errors no longer appear in Eclipse’s package explorer?
Nov
16
answered Eclipse (Pulsar) packaging: How do I incorporate other projects into my jar?
Nov
16
asked Eclipse (Pulsar) packaging: How do I incorporate other projects into my jar?
Nov
9
comment Can anybody tell me why is so?
Good lord... an integer cache.
Nov
4
comment Is there a faster way to escape a string?
Whoops. Mis-clicked.
Oct
29
comment Get a HashSet out of the keys of a HashMap?
The point is that you don't need to extract the set in this way. This is to avoid creating a new hash from a potentially large number of objects.
Oct
27
revised How to send MMS in J2ME?
Changed JSR number and link
Oct
26
answered Get a HashSet out of the keys of a HashMap?
Oct
19
asked Flicker free AWT application
Oct
8
comment Is there a pattern for this queueing system, and example Java code?
Wow. That's just obliterated a whole lot of over-engineering on my part. I might actually do this, despite the vague possibility of genuine concurrency in the future, because it's far too perfect to ignore. Thanks.
Oct
8
asked Is there a pattern for this queueing system, and example Java code?
Oct
6
comment Netbeans J2ME SVG Compliance
Just to clarify, are you saying that the WTK demo SVG files also display the error when launched from netbeans?
Oct
4
awarded  Nice Question
Sep
24
answered Audio Streaming Using J2ME
Sep
22
comment How do I make wget properly quiet?
2> NUL Perfect, thanks :)
Sep
22
asked How do I make wget properly quiet?
Sep
16
comment How do I make HttpURLConnection use a proxy?
Thanks internet!
Sep
16
asked How do I make HttpURLConnection use a proxy?
Sep
14
comment How to I launch a ruby script from the command line by just its name?
Damn, that was obvious. (Slaps own face)
Sep
14
asked How to I launch a ruby script from the command line by just its name?
Sep
10
awarded  Popular Question
Sep
8
comment Can I set up arbitrary commands in an Eclipse Java project run configuration?
You know I've looked at that button for years and it's never occurred to me to press it. Thanks :)
Sep
8
revised Can I set up arbitrary commands in an Eclipse Java project run configuration?
Pre-emptive debugger loss answer mitigation edit.
Sep
8
asked Can I set up arbitrary commands in an Eclipse Java project run configuration?
Sep
8
comment How to learn Spring Framework fast?
How to learn it fast? I find that unreasonable deadlines are very helpful in that regard. ;)
Sep
7
answered Finding phone number or any unique number thru J2ME
Sep
4
comment Synchronize data from JavaME mobile locally
Ha. That was rather silly.
Sep
4
revised Synchronize data from JavaME mobile locally
removed crazylink
Sep
3
comment Any reason NOT to slap the ‘synchronized’ keyword everywhere?
Bigger worries such as people adding the synchronized keyword to methods without really understanding why, or what it does. I'd worry about that.
Sep
2
revised Is there a faster way to escape a string?
fixed title
Sep
2
comment Is there a faster way to escape a string?
And Hashtables are synchronized, just to add to the costs. The containsKey call could be replaced with '"\n\r\t\b\f\\\"\'".indexOf(current) != 1', I guess.
Sep
2
comment Is there a faster way to escape a string?
Oh yes.. you mean because of the following line ignoring r.
Sep
2
revised Is there a faster way to escape a string?
Fixed silly bug
Sep
2
comment Is there a faster way to escape a string?
'\n' is a carriage return character; a single character. A '\' is a backslash; also a single character. I want to replace carriage returns with a backslash followed by a 'n'.
Sep
2
comment Is there a faster way to escape a string?
Fast for the developer would be to keep the method I have. I was hoping for a fast-performing alternative that I could measure a difference with.
Sep
2
comment Is there a faster way to escape a string?
The problem is that "\n" doesn't contain a '\' to find.
Sep
2
comment Is there a faster way to escape a string?
Very sorry, but this site answers things so quickly that I hadn't time to fix my question to the one I'd actually meant to ask :)
Sep
2
comment Is there a faster way to escape a string?
Ooops, oops, oops. I asked the wrong question. I've updated my code.
Sep
2
revised Is there a faster way to escape a string?
Clarified restrictions.
Sep
2
asked Is there a faster way to escape a string?
Sep
2
comment What are all the escape characters in Java?
So it is :) Backslashes are very hard to get google to search for, you know. Thanks.
Sep
2
asked What are all the escape characters in Java?
Sep
1
comment Eclipse spell checker - How do I remove a word I added?
awesome, thanks.
Sep
1
revised Eclipse spell checker - How do I remove a word I added?
Fixed ironic mis-spellings