Displaying 20 results from an estimated 500 matches similar to: "Prepending table names on a per user or sub domain basis"
2009 Aug 18
1
prepending /cygdrive/c/ to source line
Hello, either cygwin or rsync (version 3.0.6) is prepending /cygwin/c/ to the
source path from the command line.
C:\CMS\PageGenerator>rsync -avc --delete -vvv --protocol=20 -e "ssh.exe -i
C:\cm
s\PageGenerator\qa_rsa"
\\cagecfsu1.saifg.rbc.com\YCM0\InternalCache\test_aug17/
nasadmin at 10.243.101.218:/cygdrive/g/EWCMS_SYNC/test_aug17/
cmd=ssh.exe -i C:\cms\PageGenerator\qa_rsa
2006 Aug 04
2
mysql query prepending
In postgresql you can do something like
select 'maildir:' || maildir as mail, uid, ...
through dovecot-sql.conf
Is there a mysql equivalent for adding 'maildir:' as a prefix to the 'mail'
location ?
2007 Apr 30
1
collection_select - prepending a "any" option
Say I have a normal <SELECT> tag being generated thusly:
<%= collection_select :task, :id, Task.find(:all), :id, :name %>
what is the easiest way to add a "ANY" option to the top of the option
list? I know Task.find(:all) returns a collection object, so is there
a unshift() for that?
well OK I tried:
Task.find(:all).unshift([:id=>0,
2013 Jul 24
1
piegonhole sieve prepending header lines with an extra space
Hi,
I've noticed that the redirect sieve extension is placing an extra space
before the headers of email when the 'redirect' command is used.
Unfortunately this break gmail, yahoo, and most other email programs.
I am using pigeonhole 0.4.0-14 with Dovecot 2.2.4.3; I see change
1781:e439789e3211 but it appears to only change how the X-Sieve header is
generated.
I only have the one
2015 May 18
0
How best to get around shadowing of executables by system()'s prepending of directories to Windows' PATH?
+1 I have exactly the same problem.
Regards,
Yihui
--
Yihui Xie <xieyihui at gmail.com>
Web: http://yihui.name
On Mon, May 18, 2015 at 12:29 PM, Josh O'Brien <joshmobrien at gmail.com> wrote:
> My question:
>
> On Windows, R's system() command prepends several directories to those
> in the Windows Path variable.
>
> >From ?system
>
> The
2004 Jun 12
9
Prepending for 9NxxNxxx - adding the area code for 7 digit dialing
How do you prepend. I want to be able to dial 7 digits instead of of
11 for local calls.
Can someone post there extensions.conf part that is relavent?
2017 Oct 31
0
[Bug 13113] New: receive_xattr heap overflow when prepending RSYNC_PREFIX
https://bugzilla.samba.org/show_bug.cgi?id=13113
Bug ID: 13113
Summary: receive_xattr heap overflow when prepending
RSYNC_PREFIX
Product: rsync
Version: 3.1.3
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P5
Component: core
Assignee: wayned
2015 May 18
4
How best to get around shadowing of executables by system()'s prepending of directories to Windows' PATH?
My question:
On Windows, R's system() command prepends several directories to those
in the Windows Path variable.
>From ?system
The search path for 'command' may be system-dependent: it will
include the R 'bin' directory, the working directory and the
Windows system directories before 'PATH'.
This shadows any executables on the Path that share a
2007 Oct 18
2
characterizing I/O on a per zvol basis.
Hey all -
Time for my silly question of the day, and before I bust out vi and
dtrace...
If there a simple, existing way I can observe the read / write / IOPS on
a per-zvol basis?
If not, is there interest in having one?
Cheers!
Nathan.
2010 Sep 26
1
Basis functions of cubic regression spline in mgcv
I have a question about the basis functions of cubic regression spline in
mgcv. Are there some ways I can get the exact forms of the basis functions
and the penalty matrix that are used in mgcv? Thanks in advance!
Yan
[[alternative HTML version deleted]]
2012 Feb 24
1
B-spline/smooth.basis derivative matrices
Hello,
I've noticed that SPLUS seems to have a function for evaluating derivative matrices of splines. I've found the R function that evaluates matrices from 'smooth.spline'; maybe someone has written something to do the same with smooth.basis?
regards,
s
2008 Jul 16
0
Confidence bands for model estimates using ns() spline basis
Hi,
I am using ns() to model the effect of time on some outcome y
[ specifically, I am using polr() in a model of the form
mod1=polr(y~x1+x2*ns(Year,df=3),...) , with x1 and x2 denoting several
covariates each ]
I understand how to use the spline basis as recorded in the model matrix in
order to reproduce the model fit and to generate curves of the point
estimates of the time effect,
2005 Apr 06
0
htb and tbf theoritical basis
Hi i need some good documentation about htb and tbf
implementation in Linux kernel 2.6 and only for
Linux..thx a lot
__________________________________
Do you Yahoo!?
Yahoo! Personals - Better first dates. More second dates.
http://personals.yahoo.com
2013 Mar 13
1
[LLVMdev] changing register classes on a per function basis
Current ISelDagToDag is created once per module.
The TargetLowering class is allocated there and register classes are
added and the computeRegisterProperties is called.
In order to switch back and forth between mips16 and mips32, I need to
be able to reset what is done during computerRegisterProperties.
Has anyone else looked into this for another port?
Ideas?
Mips16 is an instruction
2013 Mar 20
1
[LLVMdev] changing passes and changing subtargets on a per function basis
I'm implementing this capability to allow switching between mips32 and
mips16 code generation on a per function basis (should be useful for arm
to thumb switching too).
The problem is that while various things are done on a per function
basis, there are two passes registered on a per module basis (target
lowering and instruction selection).
With the new attribute scheme, we can wake up
2002 Apr 08
1
[Bug 210] can't prevent port forwarding on a per-user basis
http://bugzilla.mindrot.org/show_bug.cgi?id=210
------- Additional Comments From markus at openbsd.org 2002-04-08 22:17 -------
check this
http://www.mindrot.org/~djm/ssh-keynote/
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
2003 Jan 07
0
[Bug 210] can't prevent port forwarding on a per-user basis
http://bugzilla.mindrot.org/show_bug.cgi?id=210
djm at mindrot.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |ASSIGNED
------- Additional Comments From djm at mindrot.org 2003-01-07 17:52 -------
I should rewrite the keynote stuff with privsep in
2004 Apr 14
0
[Bug 210] can't prevent port forwarding on a per-user basis
http://bugzilla.mindrot.org/show_bug.cgi?id=210
dtucker at zip.com.au changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|normal |enhancement
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
2006 Jul 12
0
[Bug 210] can't prevent port forwarding on a per-user basis
http://bugzilla.mindrot.org/show_bug.cgi?id=210
djm at mindrot.org changed:
What |Removed |Added
----------------------------------------------------------------------------
OtherBugsDependingO| |1155
nThis| |
Status|ASSIGNED |RESOLVED
Resolution|
2006 Sep 28
0
[Bug 210] can't prevent port forwarding on a per-user basis
http://bugzilla.mindrot.org/show_bug.cgi?id=210
dtucker at zip.com.au changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Comment #5 from dtucker at zip.com.au 2006-09-28 19:25 -------
With the release of 4.4, we believe that this bug is