similar to: How to selectively sum rows [Beginner question]

Displaying 20 results from an estimated 90 matches similar to: "How to selectively sum rows [Beginner question]"

2006 May 22
2
selectively disabling parameter logging in controllers
By default, Rails logs all parameters passed to a controller method. As far as I can tell, this happens in both development and production modes. I have a form that collects some sensitive data. I don''t want that data sent to the log, at least not in production mode. Of course, I''d still like to log everything else. Is there a way to accomplish this? -- Posted via
2005 Apr 03
2
Allowing ports selectively
Dear All Is shorewall able to open selectively a port for a specific program and not to all programs installed? If so, where from can one get the appropriate documentation? Thanks in advance, Paul
2011 Feb 21
1
output selectively change the font
Dear brainy R users, I need to output a matrix, with two colors , meaning some elements using different color I normally use write.table(table.m, file="table file name.csv", sep=","), how could I pass the index for the color ? Many thanks yan ********************************************************************** This email and any files transmitted with it are
2006 Mar 06
2
[LLVMdev] Selectively Disable Inlining for Functions
Dear All, I was wondering if there is a standard way of specifying a list of functions that *should not* be inlined by the -inline pass. I'm currently working with an experimental analysis pass that checks for calls to memory allocation functions; inlining and dead code elimination might make the pass more stable, but we don't want to inline the calls to the memory allocation
2006 Mar 06
0
[LLVMdev] Selectively Disable Inlining for Functions
On Mon, 6 Mar 2006, John Criswell wrote: > I was wondering if there is a standard way of specifying a list of functions > that *should not* be inlined by the -inline pass. Nope, but you could hack something into gccas/gccld if you want. Of course, you can disable inlining completely with the -disable-inlining flag. > I'm currently working with an experimental analysis pass that
2005 Aug 04
0
Patch to selectively override a user's shell
Hello, I don't know if this is of anybody's interest here, but I have written a patch to selectively override a user's shell dependent of the username. The reason behind this is, that at the high performance cluster I work at, we would like that normal users are only permitted to use scp and sftp (and thus a shell like rssh) on our master nodes, but should retain their
2018 Jul 20
0
[RFC 2/4] virtio: Override device's DMA OPS with virtio_direct_dma_ops selectively
Now that virtio core always needs all virtio devices to have DMA OPS, we need to make sure that the structure it points is the right one. In the absence of VIRTIO_F_IOMMU_PLATFORM flag QEMU expects GPA from guest kernel. In such case, virtio device must use default virtio_direct_dma_ops DMA OPS structure which transforms scatter gather buffer addresses as GPA. This DMA OPS override must happen as
2018 Jul 30
1
[RFC 2/4] virtio: Override device's DMA OPS with virtio_direct_dma_ops selectively
> +const struct dma_map_ops virtio_direct_dma_ops; This belongs into a header if it is non-static. If you only use it in this file anyway please mark it static and avoid a forward declaration. > + > int virtio_finalize_features(struct virtio_device *dev) > { > int ret = dev->config->finalize_features(dev); > @@ -174,6 +176,9 @@ int virtio_finalize_features(struct
2006 Jun 29
1
Selectively updating protected repos
I've been trying out the protectbase plugin for yum, and haven't yet determined the best way to selectively update a package. E.g. I'd like to mark the base repo as protected, but get the latest firefox from the centosplus repo. What's the correct incantation for this?
2013 Dec 12
0
Selectively allow non-SSL connections based on userdb
Howdy Folks, I am considering transitioning our mail service over to SSL-only. As a transition mechanism, it would make sense to force all new accounts to use SSL, but still allow old accounts to go unencrypted until some transition date passes. I have done some extensive searching but could not figure a mechanism through which I could specify a setting for this in userdb or similar. Does
2015 Apr 04
0
speaking of sieve scripts... how to selectively not send vacation autoreply
On 4/4/2015 10:02 AM, Harondel J. Sibble wrote: > Don't need to block anyone like in the "Re: Dovecot Oy merger with > Open-Xchange AG" thread, but when I have my vacation recipie active, I'd like > it to NOT reply to certain addresses. > > I tried the following, you can see the section with > > if header :contains "addressIdontwant at
2015 Jun 16
2
dsync selectively
hi everybody I've barely started reading on dsync and I wonder.. would you know if it is possible to sync/replicate only specific domain(users)? or it's always the whole lot? many thanks P.
2015 Jun 16
0
dsync selectively
P, On Tue, Jun 16, 2015 at 01:07:52PM +0100, lejeczek wrote: > I've barely started reading on dsync and I wonder.. > would you know if it is possible to sync/replicate only specific > domain(users)? or it's always the whole lot? See http://blog.dovecot.org/2012/02/dovecot-clustering-with-dsync-based.html basically set 'mail_replica' to 'remote:server3' in your
2015 Jun 16
2
dsync selectively
On 16/06/15 13:14, B wrote: > P, > > On Tue, Jun 16, 2015 at 01:07:52PM +0100, lejeczek wrote: > >> I've barely started reading on dsync and I wonder.. >> would you know if it is possible to sync/replicate only specific >> domain(users)? or it's always the whole lot? > See > http://blog.dovecot.org/2012/02/dovecot-clustering-with-dsync-based.html >
2015 Jun 16
0
dsync selectively
On 16/06/15 14:16, lejeczek wrote: > On 16/06/15 13:14, B wrote: >> P, >> >> On Tue, Jun 16, 2015 at 01:07:52PM +0100, lejeczek wrote: >> >>> I've barely started reading on dsync and I wonder.. >>> would you know if it is possible to sync/replicate only >>> specific >>> domain(users)? or it's always the whole lot? >> See
2015 Jun 18
0
dsync selectively
On 06/17/2015 06:07 PM, lejeczek wrote: > On 16/06/15 14:27, lejeczek wrote: >> On 16/06/15 14:16, lejeczek wrote: >>> On 16/06/15 13:14, B wrote: >>>> P, >>>> >>>> On Tue, Jun 16, 2015 at 01:07:52PM +0100, lejeczek wrote: >>>> >>>>> I've barely started reading on dsync and I wonder.. >>>>> would
2015 Jun 17
1
masks/permission selectively?
hi everybody, I do not suppose, however I hope I can be wrong, one could in/via samba set default perms for a folder(s) within a share? A simple test case would be, where share is (default) 755 but one folder would be 775. Am I wright and this can be achieved only through underlying ACL of the filesystem? cheers.
2005 Feb 02
1
Selectively overriding --cvs-exclude option
Hi, I've come across a situation with rsync which seems like a bug. I could not find anything listed in bugzilla so am writing to the list to see if it's just me. I have a situation where I would like to upload some auto-generated files to a website. However, I don't want these files to be included in my CVS repository so I have added them to a .cvsignore file. To save from creating
2016 Aug 25
0
--skip-compress option not selectively skipping files
I've been playing around with the "--skip-compress" option in rsync 3.1.2 and it appears to not selectively skip the compression of files with suffixes in the list. As a basic example, if I transfer two files, a ".log" file and a ".grb2" file, I get the following results: no compression sent 156,412,712 bytes received 110 bytes 62,565,128.80 bytes/sec total
2006 Oct 18
1
selectively load some objects from old workspace
Dear Listers: I have a question on loading objects from workspace: suppose I have two workspaces for two approaches. My old workspace has some objects I need for the new workspace but I don't want to load the whole old workspace and remove most of the old objects and get what I want. Is there an easier way to do like this: load "some needed obj" from old workspace, which has been