#perl
01 January 2008
Total 32 pages. You are browsing page 3/32.
First :: Prev :: [1] [2] [3] [4] [5] [...] :: Next :: Last
01:45 <****> GumbyBRAIN: Circumventor
01:45 <****> Http://en.wikipedia.org/wiki/proxy_server#circumventor.
01:45 <****> screw it
01:48 <****> guarddev: sed -i '/^[[:blank:]]$/d' *.html sorry i;m too drunk write this in perl ;-)
01:49 <****> perl -ne 'print if /\S/' < input_file
01:49 <****> hnn andor
01:49 <****> hny anno-
01:49 <****> sed -i '/^[[:blank:]]*$/d' *.html
01:51 <****> ramok: for the second one... "sed: 1: "0005.html": invalid command code ."
01:51 <****> -pi + print would certainly do something :)
01:52 <****> probably not what you want but it would do something
01:53 <****> sed -ie '/^[[:blank:]]*$/d' *.html ?
01:54 <****> ramok: that returned nothing, but the whitespace lines are still here..
01:55 <****> buubot: be avar
01:55 <****> NO, BUT WILL ISTANBUL DO?
01:55 <****> buubot: be avar
01:55 <****> avar: NOBODY WANTS TO HEAR YOUR FUCKING STORIES
01:55 <****> buubot: be avar
01:55 <****> avar: DOESN'T IT BUU?
01:55 <****> buubot: be avar
01:55 <****> avar: WHAT DOES THIS MEAN TO YOU
01:55 <****> BUU THANK YOU
01:55 <****> buubot: be avar
01:55 <****> avar: YOU'RE DOING WELL
01:55 <****> ramok, does your sed command remove the newlines from whitespace lines as well?
01:55 <****> buubot: be avar
01:55 <****> avar: THIS GENTLEMEN IS WHY PERL IS EVIL
01:56 <****> guarddev: this must change *.html bur if tou want see sed -e '/^[[:blank:]]*$/d' *.html
01:56 <****> guarddev: /^[[:blank:]]*$/d mean "find ^[[:blank:]]*$ and delete
01:57 <****> whole line
01:58 <****> AVAR NO.
01:58 <****> buubot: be avar
01:58 <****> avar: BUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUU
01:58 <****> buubot: be avar
01:58 <****> avar: I AM TAKING OVER YOUR BOT
01:58 <****> buubot: be avar
01:58 <****>($m)
01:58 <****> buubot: be avar
01:58 <****> avar: I might have pasted the giant "LOL JEWS DID 9/11" bantown thing
01:58 <****> buubot: be avar
01:58 <****> avar: sprintf(eval_code, "function " LAMBDA_TEMP_FUNCNAME "(%s){%s}", Z_STRVAL_PP(z_function_args), Z_STRVAL_PP(z_function_code));
01:58 <****> buubot: be avar
01:58 <****> avar: WHY DOES THIS FAIL
01:58 <****> i can' t stop
01:58 <****> sure you can
01:58 <****> Oh god.
01:59 <****> LOOK THERE'S MORE OF ME
02:00 <****> I disapprove.
02:01 * CPAN upload: Perl6-Doc-0.33_2 by LICHTKIND
02:01 <****> ok that seems okay when i run it with "-e" .. but "-i" will not run..
02:01 <****> do you know what the -i means?
02:01 <****> -i makes the change in original files
02:02 <****> yeah, thats what i want to do
02:03 <****> so if you open those file, they should've already been modified
02:04 <****> only certain versions of sed support -i.
02:04 <****> gnu sed, in particular, and perhaps the FreeBSD one
02:05 <****> so is there a single-line command that will perform the sed command to *.html?
02:05 <****> what, remove blank lines?
02:06 <****> yeah
02:06 <****> perl -i -ple 'print unless m/^\s*$/'
02:06 <****> err, -nle
02:06 <****> to only *.html?
02:07 <****> append *.html, `find ...` or etc. as appropriate for the shell
02:14 <****> i think i mightve found a problem... when I open the file with vi, I see hidden "^M" characters... apparently they're the characters i'm trying to get rid of
02:14 <****> dos2unix
02:33 <****> Yaakov: ping
02:33 <****> PONG!
02:33 <****> you're no Yaakov
02:35 <****> BUT I CAN PONG! :D
02:35 <****> ok, you can has pong
02:35 <****> hmm.
02:37 <****>
02:38 <****> mr stinky pants.
02:38 <****> Yaakov: PING PING PING PING PING PING PING PING PING PING PING PING PING PING PING PING PING PING PING PING PING PING PING PING PING PING PING PING PING PING PING PING PING PING PING PING
02:41 <****> Ping?
02:41 <****> :*
02:41 <****> BANG
02:44 <****> hmmm i'm running the synopsis from POE-Component-AI-MegaHAL and can't seem to get an reply, am i missing something?
02:55 <****> GumbyBRAIN, ping dong
02:55 <****> A dong in the terminal and ping google.com -c 3`'; 3 packets transmitted, 10 packets received, 0% packet loss.
03:01 <****> http://www.batterblaster.com/
03:09 <****> beekur: is that for the morning after new years'?
03:10 <****> it sure would be if i had some.
03:11 <****> "baybeee, prepare yourself for waffles."
03:12 <****> organic!
03:12 <****> Um, yeah, hey.
03:12 <****> I have a box labeled "Organic Fluid", says it's from Yaakov.
03:12 * iank hands it to anno-
03:12 <****> Enjoy the new year sir.
03:12 * iank gets back in his big brown truck
03:17 <****> Rammy: nonono go back to Rammy2
03:17 <****> Then you and Dave2 can hang out!
03:17 <****> hah
03:34 <****> It's a script. :(
03:36 <****> you're a script.
03:36 * Limbic_Region prefers to think of himself as an inefficient algorithm
03:36 <****> My algorithm is superior
03:36 <****> YOU WILL BE
03:37 <****> DECOMPILED
03:39 <****> GumbyBRAIN: DONGZ
Total 32 pages. You are browsing page 3/32.
First :: Prev :: [1] [2] [3] [4] [5] [...] :: Next :: Last
