Displaying 20 results from an estimated 1410 matches for "test2".
Did you mean:
test
2019 Sep 17
2
Imaptest stall
...ave been testing with imaptest and getting 'stalls', I tried even
>> building from source and static. Even running it on the same host.
>> Anyone knows what I could doing wrong?
>>
>> [@~]# ./imaptest - append=100,0 logout=0 host=192.168.10.44 port=143
>> user=test2 pass=xxxxxxxx seed=100 secs=240 clients=1 mbox=64kb.mbox
>> box=INBOX/test
>
> What are you trying to test? Do the Dovecot logs show any connections?
>
>
> --
> Daniel
>
>
>
>
2003 Aug 24
1
Postfix and Maildirs
...d Maildir directory in the user's home drive and put the message in
there.
The Maildir's are being created automatically ie. I didn't use
maildirmake. Even if I delete one of the Maildir's it just gets
recreated again.
ie. this is the test user's home drive
drwx------ 10 test2 test2 4096 Aug 23 20:53 Maildir
drwx------ 6 test2 test2 4096 Aug 24 11:05 Maildir
This is the Maildir that the clients are using and being accessed by Dovecot
drwx------ 10 test2 test2 4096 Aug 23 20:53 .
drwx------ 4 test2 test2 4096 Aug 24 11:05...
2006 Dec 29
5
coded to categorical variables in a large dataset
...ble outcomes (coded 1:5),
I would like to create 5 categorical variables (event1...event5). I am using
a for loop an if statements, but I have a large dataset( approx 100,000
rows) it takes quite a bit of time, is there a way to speed this up? Here is
some sample code of what I am currently doing.
test2 <-rep(seq(1:5),2000)
event1 <- rep(0,nrow(test2))
event2 <- rep(0,nrow(test2))
event3 <- rep(0,nrow(test2))
event4 <- rep(0,nrow(test2))
event5 <- rep(0,nrow(test2))
for(i in 1:length(event1))
{
if (test2[i]==1)
{
event1[i]=1
}
if (test2[i]==2)
{...
2008 Feb 12
6
Matching Problem
Hi
I have this vector of strings.
MyData <- c("Test1","Test2","I(Test1^2)","I(Test2^3)","I(Test1.Test2^2)")
where I want to extract only the text after "I(" and before "^" so that the
string returned only contain c("Test1","Test2","Test1.Test2")
I am not very skilled in the...
2002 May 30
0
Mangled Names of Long File Name with 2.2.4 (fwd)
...bject: [Samba] Mangled Names of Long File Name with 2.2.4
>
> Hello,
>
> I have got samba-2.2.4 installed.
> The Documentation of Samba says that the probability of a clash of mangled
> names is 1/1300. But here is an output of a dir command on DOS :
> l:/test/text/2002/04/23/test2/LAGEF~K6.TXT - L AGEFI#230402#033#01.TXT
> l:/test/text/2002/04/23/test2/LAGEF~K4.TXT - L AGEFI#230402#002#01.TXT
> l:/test/text/2002/04/23/test2/LAGEF~K8.TXT - L AGEFI#230402#003#01.TXT
> l:/test/text/2002/04/23/test2/LAGEF~JN.TXT - L AGEFI#230402#004#01.TXT
> l:/test/text/2002/04/23/t...
2004 Mar 11
3
making operators act on rows of a data frame
...he entire data
frame, over all columns. What is the best way to obtain row-
wise operation?
The following code shows my attempts so far, and their problems:-
test1=array(rbinom(120,1,0.5),c(20,3))
test1[,3]=NA
sum(test1[,1:2])
test1[,3][sum(test1[,1:2])>=2]=1
test1[,3][sum(test1[,1:2])]
test1
test2=array(rbinom(120,1,0.5),c(20,3))
test2[,3]=NA
sum(test2[,1:2])
test2[,3][(test2[,1]+test2[,2])>=2]=1
test2[,3][sum(test2[,1:2])]
test2
In the 1st section, I try to use "sum" to add the first two columns
of a data frame. Here, sum(test1[,1:2]) evaluates to a single integer
but this mo...
2011 Feb 14
3
how to order POSIXt objects ?
...from a CSV file. I have converted the character
time values to a POSIXt object using the STRPTIME function. I would like
ideally to sort using the order function as below.
test.sort <- order(test$DATE, -test$mytime)
However, when I try this I receive the error as below :
Error in `-.POSIXt`(test2$mytime) :
unary '-' is not defined for "POSIXt" objects
To make this easier to understand I have pasted my example data below with a
list of R commands I have used. Any help or assistance would be appreciated.
> test2 <- read.csv("C:/Documents and Settings/Jonathan...
2008 Oct 15
4
[LLVMdev] LLVM 2.4 problem? (resend)
...or
>> compiler error:
>
> Hi Tatu,
>
> With this information it is impossible to tell if it is your fault or
> llvm's fault. Please file a bug with a testcase that demonstrates the
> problem, thanks!
>
> -Chris
Hi Chris,
With this program llvm-gcc -O2 optimizes test2 away even though it's
address is taken in program (gcc-4.2 does not, neither does llvm-gcc
with -O or -O0):
#include <stdio.h>
static const char test1 = 'x';
static const char test2 = 'x';
int main(int argc, char **argv)
{
printf("%p\n", &test1);...
2010 Apr 05
2
changing column names in a dataframe
Hi folks,
I have imported data from an Excel spreadsheet. Columns in that spreadsheet
are named "name", "x", and "y", and several sets of those columns appear in
the worksheet. For example:
name x y name x y
test1 1 3 test2 4 4
test1 2 2 test2 5 5
test1 3 1 test2 6 6
When I import these data into R, into a dataframe, I end up with something
like this:
name x y name1 x1 y1
1 test1 1 3 test2 4 4
2 test1 2 2 test2 5 5
3 test1 3 1 test2 6 6
I -cannot- change the excel file, and must work with the data and...
2003 Aug 03
3
Include-from ?
Hello -
I just finished doing a search of the archives and couldn't seem to get
this answered.
Example, I have a root directory containing the following directories:
/Test1
/Test2
/Test3
I want to rsync only /Test2 and all subdirs under. So my include-from
file looks like:
+ Test2/*
- /*
This doesn't work as nothing is synced, and if I do a -vv it tells me
that nothing is being synced because I've excluded all.
What am I doing wrong??
Thanks,
Max
2017 Jun 15
2
Linker error while linking DataFlowSanitizer to LLVM IR
...t;assert.h>
int main(void) {
int i = 1;
dfsan_label i_label = dfsan_create_label("i", 0);
dfsan_set_label(i_label, &i, sizeof(i));
return 0;
}
=========================================
clang -c -emit-llvm -fsanitize=dataflow test.c -o test.bc
clang -fsanitize=dataflow test2.bc -o test2
/usr/lib/gcc/x86_64-linux-gnu/5.4.0/../../../x86_64-linux-gnu/Scrt1.o: In
function `_start':
(.text+0x20): undefined reference to `main'
/tmp/test2-c642ef.o: In function `dfs$main':
test2.bc:(.text+0x96): undefined reference to `dfs$dfsan_create_label'
test2.bc:(.tex...
2015 Oct 09
1
Questions on supporting Shared Mailboxes using imapc://
...Tested
using mailboxes on the same server, as well as other servers.
We are using dovecot 2.2.10 from Centos 7, following the guide at
http://wiki2.dovecot.org/SharedMailboxes/ClusterSetup
imapc_host=192.168.5.5 #(Local dovecot server)
imapc_master_user= %u
imapc_password=TempPass
#imapc_user=test2 at example.com # Added for testing.
namespace {
type = shared
separator = /
prefix = shared/%%u/
list = children
location = imapc:~/shared/%%u/
}
namespace { # used as a control to verify that shared mailboxes work
type = shared
separator = /
prefix = shared2/%%u/
list =...
2011 Jun 04
1
library(SenoMineR)- Triangle Test Query
...l = c("X", "Y", "Z"), class = "factor")), .Names =
c("Product X",
"Product Y", "Product Z", "Response", "Preference"), class = "data.frame",
row.names = c("Panelist1.Test1",
"Panelist1.Test2", "Panelist2.Test1", "Panelist2.Test2", "Panelist3.Test1",
"Panelist3.Test2", "Panelist4.Test1", "Panelist4.Test2", "Panelist5.Test1",
"Panelist5.Test2", "Panelist6.Test1", "Panelist6.Test2", &q...
2009 Jun 05
2
S4: When is validObject issued? (or why S4 is killing me:( ..
...unif(1) ## here slot "a" is initialized ##
callNextMethod(.Object,a=a,...)
})
> new("test1")
An object of class "test1"
Slot "a":
[1] 0.755
#next new subclass is created with an additional slot "b":
setClass("test2",contains="test1",representation(b="numeric")
## validity to test a==b ##
,validity=function(object){
if(object at a!=object at b) print("values must be equal!!")
else TRUE
})
setMethod("initializ...
2012 Dec 14
1
BUG: mishandling of username if it's a keyword?
Dec 14 14:33:03 test2 dovecot: auth: Debug: auth client connected
(pid=24143)
Dec 14 14:33:14 test2 dovecot: auth: Debug: client in:
AUTH#0111#011PLAIN#011service=pop3#011secured#011session=D6dl6dDQdAAAAAAAAAAAAAAAAAAAAAAB#011lip=::1#011rip=::1#011lport=110#011rport=38004#011resp=<hidden>
Dec 14 14:33:14 test2 d...
2013 Oct 14
1
Email address with special characters in userdb
Hi,
I have a userdb file set up in passwd-file format containing the
following entries:
>doveadm user test1*test2 at test.com
test1-test2 at test.com
test1?test2 at test.com
test1 at test2@test.com
test1%test2 at test.com
I can access the 1st entry (no special characters) no problem:
>doveadm user test1-test2 at test.com -f home
/var/vmail
The 2nd entry (using UTF-8 encoding) doesn't come up:
>do...
2010 Jul 02
1
Transfer fails
Hello list,
this is the dialplan :
<snip>
exten => s,n,Dial(SIP/test1&SIP/test2,,t)
<snip>
exten => 10,1,Dial(SIP/test1)
exten => 20,1,Dial(SIP/test2)
So there is an incoming call that rings SIPaccounts test1 and test2.
Account test1 answers and wants to transfer the call to test2.
Transfer is : #20
This is what the CLI shows :
[Jul 2 10:55:30] -- Executi...
2008 Apr 09
2
problem with basic boolean selection in sequence
Un texte encapsul? et encod? dans un jeu de caract?res inconnu a ?t? nettoy?...
Nom : non disponible
Url : https://stat.ethz.ch/pipermail/r-help/attachments/20080409/28fc5778/attachment.pl
2014 Jun 14
2
[LLVMdev] Issues with clang-llvm debug info validity
...y LLVM tools (throws an
assertion error in both llc and mcjit), and I'm not sure what the proper
resolution is.
Here's a test case; I last tested it on revision r210953:
$ cat test1.cpp
#include "test.h"
test::Test<int> foo1() {
return test::Test<int>();
}
$ cat test2.cpp
namespace test {
}
#include "test.h"
test::Test<int> foo2() {
return test::Test<int>();
}
$ cat test.h
namespace test {
template <class T>
class Test {
};
}
$ clang++ -g -emit-llvm test1.cpp -S -o test1.ll
$ clang++ -g -emit-llvm test2.cpp -S -o test2.ll
$ llvm...
2003 Sep 15
5
strange problem with: ed driver / 4.9-PRE
...all
options IPFIREWALL_VERBOSE #enable logging to syslogd(8)
options IPFIREWALL_VERBOSE_LIMIT=0 #limit verbosity
options IPDIVERT #divert sockets
options DUMMYNET
options IPFW2
[...]
When the box starts it complains:
Sep 15 15:54:21 test2 /kernel: acd0: CDROM <TOSHIBA CD-ROM XM-6002B> at
ata1-master PIO3
Sep 15 15:54:21 test2 /kernel: Mounting root from ufs:/dev/ad0s1a
Sep 15 15:54:21 test2 /kernel: module_register: module miibus/ukphy already
exists!
Sep 15 15:54:21 test2 /kernel: linker_file_sysinit "miibus.ko" f...