search for: inter

Displaying 20 results from an estimated 2418 matches for "inter".

Did you mean: intel
2010 Oct 06
3
integrate Intertel Axxess with Asterisk
Has anyone successfully integrated Asterisk with an Inter-tel Axxess phone system via a SIP trunk using the IPRC card? -- Marvin Horst -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20101006/5dbe435a/attachment.htm
2004 Jul 01
5
Inter-Tel Eclipse2 (IP PhonePlus)
Hello All, Just looking some comments from gurus about this proprietary systems and phones: Inter-Tel Eclipse2 Model name: IP PhonePlus I did not find anything useful or reasonable about their products on their website or even in Internet.... except sales. -- Thanks and regards, Vasyl Rublyov
2007 Nov 08
5
Running specs in reverse
There is an option "--reverse" to run examples in the reverse order which is good for detecting inter-dependencies between examples. Is it feasible for rspec to automatically switch between "forward" and "reverse" order each time a spec is run? My goal is to detect inter-dependencies sooner than later... Thanks Alvin.
2006 Aug 18
1
multivariate analysis by using lme
Dear R users, I have a data structure as follows: id two res1 res2 c1 c2 inter 1 -0.786093166 1 0 1 2 6 3 -0.308495749 1 0 0 1 2 5 -0.738033048 1 0 0 0 1 7 -0.52176252 1 0 1 0 4...
2005 Aug 02
1
Default_mail_env..
...new to Dovecot and we are trying to do some tests in a production environment. We use mysql to authenticate and dovecot imap only. But our structure directory is something special. All of ours accounts are stored in maildir and the path is the following: For example the account pepe at inter.net /export/maildir/inter.net/p/e/pepe and into pepe we have cur, tmp, new. This is a problem because we cannot modify the database adding home for all users, so in the other side I played with the default_mail_env default_mail_env = maildir:/export/maildir/%d/%1u/%2u/%n:INBOX=/export...
2003 Mar 11
0
Interrater and intrarater reliability
...he article: M. Eliasziw, S Lorraine Young, M Gail Woodbury and Karen Fryday-Field (1994): Statistical Methodology for the Concurrent Assessment of Intrarater and Intrarater Reliability: Using Goniometric Measurements as an Example. Physical Therapy 74 (8); 777-788 The function gives the estimated inter- and intrarater reliabilities (rhohat) for fixed and random rater effects, partial intrarater reliabilities for each rater, F test statistics with corresponding p-values, lower bounds for one-sided confiodence intervals and standard errors of measurement. The defaults are set up for use in a curr...
2013 Feb 09
1
R maps Help
...header=TRUE) flights <- read.csv("FSRflights.csv", header=TRUE, as.is=TRUE) checkDateLine <- function(l){ n<-0 k<-length(l) k<-k-1 for (j in 1:k){ n[j] <- l[j+1] - l[j] } n <- abs(n) m<-max(n, rm.na=TRUE) ifelse(m > 30, TRUE, FALSE) } clean.Inter <- function(p1, p2, n, addStartEnd){ inter <- gcIntermediate(p1, p2, n=n, addStartEnd=addStartEnd) if (checkDateLine(inter[,1])){ m1 <- midPoint(p1, p2) m1[,1] <- (m1[,1]+180)%%360 - 180 a1 <- antipode(m1) l1 <- gcIntermediate(p1, a1, n=n, addStartEnd=addStartE...
2004 Aug 17
2
Inter-digit timers on t100
Hello all- So I have * up and running and connected to a legacy system via em_w lines and have no trouble dialing from * through the tie line but from the PBX across the tie line I am having intermittant receipt of the DTMF. T-Berd testing is showing that the digits are coming across but * is either missing the first digit consistantly. This seems to me to have something to do with start timers or inter-digit dtmf timers or something. I have even tied 2 * together each with t100 cards and...
2013 Apr 21
1
Excluding observations
...uot; <smartpink111 at yahoo.com> Sent: Sunday, April 21, 2013 2:45 AM Subject: Excluding observations Hi Arun, I have a bit problem excluding some observations from the ID variable in the data. I really appreciate if you can help me. The values that I want to exclude are coming from:? inter<-Data.All.Var$ID[Data.All.Var$ID%in%Y.Out$ID] inter<- as.character(inter) Exclude from the original data: DataAllExclude<-Data.All.Var$ID[-inter] or [!inter] ----> this code doesn't work! Thanks a lot.
2010 Nov 29
4
subset
...' and third year firstyear <- subset(xmelt,year ==' first');str(firstyear) # works # two variables,,doesn't work firstyear <- subset(xmelt,year ==' first' & year == 'third');str(firstyear) ? Felipe D. Carrillo Supervisory Fishery Biologist Department of the Interior US Fish & Wildlife Service California, USA
2016 Mar 23
0
Open Project : Inter-procedural Register Allocation [GSoC 2016]
Hi Vivek, [+CC Matthias, Quentin] Inter-procedural register allocation can be a big win, but my estimate is that it will be challenging to complete within one summer unless you're already familiar with LLVM's register allocator. I've CC'ed some people who can give you some more detailed information. -- Sanjoy On Tue,...
2020 Mar 13
3
[GSOC] "Project: Improve inter-procedural analyses and optimisations"
Hi all, My name is Fahad Nayyar. I am an undergraduate student from India. I am interested to participate in GSOC under the project “Improve inter-procedural analyses and optimizations”. I have been using LLVM for the past 8 months. I have written various intra-procedural analysis in LLVM as FunctionPass for my course projects and research projects. But I’ve not contributed to the...
2003 Sep 30
2
FW: error predicting values from the LME
...gurarly updated. I'm using hypothetical data constructed as a pseudo population conforming to a certain Var-Cov structure. I might add that just > predict(level2) works. But when I add the new dataset it doesn't. Following a suggestion I even tried refactoring of the grouping variable (inter) after I created the subset. It didn't work. I have no other factor variables in the model. I really have got no clue what could be wrong. There is a sample from my data: > dnNew Grouped Data: y ~ v11 + v21 + v22 + v23 | inter v11 v21 v22 v23 inter 4...
2016 Mar 20
2
[GSoC 2016] Need more info on Add a MachineModulePass
...R should be deallocable. > In other words, the MachineModule/MachineFunctions should contain > enough information such that we do not have to keep the LLVM IR around. I think this is a separate issue from having a MachineModulePass. My goal in having a MachineModulePass is to be able to do inter-procedural analysis and transformation on a program after its code has been generated. Examples of such applications include inter-procedural register allocation, inter-procedural instruction selection, inter-procedural code layout optimization (I have a colleague working on this using refere...
2010 Jan 22
2
Quartiles and Inter-Quartile Range
...074, 1415) > summary(cbiomass) > IQR(cbiomass) The result R gives me is: For the summary > Min. 1st Qu. Median Mean 3rd Qu. Max. 910 1048 1088 1104 1139 1415 For IQR > 91.25 ********* The true Q1 is 1039 and not 1048. Q2 is 1156.5 and not 1139. And the Inter-Quartile Range is 117.5 and not 91.25 How can I get these number right? -- View this message in context: http://n4.nabble.com/Quartiles-and-Inter-Quartile-Range-tp1145817p1145817.html Sent from the R help mailing list archive at Nabble.com.
2007 Jun 26
3
inter-rater agreement index kappa
Is there a function that calculates the inter-rater agreement index (kappa) in R? Thanks ../Murli [[alternative HTML version deleted]]
2009 Apr 07
1
change inter-line spacing in grid graphics - how to?
I am trying to change the inter-line spacing in grid.text(), but I just don't find how to do it. pushViewport(viewport()) grid.text("The inter-line spacing\n is too big") popViewport() Can anyone help? TIA, Mark
2005 Mar 03
4
MGCP to Inter Tel system
I've been trying to figure out if it's possible to connect Asterisk to a parent Inter Tel Axxess system through the MGCP protocol. The archives for this list aren't searchable and I'm wondering if anyone has a simple answer... Dustin Moore
2013 Mar 28
1
[4.0] Inter-realm trust
Hello I know that inter-domain trust is not supported in Samba, but is it possible to create an inter-realm trust on Kerberos level? I have a kerberized service in realm X (Samba 4.0 as DC) and I want to allow users from realm Y (also Samba 4.0, but different domain) to access it using SPNEGO GSSAPI. If it is possible, ho...
2014 Dec 27
2
[LLVMdev] How to use BlockFrequency in inter-procedural context?
...ws Phone ________________________________ From: Xinliang David Li<mailto:xinliangli at gmail.com> Sent: ‎12/‎27/‎2014 10:05 AM To: ibaev at codeaurora.org<mailto:ibaev at codeaurora.org> Cc: llvmdev<mailto:llvmdev at cs.uiuc.edu> Subject: Re: [LLVMdev] How to use BlockFrequency in inter-procedural context? On Fri, Dec 26, 2014 at 7:12 PM, <ibaev at codeaurora.org<mailto:ibaev at codeaurora.org>> wrote: The BlockFrequency analysis has been useful for machine block placement, register allocation and other function-level optimizations. How could we extend it for use in...