search for: 290057

Displaying 2 results from an estimated 2 matches for "290057".

2005 Mar 11
1
Ploting a function of two arguments
Hi, I've written a function: myfun <- function(x, y) { // blah blah } and I want to graph it. My plan is to use persp(), and my question is: how do I create the array of values? One possibility is: x <- seq(0, 10, by=.1) y <- seq(0, 10, by=.1) inputs <- <somehow create an array of x,y pairs> outputs <- apply(A, c(1,2), myfun) The "inputs" array would
2008 Aug 15
2
Simplest (static?) build & config for loopback access?
...ies to include for my purposes? 3) Probably offtopic here, but has anyone seen a better way to index mail in Spotlight than just as plain text? E.g. to hook up Apple's importer (Mail.mdimporter in /System/Library/Spotlight) or Thunderbird's (https://bugzilla.mozilla.org/show_bug.cgi?id=290057), which I guess can better deal with quoted-printable and other encodings? Thanks in advance; I include my compilation and config data below. Francois Z. ------------------ mini:~ fz$ curl -O http://www.dovecot.org/releases/1.1/dovecot-1.1.2.tar.gz mini:~ fz$ tar xzf dovecot-1.1.2.tar.gz mini:~...