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 6 of 14
[Prev] 1 2 3 4 5 6 7 8 9 10 11 12 13 14 [Next]
     handy ssl command line howto - (boxley)
     curious, how long does it take for a competent java - (boxley) - (5)
         The question is... - (admin) - (1)
             well, its a submarine project at this point -NT - (boxley)
         PHP is a pretty simple language - (JayMehaffey)
         This is not hard to answer. - (static)
         Depends - (ubernostrum)
     why doesnt this work? - (boxley) - (3)
         Clueless - (crazy) - (1)
             trying to - (boxley)
         fixed - (boxley)
     problem with a shell script talking to an smtp service - (boxley) - (3)
         Um... - (static) - (2)
             the . works manually and I have tried it without quotes - (boxley)
             just retried with \\n \\r no joy -NT - (boxley)
     question on list parsing - (boxley) - (7)
         Dunno if this is easiest, but since you know awk - (admin) - (1)
             I was afraid someone would suggest that :-) -NT - (boxley)
         brainbrammage, here is the solution - (boxley) - (4)
             Ar... I always forget the simple way to do it ;-) -NT - (admin) - (2)
                 Of course you forget, you only do OO AWK -NT - (drewk) - (1)
                     Ha! -NT - (Another Scott)
             I was actually just about to suggest it. - (static)
     Looking for recommendations for a Javascript book - (lincoln) - (13)
         JavaScript The Definitive Guide - (JayMehaffey) - (1)
             Seconded - (ubernostrum)
         Also. - (static) - (10)
             It's "its". HTH! -NT - (CRConrad) - (9)
                 No, it doesn't help. It just annoys. -NT - (static) - (8)
                     Good. Learn from that, then. - (CRConrad) - (7)
                         Annoys you? :-) - (static) - (6)
                             OK, so was *that* one deliberate...? ;-) -NT - (admin) - (5)
                                 You must be mistaken, I'm sure. - (Another Scott)
                                 There was more than one. - (pwhysall) - (2)
                                     iron or no sex? -NT - (boxley) - (1)
                                         Iron is a noun; ferrous is an adjective. Think a bit more. - (CRConrad)
                                 I'm not saying. -NT - (static)
     how to use / as a field separator with awk - (boxley) - (5)
         Works as advertised. - (admin) - (4)
             huh? why does $2 work if / is a field separator - (boxley) - (2)
                 never mind :-) too long a drive yesturday -NT - (boxley) - (1)
                     :-) - (admin)
             I read that as 'two dollars' at first. - (static)
     Help! How to programatically edit case of strings? - (CRConrad) - (24)
         Problem restated - (crazy) - (3)
             Particular - SOME tag, not any other tag. - (CRConrad) - (2)
                 The ultimate clueless non-programmer wannabe approach - (crazy) - (1)
                     Thanks a lot... (new thread) - (CRConrad)
         Well, in Squeak it would look something like - (tuberculosis)
         UltraEdit will do it. - (Another Scott)
         at risk of a war, do this - (boxley) - (16)
             alt-C, bay-bee. - (admin)
             Go ahead - (crazy) - (14)
                 get vi'ed :-) I dont use that shite -NT - (boxley)
                 Who the fsck writes LISP to use Emacs? -NT - (admin) - (12)
                     Ok, fine. - (crazy) - (11)
                         I need more of the problem specifics - (admin) - (9)
                             Hope it's a single file - (crazy) - (8)
                                 As always, use the right tool for the job. - (admin) - (7)
                                     Bunch of text mungers - (tuberculosis) - (6)
                                         Er, come again? - (admin) - (4)
                                             thats our todd, no point manipulating some text - (boxley) - (1)
                                                 Probably smaller than emacs, though :-P -NT - (admin)
                                             Eh? I did it in 3 lines. - (tuberculosis) - (1)
                                                 Re: Eh? I did it in 3 lines. - (admin)
                                         emacs is xml? -NT - (boxley)
                         Re: Ok, fine. - (admin)
         Thanks, Scotts. - (CRConrad)
     In file search and replace? - (JayMehaffey) - (8)
         I'd do something like this - (crazy)
         sed or awk - (ChrisR)
         cat filename | tr '\\\\' '/' > tmp; mv tmp filename - (tuberculosis)
         YAAnswer - (Yendor) - (3)
             Hey that's nifty. - (static)
             Thanks - (JayMehaffey) - (1)
                 Just add the "g" modifier to the sed script - (Yendor)
         Late to the party, but have you tried "tidy"? - (a6l6e6x)
     Quick bash script help needed - (inthane-chan) - (12)
         find . -type f -exec chmod 774 '{}' #untested -NT - (ben_tilly) - (11)
             find . -type f -print | xargs chmod 774 #untested/same thing -NT - (Yendor) - (9)
                 Mine is safer (newlines in filenames) -NT - (ben_tilly) - (8)
                     Mine is bigger - (Yendor) - (7)
                         Who uses a newline in a filename? - (ben_tilly) - (6)
                             Why? - (drewk) - (5)
                                 'find' starts a process for each iteration of exec - (admin) - (4)
                                     I don't follow - (drewk) - (3)
                                         Exact opposite. - (admin) - (2)
                                             Not necessarily a *single* string - (ben_tilly)
                                             Okay, makes sense - (drewk)
             Thanks. - (inthane-chan)
Now viewing page 6 of 14
[Prev] 1 2 3 4 5 6 7 8 9 10 11 12 13 14 [Next]

You getting this down?
238 ms