Displaying 4 results from an estimated 4 matches for "mward".
Did you mean:
award
2004 Nov 16
2
tc rules for Internet Radio
...the children classes would match the rate of
the parent class, allowing the parent class to distribute leftover bandwidth
(ceil - rate) among the children classes." but this isn''t the case for the
ultimate-tc script.
--
Martin
Martin.Ward@durham.ac.uk http://www.cse.dmu.ac.uk/~mward/ Erdos number: 4
G.K.Chesterton web site: http://www.cse.dmu.ac.uk/~mward/gkc/
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
1997 Dec 05
0
R-beta: New R Version for Unix
...and
`Rd2txt' and `Rd2dvi' for easy previewing of single Rd files.
o The use of "names" on one dimensional arrays will now produce
sensible results. This means that for most purposes,
one dimensional arrays can be treated like vectors.
o We have a applied a patch from mward at wolf.hip.berkeley.edu
which should substantially improve the speed of (vector)
arithmetic.
o The modeling formula handler has been expanded so that it
accepts y ~ 0 + x as a "through the origin" specification.
models with no parameters are now acceptable.
o "cov"...
1997 Dec 05
0
R-beta: New R Version for Unix
...and
`Rd2txt' and `Rd2dvi' for easy previewing of single Rd files.
o The use of "names" on one dimensional arrays will now produce
sensible results. This means that for most purposes,
one dimensional arrays can be treated like vectors.
o We have a applied a patch from mward at wolf.hip.berkeley.edu
which should substantially improve the speed of (vector)
arithmetic.
o The modeling formula handler has been expanded so that it
accepts y ~ 0 + x as a "through the origin" specification.
models with no parameters are now acceptable.
o "cov"...
2008 Jan 03
2
scp -q behavior different than documented
Hi
The man page says -q disables the progress meter, but it also disables
all other output.
$ scp -q badhost:/bin/ls .
$ scp badhost:/bin/ls .
ssh: badhost: Name or service not known
I would like -q to disable the progress meter as documented (I don't see
the point of a -q flag if all it does is discards stderr, since I can
already do that with my shell), but you might prefer to update