search for: dtest

Displaying 20 results from an estimated 20 matches for "dtest".

Did you mean: test
2009 Mar 13
1
search for string insider a string
Hi, sorry if it is a too stupid question, but how do I a string search in R: I have a dataframe A with A$test like: test1 bcdtestblabla2.1bla cdtestblablabla3.88blabla and I want to search for string that start with 'dtest' and ends with number and return the location of that substring and the number, so the end result would be: NA NA 3 2.1 2 3.88 I find grep can probably do this but I am new to the...
2011 Oct 29
0
samba 3.5.6 & win2k8 r2, session request fails
...smb_uid=0 smb_mid=0 smt_wct=0 smb_bcc=0 [2011/10/29 10:38:02.877305, 1] libsmb/cliconnect.c:2227(cli_start_connection) session request to ORCHARD failed (Called name not present) [2011/10/29 10:38:02.877313, 3] libsmb/cliconnect.c:2209(cli_start_connection) Connecting to host=orchard.DTEST.lan [2011/10/29 10:38:02.877328, 3] lib/util_sock.c:979(open_socket_out_send) Connecting to 172.16.0.200 at port 139 [2011/10/29 10:38:02.877529, 5] lib/util_sock.c:304(print_socket_options) Socket options: SO_KEEPALIVE = 0 SO_REUSEADDR = 0 SO_BROADCAST = 0 TCP...
2009 Mar 17
2
sweep?
I am having a hard time understanding just what 'sweep' does. The documentation states: Return an array obtained from an input array by sweeping out a summary statistic. So what does it mean "weeping out a summary statistic"? Thank you. Kevin
2006 Mar 14
7
Starting with RJS - not working
...Cody Fauser''s tutorial (http://www.codyfauser.com/articles/2005/11/20/rails-rjs-templates) I''ve started by creating a new rails applications and executing rake freeze_edge rake rails:update:javascripts rake rails:update:scripts After that I''ve created a controller: class DtestController < ApplicationController def add end end Created the files add.rhtml and add.rjs in views/dtest/ ,and dtest.rhtml in views/layouts. I''ve started my server and called my add action and nothing happends . Can anyone explain me what I did wrong ? My prototype version is 1.5.0...
2010 Sep 27
4
Fitting problem
...lognorm <- 1/(d*sig*sqrt(2*pi))*exp(-(log(d)-log(mu))^2/(2*sig^2)) lang <- 1/tanh(Ms*rho*vol*H/(kb*t))-1/(Ms*rho*vol*H/(kb*t)) S1 <- S1 + lognorm*vol*lang S2 <- S2 + lognorm*vol } M[i] <- Ms*S1/S2 + chi*H } M } ### I can calculate a set of data: htest<- (-10:10)*200 dtest<- (5:15)*1e-7 mtest<- MH(field=htest,diameter=dtest) ### However when I try to reverse engineer to calculate the parameters mu, sig, chi and Ms I run into problems. Could anyone shed some light on this problem? fit <- nls(M~MH(H,(5:15)*1e-7,mu,sig,Ms,chi),data=df,start=list(mu=10e-7, si...
2009 May 26
1
passing "..." arguments to a function called by eval()
...'d like to do is pass an arbitrary R function to C, evaluate the value in the C code using eval, and then return it. I also want to allow an arbitrary number of arguments to the function using "...". The code for my toy package looks like this: ########## R code, in pkg/R directory dTest <- function(x,...){ retVal = .Call("dTestC",x[1],dnorm,...,rho=new.env(),PACKAGE="pkg") return(retVal) } ########## C code, in pkg/src directory SEXP dTestC(SEXP dblX, SEXP funFn, SEXP dots, SEXP rho); /*--------------------------*/ SEXP dTestC(SEXP dblX, SEXP...
2015 Apr 10
1
How can I have new users/groups to include posixAccount/posixGroup schema automatically?
...ugdev),107(fuse),114(lpadmin),118(sambashare),120(admin),512(domain admins),513(domain users) >> >> Practice >>> Theory > OK, I will accept your so called 'Practise' and raise you an actual > attempt to create a Unix user that already exists in AD: > root at dtest:~# getent passwd rowland > rowland:*:10000:10000:Rowland Penny:/home/rowland:/bin/bash > root at dtest:~# useradd -d /home/rowland -g domain_users -m -p xxxxxxxxxxx > rowland > useradd: user 'rowland' already exists You said "can't have", not "can't crea...
2006 Mar 13
3
problem updating mulitple divs with ajax
i''m having some issues updating multiple divs via ajax. perhaps someone can lend some assistance. i''ve got 2 divs: user_list and user_form. when a person clicks the "edit this user" or "add new user" link the user_form div is updated via an ajax call and the form is shown in the user_form div. this form is a remote form. it submits to either the update
2005 Jun 09
1
[PATCH] more xenstore makefile fixes
...2005-06-09 12:56:34.000000000 -0500 +++ tools/xenstore/Makefile 2005-06-09 13:48:06.000000000 -0500 @@ -20,6 +20,9 @@ BASECFLAGS+= -I. CFLAGS+=$(BASECFLAGS) +ifeq ($(XEN_TARGET_ARCH),x86_64) +CFLAGS += -fPIC +endif LDFLAGS=$(PROFILE) -L$(XEN_LIBXC) TESTDIR=`pwd`/testsuite/tmp TESTFLAGS=-DTESTING -- Jerone Young IBM Linux Technology Center jyoung5@us.ibm.com 512-838-1157 (T/L: 678-1157) _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2015 Apr 10
2
How can I have new users/groups to include posixAccount/posixGroup schema automatically?
Greetings, Rowland Penny! >>>>>>> well tough, the smbldap-tools were written to do a job, map windows >>>>>>> users to unix users and vice versa. >>>>>> No. smbldap-tools were doing exactly the same as AD do: kept all users in one >>>>>> database. >>>>>> >>>>> Similar, but not the same,
2013 Apr 09
5
Error when using fitdist function in R
Hello everyone, I was trying to do some distribution fitting with a numerical field called Tolls. The sample size = 999 rows. Basically I assigned the Toll data to a new variable K by doing: k<-dtest$Toll After that, tried to fit a gamma distribution by doing: fitG<-fitdist(k, "gamma") Then the following messages showed (oh and I checked for empty rows before doing this): Warning in dgamma(c(363328L, 376216L, 367032L, 314826L, 311892L, 313340L, : NaNs produced Warning in dgam...
2015 Apr 10
0
How can I have new users/groups to include posixAccount/posixGroup schema automatically?
...30(dip),44(video),46(plugdev),107(fuse),114(lpadmin),118(sambashare),120(admin),512(domain admins),513(domain users) > > Practice >>> Theory OK, I will accept your so called 'Practise' and raise you an actual attempt to create a Unix user that already exists in AD: root at dtest:~# getent passwd rowland rowland:*:10000:10000:Rowland Penny:/home/rowland:/bin/bash root at dtest:~# useradd -d /home/rowland -g domain_users -m -p xxxxxxxxxxx rowland useradd: user 'rowland' already exists > >>>>>> The user tools are there, they are mostly on windo...
2007 Jun 23
1
regarding testcode in xenstore
Hi I am tring to build the testcode for xenstored # cd xen-3.1-src/tools/xenstore/ # make testcode but it generating error due to conflict of function in fake_libxc with libxc. Error: gcc -Werror -Wp,-MD,.fake_libxc.o.d -I../../tools/libxc -I. -DTESTING -c -o fake_libxc.o fake_libxc.c fake_libxc.c:41: error: conflicting types for ‘xc_evtchn_notify’ ../../tools/libxc/xenctrl.h:692: error: previous declaration of ‘xc_evtchn_notify’ was here make: *** [fake_libxc.o] Error 1 Can anyone please tell me how to resolve it TIA Jeet ____________...
2007 Jun 23
1
regarding testcode in xenstore
Hi I am tring to build the testcode for xenstored # cd xen-3.1-src/tools/xenstore/ # make testcode but it generating error due to conflict of function in fake_libxc with libxc. Error: gcc -Werror -Wp,-MD,.fake_libxc.o.d -I../../tools/libxc -I. -DTESTING -c -o fake_libxc.o fake_libxc.c fake_libxc.c:41: error: conflicting types for ‘xc_evtchn_notify’ ../../tools/libxc/xenctrl.h:692: error: previous declaration of ‘xc_evtchn_notify’ was here make: *** [fake_libxc.o] Error 1 Can anyone please tell me how to resolve it TIA Jeet ____________...
2013 Jul 24
4
[Bug 2129] New: [PATCH] sftp chroot regression
...h, and now it creates a symbolic link with absolute path. When doing chroot, this would make an unusable symbolic link. The behavior change was introduced in OpenBSD src/usr.bin/ssh/sftp.c,v 1.132 and based on my understanding of the commit log, this is not intentional. How to reproduce: # sftp dtest sftp> symlink ./l1 22 sftp> ^D # ssh dtest "ls -l 22" lrwxr-xr-x 1 delphij delphij 23 Jun 21 17:28 22@ -> /home/delphij/l1 What's expected: lrwxr-xr-x 1 delphij delphij 4 Jun 21 17:25 22@ -> ./l1 The attached patch should fix this. -- You are receiving this mai...
2006 Aug 02
0
[PATCH] xenstore-chmod
...++++++++++++++++++++++++++++++++- 2 files changed, 105 insertions(+), 3 deletions(-) diff -r d2bf1a7cc131 -r 2353a28247b1 tools/xenstore/Makefile --- a/tools/xenstore/Makefile Sat Jul 29 14:05:59 2006 +0100 +++ b/tools/xenstore/Makefile Tue Aug 01 08:47:33 2006 -0400 @@ -26,7 +26,7 @@ TESTFLAGS= -DTESTING TESTFLAGS= -DTESTING TESTENV = XENSTORED_ROOTDIR=$(TESTDIR) XENSTORED_RUNDIR=$(TESTDIR) -CLIENTS := xenstore-exists xenstore-list xenstore-read xenstore-rm +CLIENTS := xenstore-exists xenstore-list xenstore-read xenstore-rm xenstore-chmod CLIENTS += xenstore-write CLIENTS_OBJS := $(patsub...
2012 Mar 24
0
Help ordinal mixed model!
...m exhausted. To clarify the database, the treatment (called fases) consist of three levels (1-pre, 2-propolis and 3-vincris) and the ordinal variable response has three categories (1-normal, 2-agudo, 3 - cronico). See table! du <- transform(read.table('http://dl.dropbox.com/u/33619290/Dados/Dtest.txt',h=T),FASES=factor(FASES),ALT.RENAIS=ordered(ALT.RENAIS)) summary(du) library('MCMCglmm') du <- subset(du, ALT.RENAIS != 'NA') tabela <- table(du[,c(2,4)]) tabela colnames(tabela) <- c('Normal','Aguda','Cr?nica&...
2009 Aug 10
1
Building tomcat6, SRPM jakarta-commons-dbcp-1.2.1-7jpp.ep1.2.ep5.el5.src.rpm fails to build
...nt -Dbuild.sysclasspath=first -Dcommons-pool.jar=/usr/share/java/commons-pool.jar -Dcommons-collections.jar=/usr/share/java/commons-collections.jar -Djunit.jar=/usr/share/java/junit.jar -Djndi.jar=/usr/lib/jvm-exports/java/jndi.jar -Dsax2.jar=/usr/share/java/xml-commons-apis.jar -Djava.io.tmpdir=. -Dtest.failonerror=false dist test Buildfile: build.xml init: clean: prepare-nojdbc3: prepare-jdbc3: [echo] JDBC 3 was detected. prepare: compile: [mkdir] Created dir: /root/rpmbuild/BUILD/commons-dbcp-1.2.1/build/classes [javac] Compiling 39 source files to /root/rpmbuild/BUILD/commons...
2006 Jan 05
4
Q: R 2.2.1: Memory Management Issues?
...where # is either 766Mb or 2048Mb (depending on the max memory size I set). The call I make is to Rterm.exe (to try to avoid Windows overhead): "C:\Program Files\R\R-2.2.1\bin\Rterm.exe" --no-save --no-restore --vanilla --silent --max-mem-size=766M < "C:\Program Files\R\R-2.2.1\dTest.R" (I have also tried it with 2048M but with same lack of success.) ------------ QUESTIONS ------------ (1) I had initially thought that Windows 2000 should be able to allocate up to about 2 GB memory. So, why is there a problem to allocate a little over 1GB on a defragmented disk with o...
2012 Jan 31
26
[PATCH 00/10] FLASK updates: MSI interrupts, cleanups
This patch set adds XSM security labels to useful debugging output locations, and fixes some assumptions that all interrupts behaved like GSI interrupts (which had useful non-dynamic IDs). It also cleans up the policy build process and adds an example of how to use the user field in the security context. Debug output: [PATCH 01/10] xsm: Add security labels to event-channel dump [PATCH 02/10] xsm: