similar to: RFE: Option to show current path once per second

Displaying 20 results from an estimated 10000 matches similar to: "RFE: Option to show current path once per second"

2006 Sep 05
3
DO NOT REPLY [Bug 4082] New: RFE: prioritize work by size (or other criteria)
https://bugzilla.samba.org/show_bug.cgi?id=4082 Summary: RFE: prioritize work by size (or other criteria) Product: rsync Version: 2.6.9 Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P3 Component: core AssignedTo: wayned@samba.org ReportedBy:
2008 Jul 07
1
RFE: extend --keep-dirlinks to files also
Hi, I just read the thread http://lists.samba.org/archive/rsync/2004-June/009678.html which describes how --keep-dirlinks came to be. My use case is similar, but I?d like a similar option for files as well. Setup: in my public_html I have some symlinks which I send over as files, with -L (for various reasons: partly, because they are copies of current work which is done elsewhere, or
2014 May 14
1
RFE: please add Return-Path: to sieve sent mail headers
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Wed, 14 May 2014, Charles Marcus wrote: > On 5/13/2014 3:02 PM, Stephan Bosch <stephan at rename-it.nl> wrote: >> If you know what you are doing (think twice about that!), you can override >> this behavior using the sieve_vacation_send_from_recipient setting (if your >> Pigeonhole is recent enough): >>
2014 May 13
3
RFE: please add Return-Path: to sieve sent mail headers
May I ask to add Return-Path: some meaningful header line to sieve sent mail headers in vacation message? Now the header line isn't generated at all and the effect is as follows: on receiving MTA: 2014-05-09T15:04:32+02:00 host/ip postfix/qmgr[2408]: 41F2F6024E: from=<>, size=900, nrcpt=1 (queue active) in received mail body: Return-Path: <> Would be nice to get: Return-Path:
2006 Mar 21
2
transfer files only once
hi i have a question. is there an easy way to remember transfered files to a specific destination host. little example: 1) host A: with files a, b, c 2) rsync-transfer them to host B 3) add a new file d to host A 4) delete file c from host B 5) again a rsync transfer, but file c get skipped, d get transferred maybe as a feature request: add an check for an extended attribut of the files which
2005 Aug 09
3
file
hi im saleh please help me I WANT SOURSE CODE SIMILAR THIS CODE package asl; import java.awt.*; import java.awt.event.* ; import java.applet.*; public class animat1 extends Applet implements Runnable{ int c = 290, d = 300; int x = 20, k = 20, o = 0, m = 10, n = 0, y = 0; Thread t = new Thread(this); Image img1, img2, img3; // AudioClip a1; public void init() {
2008 Mar 31
0
redraw priorities
Hey, I've recently investigated problems Swfdec has when running cpu-intensive Flash files and could need some suggestions on how to best fix it. There should be other apps that have had the same problem after all. During a run of Swfdec (either stand-alone or as part of a browser), there's the following events happening: 1. write audio 2. user interaction 3. repaint 4. advance the state
2005 May 10
3
xm save while VM is writing once per second?
I must not be understanding something trivial that I cannot find in the documentation. I am running Xen 2.0.5 with Fedora Core 3 successfully. I have a VM (VM4) running a test shell script that loops infinitely while writing the date and a counter every second (to /tmp/counter). The entire VM is using a file-backed VBD for all storage (/vm-images/vm-4-disk acting as sda1 to the VM). Running
2010 Mar 23
1
caret package, how can I deal with RFE+SVM wrong message?
Hello, I am learning caret package, and I want to use the RFE to reduce the feature. I want to use RFE coupled Random Forest (RFE+FR) to complete this task. As we know, there are a number of pre-defined sets of functions, like random Forest(rfFuncs), however,I want to tune the parameters (mtr) when RFE, and then I write code below, but there is something wrong message, How can I deal with it?
2008 Sep 26
1
issue with varSel.svm.rfe in package MCRestimate
Hello all, I would like to perform SVM-RFE (Guyon et al. 2002) in R and have only found one implementation of this algorithm. The function belongs to the MCRestimate package but when I try to use it I encounter a problem - the function appears to be missing a required package or other function that I simply cannot find available anywhere. Here is my session info followed by a simple example
2003 Nov 25
1
How to trigger an event?
Sorry, but this is probably more of a wxWindows question, but I find it quite hard to wade through all those docs... How do I trigger an event? Like if I want to force a repaint, how do I do that? Is there some kind of refresh or repaint method? Cheers, H
2011 May 01
0
Dummy variables using rfe in caret for variable selection
I'm trying to run "rfe" for variable selection in the caret package, and am getting an error. My data frame includes a dummy variable with 3 levels. x <- chlDescr y <- chl #crate dummy variable levels(x$State) <- c("AL","GA","FL") dummy <- model.matrix(~State,x) z <- cbind(dummy, x) #remove State category variable w <- z[,c(-4)]
2007 Jun 22
2
RFE: idle timeout/auto-daemonize combo
Hi there, I would like to have SSH connections be more "sudo-like". With that I mean, when I ssh/scp/sftp to a host and disconnect, the channel is held open for a while in case I reconnect. I wrote a script (attached) that does this. It starts a master SSH daemon for the connection if needed. Then it exec()s SSH. Just put it in your path and use perssh instead of ssh. It has some
2004 Mar 30
1
[Bug 827] RFE: Allow forwarding of Xprint servers if X11 forwarning is enabled
http://bugzilla.mindrot.org/show_bug.cgi?id=827 Summary: RFE: Allow forwarding of Xprint servers if X11 forwarning is enabled Product: Portable OpenSSH Version: 3.8p1 Platform: All URL: http://xprint.mozdev.org/docs/Xprint_FAQ.html#manual_xpr int_forwarding_via_ssh OS/Version: Linux
2009 Jan 30
1
RFE: parsable iostat and zpool layout
I would like zpool iostat to take a "-p" option to output parsable statistics with absolute counters/figures that for example could be fed to MRTG, RRD, et al. The "zpool iostat [-v] POOL 60 [N]" is great for humans but not very api-friendly; N=2 is a bit overkill and unreliable. Is this info available in kstat, or is this an RFE candidate? In Solaris10? Ditto for zpool
2010 Jun 10
0
[Bug 602599] New: [RFE] A new API for custom cleanup prior to close in perl bindings
On Thu, Jun 10, 2010 at 05:34:23AM -0400, bugzilla at redhat.com wrote: > > Summary: [RFE] A new API for custom cleanup prior to close in perl bindings > > https://bugzilla.redhat.com/show_bug.cgi?id=602599 > > Summary: [RFE] A new API for custom cleanup prior to close in > perl bindings > Product: Virtualization Tools > >
2008 Sep 01
1
RFE: allow zfs to interpret ''.'' as da datatset?
Hi, I''d like to be able to utter cmdlines such as $ zfs set readonly=on . $ zfs snapshot . at now with ''.'' interpreted to mean the dataset corresponding to the current working directory. This would shorten what I find to be a very common operaration - that of discovering your current (working directory) dataset and performing some operation on it. I usally do this
2006 Oct 31
0
6281100 RFE: AVL-FS2: Support Anchored Page Retire for LW8, Serengeti & Starcat platforms (fix x86 lint)
Author: ayznaga Repository: /hg/zfs-crypto/gate Revision: 6eac92b976923acc75b29f19db289920ad3fe49e Log message: 6281100 RFE: AVL-FS2: Support Anchored Page Retire for LW8, Serengeti & Starcat platforms (fix x86 lint) Files: update: usr/src/uts/common/io/mem.c
2006 Oct 31
0
6390248 RFE: speed up sys-unconfig when cloning a zone
Author: gjelinek Repository: /hg/zfs-crypto/gate Revision: b6e8d14262c0face100cf3358196bb87aa8cc5b4 Log message: 6390248 RFE: speed up sys-unconfig when cloning a zone Files: update: usr/src/cmd/zoneadm/zoneadm.c
2008 Jan 12
2
[Bug 14040] New: RFE: Install needed gstreamer plugins when metadata load fails.
http://bugs.freedesktop.org/show_bug.cgi?id=14040 Summary: RFE: Install needed gstreamer plugins when metadata load fails. Product: swfdec Version: unspecified Platform: Other OS/Version: All Status: NEW Severity: normal Priority: medium Component: library AssignedTo: swfdec at