Displaying 20 results from an estimated 3932 matches for "t1".
Did you mean:
ts1
2006 Feb 27
2
[LLVMdev] Using llvm-gcc with a simple program and the '-c' option
...aries/crtend/crtend.c .
>
Misha,
Great now I understand, one more related question. This actually started
trying to understand how llvm-gcc, llvm-ar, llvm-ld & llc work together.
With the help I've received I've successfully used them to create a
native executable of 3 files, t1.c, t1sub1.c t1sub2.c, where t1.c calls
a subroutine in t1sub1.c and t1sub2.c.
I then do the following in my makefile:
llvm-gcc -c t1.c -o t1.bc
llvm-gcc -c t1sub1.c -o t1sub1.bc
llvm-gcc -c t1sub2.c -o t1sub2.bc
llvm-ar r t1.a t1sub1.bc t1sub2.bc
llvm-ar: creating t1.a
llvm-ld -o t1....
2006 Sep 08
4
Failed to create a solaris DOMU using NFS root
...server# mkdir /export/root/<domU-hostname>/platform/kernel/i86xen
show be replaced by:
dlserver# mkdir -p /export/root/<domU-hostname>/platform/i86xen/kernel/
And finally, I''ve tried to create the xem domain using the following
configuration file:
memory = 256
name = "t1-30-zone1"
kernel = "/export/root/t1-30-zone1/platform/i86xen/kernel/unix"
extra = "/platform/i86xen/kernel/unix -B console=xen"
ramdisk = "/export/root/t1-30-zone1/platform/i86pc/boot_archive"
nics = 1
ip = "10.17.1.53"
vif = [ ''bridge=xenbr0...
2011 May 19
2
trouble with summary tables with several variables using aggregate function
Dear all,
I am having trouble creating summary tables using aggregate function.
given the following table:
Var1 Var2 Var3 dummy
S1 T1 I 1
S1 T1 I 1
S1 T1 D 1
S1 T1 D 1
S1 T2 I 1
S1 T2 I 1
S1 T2 D 1
S1 T2 D 1
S2 T1 I 1
S2 T1 I...
2008 May 07
1
i-best, grep function
Hi,
I'm trying to use the i-best software. Does anyone have experience from this, I can't get it to work with my data.
Here is the code:
T1 <- read.delim(file="S://SEDIM//Yvonne//2_5//T1.txt",col.names= c("Dye/Sample_Peak", "Sample_File_Name", "Size", "Height", "Area_in_Point", "Area_in_BP", "Data_Point", "Begin_Point", "Begin_BP",...
2006 Feb 27
0
[LLVMdev] Using llvm-gcc with a simple program and the '-c' option
On Sun, 26 Feb 2006, Wink Saville wrote:
> I then do the following in my makefile:
>
> llvm-gcc -c t1.c -o t1.bc
> llvm-gcc -c t1sub1.c -o t1sub1.bc
> llvm-gcc -c t1sub2.c -o t1sub2.bc
> llvm-ar r t1.a t1sub1.bc t1sub2.bc
> llvm-ar: creating t1.a
> llvm-ld -o t1.app t1.bc t1.a /opt/llvm-1.6/llvm-gcc/lib/libcrtend.a
> llvm-ld: warning: Cannot find library 'crtend'
Try pass...
2010 Dec 01
0
problems formulating arguments to lme()
...rer (I hope) version of an earlier post -
My problem is formulating the random = argument to give estimates
of all 9 random components for this kind of setup where there are
(I think) 9 variance/covariance components ...
Study.1 Study.2 ... Study.5
Treatment T1: subject: 1 2 3 4 5 6 ... 13 14 15
Treatment T2: subject: 16 17 18 19 20 21 ... 28 29 30
A variable is measured at the same 2 fixed sites (a and b) on each
subject
{ Toy example data at end of email }
so fixed effects are :-
between-Treatments ( T1 and T2 )
between...
2020 May 19
5
[PATCHv2] SSE2/SSSE3 optimized version of get_checksum1() for x86-64
...8(__m128i a, __m128i b) {
+ return _mm_mullo_epi16(
+ _mm_srli_epi16(a, 8),
+ _mm_srai_epi16(b, 8)
+ );
+}
+
+__attribute__ ((target ("sse2"))) static inline __m128i
sse_mulu_even_epi8(__m128i a, __m128i b) {
+ return _mm_mullo_epi16(
+ _mm_and_si128(a, _mm_set1_epi16(0xFF)),
+ _mm_srai_epi16(_mm_slli_si128(b, 1), 8)
+ );
+}
+
+__attribute__ ((target ("sse2"))) static inline __m128i
sse_hadds_epi16(__m128i a, __m128i b) {
+ return _mm_adds_epi16(
+ sse_interleave_even_epi16(a, b),
+ sse_interleave_odd_epi16(a, b)
+ )...
2007 Dec 14
3
How to convert Datetime numbers from Excel to POSIXt objects
...s. I
had no problems with text format using strptime.
But how can I convert datetime numbers from Excel (days since 30.12.1899
00:00:00) into POSIXt objects?
For example 29770.375 should be converted to "03.07.1981 09:00:00"
I tried the following code and encountered strange results:
t1-t0 gives 29770.33 (should be 29770.375 in my opinion)
t1-t2 and t1-t3 are ok
t1-t4 gives 183.3333 (should be 183.375)
Are these rounding errors?
The R-code:
t1 <- strptime("3.7.1981 09:00:00","%d.%m.%Y %H:%M:%S")
t0 <- strptime("30.12.1899 00:00:00","%d.%m...
2010 Oct 07
1
Problem with dovecot-acl was not solved
Problems with acl in dovecot-1.2.15 was not solved! See my configs below.
And I see the new bug - still something wrong with configs:
cat dovecot-acl:
user=t1 lrwsti
#user=oper-olegs lrwsti
#user=oper-antona lrwsti
user=operdss lr
#user=operdss lrwsti
User t1 can't create subfolers in inbox. He can only create subfolders in the first levels:
Inbox
test3
test4
Outbox
Sent
Trash
Test1 - test folder created by t1 user
Folders test3 and test4 can't...
2007 Jan 28
1
T1 Wire Level Tapping
I am trying to do a wire level tap on T1 equipment using digum
equipment. So far most call monitoring hardware for call centers try
to stay on the analog side requiring a lot of rewiring. I have
already posted to the list about T1 "bridging" using DAC's support in
the zaptel drivers. I still don't know if I can spy on...
2011 Jul 23
2
[LLVMdev] Build of latest llvm gives warning and error
...alFileIsAdded_Test::TestBody()':
C:/Programming/VersionControl/llvm/tools/clang/unittests/Basic/FileManagerTest.cpp:100:3:
warning: passing NULL to non-pointer argument 3 of 'static
testing::AssertionResult
testing::internal::EqHelper<true>::Compare(const char*, const char*,
const T1&, T2*) [with T1 = int, T2 = const clang::DirectoryEntry]'
C:/Programming/VersionControl/llvm/tools/clang/unittests/Basic/FileManagerTest.cpp:100:3:
warning: passing NULL to non-pointer argument 3 of 'static
testing::AssertionResult
testing::internal::EqHelper<true>::Compare(con...
2004 May 21
5
T100P HDLC configuration
All,
I am trying to configure hdlc support on T100P Digium card - everything
seems ok... but it just does not work at all.
I was able to compile all drivers, the light on the card becomes green
when I plug T1 link.... but I even can't ping default router IP... there
is no data coming back to me, so I am confused completely now.
Also I trie...
2009 Mar 30
3
Calculating First Occurance by a factor
...ithout using a
for loop. For the amount of data I (will) have, the for loop will probably
be too slow. I tried searching around before posting and couldn't find
anything, hopefully it's not embarrassingly easy.
Consider the data.frame, Data, below
Data
Sub Tr IA FixInx FixTime
p1 t1 1 1 200
p1 t1 2 2 350
p1 t1 2 3 500
p1 t1 3 4 600
p1 t1 3 5 700
p1 t1 4 6 850
p1 t1 3 7 1200
p1 t1 5 8 1350
p1 t1 5 9 1500
What I'm trying to do is for each unique IA get the firs...
2011 Sep 28
1
Wilcox test and data collection
...ta from the results of a test.
I need to perform a comparative test over groups of data , recall the value
of the pvalue and create a table.
My problem is in the way to replicate the analysis over and over again over
subsets of data according to a condition.
I have this database, called y:
gg t1 t2 d
40 1 1 2
50 2 2 1
45 1 3 1
49 2 1 1
5 2 1 3
40 1 1 2
where gg takes values from 1 to 100, t1 and t2 have values in (1,2,3) and d
in (0,1,2,3)
I want to perform tests...
2012 Mar 21
2
Best way to compute the difference between two levels of a factor ?
...or.
To be clear let's generate a simple data frame with 2 numeric variables
collected for different subjects (ID) and 2 levels of a TIME factor
(time of evaluation)
data=data.frame(ID=c("AA","AA","BB","BB","CC","CC"),TIME=c("T1","T2","T1","T2","T1","T2"),X=rnorm(6,10,2.3),Y=rnorm(6,12,1.9))
ID TIME X Y
1 AA T1 9.959540 11.140529
2 AA T2 12.949522 9.896559
3 BB T1 9.039486 13.469104
4 BB T2 10.056392 14.632169
5 CC T1 8.706590 14.93919...
2011 May 12
1
(no subject)
#subject: type III sum of squares - anova() Anova() AnovaM()
#R-version: 2.12.2
#Hello everyone,
#I am currently evaluating experimental data of a two factor
experiment. to illustrate de my problem I will use following #dummy
dataset: Factor "T1" has 3 levels ("A","B","C") and factor "T2" has 2
levels "E" and "F". The design is #completly balanced, each factor
combinations has 4 replicates.
#the dataset looks like this:
T1<-(c(rep(c("A","B","C&...
2007 Mar 18
6
T1 cable for Digium T1/E1 Cards
Is there any technical difference between a T1 cable and a cat5e patch
cable as far as using them with Digium T1/E1 cards? Can PRI circuits
terminating at a smart jack connect successfully to Digium cards using
straight through CAT5e cables? If so, are they using all of the pins in
the cable?
Thanks in advance
2005 Apr 04
3
plotting mathematical notation and values substitution
...d search the mailing list
but I was not able to solve my problem. Actually, there is a message by
Uwe Ligges on June 2003 which addresses a question very close to mine, but
the code provided doesn't work. The code is the following:
# I add this to let you run the example by copy and paste
> t1 <- 0.5; len <- 1
# then
> plot(1:10,
main = substitute("Monotonic Multigamma run (" * n == len * ", " *
theta == t1 * ").", list(len = len, t1 = t1)))
but I got the following:
Error: syntax error
I also tried with just one value substitution:
> p...
2009 Apr 24
2
Error building package: LaTeX error when creating PDF version
...exmf-texlive/tex/latex/ltxmisc/url.sty)
(/usr/share/texmf/tex/latex/R/upquote.sty
(/usr/share/texmf-texlive/tex/latex/base/textcomp.sty
(/usr/share/texmf-texlive/tex/latex/base/ts1enc.def))) NOT loading ae
(/usr/share/texmf-texlive/tex/latex/base/fontenc.sty
(/usr/share/texmf-texlive/tex/latex/base/t1enc.def))
(/usr/share/texmf-texlive/tex/latex/psnfss/times.sty) NOT loading lmodern
(/usr/share/texmf-texlive/tex/latex/graphics/color.sty
(/etc/texmf/tex/latex/config/color.cfg)
(/usr/share/texmf-texlive/tex/latex/pdftex-def/pdftex.def))
(/usr/share/texmf-texlive/tex/latex/hyperref/hyperref.sty
(/u...
2006 Jun 07
2
help with combination problem
hello:
I have 3 data.frame objects.
First df object:
Of dim (149,31). Columns 2:31 are marked as T1..T14
and N1..N16.
Name T1 T2 N1 T3 N2 N3 N4 T4
mu1 10 10 9 10 9 9 8 10
mu2 11 11 9 11 9 9 9 11
...
muN 12 12 9 11 9 9 8 12
Second df object:
of Dim (50000,31). Columns 2:31 are maked as T1...T14
and N1..N16.
N...