search for: ats

Displaying 20 results from an estimated 408 matches for "ats".

Did you mean: at
2015 Jan 27
2
[LLVMdev] ATS workaround for Clang 3.5
The ATS community is having trouble with clang. They had been using an older version of clang and upgraded because newer versions give higher quality warning messages. Unfortunately, with 3.5, moving from -O1 to -O2 triggers a crash on startup in the clang-generated executable. I had suggested building...
2008 Feb 20
1
insert() function
...certain position of a vector with this code: x <- seq(1:10909) x1 <- c(13112-10909) spect1 <- rnorm(13112) interpol <- approx(x,spect1,xout=c(seq(from=1, by=((10909 - 1)/(x1 - 1)), length.out=x1))) pos <- round(interpol$x,0) intensities <- interpol$y spect2 <- insert(spect1,ats=pos,values=intensities) "interpol" object is the result of interpoling the missing x values with respect to spect1. "pos" object is a vector with the indexes where the values are to be placed (it is the rounded values of interpol$x) and "intensities" is a vector wi...
2015 Jan 15
3
OpenSSH v6.7 & NumberOfPasswordPrompts Option ...
...PermitRootLogin=no applied. But this same issue is present regardless of the account provided. Best regards, Trey Henefield, CISSP Senior IAVA Engineer Ultra Electronics Advanced Tactical Systems, Inc. 4101 Smith School Road Building IV, Suite 100 Austin, TX 78744 USA Trey.Henefield at ultra-ats.com Tel: +1 512 327 6795 ext. 647 Fax: +1 512 327 8043 Mobile: +1 512 541 6450 www.ultra-ats.com -----Original Message----- From: Daniel Kahn Gillmor [dkg at fifthhorseman.net] Received: Thursday, 15 Jan 2015, 4:03PM To: Trey Henefield [trey.henefield at ultra-ats.com]; ?ngel Gonz?lez [keisial at...
2017 May 24
4
NUT namespace: RFC for new variable addition
On May 24, 2017 1:08:09 PM GMT+02:00, Charles Lepple <clepple at gmail.com> wrote: >On May 24, 2017, at 5:11 AM, Arnaud Quette <arnaud.quette at gmail.com> >wrote: >> >> Hi all, >> >> here is another one, related to ATS (automatic transfer switch) this >time. >> >> in order to track "dephasing" between input sources (1 and 2), I'd >like to add a new variable: "input.phase.shift" >> >> >> Details and implementation can be found on: >> https://gith...
2008 Nov 20
0
[PATCH 2/2][VTD] ats support for Intel64 with VT-d
This patch turns on ATS in VT-d context entries and devices with ATS capability. It also contain minor code clean up. Signed-off-by: Allen Kay <allen.m.kay@intel.com> _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2020 Nov 02
1
[PATCH] vhost/vsock: add IOTLB API support
...format=qcow2,if=virtio \ >>>>?????????? -device intel-iommu,intremap=on \ >>>>?????????? -device vhost-vsock-pci,guest-cid=3,iommu_platform=on >>> >>> >>>Patch looks good, but a question: >>> >>>It looks to me you don't enable ATS which means vhost won't get >>>any invalidation request or did I miss anything? >>> >> >>You're right, I didn't see invalidation requests, only miss and updates. >>Now I have tried to enable 'ats' and 'device-iotlb' but I still >&...
2012 Aug 14
2
A drawing problem with R
...eed to draw an horizontal axis with date, here is the test code: > ticks <- c("2004-01-22","2005-01-22","2006-01-22","2007-01- 22","2008-01-22","2009-01-22","2010-01-22","2011-01-22","2012-01-22") > ats <- ticks[seq(1,length(ticks))] > lbl <- strftime(ats,"%b %y") > lbl > [1] "Ò»ÔÂ 04" "Ò»ÔÂ 05" "Ò»ÔÂ 06" "Ò»ÔÂ 07" "Ò»ÔÂ 08" "Ò»ÔÂ 09" "Ò»ÔÂ 10" "Ò»ÔÂ 11" "Ò»ÔÂ 12" I have changed the...
2008 Jun 15
2
R vs SAS and HLM on multilevel analysis- basic question
Hi R users! I am trying to learn some multilevel analysis, but unfortunately i am now very confused. The reason: http://www.ats.ucla.edu/stat/hlm/seminars/hlm_mlm/mlm_hlm_seminar.htm http://www.ats.ucla.edu/stat/sas/seminars/sas_mlm/mlm_sas_seminar.htm and MlmSoftRev. pdf from mlmRev package. >From what i see, the first two links seem to declare the level one variable as a random part (i don't know sas synthax, bu...
2003 Dec 01
0
No subject
...cs. It seems that Samba cannot be run in Windows 2000, and what should I do? Would you please give me some advice? > Thank you very very much. > Liu Buquan > bqliu@nudt.edu.cn > -- Oliver Schulze L. oliver@samera.com.py Asuncion-Paraguay Return-Path: <rogelio@ats-corp.com> Delivered-To: samba@lists.samba.org Received: from stimpy.ats-corp.com (unknown [63.172.19.4]) by lists.samba.org (Postfix) with ESMTP id BBF81500B for <samba@lists.samba.org>; Wed, 25 Jul 2001 07:59:04 -0700 (PDT) Received: by stimpy.ats-corp.com with Internet Mail Service...
2017 Jun 14
0
NUT namespace: RFC for new variable addition
...> On May 24, 2017 1:08:09 PM GMT+02:00, Charles Lepple <clepple at gmail.com> > wrote: > >On May 24, 2017, at 5:11 AM, Arnaud Quette <arnaud.quette at gmail.com> > >wrote: > >> > >> Hi all, > >> > >> here is another one, related to ATS (automatic transfer switch) this > >time. > >> > >> in order to track "dephasing" between input sources (1 and 2), I'd > >like to add a new variable: "input.phase.shift" > >> > >> > >> Details and implementation can be...
2017 May 24
2
NUT namespace: RFC for new variable addition
Hi all, here is another one, related to ATS (automatic transfer switch) this time. in order to track "dephasing" between input sources (1 and 2), I'd like to add a new variable: "input.phase.shift" Details and implementation can be found on: https://github.com/networkupstools/nut/pull/433 Comments and feedback war...
2015 Jan 15
4
OpenSSH v6.7 & NumberOfPasswordPrompts Option ...
...ion of SSH, where the number of password prompts are doubled. If I specify 1, I get 2, and so on. Best regards, Trey Henefield, CISSP Senior IAVA Engineer Ultra Electronics Advanced Tactical Systems, Inc. 4101 Smith School Road Building IV, Suite 100 Austin, TX 78744 USA Trey.Henefield at ultra-ats.com Tel: +1 512 327 6795 ext. 647 Fax: +1 512 327 8043 Mobile: +1 512 541 6450 www.ultra-ats.com Disclaimer The information contained in this communication from trey.henefield at ultra-ats.com sent at 2015-01-15 10:29:26 is confidential and may be legally privileged. It is intended solely for use...
2010 Mar 07
3
mlogit
I am trying to follow this example for multinomial logistic regression http://www.ats.ucla.edu/stat/r/dae/mlogit.htm However, I cannot get it to work properly. This is the output I get, and I get an error when I try to use the mlogit function. Any ideas as to why this happens? > mydata <- read.csv(url("http://www.ats.ucla.edu/stat/r/dae/mlogit.csv")) > attach...
2003 Dec 04
2
Comparing Negative Binomial Regression in Stata and R. Constants differ?
I looked for examples of count data that might interest the students and found this project about dropout rates in Los Angeles High Schools. It is discussed in the UCLA stats help pages for the Stata users: http://www.ats.ucla.edu/stat/stata/library/count.htm and See: http://www.ats.ucla.edu/stat/stata/library/longutil.htm To replicate those results, I used R's excellent foreign package to bring the lahigh data in, then did poisReg1 <- glm(daysabs~gender+ math...
2008 May 08
2
poisson regression with robust error variance ('eyestudy
...uot;sandwich" package (thanks to Achim Zeileis), you get "almost" the same numbers as that Stata output gives. The estimated b's from the glm match exactly, but the robust standard errors are a bit off. ### Paul Johnson 2008-05-08 ### sandwichGLM.R system("wget http://www.ats.ucla.edu/stat/stata/faq/eyestudy.dta") library(foreign) dat <- read.dta("eyestudy.dta") ### Ach, stata codes factor contrasts backwards dat$carrot0 <- ifelse(dat$carrot==0,1,0) dat$gender1 <- ifelse(dat$gender==1,1,0) glm1 <- glm(lenses~carrot0, data=dat, family=poi...
2007 Sep 14
6
DECT SIP phones
Hi folks: I know it's come up a few times before, but I need some more detail. I'm looking for a SIP DECT (cordless) phone for North American installations. I've heard only of the Siemens Gigaset S450/C450 phones. Apparently these aren't sold for use in NAm, even though they're supposed to be legal (in the United States, anyway). On top of that, I understand they have some
2019 Nov 25
0
[RFC 00/13] virtio-iommu on non-devicetree platforms
...nux IORT driver, so it works well with CONFIG_X86. > > > From my limited understanding, IORT and VIOT is to solve device topology > enumeration only? I am not sure how it can be expanded to cover > information beyond device topology. e.g. DMAR has NUMA information and > root port ATS, I guess they are not used today in the guest but might > be additions in the future. The PCI root-complex node of IORT has an ATS attribute, which we can already use. However its scope is the root complex, not individual root ports like with DMAR. I'm not very familiar with NUMA, but it l...
2007 May 23
2
saving datafreame object problem
Do I miss here something? dtaa = read.table("http://www.ats.ucla.edu/stat/mplus/examples/ma_snijders/mlbook1.dat", sep=",") head(dtaa) # shows the data as it should be save(dtaa,"dtaa",file="c:/dtaa") d = load("c:/dtaa") head(d) # all data is lost, it only shows [1] "dtaa" "dtaa"...
2013 Dec 16
2
Real hardware for opus
On Sun, Dec 15, 2013 at 10:33 PM, Adam Sampson <ats at offog.org> wrote: > Carsten Mattner <carstenmattner at gmail.com> writes: > >> What are my best options for a portable player I can put opus on and >> have 10 hours of opus playback? > > I use a SanDisk Clip+ running Rockbox; these are available for around > ?...
2010 Jan 18
3
add spline to longitudinal data - preferably similar to SAS's 'I=SM50S' routine
...hetti plot. I have the plot, but I can't add the spline, a overall trend line. In the SAS code they use the command 'I=SM50S' and I would prefer something similar. I?m using R 2.10.1 on windows XP? I have made this working example. tolerance.pp <- read.table("http://www.ats.ucla.edu/stat/R/examples/alda/tolerance1_pp.txt ", sep=",", header=T) # install.packages("lattice", dep = T) library(lattice) xyplot(tolerance ~ age, groups = id, data=tolerance.pp, type = "l") This is where I want to add a overall spline. Hope someone out ther...