Re: check html file size

2005-10-07 Thread Xah Lee
Xah Lee wrote: « would anyone like to translate the following perl script to Python or Scheme (scsh)?» Here's the Python version. # -*- coding: utf-8 -*- # Python # Wed Oct 5 15:50:31 PDT 2005 # given a dir, report all html file's size. (counting inline images) # XahLee.org import re, os.path

Re: check html file size

2005-10-06 Thread Richard Gration
On Wed, 05 Oct 2005 20:39:18 -0400, Sherm Pendley wrote: > Richard Gration <[EMAIL PROTECTED]> writes: > >> Are you fucking seriously fucking expecting some fucking moron to >> translate your tech geeking fucking code moronicity? Fucking try writing >> it fucking properly in fucking Perl first. >

Re: check html file size

2005-10-06 Thread Ulrich Hobelmann
Sherm Pendley wrote: > I'm guessing you didn't get the joke then. I think Richard's response was a > parody of Xah's "style" - a funny parody, at that. If you take all the line noise in Perl as swearing ;) I suppose I'm lucky I can't read it. -- We're glad that graduates already know Java, so we

Re: check html file size

2005-10-05 Thread Ray Dillinger
Richard Gration wrote: > ... fucking ... fucking ... fucking ... fucking ... Fucking ... fucking > ... fucking My friend, you can learn to use a far richer vocabulary of obscenities. If your creative flow is blocked by the fear that you can't spell more dirty words correctly, you can dispel th

Re: check html file size

2005-10-05 Thread Sherm Pendley
Richard Gration <[EMAIL PROTECTED]> writes: > Are you fucking seriously fucking expecting some fucking moron to > translate your tech geeking fucking code moronicity? Fucking try writing > it fucking properly in fucking Perl first. Good fucking job! That's the funniest fucking response I've ever

Re: check html file size

2005-10-05 Thread Sherm Pendley
Ulrich Hobelmann <[EMAIL PROTECTED]> writes: > Richard Gration wrote: >> Are you fucking seriously fucking expecting some fucking moron to >> translate your tech geeking fucking code moronicity? Fucking try writing >> it fucking properly in fucking Perl first. > > Fucking excuse me? > > Fucking ma

Re: check html file size

2005-10-05 Thread Ulrich Hobelmann
Richard Gration wrote: > Are you fucking seriously fucking expecting some fucking moron to > translate your tech geeking fucking code moronicity? Fucking try writing > it fucking properly in fucking Perl first. Fucking excuse me? Fucking maybe you should fucking go fucking fuck your fucking self.

Re: check html file size

2005-10-05 Thread Richard Gration
On Tue, 04 Oct 2005 17:44:02 -0700, Xah Lee wrote: > would anyone like to translate the following perl script to Python or > Scheme (scsh)? Are you fucking seriously fucking expecting some fucking moron to translate your tech geeking fucking code moronicity? Fucking try writing it fucking properl

Re: check html file size

2005-10-04 Thread Tad McClellan
Xah Lee <[EMAIL PROTECTED]> wrote: > would anyone like to translate the following perl script to Python or > Scheme (scsh)? Yes, I would. -- Tad McClellan SGML consulting [EMAIL PROTECTED] Perl programming Fort Worth, Texas -- http://mai

Re: check html file size

2005-10-04 Thread Erik Max Francis
Matt Garrish wrote: > Even if you weren't an incredibly offensive and petulant poster, what makes > you think anyone would write a script from you? Because in addition to being offensive and petulant, he's also an idiot. -- Erik Max Francis && [EMAIL PROTECTED] && http://www.alcyone.com/max/ S

Re: check html file size

2005-10-04 Thread Grant Edwards
On 2005-10-05, Xah Lee <[EMAIL PROTECTED]> wrote: > would anyone like to translate the following perl script to > Python or Scheme (scsh)? Sure. It'll cost you $110/hour with a 2-hour minimum. Where do I send the invoice? -- Grant Edwards grante Yow! I'll take RO

Re: check html file size

2005-10-04 Thread Matt Garrish
"Xah Lee" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > would anyone like to translate the following perl script to Python or > Scheme (scsh)? Even if you weren't an incredibly offensive and petulant poster, what makes you think anyone would write a script from you? Matt --

check html file size

2005-10-04 Thread Xah Lee
would anyone like to translate the following perl script to Python or Scheme (scsh)? the file takes a inpath, and report all html files in it above certain size. (counting inline images) also print a sorted report of html files and their size. (a copy of the script is here: http://xahlee.org/_scr