Displaying 3 results from an estimated 3 matches for "imperialist".
Did you mean:
imperialism
2009 Mar 24
2
Is there a web-based server status package?
I have a small squirrelmail server using Postfix & Dovecot, and I
would like to add a web-based "status" screen to remotely check its
health. Is there a preferred packaged for doing this?
I mostly want to monitor disk space usage, and CPU utilization.
2011 Dec 07
4
bug in rank(), order(), is.unsorted() on character vector
Hi,
This looks OK:
> x <- c("_1_", "1_9", "2_9")
> rank(x)
[1] 1 2 3
But this does not:
> xa <- paste(x, "a", sep="")
> xa
[1] "_1_a" "1_9a" "2_9a"
> rank(xa)
[1] 2 1 3
Cheers,
H.
> sessionInfo()
R version 2.14.0 (2011-10-31)
Platform: x86_64-unknown-linux-gnu (64-bit)
locale:
[1]
2004 Jul 09
7
Predictive Dialers
Hi,
I was just wondering if anyone knows how predictive dialers detect
voicemail and answering machines, and if they could explain to me how
that works.
Thanks!
Brian.