Displaying 20 results from an estimated 6385 matches for "middle".
2009 Nov 13
2
linear model and by()
...aster, list(Sectionf=Sectionf, startd=startd), function(x) lm
(tot.c ~ starttime, data = x))
Data:
"Section","starttime","startdate","tot.c"
"Upstream",0,04/09/09,0.17
"Upstream",0,04/09/09,0.19
"Upstream",0,04/09/09,0.14
"Middle",0,04/09/09,0.2
"Middle",0,04/09/09,0.13
"Middle",0,04/09/09,0.11
"Downstream",0,04/09/09,0.16
"Downstream",0,04/09/09,0.17
"Downstream",0,04/09/09,0.17
"Upstream",25,04/09/09,0.17
"Upstream",25,04/09/09,0.19
"Upstream&...
2012 Jul 07
0
Questions about glht() and interpretation of output from Tukey's in multcomp
...28 7
21 84.6 BOTTOM 12.1 28 8
22 86.6 BOTTOM 14.3 29 8
23 108.3 BOTTOM 17.0 31 7
24 78.1 BOTTOM 17.4 31 8
25 100.0 MIDDLE 16.7 2 1
26 99.8 MIDDLE 16.6 2 2
27 82.8 MIDDLE 16.7 2 3
28 103.2 MIDDLE 19.4 4 1
29 104.7 MIDDLE 19.9 4 2...
2011 Feb 25
6
preventing repeat in "paste"
Hello!
s<-"start"; e<-"end"
middle<-as.character(c(1,2,3))
I would like to get the following result:
"start 123 end" or "start 1 2 3 end" or "start 1,2,3 end"
How can I avoide this (undesired) result:
paste(s,middle,e,sep=" ")
Thank you!
--
Dimitri Liakhovitski
Ninah Consulting
www.nin...
2005 Oct 19
5
rsync through multiple ssh hops with password authentication prompt
Hi, I have searched the whole internet and mailing list and I was unable
to find a clear answer to this. The method described in the FAQ [1] are
not useful for me.
Three machines source, middle, target. ssh into middle from source
requires password pass_middle. ssh into target from middle requires
password pass_target. One cannot reach target from source. So I can do:
source $ ssh middle
middle's password: pass_middle
middle $ ssh target
target's password: pass_target
target $...
2005 Feb 27
1
UID inserted in the middle of mailbox
I'm seeing these with latest 1.0-stable :
Feb 27 16:48:12 zamok dovecot: POP3(****): mbox sync: UID inserted in
the middle of mailbox /var/mail/**** (176 > 150)
Feb 27 16:49:58 zamok dovecot: POP3(****): mbox sync: UID inserted in
the middle of mailbox /var/mail/**** (4409 > 4237)
Feb 27 16:50:04 zamok dovecot: IMAP(****): mbox sync: UID inserted in
the middle of mailbox /var/mail/**** (7122 > 5116)
Feb 27 1...
2004 Jan 06
1
Asterisk not working with session border controller
Hi All
My company has bought a license for a session border controller called
"Middle". It look like this software acts like a proxy and registers
devices to the asterisk.
the problem (As per Middle guys) is that "Middle" sends a registration
request to the Asterisk asking it to reply to the port 7062, but the
Asterisk sends back the packet to the originating port...
2004 Jul 01
1
\middle in Rd.sty conflicts with newer LaTeX?
Rd.sty defines
\newlength{\middle}
which seems to be in conflict with the my latex installation.
Here is a minimal example:
\documentclass{article}
\newlength{\middle}
\begin{document}
\end{document}
It runs fine on a Linux box:
carp:136% latex test.tex
This is TeX, Version 3.14159 (Web2C 7.3.1)
(test.tex
LaTeX2e <2000/06/...
2005 Jun 25
1
Confidence interval bars on Lattice barchart with groups
...998,1998,1998,
1999,1999,1999,1999,1999,1999,1999,1999,1999,1999,
2000,2000,2000,2000,2000,2000,2000,2000,2000,2000,
2001,2001,2001,2001,2001,2001,2001,2001,2001,2001)),
geog_area=c('North','South','East','West','Middle',
'North','South','East','West','Middle',
'North','South','East','West','Middle',
'North','South','East','West','Middle',
'...
2010 Sep 01
3
MOH in the middle of the call
Hi, I have a very strange problem. In the middle of the call the MOH starts
for 30 seconds approximately.
After this the call run normally.
Anybody have an ideia or has some similar problem?
Thanks in advance!!
--
Atenciosamente,
-------------------------------------------------------
Dario Quiroz
Analis...
2014 Nov 24
1
[LLVMdev] RFC: How to represent SEH (__try / __except) in LLVM IR
...hey’ve been cloned. I've been working from various comments you've made earlier in this thread, and I'd like to run something by you to make sure we're on the same page.
Starting from a C++ function that looks like this:
void do_some_thing(int &i)
{
Outer outer;
try {
Middle middle;
if (i == 1) {
do_thing_one();
}
else {
Inner inner;
do_thing_two();
}
}
catch (int en) {
i = -1;
}
}
I'll have IR that looks more or less like this:
; Function Attrs: uwtable
define void @_Z13do_some_thingRi(i32* dereferenceable(4) %i...
2009 Jul 19
4
space in column name
...uot;Pt First Name" "MRN" "CPT" "CPT
Desc" "DxCd1" "DxCd2" "DxCd3" "DxCd4"
[15] "DOE"
But what do I do if I want to do something such as this
> alltime[grep("MIDDLE EAR EXPLORE",alltime$CPT Desc,]
Error: unexpected symbol in "alltime[grep("MIDDLE EAR EXPLORE",alltime$CPT
Desc"
Farrel Buchinsky
Sent from Pittsburgh, Pennsylvania, United States
[[alternative HTML version deleted]]
2011 Mar 20
2
R as a non-functional language
...t;http://www.liaad.up.pt/~ltorgo/DataMiningWithR/code.html>in
preparation for a class I'll be teaching next quarter. Here's an
example
that is very non-functional.
> pH <- c(4.5,7,7.3,8.2,6.3)
> names(pH) <- c('area1','area2','mud','dam','middle')
> pH
area1 area2 mud dam middle
4.5 7.0 7.3 8.2 6.3
This sort of thing seems to be quite common in R.
*-- Russ *
[[alternative HTML version deleted]]
2019 Aug 15
2
[RFC][RISCV] Selection of complex codegen patterns into RISCV bit manipulation instructions
...any normal optimization pass could do it.
> In cttz's case it's mainly done in LoopIdiom pass.
Oh yes. Thank you!
Unfortunately several of the instructions of the bit manipulation
extension don't seem to have an intrinsic already in LLVM.
That will require to add some passes to the middle end.
> Again, i'd say this is too broad of a question.
> If there is LLVM IR intrinsic, then you only need to lower it,
> and optionally ensure that middle-end passes form it from appropriate IR.
>
> If there isn't one, then yes, you'd want to match all the beautiful wil...
2009 Nov 21
1
mbox sync: UID inserted in the middle of mailbox
...ebmail on other machine (using Squirrelmail+dovecot+postfix). After copy all data/home folder from the backup, when this user want to access his Sent item, nothing's in it. I've checked the log and found the message as below.
mailserver dovecot: IMAP(xxxxx): mbox sync: UID inserted in the middle of mailbox /home/xxxx/mail/Sent (691 > 657, seq=473, idx_msgs=10950)
mailserver dovecot: IMAP(xxxxx): mbox sync: UID inserted in the middle of mailbox /home/xxxx/mail/Sent (691 > 657, seq=473, idx_msgs=10950)
This is only happen with the Sent items, since I also found other similar log and t...
2011 Jun 17
3
[LLVMdev] can GlobalAlias point to a middle of a structure?
...global %0 zeroinitializer, align 1
@0 = global [10 x i8] zeroinitializer, align 1 << the old variable
@Extern = alias getelementptr inbounds (%0* @Extern_asan_redzone, i32 0,
i32 1)
I.e. I created a global struct @Extern_asan_redzone of 3 elements and an
alias @Extern that points to the middle element of this struct.
The compilation passes, but the resulting object looks like this:
000000000060d150 B Extern
000000000060d150 B Extern_asan_redzone
I.e. @Extern points to the beginning of @Extern_asan_redzone instead of
middle.
Also, the comment in GlobalAlias.h says:
/// getAliasedG...
2023 Aug 23
1
[EXT] Re: oggenc argument to make the stream not cut in the middle
...t see the original problem.
Jan
> -----Original Message-----
> From: Vorbis <vorbis-bounces at xiph.org> On Behalf Of Jan Stary
> Sent: Tuesday, August 22, 2023 11:13 AM
> To: vorbis at xiph.org
> Subject: [EXT] Re: [Vorbis] oggenc argument to make the stream not cut in the middle
>
> Keep the replies on the mailing list.
>
> Also, I will send subsequent emails
> only to the mailing list, be subscribed.
>
> On Aug 22 14:49:03, nguyenquocthao00 at gmail.com wrote:
> > Please check these commands:
> > ( curl https://storage.googleapis.com/ma...
2006 Feb 03
1
Only iterating over the middle content_columns?
...n is to use content_columns to get
all the fields of a model and then do something with them. I''d like to
ignore some of them and iteratre over the rest. For instance I may have
A B C D ... X Y Z and I''d like to do something special with A and B and
then Y and Z, but in the middle I''d definitely like a loop to say
"Whatever else is in the middle, here."
What''s my option there? content_columns (or column_names) just seems to
iterate over everything. I''m currently looking at maybe using "slice"
on the result but I haven'...
2010 Oct 20
2
Playback in the middle of a call though AMI
Hi folks,
Is it possible (asterisk 1.6) to trigger the playback of an audio file in the middle of a call using the Manager Interface?
I'm looking for something like AMI PlayDTMF command but for audio files.
Thanks a lot,
G.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20101020/595457d0/atta...
2014 Dec 26
3
[LLVMdev] Correct usage of `llvm.assume` for loop vectorization alignment?
...d i64 %10, 31
%12 = icmp eq i64 %11, 0
tail call void @llvm.assume(i1 %12)
%13 = mul nuw nsw i64 %4, %dst_y_step
%14 = zext i32 %rows to i64
%15 = zext i32 %columns to i64
%16 = mul nuw i64 %14, %15
%n.vec = and i64 %16, -4
%cmp.zero = icmp eq i64 %n.vec, 0
br i1 %cmp.zero, label %middle.block, label %vector.body.preheader
vector.body.preheader: ; preds = %entry
br label %vector.body
vector.body: ; preds =
%vector.body.preheader, %vector.body
%index = phi i64 [ %index.next, %vector.body ], [ 0,
%vector.body.prehe...
2003 Jan 24
0
new function: twotailed.colors {base}
...colors <-
function(
n = 7 # number of colors to be in the palette
, n5 = n %% 2 # number of colors between the two tails
, h1 = 0.02 # 0|1 = rot
, h2 = 0.15 # 0.7 = blau, 0.15 = samtgelb, 0.35 = grün
, s0 = 1 # saturation: begin and end
, s5 = 1/n*1.4 # saturation: in the middle
, v0 = 1 # value: begin and end
, v5 = 1 # value: in the middle
, s01 = s0 # beginning saturation of first tail
, s02 = s0 # ending saturation of second tail
, s51 = s5 # middle saturation on of first tail
, s52 = s5 # middle saturation on of second tail
, v01 = v0 # beginnin...