search for: deplore

Displaying 17 results from an estimated 17 matches for "deplore".

Did you mean: declare
2003 Jul 14
1
for loop problem
Dear list, Here's a function that works fine when I assign one value to i. qx, ax and gr are vectors. ax.to.nax <- function(qx, ax, gr=c(0,1,5,10)){ px <- 1 - qx last.n <- gr[length(gr)] - gr[length(gr) - 1] all.bounds <- c(gr, gr[length(gr)] + last.n) n <- diff(all.bounds) # i <- 1 # this i should loop through the values of # gr: i=0, i=1, i=5 and i=10. # testprod
2002 Nov 12
1
Samba with Win2K client -- dual network cards -- same segment
Interesting note: I have a laptop with an integrated 802.11b interface, and a 10/100 interface. Normally, I use the 10/100 for the sake of speed, but occasionally I like to go for a walk with the unit. Basic services such as mail, web, etc. are basically unaffected (except in the area of throughput), but SMB goes into a FUNK! Trying to access my Samba server (2.2.6) over the wireless causes
2010 Jan 19
5
ZFS/NFS/LDOM performance issues
[Cross-posting to ldoms-discuss] We are occasionally seeing massive time-to-completions for I/O requests on ZFS file systems on a Sun T5220 attached to a Sun StorageTek 2540 and a Sun J4200, and using a SSD drive as a ZIL device. Primary access to this system is via NFS, and with NFS COMMITs blocking until the request has been sent to disk, performance has been deplorable. The NFS server is a
2015 Apr 17
3
Plurals in English (was Re: ClamAV reports a trojan)
On Fri, April 17, 2015 12:50 am, Peter Lawler wrote: > On 17/04/15 12:31, Valeri Galtsev wrote: >> But being not native >> English speaker, I use it ("not native English speaker") > Figured as much, which is why I mentioned it ;) > >> as an excuse for >> being unable to pronounce anything. > Not as if most English speakers can pronounce many English
2006 Jan 13
5
Using torrent in tcrules
Hi all, I''m trying to set up traffic shaping and I''m having some difficulty. Here is what I want, and where I am. 1. HTTP and SMTP traffic needs to be priority 1. 2. All other traffic priority 2 3. Torrent traffic priority 3. My distro is Fedora Core 4, and the torrent protocol does not appear in /etc/protocols. The only protocol is TCP, which HTTP and SMTP is built on top
2015 Apr 17
0
Plurals in English (was Re: ClamAV reports a trojan)
...aid by > scissoring his phrases ;-) English people (excludes USA people) should always try to speak simple, jargon-free, easily understandable and logically expressed English especially when conversing with non-English people. I greatly admire the linguistic abilities of non-English people but deplore the dumbed-down abuses of my native language from the US of A. A military plan has become a "road map" even when aircraft are involved provoking the inevitable question of "Do aircraft stop at traffic lights" ! "Back-up" has become either reverse, a saved copy, re-en...
2004 Nov 29
0
[LLVMdev] QMTest vs. Dejagnu
On Sunday 28 November 2004 00:24, Tanya Lattner wrote: Just some comments from a QMTest user... Note however, that even with them, dejagnu looks better. > Cons of QMTest: > 1) You have to use the gui to add directories. I think you're wrong. Manually creating a directory would work, as QMTest does not place anything special in directories. > 2) You have to use the gui to XFAIL
2002 Oct 30
2
Mac OS 9 and file type/creator
Hi, I'm using R1.5.0 on Mac OS 9.1 to create graphics as pdf files. One problem, admittedly pretty minor, is that the file type and creator are blank. Is there any way from within R of setting the file type and/or file creator of the resulting files so that OS9 can work out which program to open the files in? Thanks in advance, David Orme
2011 Mar 21
2
rqss help in Quantreg
Dear All, I'm trying to construct confidence interval for an additive quantile regression model. In the quantreg package, vignettes section: Additive Models for Conditional Quantiles http://cran.r-project.org/web/packages/quantreg/index.html It describes how to construct the intervals, it gives the covariance matrix for the full set of parameters, \theta is given by the sandwich formula
2015 Apr 17
2
Plurals in English (was Re: ClamAV reports a trojan)
...can lough here taking it as a joke ;-) Valeri > should always try to speak simple, > jargon-free, easily understandable and logically expressed English > especially when conversing with non-English people. > > I greatly admire the linguistic abilities of non-English people but > deplore the dumbed-down abuses of my native language from the US of A. > > A military plan has become a "road map" even when aircraft are involved > provoking the inevitable question of "Do aircraft stop at traffic > lights" ! > > "Back-up" has become either...
2004 Sep 18
4
[Bug 931] Allow ssh-connections through a HTTP proxy (such as squid).
http://bugzilla.mindrot.org/show_bug.cgi?id=931 Summary: Allow ssh-connections through a HTTP proxy (such as squid). Product: Portable OpenSSH Version: 3.8.1p1 Platform: All OS/Version: Linux Status: NEW Severity: enhancement Priority: P2 Component: ssh AssignedTo: openssh-bugs
2004 Apr 27
5
p-values
I apologize if this question is not completely appropriate for this list. I have been using SAS for a while and am now in the process of learning some C and R as a part of my graduate studies. All of the statistical packages I have used generally yield p-values as a default output to standard procedures. This week I have been reading "Testing Precise Hypotheses" by J.O. Berger
1999 Jul 27
3
Preliminary version of ts package
There is now a preliminary version of a time series package in the R-devel snapshots, and we would welcome feedback on it. It is based in part on the packages bats (Martyn Plummer) and tseries (Adrian Trapletti) and in part on code I had or have written. (Thanks for the contributions, Martyn and Adrian!) Some of the existing ts code has been changed, for example to plot multiple time series, so
2006 Jan 24
3
R-help Digest, Vol 35, Issue 24
Dear Prof Ripley, First of all, unless you are an english professor, then I do not think you have any business policing language. I'm still very much a student, both in R, and regarding signal analysis. My competence on the subject as compared too your own level of expertise, or my spelling for that matter, may be a contension for you, but it would have been better had you kept that opinion
2008 Sep 08
13
list corner case
I'm curious how people think the following *should* be interpreted: - one 2. two http://babelmark.bobtfish.net/?markdown=-++one%0D%0A2.+two%0D%0A%0D%0A As you can see, implementations split into three groups here: (a) treat as an unordered list Markdown.pl, Python markdown, MultiMarkdown, BlueCloth, MarkdownJ, Showdown (b) treat as an unordered list with an ordered
2004 Nov 27
6
[LLVMdev] QMTest vs. Dejagnu
I've finished adding the -rundejagnu option to the nightly tester script, which was the last step to fully support Dejagnu. I think now is the appropriate time to discuss keeping QMTest or switching to Dejagnu. A lot of work went into using QMTest, so I think we should make this decision carefully and before the 1.4 release. Here are the pros and cons in my eyes, please feel free to add your
2010 Jan 16
95
Best 1.5TB drives for consumer RAID?
Which consumer-priced 1.5TB drives do people currently recommend? I had zero read/write/checksum errors so far in 2 years with my trusty old Western Digital WD7500AAKS drives, but now I want to upgrade to a new set of drives that are big, reliable and cheap. As of Jan 2010 it seems the price sweet spot is the 1.5TB drives. As I had a lot of success with Western Digital drives I thought I would