similar to: make changes in existing vector with the apply function?

Displaying 20 results from an estimated 2000 matches similar to: "make changes in existing vector with the apply function?"

2003 Jun 30
1
WinXP samba2.2.8a joining domain trouble
Dear sirs, When I try to join my domain I get the error message "The specified network password is not correct" When I use a knowingly wrong password I get an error message in style with "Unkown user or incorrect password" I have set registry keys [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Netlogon\Parameters] "requiresignorseal"=dword:00000000
2005 May 18
2
Run Script when originator hangs up the phone
Hello all, Wonder if there was away to run a script/marco when the person who originates the call hangs up. I have use the g option in the dial application to continue running applications in the dial plan, but that only works if the person who is called hangs up first.. Thanks Erik
2007 May 23
1
altered ACLs do not apply on existing subdirectories
Hello, My samba 3.0.24 works fine on AIX 5.3. I'm using AD domain. Windows users can add new user permissions to files and folders and they are inherited for all NEW files and subfolders created in the future. But, changing permission on the security tab to a folder does not alter the EXISTING files/sub-folders like it does on a real windows network drive. Here are my current settings:
2005 May 17
18
VoipSupply.com
I am going to buy some IP phones from them but I sent them an email couple of weeks ago and got no reply. Has anyone ordered anything from them? Any other places that I can buy from? Sorry if it's a wrong post. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20050517/ba256d25/attachment.htm
2001 Nov 14
0
OPEN ssh pkg
Hi, I have a few corrections for OPENssh-2.9p1 solaris packaging. I use to configure: setenv CFLAGS -I/opt/local/include setenv LDFLAGS "-R/opt/JGMAzlib/lib -L/opt/JGMAzlib/lib" ./configure --prefix=/opt/OPENssh --with-tcp-wrappers --sysconfdir=/etc/opt/OPENssh --localstatedir=/var/opt/OPENssh --with-pid-dir=/var/opt/OPENssh/run --with-ssl-dir=/opt/OPENssl --with-ipv4-default
2006 May 14
2
apply, apply speed vs. traditional looping mechanisms
Can someone tell me why apply (and apply) are faster in performing repeated operations than a for (or do) loop? I am looking for a technical explanation. Thanks, John John Sorkin M.D., Ph.D. Chief, Biostatistics and Informatics Baltimore VA Medical Center GRECC and University of Maryland School of Medicine Claude Pepper OAIC University of Maryland School of Medicine Division of Gerontology
2013 Mar 27
1
Passing arguments between apply and l(s)apply functions vs. nested for loop
Hi R community, I have a question concerning passing arguments between apply and lapply? Or maybe, once my problem is explained, the question is really about how to best transform my nested for loops into list/matrix operations; I am just beginning this transformation away from nested for loops, so I beg of you to have some lenience regarding my ignorance. Part I: I used a set of nested for
2012 Dec 12
2
using 'apply' to apply princomp to an array of datasets
Hi everyone, Suppose I have a 3D array of datasets, where say dimension 1 corresponds to cases, dimension 2 to datasets, and dimension 3 to observations within a dataset. As an example, suppose I do the following: > x <- sample(1:20, 48, replace=TRUE) > datasets <- array(x, dim=c(4,3,2)) Here, for each j=1,2,3, I'd like to think of datasets[,j,] as a single data matrix with
2010 Aug 06
3
How to apply apply?!
guRus I have say a dataframe, d and I wish to do the following: 1) For each row, I want to take one particular value of the row and multiply it by 2. How do I do it. Say the data frame is as below: OPEN HIGH LOW CLOSE 1931.2 1931.2 1931.2 1931.2 0 0 0 999.05 0 0 0 1052.5 0 0 0 987.8 0 0 0 925.6 0 0 0 866 0 0 0 1400.2 0 0 0 754.5 0 0 0 702.6 0 0 0 653.25 0 0 0 348 0 0 0 801 866.55 866.55
2019 Oct 17
1
List of applied policy if 'apply group policies = yes'...
Ahem, again revising docs... I've not found a place where there's a ist of policy applied if i set: apply group policies = yes There's something like that? they are exactly the policy in: samba-tool domain passwordsettings show Thanks. -- dott. Marco Gaiarin GNUPG Key ID: 240A3D66 Associazione ``La Nostra Famiglia''
2007 Feb 21
1
Trying to get an apply to work with a list in applying names to tables
I am trying to use apply and a list to supply names to a set of tables I want to generate. Below is an example that I hope mimics the larger original problem. EXAMPLE aa <- c( 2,2,1,1,2) bb <- c(5,6,6,7,4) aan <- c("yes", "no") bbn <- c("a", "b", "c", "d") mynames <- c("abby", "billy") mylist <-
2006 Jul 22
0
how to apply before/after_filter to actionmailer
hi, I want to perform some action before/after each email was delivered. How can I apply before/after_filter to actionmailer? Thanks. Best Regards, Zhenjian -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060722/8f014133/attachment.html
2006 Jun 05
5
apply more than one condition to a find(:all
Hi I have the find statement below, how can I apply another condition to this to say AND status > 3 @projectReport = Project.find(:all, :conditions => ''status != 7'') Thanks scott -- Posted via http://www.ruby-forum.com/.
2006 Apr 04
2
How to apply class from Stylesheet to "link_to" element???
Hi, This is the "img" class for anchor element inside my stylesheet. ===================== A.img:link { color: #ffffff; text-decoration: none; } A.img:visited { color: #ffffff; text-decoration: none; } ====================== I can easily apply this tag inside my html document as follows:- ======= < a href="goodbye.html" class="img"> ======= Now I want to
2006 Apr 11
2
How do I apply a patch to Rails?
Hi, How do I apply a patch to Rails? >From what I can find it looks like I need to be running on the latest version from SVN. I don''t want to do that however. I have also tried applying the changes to the .rb file concerned, but that didn''t seem to work. Martin -- Posted via http://www.ruby-forum.com/.
2006 Apr 27
0
How To Apply Patches
I can think of too many different ways to apply patches to rails. Right now I''m looking at 4227. What''s the standard, safe, kosher way that y''all use? Larry Wall''s patch program? Root around svn and pick something to checkout? I want to be safe, here, not clever. Warren -------------- next part -------------- An HTML attachment was scrubbed... URL:
2006 Mar 01
3
Using aspects to apply authentication
Greeting. I was wondering if anyone is using AOP (Aspect Oriented Programming) to ensure login and authentication before allowing someone access to controllers and models. I found two versions of RCR 321 that discuss cut-based AOP, but as far as I can tell there isn''t an implementation of the RCR as an AOP framework. Additionally, I tried to dig up information on Aspect4r and
2008 Jan 23
1
How to apply msp package?
Hi all, I tried "msiexec /p *.msp" to apply patch. And nothing happened. All files are the old ones. Using "wine msiexec /p *.msp", wine displayed this message: fixme:msi:MSI_OpenDatabaseW open failed r = 80030050! Thanks. -------------- next part -------------- An HTML attachment was scrubbed... URL:
2007 Jan 19
1
Flag to not apply changes
There a flag to puppet or puppetd to print out what it would do but not actually apply the changes. This would be very helpful when testing out new scripts. - Ian
2004 Apr 08
0
How to DSMARK locally generated traffic and then apply AFHTB?
Hi fellow traffic-shapers, I am implementing a Diffserv CORE router using Linux kernel 2.4.18. I used this excellent website (http://www.opalsoft.net/qos/DS-38.htm) using AFHTB as a starting basis for my EGRESS diffserv implementation - and all works great so far!!! But my project has an additional requirement. There are services running locally on the router which are sending/receiving IP