Re: Current download speed in progress bar

2002-04-10 Thread Robin B. Lake


For what it's worth, I have sitting here a publication that provides
the digital filter weights for various low-pass filters.  Pick the
number of points and the spectrum you want and there's a close fit.

Rob Lake
[EMAIL PROTECTED]

 From [EMAIL PROTECTED] Wed Apr 10 12:06:02 2002
 Mailing-List: contact [EMAIL PROTECTED]; run by ezmlm
 X-Mailing-List: [EMAIL PROTECTED]
 Delivered-To: mailing list [EMAIL PROTECTED]
 To: Wget List [EMAIL PROTECTED]
 Subject: Re: Current download speed in progress bar
 Mail-Followup-To: Andre Majorel [EMAIL PROTECTED],
   Wget List [EMAIL PROTECTED]
 Mime-Version: 1.0
 Content-Disposition: inline
 Content-Transfer-Encoding: 8bit
 User-Agent: Mutt/1.3.27i
 
 On 2002-04-10 01:14 +0200, Hrvoje Niksic wrote:
  Andre Majorel [EMAIL PROTECTED] writes:
  
   If find it very annoying when a downloader plays yoyo with the
   remaining time. IMHO, remaining time is by nature a long term thing
   and short term jitter should not cause it to go up and down.
  
  Agreed wholeheartedly, but how would you *implement* a non-jittering
  ETA?
 
 I'm not sure you can, but using the average speed will at least
 low pass filter out most of the jittering.
 
  Do you think it makes sense the way 1.8.1 does it, i.e. to
  calculate the ETA from the average speed?
 
 Yes.
 
 -- 
 André Majorel URL:http://www.teaser.fr/~amajorel/
 std::disclaimer (Not speaking for my employer);
 



Re: How to save what I see (2)

2002-01-01 Thread Robin B. Lake

In a prior posting, I asked about saving an image from a Web page
instead of just saving the information necessary to re-retrieve that
image.  I was advised to try -p -k --html-extension

Using wget-1.8.1-pre2, I still don't see the image data saved in
the .html file wget creates.  Another problem is that while my
shell script:

./wget -nH -p -k --html-extension -q -O /QoI/NDX/working/CHARTS/$myday+NDX.html 
'http://bigcharts.marketwatch.com/quickchart/quickchart.asp?symb=%24NDXsid=0o_symb=%24NDXx=60y=15freq=9time=1'
   

works in one directory, run from another directory I get:

rbl% sh chartshell
1231

nothing to do.

nothing to do.
^C

Happy New Year to all!

Cheers,
Robin Lake
[EMAIL PROTECTED]



How to save what I see?

2001-12-29 Thread Robin B. Lake

I'm using wget to save a tick chart of a stock index each night.

wget -nH -q -O /QoI/working/CHARTS/$myday+OEX.html 
'http://bigcharts.marketwatch.com/quickchart/quickchart.asp?symb=%24OEXsid=0o_symb=%24OEXx=60y=15freq=9time=1'
   

The Web site returns an image, whose HTML is:
IMG 
SRC=http://chart.bigcharts.com/bc3/quickchart/chart.asp?symb=GEcompidx=a%3A0ma=0maval=9uf=0lf=1lf2=0lf3=0type=2size=2state=8sid=^C48
style=320time=1freq=9nosettings=1rand=6148mocktick=1rand=4692 BORDER=0 
WIDTH=579 HEIGHT=335BR

(I had to break the line for my e-mail editor).

What is saved by Wget is the HTML, so that when I go to get the saved image,
say a week from now, what I get is the image for that future day, not for
the day I saved!

Is there a way to get Wget to save the image?

Thanks,
Robin Lake
[EMAIL PROTECTED]




Re: New win binary

2001-12-06 Thread Robin B. Lake

 
 New binary and sources at http://space.tin.it/computer/hherold for
 1.8-pre1+cvs 2001/12/06, compiles flawlessly.
 
 Heiko
 
 -- 
 -- PREVINET S.p.A.[EMAIL PROTECTED]
 -- Via Ferretto, 1ph  x39-041-5907073
 -- I-31021 Mogliano V.to (TV) fax x39-041-5907087
 -- ITALY


Trying to build on OS 10.1.1 Mac G4.  There is no configure in the wget.1
directory.  Moving the configure from another wget directory, I get:

[g3:/QoI/working/wget.1] rbl% ./configure
loading cache ./config.cache
configuring for GNU Wget char *version_string = 1.8-pre1+cvs;
configure: error: can not run ./config.sub


Thanks,
Robin Lake
[EMAIL PROTECTED]
 



Wget-1.8-Beta

2001-12-01 Thread Robin B. Lake

I have the output listing from ./configure and make for Wget-1.8-Beta under OS 10.1.1 
Macintosh.
I don't want to bore the mailing list by including it.  To whom should I send it 
off-list?

Thanks,
Robin Lake
[EMAIL PROTECTED]



Re: WGET multiple files?

2001-10-10 Thread Robin B. Lake

How DOES Wget support HTTP cookies?  I access a real-time stock quote
site where (IF I use my browser AND login to the site) I can get real-time
quotes.  However IF  I script Wget to get the quotes from the site
(same URL), I get quotes that are 20-minutes delayed.  Monitoring the
IP packets, the difference SEEMS to be that the browser gets, saves,
and resends a Cookie.

Any clues?

Thanks,
Robin Lake
[EMAIL PROTECTED]



Help compiling Wget on MachTen

2001-08-20 Thread Robin B. Lake


Compiling wget on a Mac G3, OS 8.6, MachTen 4.1.1.

After converting the un-tarred files from Mac to UNIX, and running
./configure, typing make yields the following:

root@G3# make
echo timestamp  stamp-h.in
cd src  make CC='gcc' CPPFLAGS='' DEFS='-DHAVE_CONFIG_H -DSYSTEM_WGETRC=\/usr
/local/etc/wgetr
c\ -DLOCALEDIR=\/usr/local/share/locale\' CFLAGS='-O2 -Wall -Wno-implicit' LD
FLAGS='' LIBS='-
lintl ' prefix='/usr/local' exec_prefix='/usr/local' bindir='/usr/local/bin' inf
odir='/usr/local
/info' mandir='/usr/local/man' manext='1'
make[1]: Entering directory `//working/wget/src'
Makefile:2: warning: NUL character seen; rest of line ignored
Makefile:3: warning: NUL character seen; rest of line ignored
Makefile:4: warning: NUL character seen; rest of line ignored
Makefile:5: *** missing separator.  Stop.
make[1]: Leaving directory `//working/wget/src'
make: *** [src] Error 2

Any clues?

Thanks,
Rob Lake
[EMAIL PROTECTED]