Search the web
Sign In
New User? Sign Up
straight_talking_java · Former JDJ Straight Talking list
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 51586 - 51615 of 60595   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
51586
I just tried to install it on 64 bit linux, even though I have the ia32-libs package, it wouldn't install. dammit. ... -- Autonomous Organisation...
Scot Mcphee
scotartt
Online Now Send Email
Jun 1, 2006
7:06 am
51587
... Professionals work billable hours. ;} Bob...
Bob Foster
xmlbob
Offline Send Email
Jun 1, 2006
7:44 am
51588
i have one that's great for tagging/organizing photos -- Tidepool <http://storymill.com/tidepool/>. i use it for organizing by Who/What/Where/When and...
Jon Kern
jonkernpa
Offline Send Email
Jun 1, 2006
10:50 am
51589
What exit code is returned to the OS when a JVM exits because of an uncaught exception? Where is this documented? -- Esse quam videri (to be rather than to...
Jon Strayer
jstrayer2
Offline Send Email
Jun 1, 2006
7:12 pm
51590
Apparently, there are reasons to restart a java application once in a 'while' http://java.sun.com/j2se/1.5.0/docs/api/java/lang/System.html#nanoTime() This...
Geert Van Damme
darlingvandamme
Offline Send Email
Jun 2, 2006
2:16 pm
51591
... I know from experience and casual observation that an uncaught, runtime exception produces an exit code of 1 in linux. No idea is this is consistent across...
Sean Yunt
seanyunt
Offline Send Email
Jun 2, 2006
2:49 pm
51592
Thanks everybody for the responses. I'm glad to see that I'm not the only one who thought this was a bit out of line. I didn't mean to make it sound like he's...
Curtis Cooley
TheDarkSavant
Offline Send Email
Jun 2, 2006
3:44 pm
51593
What do you think of a method with a NPATH Complexity metric of 1,074,135,088? Some days I can't wait to retire. -- Esse quam videri (to be rather than to...
Jon Strayer
jstrayer2
Offline Send Email
Jun 2, 2006
7:51 pm
51594
... I don't even know what that mean's :( -- Curtis Cooley curtis.cooley@......
Curtis Cooley
TheDarkSavant
Offline Send Email
Jun 2, 2006
8:51 pm
51595
... It's the number of possible execution paths through a function. -- Esse quam videri (to be rather than to seem)...
Jon Strayer
jstrayer2
Offline Send Email
Jun 2, 2006
9:49 pm
51596
I was going to say the same. But I figured someone would tell me to just go google it, which I would have then felt obligated to do rather than send the...
David Rosenstrauch
darose2
Offline Send Email
Jun 2, 2006
10:12 pm
51597
It's always amazed me that management is the only job that people can enter with absolutely no training, especially in resisting the ego-expanding effect of...
Bob Foster
xmlbob
Offline Send Email
Jun 3, 2006
2:45 am
51598
... Oh. Well, that does seem like a lot. ;} Bob...
Bob Foster
xmlbob
Offline Send Email
Jun 3, 2006
2:47 am
51599
i would question the calculation... or maybe there is a sh!tload of bit twiddling case statements with sub case statements and a hit for each possibility? ...
Jon Kern
jonkernpa
Offline Send Email
Jun 3, 2006
4:06 am
51600
for (int i = 0; i < list1.size(); i++) { if (list1.get(i) != null) { for (int j = 0; j < list2.size(); j++) { if (list2.get(j) == list1.get(i)) { // do...
Bob Foster
xmlbob
Offline Send Email
Jun 3, 2006
5:41 am
51601
if npath computes based on array size, that is stupid. it should just be the possible number of paths... The cyclomatic complexity of this method is 5 the...
Jon Kern
jonkernpa
Offline Send Email
Jun 3, 2006
1:22 pm
51602
... It doesn't. ... It does. ... The method I first posted about has a CC of 36. ... That sure worked here. It is crappy code. The author apparently never...
Jon Strayer
jstrayer2
Offline Send Email
Jun 3, 2006
2:48 pm
51603
... solution every time. A skill to behold! -- jon (kern)...
Jon Kern
jonkernpa
Offline Send Email
Jun 3, 2006
5:10 pm
51604
Beauty is in the eye of the beholder. A customer cares only about the outcome. Ugly that meets the customers expectations is better than the most elegant code...
Mica Cooper
mongoldesire
Offline Send Email
Jun 3, 2006
5:50 pm
51605
Forgot this one: "Never offend people with style when you can offend them with substance." --Sam Brown Dont get me wrong, a good solution meets customer...
Mica Cooper
mongoldesire
Offline Send Email
Jun 3, 2006
6:55 pm
51606
not sure what you mean... some things are just ugly. but what if the crappy code produces forever slower enhancements, buggy code, breakage all over the place....
Jon Kern
jonkernpa
Offline Send Email
Jun 3, 2006
7:28 pm
51607
... 30 properly nested if statements could get you there though I must admit I've never seen a CC number of this magnitude and I've measured some pretty...
Kirk Pepperdine
kcpeppe
Offline Send Email
Jun 3, 2006
7:32 pm
51608
Jon, My point was that the first priority should be to meet the customer's expectations. If it does not do that, it doesn't matter if its good code or not. My...
Mica Cooper
mongoldesire
Offline Send Email
Jun 3, 2006
8:01 pm
51609
... Just to chime in because I'm suffering computer usage withdrawal and baby-over-exposure: I've seen this conversation/debate carried out, and participated ...
Eric Rizzo
asmalltalker
Online Now Send Email
Jun 3, 2006
9:46 pm
51610
... tomorrow. precisely... short-term foolishness. leads to Y2K expenditures of $US 100B for two f-in digits. +1 brother! (despite your lack of sleep, you are...
Jon Kern
jonkernpa
Offline Send Email
Jun 3, 2006
11:37 pm
51611
Hey, I resemble that remark. Off with your head!!! ... -- Later... Simon Mac Donald simon.macdonald@......
Simon MacDonald
macdonst
Offline Send Email
Jun 4, 2006
1:47 am
51612
Somewhere along the line and I think it was here this thread took a dangerous turn toward defending expedient crap. Pfui. Crap is crap. Expediency in the...
Bob Foster
xmlbob
Offline Send Email
Jun 4, 2006
3:12 am
51613
It's good to be the King! ;} Bob...
Bob Foster
xmlbob
Offline Send Email
Jun 4, 2006
3:17 am
51614
you crack me up, bob. and, you are right. to mica's defense, there are times when the customer wants chicken shit. and it is our duty to provide it as long as...
Jon Kern
jonkernpa
Offline Send Email
Jun 4, 2006
11:21 am
51615
... Well, yeah, the code has to work. But in this case he wrote a class with 13 String fields & 13 getters, 13 setters. And then 26 "if" statements using the...
Jon Strayer
jstrayer2
Offline Send Email
Jun 4, 2006
12:10 pm
Messages 51586 - 51615 of 60595   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help