IWETHEY v. 0.3.0 | TODO
1,095 registered users | 0 active users | 0 LpH | Statistics
Login | Create New User
IWETHEY Banner

Welcome to IWETHEY!

Now viewing page 52 of 92
[Prev] 1 ... 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 ... 92 [Next]
     fun with AWK - (boxley) - (18)
         No, *this* is fun with awk... - (admin) - (17)
             Ha! Visual FoxPro. Chris is a masochist, isn't he. :-) -NT - (Another Scott) - (1)
                 No, I was the masochist: - (admin)
             yabut like bryce sez, what good is it? (actually slick work) -NT - (boxley) - (14)
                 Taught me how to use awk... ;-) -NT - (admin) - (13)
                     Also proved to me... I am not a programmer. - (folkert) - (12)
                         I sent him an email earlier today. - (admin) - (2)
                             Re: I sent him an email earlier today. - (JimWeirich) - (1)
                                 Noted, thanks. -NT - (admin)
                         He comes around periodically -NT - (ChrisR) - (1)
                             I know... that was kinda my reasoning about both ends. -NT - (folkert)
                         Re: Also proved to me... I am not a programmer. - (JimWeirich) - (6)
                             Suhweet! - (folkert) - (5)
                                 Anyone know howto extract a recursive from... - (folkert) - (4)
                                     Use Jim's latest web pages - (ChrisR) - (1)
                                         Re: Use Jim's latest web pages - (JimWeirich)
                                     If you still need the stuff for the wiki, here it is - (ChrisR) - (1)
                                         TANK YEW. -NT - (folkert)
     Why would you redirect errors to /dev/null in production? - (ben_tilly) - (5)
         Its typical in cron jobs to redirect standard out and - (boxley) - (2)
             Not in my cron jobs, it's not - (ben_tilly) - (1)
                 carry over from the olden days - (boxley)
         Very much what Box has said. But, - (folkert) - (1)
             when it fails to work redirect as needed - (boxley)
     I done boo-bood - (broomberg) - (22)
         The escape of the parenthesis - (ChrisR) - (18)
             Oh, I KNOW that was wrong - (broomberg) - (16)
                 Perfect example of why people hate Perl -NT - (Arkadiy) - (15)
                     Then I've served my purpose - (broomberg) - (1)
                         That's when I do my best coding... - (ChrisR)
                     Perl is for use in rare moments of clarity. :) -NT - (a6l6e6x) - (1)
                         ICLRPD (new thread) - (Steve Lowe)
                     And how would you prefer to write that? - (ben_tilly) - (10)
                         The only practical alternatives I've seen... - (ChrisR)
                         Thank you for being so condescending. - (Arkadiy) - (8)
                             Oh, grand. - (Arkadiy)
                             Look at the type of error for a second - (ben_tilly) - (6)
                                 Only in Perl - (Arkadiy) - (5)
                                     Lint is your friend - (ChrisR)
                                     Not only in Perl - (ben_tilly) - (3)
                                         Thanks for examples -NT - (Arkadiy)
                                         Style guide - (ChrisR) - (1)
                                             Not that I know of - (ben_tilly)
             I'd assume that Barry knows that much Perl - (ben_tilly)
         You assigned the result of that substitution - (ben_tilly) - (2)
             Gotcha - (broomberg) - (1)
                 About that NFA swamp - (ben_tilly)
     Groovy, man. - (admin) - (9)
         Well, fewer headaches anyway. - (FuManChu) - (1)
             It doesn't need to be that way, though. - (admin)
         Re: Groovy, man. - (deSitter) - (6)
             Groovy was specifically designed - (tuberculosis) - (5)
                 Re: Groovy was specifically designed - (admin) - (4)
                     1) Yes - (tuberculosis) - (3)
                         I'll have to look at beanshell closer then - (admin)
                         I don't see where it compiles to classes - (admin) - (1)
                             I was thinking of this feature - (tuberculosis)
     HALP! Java question MAX_HEAPSIZE=817152000 - (boxley) - (23)
         800M? - (Arkadiy) - (22)
             hpux on 8400's not intel - (boxley) - (21)
                 Not like a stack - (jake123) - (2)
                     we are using bea as is the vendor - (boxley)
                     Yes, I can tell that you have just taken data structures... - (ben_tilly)
                 Java's heap is where all its objects live - (Arkadiy) - (5)
                     300M -NT - (boxley) - (4)
                         A link found - (Arkadiy) - (3)
                             thanks -NT - (boxley)
                             that link seemed to have nailed it - (boxley) - (1)
                                 Google: Instant Expert-in-a-box -NT - (Arkadiy)
                 The heap is the opposite of the stack - (ben_tilly) - (11)
                     more an object repository in memory? -NT - (boxley) - (10)
                         Not quite - (ben_tilly) - (9)
                             the only problem is - (boxley) - (8)
                                 I don't know why it would become borked - (ben_tilly) - (7)
                                     All of your guesses are for me to follow up - (boxley) - (6)
                                         One other thing to follow up on... - (ben_tilly) - (5)
                                             That will happen if the heap size is > available memory - (admin) - (2)
                                                 Did you read the whole thread, carefully? - (ben_tilly) - (1)
                                                     Nope, but doesn't invalidate my comment. :-) - (admin)
                                             playing with slight increments gives mucky mucks heartburn -NT - (boxley) - (1)
                                                 Stupid muckers - tell them "This is how it's done, so STFU." -NT - (CRConrad)
     Perl code to generate a blank .gif file - (admin) - (13)
         Oh "my" - niceness spoiled by language gouges -NT - (deSitter) - (6)
             ? -NT - (admin) - (5)
                 the "my" keyword is wonky-wonky-wonky - (deSitter) - (4)
                     No, local would NOT be just as good - (ben_tilly) - (3)
                         Not tied to the word itself - (deSitter) - (2)
                             Well, it's obviously not to your taste - (ben_tilly) - (1)
                                 Re: Well, it's obviously not to your taste - (deSitter)
         How about style nits instead? - (ben_tilly) - (5)
             Re: How about style nits instead? - (admin) - (4)
                 Question - (ben_tilly) - (3)
                     can't get there from here - (cforde) - (2)
                         Whom God favors, he shall be allowed the half measure of Tab -NT - (deSitter)
                         Look at the root post... - (ben_tilly)
     Ah, good. I'll have to look at Seaside again. - (admin) - (9)
         Re: Ah, good. I'll have to look at Seaside again. - (deSitter)
         Probably no worse than adding an expired session error - (tuberculosis) - (2)
             Badly written J2EE... - (admin) - (1)
                 Complete with the abysmal oracle specific sql I've been - (tuberculosis)
         Not too burdensome - (Avi Bryant) - (4)
             That makes sense. - (admin)
             Welcome aboard! - (ben_tilly)
             Yeah, what Ben said. :-) - (Steve Lowe)
             Greetings! (new thread) - (pwhysall)
     Why functions and regexes - (admin)
     Quick ant trick - (admin)
     Story on the wonders of Zope at K5 - (Another Scott) - (7)
         Thanks admin. -NT - (Another Scott) - (6)
             Yep. We'll see if it generates any comments. - (admin) - (5)
                 Given your comments, perhaps we should rewrite? (new thread) - (FuManChu)
                 Nice reply - (deSitter) - (1)
                     I got him/her to elaborate a little. - (Another Scott)
                 Serious Flashback! I forgot your old handle... - (jb4) - (1)
                     Haven't fully decided yet. - (admin)
Now viewing page 52 of 92
[Prev] 1 ... 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 ... 92 [Next]

Hate to have a typo or spelling error made immortal by the LRPD.
1,087 ms