search for: whitak

Displaying 20 results from an estimated 44 matches for "whitak".

Did you mean: whita
2002 Jan 29
12
Issues with SFTP
...rint and anytime software is updated on host. - no ascii mode only binary - no verbose or indication of bytes transfered (you would do an ls after sftp is done) - no mput or mget (this may be a show stopper) but could script could generate itself with all the filenames takes coding. Kenneth Whitaker WhitakerK at mtmc.army.mil Information Systems Management Specialist 200 Stovall Street, RM 8N53-28 Alexandria VA 22332-5000 703.428.2512 Phone 703.428.3329 Fax 703.901.0277 Cell Phone 7039010277 at mobile.mycingular.com Beeper www.cingular.com - click digital messaging Services
2003 Jan 03
2
R talking to Oracle, ODBC drivers available ?
...6-pc-linux-gnu arch i386 os linux-gnu system i386, linux-gnu status major 1 minor 5.1 year 2002 month 06 day 17 language R Thanks, Luke Whitaker.
2002 Oct 31
3
Loess with glm ?
...seems rather simplistic and arbitrary in terms of choices about how and where the weighed averages are computed. It seems to me that what I am doing is a kind of poor mans loess. Can anyone suggest a better way to deal with this analysis ? I have only a sketchy knowledge of loess. Thanks, Luke Whitaker Inpharmatica -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-hel...
2004 Oct 25
2
MySQL auth
On Sun, 2004-10-24 at 15:33, Mike Whitaker wrote: > On 24 Oct 2004, at 13:25, Mike Whitaker wrote: > > > Ooo. :) > > > > Having just had a look at auth_curl.c in kh, that would probably do > > what we want even better. nice, these things aren't fully settled yet, for instance are enough parameters pass...
2003 Jan 17
1
DBI/ROracle for remote database connection ?
...6-pc-linux-gnu arch i686 os linux-gnu system i686, linux-gnu status major 1 minor 6.2 year 2003 month 01 day 10 language R Thanks, Luke Whitaker
2004 Oct 24
2
MySQL auth
> > I have started an implementation in the kh branch, so that libcurl > could > be used for listener auth, so can shell commands, but neither have been > used in anger yet. Ooo. :) Having just had a look at auth_curl.c in kh, that would probably do what we want even better. Is it possible (or would it *be* possible) to make <mount> sections take wildcards for
2003 Apr 17
1
Measure of linearity between two variables?
...ht of doing a regression on x ~ y + y^2, and using the absolute value of the ratio of coefficients of the squared and linear terms. Does anyone have any better ideas, either for a linearity measure or a different approach to finding the region of linearity between the two variables ? Thanks, Luke Whitaker
2011 Jul 11
2
[LLVMdev] Submitting patches
Hi, I am intending to submit some patches that enhance the SPARC code generator. Is this the preferred place to post them, or should I send them to llvm-commit? Martin
2006 Mar 18
0
No subject
...he same label.' so use y <- x levels(y) <- c("P", "P", "Q", "Q") e.g. > y <- factor(LETTERS[1:4]) > levels(y) <- c("P", "P", "Q", "Q") > y [1] P P Q Q Levels: P Q On Fri, 6 Dec 2002, Luke Whitaker wrote: > > Hello, > > I have a really trivial question, but I just cannot figure out > a safe and efficient solution: > > I have a factor with four levels, and I want to create a new factor > that collapses the four levels down to two levels. > > E.g Suppose my fact...
2010 May 12
1
DOS Attributes with mixed xattr filesystem support
...ory1. Now the fun: as soon as I make a symbolic link /storage/Personal/novelldirectory1 to point to /home/jarrad/novellmount/directory1, Samba stops emulating DOS attributes on my Personal share (at least as far as my Windows 7 client is concerned). Is there any way around this? Thanks, Jarrad Whitaker
2009 Dec 16
4
Creating Dummy Variables in R
Hi, I am trying to create a set of dummy variables to use within a multiple linear regression and am unable to find the codes within the manuals. For example i have: Price Weight Clarity IF VVS1 VVS2 500 8 1 0 0 1000 5.2 0 0 1 864 3 0 1 0 340
2002 Oct 02
1
Parameterisation of interaction terms in lm
...ene expression micro array, where A is tissue type and B represents a number of genes of interest. I have searched the archives, and read the docs relating to contrasts, but only succeeded in getting confused. I would be very grateful if someone could point me to the solution. Sincerely, Luke Whitaker -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-help-request at st...
2002 Feb 04
1
Installing contributed packages on MacOS X: Solved!
I had run into problems when compiling some contributed packages to an installation of R 1.40 by fink on MacOS X. Namely, packages KernSmooth (2.22-7) and cluster (1.4-0) would not find required libraries, though those were present on the system. Jeff Whitaker, the maintainer of the R fink packages, kindly sent me this: > Kaspar: It's not looking in /sw/lib, where the libs are (the "-L/sw/lib" > is missing). Probably a bug in the packages themselves, or in R - I don't > know which. Seems silly to assume they are installed...
2007 Mar 20
2
Any R function for self-controlled case series method /effect absorption?
Hello, Has anyone written R functions for applying self-controlled case series methods (http://statistics.open.ac.uk/sccs/). In fact only thing needed is to modify glm function to allow absorption of effect. Eg. in Poisson model individual effect is used as factor, but it is considered as nuisance term where parameter estimates are not needed. Could anyone point how absorbing individual
2011 Nov 03
0
[LLVMdev] The performance of LLVM vs GCC
[and copy to list] Jianzhou Zhao wrote: > Hi all, > > This talk includes the performance comparison between LLVM and GCC > (page 30/31): LLVM wins a lot for both compilation and execution time. > http://llvm.org/pubs/2008-10-04-ACAT-LLVM-Intro.pdf > That talk and data were in 2008, I was wondering if there is any > updated performance evaluation between the latest LLVM and
2011 Nov 03
3
[LLVMdev] The performance of LLVM vs GCC
And this one, with LLVM ~3.0: http://www.phoronix.com/scan.php?page=article&item=amd_bulldozer_compilers&num=1 -----Original Message----- From: llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces at cs.uiuc.edu] On Behalf Of Martin Whitaker Sent: Thursday, November 03, 2011 11:01 Cc: LLVM Developers Mailing List Subject: Re: [LLVMdev] The performance of LLVM vs GCC [and copy to list] Jianzhou Zhao wrote: > Hi all, > > This talk includes the performance comparison between LLVM and GCC > (page 30/31): LLVM wins a lot for...
2005 Mar 09
2
encoder->server->listener lag
We're running a setup with M3W on a PC in Sri Lanka, encoding to a server in the UK. What factors govern the time delay between things being said to the microphone in SL and heard by a client connecting to the server, and how can we reduce it as much as possible? Currently we're experiencing 20-30 secs or more.
2005 Mar 09
0
encoder->server->listener lag
On Wed, 2005-03-09 at 18:49, Mike Whitaker wrote: > We're running a setup with M3W on a PC in Sri Lanka, encoding to a > server in the UK. What factors govern the time delay between things > being said to the microphone in SL and heard by a client connecting to > the server, and how can we reduce it as much as possible?...
2004 Oct 22
2
MySQL auth
Before I gird my loins and consider getting my fingers very dirty; in the interests of not reinventing the wheel... Is anyone working on a set of auth_mysql_*() routines to match the auth_htpasswd_*() ones in auth.c?
2004 Oct 24
0
MySQL auth
On 24 Oct 2004, at 13:25, Mike Whitaker wrote: >> >> I have started an implementation in the kh branch, so that libcurl >> could >> be used for listener auth, so can shell commands, but neither have >> been >> used in anger yet. > > Ooo. :) > > Having just had a look at auth_curl.c in...