search for: testa

Displaying 20 results from an estimated 99 matches for "testa".

Did you mean: test
2006 May 05
1
converting code into a function - seperating a data frame with n columns into n individual vectors
I have many very large dataframes with 20 columns each. In order to conserve memory, I wish to separate the data frame into 20 vectors, each named the name of the dataframe followed by .1,.2,.3 .20. (For example purposes, one data frame is named ?testa?.) e.g. testa.1, testa.2, testa.3 I have written the code to do this (see below). I am trying to convert this into a function that I can reuse. Suggestions are appreciated. (I am not sure if this is the best way to approach the problem, but I do think it will work. FYI, I really do need all the...
2004 May 26
2
Samba 3 and LDAP - Error loading profiles
Hi, I'm setting up Samba with ldap backend and everythin appears to be working correctly except for profiles. Using: samba-3.0.2 openldap-2.1.26 smbldap-tools-0.8.4 When a user 'testa' tries to logon from a Win2K system that has joined the domain he gets the following error message: "Windows did not load your roaming profile and is attempting to log you on with your local profile. Changes to the profile will not be copied to the server when you logoff. Windows did not...
2009 Sep 04
2
help with functions
Hi all, I have got 2 function (see bellow) which are simplifications of what I need to do. These functions are precisely the same, except for the last line. My question is, why doesn't function testA work in the same way as function testB. Both functions produce two objects, "a" and "b" that must merged with rbind. The difference is that in testA, I specify the name of the objects while in testA I am stating which objects I want to bind from a character vector. What'...
2005 Nov 11
2
Rsync, subversion and directories
...", it appears this flag should do the trick - further investigation reveals this is not quite so. Furthermore, the output of the "-v" flag doesn't imply that the directory can be deleted, except when doing a dry run: $ rsync -rvz --delete --exclude=".svn" --dry-run ~/TestA ~/testme/TestB building file list ... done deleting TestA/TEST/ <------- TestA/blerg.txt TestA/file with space.txt TestA/file2.txt TestA/sync.sh $ rsync -rvz --delete --exclude=".svn" ~/TestA ~/testme/TestB building file list ... done TestA/blerg.txt TestA/file with space.txt Test...
2005 Mar 05
1
Problem with plotting size/location on variation of star/segment plot
...most humbly appreciated! BTW, I'm running R 2.00 on Windows XP, all packages updated. Example version of my code is pasted below (the loop is for example purposes only): ##begin sample code par(mfrow=c(2,2)) for (i in 1:4) { ## generate sample data for plot: a<- sample(c(20:70)*.01,18) testA <- as.data.frame(rbind(a,a+((1-a)*sample(c(1:10)*.1,18,replace=T)))) ## open new plot space plot.new() ## plot data series: stars(testA[2,], locations=0:1,full = TRUE, scale = F, draw.segments=TRUE, add=TRUE,col.segments=heatshades[7]) stars(testA[1,], locations=0:1,full = TRUE, scale = F,...
2004 Jul 17
0
mkstemp failed: (code 23) main(633)
...unted or local to the cpu. However when I try to use rsync to copy files on the remote system (yet NFS mounted so I don't have to use remote login ) rsync -rav Adir c rsync copies the directory tree under Adir just fine but not a single regular (text, binary) file. mkstemp "/usr/rsync/c/TestA/.TestA.1.hTdMYs" failed: Operation not supported on socket rsync error: some files could not be transferred (code 23) at main.c(633) In Adir is a directory TestA and below a text file called TestA.1 I don't understand why the name was mangled to .TestA.1.hTdMYs which is different every...
2010 Apr 19
1
Samba4 segfault
Hi, during my tests to use Samba4 as a kdc for kerberized NFS, I found a bug in the KDC code, when generating a principal without pac (e.g. with msktutil and option --no-pac), that causes Samba4 to crash: Running the following command on one of the client machines msktutil -c --upn nfs/testa.linex.org -h testa.linex.org --computer-name testa-service-nfs --server s4-dc1.linex.org --no-pac results in this gdb backtrace on the samba4 dc (s4-dc1.linex.org): Program received signal SIGSEGV, Segmentation fault. 0x00000000005e82e6 in samba_make_krb5_pac () Current language: auto;...
2007 Jul 17
0
write.dcf/read.dcf cycle converts missing entry to "NA" (PR#9796)
...is a test function to demonstrate the problem. It returns TRUE when a write.dcf/read.dcf cycle does not change the data. test.write.dcf <- function () { origFile <- tempfile() copyFile <- tempfile() on.exit(unlink(c(origFile, copyFile))) writeLines(c("Package: testA", "Version: 0.1-1", "Depends:", "", "Package: testB", "Version: 2.1" , "Suggests: testA", "", "Package: testC", "Version: 1.3.1", ""), origFi...
2013 Dec 05
0
S4 method for '[' with extra arguments: distinguishing between x[i] and x[i, ]
...ca <- match.call() mdrop <- missing(drop) Nargs <- nargs() - !mdrop print(ca) print(nargs()) print(mdrop) print(Nargs) if( !missing(i) && Nargs < 3 ) TRUE else FALSE }) testA <- function(){ a <- new('A') tests <- c('a[1]', 'a[1,]', 'a[,1]') sapply(tests, function(s){ message('\n#', s); message('single arg: ', eval(parse(text = s))) s <- sub(']', ', drop = FALSE]', s,...
2019 Jul 04
4
cannot set filesystem permissions on shares
...> Debian 9 (Stretch) uses acl 2.2.52-3+b1 > Debian 10 (Buster) uses acl 2.2.53-4 > I am still on Stretch and if I run a couple of tests, creating a couple > of directories and changing ownership as you have done, I always get the > same result, which is different from you. > mkdir testA > chmod 0770 testA > chown root:"A\domain users" testA > getfacl testA > # file: testA > # owner: root > # group: A\134domain\040users > user::rwx > group::rwx > other::--- > mkdir testB > chmod 0770 testB > chown "root:A\domain users" testB &...
2004 Jan 14
3
100% of cpu in an out of the box *
Hi all! I'm newbie, so here goes my situation: I have succefully compiled the cvs version as shown in asterisk website in some linux distros: Debian (2.4.22), Conectiva, Fedora Core 1 and in all of them, * starts and consumes all the cpu (on top). Does anybody know this issue? Thanks! Testa
2007 Jul 18
1
(PR#9796) write.dcf/read.dcf cycle converts missing entry
...trate the problem. It returns > TRUE when a write.dcf/read.dcf cycle does not change the data. > > test.write.dcf <- function () { > origFile <- tempfile() > copyFile <- tempfile() > on.exit(unlink(c(origFile, copyFile))) > writeLines(c("Package: testA", "Version: 0.1-1", "Depends:", "", > "Package: testB", "Version: 2.1" , "Suggests: testA", "", > "Package: testC", "Version: 1.3.1", ""), >...
2005 Oct 24
0
error messages in matrix multiplication
...er my efforts at either syntax below (a) or syntax (b) remain unsuccessful. With (a) I obtain the message - Warning message: Error in A %*% B : non-conformable arguments With (b) I obtain the message - Warning message:NAs produced by integer overflow in: sum(A * A) * sum(B * B) : (a) Matrix testA <-read.table("c:\\matrixA.txt",header=T) testB <-read.table("c:\\matrixB.txt",header=T) A<-as.matrix(testA) B<-as.matrix(testB) cosineDissimilarity <- sum(A%*%B)/sqrt(sum(A%*%A)*sum(B%*%B)) (b) pointwise testA <-read.table("c:\\matrixA.txt",head...
2019 Jul 03
4
cannot set filesystem permissions on shares
> > On the file serever: > > Collected config --- 2019-07-03-10:27 ----------- > > > > Hostname: srv > > DNS Domain: a.b.hu > > FQDN: srv.a.b.hu > > ipaddress: 10.0.3.15 192.168.0.8 > > ----------- > > Samba is running as a Unix domain member > > ----------- > > > > This computer is running Debian 10.0 x86_64 > >
2012 Mar 30
1
mode & mask
dear all trivial kind of question for which I do apologize, but it's sort of puzzling in a share when a windows client creates something samba sets it as 755, yet another user can still delete, in this case a folder which part of configuration fixes it so it would behave as expected? what I have by default is: acl check permissions = Yes acl group control = No acl
2008 Mar 31
14
To surf to URL mydomain.com instead of mydomain.com:3000?
My production server is using mongrel_rails on Ubuntu linux. With Firefox I can reach my production server with the URL: www.mydomain.com:3000/ but I can''t reach my production server with the URL www.mydomain.com/ Is there a way to configure mongrel so that I can reach my production server with the URL www.mydomain.com? -- Posted via http://www.ruby-forum.com/.
2018 Sep 14
4
X448 Key Exchange
...the TLS spec. If it survives its field-testing, then we could move forward. And/or we make X448 a last-priority KEX for a year or two and patiently see what happens. Again, if this gets the green light, I'll be happy to write the initial implementation. Thanks, - Joe -- Joseph S. Testa II Founder & Principle Security Consultant Positron Security
2017 Sep 22
6
DH Group Exchange Fallback
On 09/22/2017 03:22 PM, Daniel Kahn Gillmor wrote: > On Thu 2017-09-21 18:12:44 -0400, Joseph S Testa II wrote: >> I gotta say... having a fallback mechanism here seems pretty >> strange. The entire point of the group exchange is to use a dynamic >> group and not a static one. > > fwiw, i think dynamic groups for DHE key exchange is intrinsically > problematic when...
2013 Dec 10
0
[LLVMdev] libcang python bindings and working with macros question
How do I obtain the data that a macro points to, both expanded and unexpanded. in example I have a file named "blah.c" with the following. """ #define TESTA 1 #define TESTB 2 + TESTA """ I modified util.py's get_cursor to look at the displayname also, as spelling won't match the macroname. """ for cursor in children: if cursor.spelling == spelling: return cursor if cursor.displaynam...
2013 Dec 11
0
[LLVMdev] libcang python bindings and working with macros question
How do I obtain the data that a macro points to, both expanded and unexpanded. in example I have a file named "blah.c" with the following. """ #define TESTA 1 #define TESTB 2 + TESTA """ I modified util.py's get_cursor to look at the displayname also, as spelling won't match the macroname. """ for cursor in children: if cursor.spelling == spelling: return cursor if cursor.displaynam...