search for: continuses

Displaying 10 results from an estimated 10 matches for "continuses".

Did you mean: continues
2006 Apr 20
1
info : Manova - eigenvector analysis and canonical analysis
Hello everybody ! I try to obtain in R eigenvectors and canonical analysis on MANOVA results, but I don't find how to process? In particular, I would be interesting to obtain "standardized canonical coefficients" of the canonical variates. There analysis give some information on the correlation between response variates. My data are organised in 2 terms (one is continu, one is a
2005 Aug 25
2
question sur R
bonjour je suis elève à l'ENSAI Rennes et je suis actuellement en stage de fin d'études j'ai une question sur R en fait lorsque le simule 2 lois normales qui sont mes 2 variables explicatives continus - une avec que des valeurs > 0 (ou que <0) X1 - l'autre peut prendre aussi bien des valeurs <0 ou >0 X2 et que je regresse le rating (facteur
2003 Oct 29
6
Nortel PowerTouch 350
I have a question hoping someone can help me with. I just purchased a 350 from http://lktelecom.zoovy.com/product/HPT350. I have been reading some posts and heard that these phones won't work with Asterisk.. Is this true? I had a previous Nortel Phone working in this enviroment. Well anyway here's my problem. The phone keeps ringing.. It won't stop.. Which makes the phone
2004 Jul 08
0
XP Pro SP1a login problem
...d file) but when I reboot and try and login as a user on the domain I get the following error: "Windows cannot connect to the domain, either because the doamin controller is down or otherwise unavailable, or becuase your computer account was not found. Please try again later. If this message continuses to appear, contact your system administrator for assistance." Now I can just log into the local machine and map a drive no problem and i've done the sign or seal hack. Anyone have anythoughts? Thanks, Brad here is the globals,netlogon, and home section of my smb.conf file [global]...
2013 Sep 19
0
ggplot2: two y-axis - any change?
Hi, I know that according to plot theory, one should not have two y-axis. It is just that in my field, we are often depending on plots where water depth is plotted in one y-axis and other parameters such as salinity on the other y-axis to see where the halocline (the depth where the two layers of water are not mixed) is located. I have many other examples. To publish, it is required of me to
2004 Jul 14
0
XP SP1a can join domain but not log in.
...d file) but when I reboot and try and login as a user on the domain I get the following error: "Windows cannot connect to the domain, either because the doamin controller is down or otherwise unavailable, or becuase your computer account was not found. Please try again later. If this message continuses to appear, contact your system administrator for assistance." Now I can just log into the local machine and map a drive no problem and i've done the sign or seal hack. Anyone have anythoughts? Thanks, Brad here is the globals,netlogon, and home section of my smb.conf file [global]...
2011 Jun 27
0
[LLVMdev] Can LLVM jitter emit the native code in continuous memory addresses ?
It is possible to subclass JITMemoryManager and pass in a custom memory manager, but I don't believe you'll be able to convince the JIT to emit PIC code without hacking on LLVM a bit. Reid On Sun, Jun 26, 2011 at 4:21 AM, Mohammed Ag <admirer4 at gmail.com> wrote: > ** > > I have question relating to LLVM Jitter: Can i obligue the LLVM Jitter to > emit the native
2011 Jun 26
2
[LLVMdev] Can LLVM jitter emit the native code in continuous memory addresses ?
** I have question relating to LLVM Jitter: Can i obligue the LLVM Jitter to emit the native code in continuous memory addresses ? and to be PIC ? what i want to do is to move the JIT code to another process in order to execute it, my approach is to save the JIT code in buffer i will save it to file and pass it to the execution process. what i mean by "load" is to simply read the bits
2007 Feb 08
2
Re: INFOSEC 500 XP USB on Debian using nut
Hi Arnaud, Is there any news about this hardware,does nut managed it right now ? Is there any technical information to make it working on debian ? Thanks for your help, Regards, DaneZ _____ From: Arnaud QUETTE [mailto:Arnaud.QUETTE@mgeups.com] To: DaneZ [mailto:david.guillotte@danez.no-ip.org] Sent: Mon, 17 Jul 2006 09:07:03 +0200 Subject: Re: RE Fw: INFOSEC 500 XP
2009 May 03
6
[RFC] The reflink(2) system call.
Hi everyone, I described the reflink operation at the Linux Storage & Filesystems Workshop last month. Originally implemented as an ocfs2-specific ioctl, the consensus was that it should be a syscall from the get-go. Here's some first-cut patches. For people who have not seen reflink, either at LSF or on the ocfs2 wiki, the first patch contains Documentation/filesystems/reflink.txt to