slim

4,928
reputation
246 views

Registered User

name slim
member for 1 year
seen 23 hours ago
website
location Leamington Spa, UK
age 36
I'm a B2B Messaging developer. This involves Java, C,network protocols, databases and (for my sins) WebMethods.
1d
comment How long does code last?
I've been in my job 10 years. Some of the code I rely on is over 30 years old.
1d
answered How can I get started with Perl 6?
1d
revised how to draw a spiral using opengl
generous language/punctuation edit
1d
accepted Fundamentals Vs. Specific Technologies
Dec
6
awarded  Mortarboard
Nov
27
comment Do beautiful, user-friendly Java applets exist?
I think the Chrome demos you're thinking of are in Processing.js Processing.js is a port of the 2D context from Processing. Processing can output applets. Processing.js runs in a Javascript interpreter.
Nov
17
answered compile-time checking in Groovy
Nov
12
asked Recommended Socket Server frameworks
Nov
10
comment What is the best UI you’ve ever used?
That's great news! It looks like it came out early '09.
Oct
10
comment The behavior of ; to repeat the last t command bothers me. Can you help me make it better?
the downside is that when you move to a vim with the standard ; mapping, it'll drive you mad.
Oct
10
comment Easiest way to split a string on newlines in .net?
Don't go with this, due to Guffa's reasoning.
Oct
10
comment Easiest way to split a string on newlines in .net?
You probably want to preserve genuine empty lines : \r\n\r\n
Oct
10
comment Easiest way to split a string on newlines in .net?
Move the clunk into your own method - possibly in your own StringUtils class.
Oct
1
revised How can I count runs in R?
Tidied title.
Oct
1
comment A line of java code and what it does?
Yes, the best thing here would be if( n != 0 || ! n.equals(""))
Oct
1
comment what is foobar?
@tharkun foo, bar and baz are useful for making examples more explicitly generic. If I give an example using a User class, the reader might think my example only applies to the domain of user management. If I use a Foo class, it shows that my example is more generally applicable.
Oct
1
comment How can I count runs in R?
Do you want answers in R? If so, it's probably wise to start the question with "In R ..." rather than just having an R tag.
Oct
1
comment Worst Java practice found in your experience?
Java quite often requires you to catch an exception that can never happen. For example, an IOException reading from a ByteArrayInputStream - assuming you are in control of the creation of said ByteArrayInputStream.
Oct
1
answered Worst Java practice found in your experience?
Sep
30
comment Translate goto statements to if, switch, while, break, etc.
@Guard Java has no goto, so by definition there is no "legal use of goto"! In C, a label has function scope, so you can't goto another function. However, I, like you, was thinking of the worst case where a goto sends you to different function. BBC BASIC allowed you to do this, as I'm sure many other languages do.
Sep
28
comment Translate goto statements to if, switch, while, break, etc.
+1 You read the question the same way I did, and I more or less agree with your answer. There may be specific uses of GOTO that can be automatically detected and replaced - but to do so in the general case might not be possible.
Sep
28
accepted Need a lightweight web server for Windows XP Home
Sep
28
answered Is reversing I18N translation possible?
Sep
28
answered Need a lightweight web server for Windows XP Home
Sep
28
revised Java in bash at university fails with NoClassDefFoundError
Fixed clumsy typo
Sep
28
comment Java in bash at university fails with NoClassDefFoundError
Ooops. How clumsy. Fixing.
Sep
28
answered Java in bash at university fails with NoClassDefFoundError
Sep
26
accepted Java regexp: How common is it? And how much resource does it use?
Sep
26
revised A regular expression question
changed method name, to avoid confusion
Sep
26
answered A regular expression question
Sep
26
answered Java regexp: How common is it? And how much resource does it use?
Sep
26
answered How to print thousands of personalized documents over the web
Sep
25
comment How to print thousands of personalized documents over the web
I'm still confused at the requirement. Is the idea that the "workstations" are effectively print servers? Or is this a user-driven activity: user locates report, chooses "print" from a menu?
Sep
21
answered Which is the fastest javascript engine, and does it really matter?
Sep
21
comment Profiling WebMethods services?
This is what I was hoping to find! (If the "accept answer" button was here, I'd use it). Now to fix the glibc dependencies it needs :(
Sep
21
comment What is the single hardest programming skill or concept you have learned?
Heh, I gave up lots of times ;)
Sep
16
awarded  Yearling
Sep
4
awarded  Popular Question
Aug
27
accepted Are there any good, free programs for graphing program execution?
Aug
27
accepted How do you define a “good” programmer?