Displaying 19 results from an estimated 19 matches for "stv".
Did you mean:
str
2000 Jul 05
1
Tukey.aov with split-plot designs
...;t return either the residuals or the residual
degrees of freedom for split-plot designs.
If you use the following code from Baron and Li's "Notes on the use of R
for psycology experiments and questionnaires"
data <- c(30,14,24,38,26,28,18,20,34,28,16,10,18,20,14,34,22,30,44,30)
Stv.df <-
data.frame(rt=data,subj=factor(rep(paste("subj",1:5,sep=""),4)),drug=factor(
rep(paste("drug",1:4,sep=""),c(5,5,5,5))))
res0 <- aov(rt~drug,data=Stv.df)
res1 <- aov(rt~drug+subj,data=Stv.df)
res2 <- aov(rt~drug+Error(subj/drug),data=Stv.df)...
2004 Jul 31
3
MGCP & Cisco ATA 186 Help
...9;
2 headers, 0 lines
Jul 31 16:06:03 NOTICE[135449600]: chan_mgcp.c:1474 find_subchannel:
Gateway 'test' (and thus its endpoint '*') does not exist
--
WBR
-------------------------------------------------------------
Dmitry Baranov Phone: +(372) 6 880 000
STV Internet Fax: +(372) 6 880 550
Valge 6 Mobile: +(372) 5 012 825
Tallinn, Estonia
-------------------------------------------------------------
2006 Dec 08
0
[LLVMdev] Proposed: first class packed structures
...27 Nov 2006 01:05:10 -0000 1.151
+++ lib/VMCore/Type.cpp 6 Dec 2006 18:07:50 -0000
@@ -1158,24 +1167,26 @@ public:
static ManagedStatic<TypeMap<StructValType, StructType> > StructTypes;
-StructType *StructType::get(const std::vector<const Type*> &ETypes) {
- StructValType STV(ETypes);
+StructType *StructType::get(const std::vector<const Type*> &ETypes,
bool isPacked) {
+ StructValType STV(ETypes, isPacked);
StructType *ST = StructTypes->get(STV);
if (ST) return ST;
Please keep the code within 80 columns.
=====================================...
2006 Dec 06
4
[LLVMdev] Proposed: first class packed structures
Currently, Structure layout is left to targets, which implement them
according to the ABI of that platform. While this is fine for most
structures, it makes packed structures very ugly. All fields in a
packed type must be converted to byte arrays with casts to access
fields, which bloats accesses and obsfucates the types. First class
support for packed types would clean up the generated code
2004 Mar 03
2
x-server with 2screens blanks while starting wine
..."ATI Graphics Adapter"
Driver "fglrx"
Option "mtrr" "off"
Option "DesktopSetup" "0x00000000"
Option "MonitorLayout" "CRT, STV"
Option "HSync2" "unspecified"
Option "VRefresh" "unspecified"
Option "NoTV" "no"
Option "TVStandard" "PAL-B"
Option &...
2006 Apr 18
2
migrate from cyrus with virtual domains
Hi All!
I have worked cyrus+web-cyradm+mysql+virtualdomains configuration, and want
migrate from cyrus to dovecot by some reason. But i don't know how i can
switch my users to dovecot, wich have dotted logins in their mail clients
configuration:
user1.domain1.org
user2.domain1.org
user1.domain2.org
...
I want preserve this dotted authentication theme, but don't know how do it
with
2014 Dec 08
3
devoid mailbox status for mail reloaded from a tape backup
dovecot --version
2.2.10
I've only be able to status a mailbox for currently existing users, is it possible to status a mailbox reloaded from tape to an alternate location? The user may or may not exist at this time, but I still need to inspect the mailbox ... thank you,
Steve
2007 May 14
2
[LLVMdev] Compiling llvm-gcc in linux/ppc
...long -fno-common -DHAVE_CONFIG_H -o f771 f/bad.o f/bit.o
f/bld.o f/com.o f/data.o f/equiv.o f/expr.o f/global.o f/implic.o
f/info.o f/intrin.o f/lab.o f/lex.o f/malloc.o f/name.o f/parse.o
f/src.o f/st.o f/sta.o f/stb.o f/stc.o f/std.o f/ste.o f/storag.o
f/stp.o f/str.o f/sts.o f/stt.o f/stu.o f/stv.o f/stw.o f/symbol.o
f/target.o f/top.o f/type.o f/where.o main.o libbackend.a
../libiberty/libiberty.a
libbackend.a(llvm-out.o): In function `llvm_c_expand_body':
llvm-out.c:(.text+0x1c2): undefined reference to `lang_expand_function_end'
llvm-out.c:(.text+0x1c6): undefined reference to `...
2014 Dec 10
2
devoid mailbox status for mail reloaded from a tape backup
...ed plugins: fastestmirror, langpacks, versionlock
Loading mirror speeds from cached hostfile
* base: linux.cc.lehigh.edu
* epel: mirror.umd.edu
* extras: mirror.es.its.nyu.edu
* updates: mirrors.advancedhosters.com
Installed Packages
dovecot.x86_64 1:2.2.10-4.el7_0.1 @updates
thx/stv
2002 Jun 13
1
bad fisher.test() bug (PR#1662)
..., irow=0x4005113c,
BDR> ncol=0x40051000, icol=0x40051120, dlp=0x4041b110,
BDR> mm=0x40050fc0, fact=0x4035f020, ico=0x4035f4dc,
BDR> iro=0x4035f5a4, it=0x4035f66c, lb=0x4035f734,
BDR> nr=0x4035f7fc, nt=0x4035f8c4, nu=0x4035f98c,
BDR> itc=0x4035fa54, ist=0x40360094, stv=0x40364f18,
BDR> alen=0x40365ba0, tol=0x4004f878) at
BDR> /users/ripley/R/cvs/R-patched/src/library/ctest/src/fexact.c:1125
BDR> 1125 ist[itp] = -1; (gdb) print itp $1 = -3544
BDR> The same with your variant (except the value of itp).
Okay, I found a much smaller table...
2005 Sep 14
0
RE: samba and crash server
...o status "D" you have to check your logs. Another option is building a strace profile of smbd to see what`s going on.
cheers Stefan
-------- Original Message --------
Subject: [Samba] RE: samba and crash server (14-Sep-2005 11:57)
From: Dirk.Laurenz@Fujitsu-Siemens.com
To: olnow@stv.runnet.ru
> Hi,
>
> please check, if your hard drives are ok. Status D means Disk Sleeps and
> Samba is
> waiting for Harddisk I/O. Can you do a ls in these directories?
>
> Mit freundlichem Gru?,
>
>
>
> Dirk Laurenz
> Systems Engineer
>
> Fujits...
2014 Dec 09
2
devoid mailbox status for mail reloaded from a tape backup
> On Dec 9, 2014, at 11:00 AM, Steffen Kaiser <skdovecot at smail.inf.fh-brs.de> wrote:
>
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> On Tue, 9 Dec 2014, Stephen Lidie wrote:
>>> On Dec 9, 2014, at 2:34 AM, Steffen Kaiser <skdovecot at smail.inf.fh-brs.de> wrote:
>>> On Mon, 8 Dec 2014, Stephen Lidie wrote:
>>>
>>>>
2007 May 14
0
[LLVMdev] Compiling llvm-gcc in linux/ppc
...DHAVE_CONFIG_H -o f771 f/bad.o f/bit.o
> f/bld.o f/com.o f/data.o f/equiv.o f/expr.o f/global.o f/implic.o
> f/info.o f/intrin.o f/lab.o f/lex.o f/malloc.o f/name.o f/parse.o
> f/src.o f/st.o f/sta.o f/stb.o f/stc.o f/std.o f/ste.o f/storag.o
> f/stp.o f/str.o f/sts.o f/stt.o f/stu.o f/stv.o f/stw.o f/symbol.o
> f/target.o f/top.o f/type.o f/where.o main.o libbackend.a
> ../libiberty/libiberty.a
> libbackend.a(llvm-out.o): In function `llvm_c_expand_body':
> llvm-out.c:(.text+0x1c2): undefined reference to `lang_expand_function_end'
> llvm-out.c:(.text+0x1c6):...
2014 Dec 09
2
devoid mailbox status for mail reloaded from a tape backup
...ssage count, vsize, etc about mailboxes residing at that alternate location, a location not pointed to by mail_location? As I mentioned, ?doveadm import? allows one to provide an alternate source location, but ?doveadm mailbox status? does not AFAIK, thus, a sample command would be wonderful.
thx/stv
2001 Nov 14
0
OPEN ssh pkg
...t;[\(**5-HPX22H"+HG!==S/BP5P6AH2GS1$G[E
M).?,X(<-[AT3COS,V,1XM4I:)L./FO.DPI188URBZUSN0[)!C]4SG%H.R:'\
MW#LL& [1]NH=IM0=G^/%*)%QTJ[VXIMK%[C1;\F1&91=H.=(?-?;%HQ\;>T7
MO,(7">QLZEN$@",2>9U3ZCZ,=T8]UCR$@#QON8)PRH 'G]U;8]*]<8ZNC78Q
MV^;1:[CID%F63R]+*,Q[&7.STV!F)P]V0OG4NT%X''BP at G3=M3E6Q.6 at Y1CQ
M*ZW\30Z"''T9%XF!1&G%$+Q4&R\-L;C3G\[#2^VC,:-'R,$:TRUOGZ4RY'QL
MPDY at 5*:A_.!0%V4 at UTEK' 228!"5.:,; GF/4C0Q0@>D/FW1$0BV ((6R&EI
M:%#0&$#0A2WZR0T*2-08!&-X5R$^L"#PP0N:9(<7N.&M;%" 9I...
2009 Apr 26
2
7.2-PRE amd64 panic when starting Xorg
...s no monitor section
(II) RADEON(0): TMDS PLL from BIOS: 16500 a0112
(II) RADEON(0): I2C bus "DVI-0" initialized.
(II) RADEON(0): Port0:
Monitor -- AUTO
Connector -- VGA
DAC Type -- Primary
TMDS Type -- None
DDC Type -- 0x64
(II) RADEON(0): Port1:
Monitor -- AUTO
Connector -- STV
DAC Type -- TVDAC/ExtDAC
TMDS Type -- None
DDC Type -- 0x0
(II) RADEON(0): Port2:
Monitor -- AUTO
Connector -- DVI-I
DAC Type -- TVDAC/ExtDAC
TMDS Type -- Internal
DDC Type -- 0x68
(II) RADEON(0): I2C device "VGA-0:ddc2" registered at address 0xA0.
(II) RADEON(0): I2C device...
2008 May 21
0
Errors in using gdb (PR#11496)
...Y7jZKZQGSkIqVarg4ODspxAnHq9bgHG7BQDAwNQG/2DVRYlgiJUUjIq
lP4zFGlMe8XodCOCn0xXoT1ZArWa3oygPZywUTjhveVCuwLR9Z1nTFMmkUgkgvZVR2wiR35S
RzbmsmGXOavYuccAbwMTZlJ33fErgOrA6omBHbi94rUA2gfgox/wMACHZ4IipFyr1YRsl4u4
DNoBazvvwVW6R0o4DbXsISUdwYKfsa4wHVZ7+ofDIYD9xLSrlJmdZ2+Bw4UeoMvuMWVA+8QN
25M3MYX2+Ml2ZWX4b6UiQ2v8SsTvSoWgnUQiEbSTikA7G5rRqMXERkw2qtpBO7AlMB6SXhpE
IcWa48fQ3vQB2quuO+i34KOXEDufJZmHDGKngJTVapU5w6BVmcVBaAdBOKN3KBocgvPIYZ0A
nKNFHUIgEYR2zD8cBftYG/FqjIntHV1u0kfBx2Th9UHcAcFONVmBnWUP8wCBmEnMCcsexMHH
BKTrdATYgTiYCJwaywtx+ILAeSEEdxSPMOkS4RXEDGBWIZz94sD/gALHYq2mrwhpjErowAXx
3/YU2oe9Ymrsrxm0T5oerb2xEbQPsXoH2of5...
2009 Jul 23
1
[PATCH server] changes required for fedora rawhide inclusion.
...1|%6Y)81~i^mO8gl6V5F!<?81HEpfk
zJn8gEAv9%OASub3q<5RcOf$mg2WN<j5x{Td at SXt|Ra$1X7Ea5A4VA-wM^6 at 8EpGrP
z*kL`5uaKr?SI(s8DJysN7Uu9SDmC+wY1Y~ulkUwOHjPKsO;SGL0=m|0VY;*;rVR*y
zGj{L|$XR2%PKzk((Yes$J&abmA at tzHrpt7l+nil-%cBfkQJ>`dX^IKj63e1_cAeDh
zYHp8Nwbs{hxpiB+g$-Ct`b at f~b_JPmlr;6BBU)-sTV;~!rk$N=VGz|tq7A88m&TT1
z4M>oK9WcJ`Yo=r at XhdopwCu$i9CN()gcCtQY~04}sxem&x%zmDd0Ej>_OTk-s_OHL
zEc(W6&R}!P8uuZK!v){=#wjhXcxc^_dT4jWTNX|Z=!#n0G>dd^Rr_h&ziV+VR6ASD
z7e>I2hn!fl0_UirWGzkL1g$sG><Zx}gtF(^^gQ-jU*Y=(Keg1AUI8_NV~x#JsaEIQ
z^UV!!an5%-TNC~qYV~9#vZeY*BERT=C5XOQa(...
2006 Feb 01
2
How do you display nested elements in their hierarchy?
Hello;
I''d like some pointers on how to display nested items in their
hierarchy. I''m developing a project that uses habtm (as opposed to "acts
as tree"). I can interact with the elements using "parent", "child" etc.
fine. I just can''t figure out how to make the elements *display* in
their relationships.
For example, if Ruby on Rails is