search for: thata

Displaying 7 results from an estimated 7 matches for "thata".

Did you mean: that
2008 Aug 11
3
Peoblem with nls and try
Hello, I can`t figure out how can increase the velocity of the fitting data by nls. I have a long data .csv I want to read evry time the first colunm to the other colunm and analisy with thata tools setwd("C:/dati") a<-read.table("Normalizzazione.csv", sep=",", dec=".", header=F) for (i in 1:dim(a[[2]]]) { #preparazione dati da analizzare singolarmente P1<-data.frame(Time=a[,2],RFU=a[,i+2]) P1<-data.frame(Time=a[,1],RFU=a[,2]) nlmod2...
2015 Jul 01
4
[LLVMdev] AliasAnalysis update interface - a tale of sorrow and woe
...ort_fatal_error to the addEscapingUse method and did an LTO run over clang's bitcode which finally did reach this code path. addEscapingUse was added in 2011 by r122787 without any test case. There is no mention of this fixing a bug. It looks like it may have been intended to support something thata was never added to the tree. So I'd like to remove addEscapingUse since we used to not have it, and we've never bothered to test it and I can't get anything to fail without it, and GlobalsModRef is the only user and that is only reached during LTO. Thoughts? My final question is delet...
2010 Jan 06
12
Dom0 NETTX, NETRX alway are 0
I tried netperf / netserver with Dom0 / DomU, but I could''nt get a correct NW traffic with xentop. Is there anybody could help me? At Host1''s Dom0, run netperf -H VMIP At Host2''s DomU (with VMIP named TTVM), run netserver At Host1, run xentop this way ->"xentop -n -b -d 1" At Host2, run xentop this way->"xentop -n -b -d 1" In Host2''s
2005 Jun 08
1
samba and kerberos
I'm trying to understand what kerberos support samba has. If I have a windows XP client with MIT Kerberos for Windows, AND I authenticate to a KDC, will I then be able to use those kerberos auth credentials to access shares in samba? My ignorance here is what happens to the NTLM password hashes. Samba is going to expect a password hash. Can samba be configured to ask a kdc if a kerberos
2006 Dec 20
2
\Sexpr in MikTex
Greetings, \Sexpr{} has worked on MikTex with earlier versions of R, I can not seem to get it to work with R-2.4.0. I run Sweave with MikTex using the following statement in Run under Accessories. latex -include-directory="C:\Program Files\R\R-2.4.0\share\texmf" "C:\Documents and Settings\Suzette\Desktop\MyFile\MyProgram.tex" Any advice would be much appreciated, Suzette
2004 Sep 07
2
fallback to static mp3 file?
Karl, It would certainly be a useful feature for me and I guess others. The current solution with ezstream works but listeners all end up at the same (current) point in the mp3 file. With the mp3 file as a fallback each individual listener would want to start hearing it from the start. This might be more difficult to implement with the single-q that is in the current trunk code, I don't know.
2015 Jul 02
2
[LLVMdev] AliasAnalysis update interface - a tale of sorrow and woe
...un over clang's bitcode which finally did reach this code > > path. > > > > > > addEscapingUse was added in 2011 by r122787 without any test case. > > There is no mention of this fixing a bug. It looks like it may have > > been intended to support something thata was never added to the > > tree. > > > > > > So I'd like to remove addEscapingUse since we used to not have it, > > and we've never bothered to test it and I can't get anything to > > fail > > without it, and GlobalsModRef is the only user and...