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

Welcome to IWETHEY!

Now viewing page 38 of 92
[Prev] 1 ... 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 ... 92 [Next]
     Evil COBOL question - (broomberg) - (19)
         Somewhere around 1967? -NT - (ChrisR)
         Isn't COBOL scoped by indentation? - (ben_tilly) - (2)
             No. By "PERIOD" -NT - (broomberg) - (1)
                 A pox upon you for even knowing that. -NT - (mmoffitt)
         MOVE CUCBOM-KIT (BKI) TO OUT-KIT-NAME. - (imric)
         C'mon people - (broomberg) - (11)
             Can't you write a small test program and experiment? -NT - (ben_tilly) - (3)
                 Too ignorant - (broomberg) - (2)
                     Re: Too ignorant - (a6l6e6x) - (1)
                         Nested if... -NT - (imric)
             Periods in COBOL. - (static) - (3)
                 Thanks - (broomberg) - (2)
                     When I said 'I think' - (imric)
                     END-IF is relatively new. - (static)
             You need Meerkat's COBOL-fu. -NT - (pwhysall) - (1)
                 Darnit, I've been a bit slow to catch up :( -NT - (Meerkat)
             Ш сфт щаау - (Arkadiy)
         Dupe - ignore - (broomberg)
         <obCrackMonkey>Ha Ha COBOL</obCrackMonkey> -NT - (pwhysall)
     .NET expert: Microsoft is losing confidence in .NET - (bluke)
     Perl array question - (pwhysall) - (20)
         if (grep {$_ eq $thing} @stuff) {...} - (ben_tilly) - (11)
             Thanks - (pwhysall)
             grep is cool... - (admin) - (5)
                 Sure beats the old way - (FuManChu)
                 my %seen; # Not $seen = (); - (ben_tilly) - (3)
                     *shrug* I got that from the Perl cookbook. - (admin) - (2)
                         Yes it does work. Once. - (ben_tilly) - (1)
                             Nope, you're right. - (admin)
             Why I Needed Something Other Than "grep" - (pwhysall) - (3)
                 You may only need one loop... - (ben_tilly) - (1)
                     And there's the rub. - (pwhysall)
                 Post the code - (broomberg)
         Re: Perl array question - (admin) - (7)
             woooo.... - (folkert)
             "other"? - There's another? -NT - (broomberg) - (5)
                 Yes. Ruby. -NT - (ben_tilly) - (4)
                     No, that's the *other* other one. -NT - (admin) - (3)
                         You like TCL?? -NT - (ben_tilly) - (2)
                             Not without a ring, Mister. -NT - (admin) - (1)
                                 You prefer to take DOS to bat? -NT - (ben_tilly)
     ~OT: MS shipping applications. - (Another Scott) - (5)
         Gimme a break - (Arkadiy) - (4)
             Exactly. - (Another Scott)
             MS was expected to take care of that - (JayMehaffey) - (2)
                 .NET is part of XP sp1 - (Arkadiy) - (1)
                     Quite correct! - (folkert)
     Because I can :-P - (ben_tilly) - (29)
         ... -NT - (admin)
         Make it stop, it hurts! -NT - (Yendor)
         Ick! -NT - (tuberculosis) - (3)
             It could be worse... - (ben_tilly) - (2)
                 It could be raining? -NT - (tuberculosis) - (1)
                     That's always possible in Seattle. :-P -NT - (ben_tilly)
         Omniscient LRPD: His skill is being wasted. -NT - (broomberg) - (4)
             The tricks that he does are ever so clever. -NT - (ben_tilly) - (3)
                 Nihil curo de ista tua stulta superstitione. -NT - (admin) - (2)
                     It's a trick. Get an axe. -NT - (folkert)
                     It's like watching someone try to explain quantum physics... - (ben_tilly)
         You should send this ... - (static)
         Hofstadter! - (Ashton)
         Because that didn't have enough parentheses - (ben_tilly) - (14)
             Re: Because that didn't have enough parentheses - (admin) - (4)
                 Glad to see that I had the desired effect ;-) -NT - (ben_tilly) - (2)
                     You ALWAYS have the desired effect. - (pwhysall) - (1)
                         Till-AAAYYYY!! -NT - (drewk)
                 Sounds like a Little League (baseball) game... -NT - (jb4)
             This reminds me of the Shapes examples. - (static) - (3)
                 Nope. - (admin) - (2)
                     Ah - I was thinking of DOS batch. -NT - (static)
                     You did DOS batch, too? Dang, *I* was gonna do that... :-( -NT - (CRConrad)
             I pasted that into vim - (drewk) - (4)
                 Heh. (BTW works fine in my vim) -NT - (ben_tilly) - (2)
                     Uhh ... that whooshing sound you hear ... - (drewk) - (1)
                         I wasn't sure if it might have actually crashed - (ben_tilly)
                 that's OK - (jb4)
         Job security squared! -NT - (tablizer)
     Publishing a directory on the web - (Arkadiy) - (10)
         You want a product or a project? - (drewk) - (1)
             I want to get a job done. - (Arkadiy)
         What do you mean by "topic"? - (FuManChu) - (2)
             The usual schema - (Arkadiy) - (1)
                 You can download it, sure. - (FuManChu)
         Seaside+Postgres - (tuberculosis) - (3)
             Yeah, that's what I was thinking about, after seeing your - (Arkadiy) - (2)
                 I'll send you something this evening - (tuberculosis) - (1)
                     Thanks -NT - (Arkadiy)
         Re: Publishing a directory on the web - (JimWeirich)
     Is this guy right about Spring? - (drewk) - (13)
         Uneducated guess - (ChrisR) - (9)
             Here's what's wrong with it - (drewk) - (8)
                 But there wasn't a subclass for every query. - (admin) - (7)
                     It *is* about the size, then - (drewk) - (6)
                         What that achieves. - (static)
                         Which is this? - (admin) - (4)
                             The jdbc/connection pooling shtuffs - (drewk) - (3)
                                 Re: Ideal world - (admin) - (2)
                                     Right, meant "view or procedure" - (drewk) - (1)
                                         No, those can be tested as well. - (admin)
         Somewhat. - (admin) - (2)
             Is the sample code right? - (drewk) - (1)
                 Fixed. - (admin)
     Great - another perfectly good term hijacked and hosed - (tuberculosis) - (7)
         Not the first time - (tjsinclair)
         Hurrah! -NT - (pwhysall)
         dunno about C# - (Arkadiy) - (2)
             Except you have to implement the whole interface - (tuberculosis) - (1)
                 Oh, I just gave the most pervasive example - (Arkadiy)
         Actually, that appears to be very similar. - (altmann) - (1)
             Never mind. They are different. -NT - (altmann)
     Shunning Mike For Fun And Profit, The Retro Redux - (pwhysall) - (21)
         OT: Zooks! - (Another Scott)
         shunmike.py - (FuManChu) - (3)
             That's nifty... - (pwhysall) - (2)
                 Sorry, missed that bit. -NT - (FuManChu) - (1)
                     At any rate: - (admin)
         PurePascal on an Atari ST (STEeM) - (pwhysall) - (1)
             Bah. - (admin)
         Ha, least line of code and low end processor? - (daemon) - (6)
             Error in line 2. Premature termination. -NT - (Another Scott)
             That's not pen and paper, that's screen and keyboard - (Arkadiy) - (2)
                 How about Gimp? - (drewk) - (1)
                     Sheesh - (pwhysall)
             Nah... I gotta better one. Better than Drew's, too. - (folkert) - (1)
                 Heh. Sysadmin emulator. -NT - (pwhysall)
         68K Mac - (altmann) - (2)
             That screenshot vibrates on my LCD monitor. :-) - (static) - (1)
                 Didn't see 8-bit in the original requirements document. -NT - (altmann)
         And C# on the Pocket PC - (altmann) - (3)
             Ha! :-) -NT - (Another Scott)
             Woot and Yay! -NT - (folkert)
             Superb. That just won a beer, should we ever meet. -NT - (pwhysall)
     .Net Serialization - (johnu)
Now viewing page 38 of 92
[Prev] 1 ... 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 ... 92 [Next]

Anyone who would spend $5000 on a laptop is either Todd, or out of his mind.
2,357 ms