Displaying 20 results from an estimated 1100 matches similar to: "Syncronization in rails"
2009 Jun 16
1
overshoot of formula line in summary output of Sweave
Hi,
In the Sweave output for summary for several types
of model objects and also for the comparison of models
with anova, I find that that the display of the call(s)
or formula does not obey the width option, even with
keep.source=TRUE set, so that a long formula will overshoot
the margins in the document. I would like to know if
there is a good way to correct that. Looking at the
print.summary
2011 Jan 30
2
bit wise operation on long bit vector?
Hi
Is there any function to do bitwise or/and/xor on long bit vectors?
"aaaaa"
"0000000000000000000000000000000000000000000000000000000000000000......................"
"bbbbb"
"0000000000000000000000000000001000000000000100000000100000001100......................"
"ccccc"
2011 Dec 06
1
RStudio: copied line is always not the same as the line that I highlighted
Hi all,
I am using RStudio. I wanted to copy and past an expression/line.
I highlighted it, and then copied and pasted:
The result was not the line that I wanted, instead, it was the line above...
For example:
I have three lines:
aaaaa
bbbbb
ccccc
....
I highlighted "bbbbb" and copied, but the pasted outcome was "aaaaa"...
What happened?
Thanks al ot!
[[alternative
2012 Sep 29
1
Error during decryption of meta key
Hi,
I've got a relatively simple tinc setup.
I've got two "servers" that are on the public internet that act as
routers for three "clients" that are behind NATs.
Those servers are called aaaaa and bbbbb the clients are xxxxx, yyyyy and zzzzz
Unfortunatly the servers have problems accepting a connection from the clients
syslog on aaaaa:
Sep 29 18:28:58 schuerrer
2020 Sep 01
2
using %d as a variable in the ldap search base
I'm trying to use auth bind to avoid having a plain text password in a
config file. With %u instead of %n, the @domain part of the login
ends up in the uid field of the search filter. As I said, my OUs have
overlapping users, so I have configured things such that the users are
logging in with user at domain, and need to get the domain component
into the search base as you cannot filter on
2011 May 07
3
how to not match partial names
Dear friends,
How do I stop partial matching of list names?
e.g.,
x <- list(AAAA="aaaaa", BBBBB="bbbbb")
is.null(x$A) #returns FALSE even though there is no element A.
if(is.null(x$A)) {result <- x$BBBB} else {result <- x$A}
result #is aaaa even though there is no x$A element
x <- list(CCCC="aaaaa", BBBBB="bbbbb")
if(is.null(x$A))
1999 Jul 31
2
Accessing Samba shares via PPP links
Hello all.
I am sure that this is an FAQ but I cannot find a succinct answer anywhere.
My question is:
What is the correct way to access a Samba share when the Samba server has a
private IP adress (eg 192.168.x.y), the (Windows via PPP) client is assigned a
relevant private address (eg 192.168.x.z) and the username/password used to
login to the client is not known to the server and/or is
2015 Feb 13
4
Centos 6 Sendmail backup MX Config
Hi All,
I'm just wanting to check that my understanding of the settings is
correct as my web searches are finding a lot of dated information.
If I want a Centos 6 sendmail system act as the secondary MX for domain
bbbbb.co.uk do I just add a
Connect:bbbbb.co.uk RELAY
statement into /etc/mail/access and restart sendmail
Obviously I have the DNS MX records for the domain are
2008 Apr 11
3
strsplit and sapply
Colleagues,
I have some text:
TEXT <- c("a", "bb;ccc", "dddd;eeeee;ffffff")
I want to retrieve the portion of each element before the first
semicolon. I can split each element using strsplit:
SPLIT <- strsplit(TEXT, ";")
This yields:
> SPLIT
[[1]]
[1] "a"
[[2]]
[1] "bb" "ccc"
[[3]]
[1] "dddd"
2015 Oct 24
4
ADUC - "UNIX Attributes" tab - "Unwilling To Perform"
Thanks Rowland - appreciated.
I have checked the ldbsearch result and both groups look to be pretty
much exactly the same to me, one of them is shown below (I have
sanitised some of the output, replacing parts with 123/a/b/c, but the
rest of the output is byte for byte as seen)
In the time between posting my original message and checking again
just now, however, I have the following additional
2020 Aug 31
2
using %d as a variable in the ldap search base
Hi,
I'm trying to configure dovecot to use LDAP authentication directly,
and I'm having a bit of trouble. I have a somewhat unusual setup, in
that I have an LDAP directory that has 3 OUs each of which have their
own set of users, some of which overlap. As I was trying to figure
things out, I was setting the search base in my
/etc/dovecot/dovecot-ldap.conf.ext file which is referenced
2005 Apr 08
2
DLL Memory Problem
Hello,
I have created a .dll file using G77 and MinGW on my PC (Windows
2000). After using dyn.load to bring it into R2.0.1, I then call the .dll
through the function ccprox shown below. It returns the correct
values. If I run it a second time though it returns different values, so
it seems something is being placed oddly in memory.
If I unload and reload the .dll it works again the first
2004 Jan 14
4
Multiple phonenumbers on one E1 PRI with Digium TE410P ?
Hi,
one short question: Is it possible for the zaptel driver to deal with
multiple phone numbers on one single E1 PRI line?
I could make my carrier route +49 xxx aaaaa-zzz and +49 xxx bbbbb-zzz
and others down one single PRI trunk to our asterisk box terminating in
a Digium TE410P.
Does the driver handle this and can I put calls coming in all on the
same physical interface put into
2015 Oct 23
2
ADUC - "UNIX Attributes" tab - "Unwilling To Perform"
Hi,
I am sure I have come across this before but have previously either
ignored it or somehow worked around it. However it has come up again
and this time I will try to find out what's going on, hopefully we can
fix whatever the issue is.
I have a Samba 4.2.2 domain that generally works fine; I have rfc2307
enabled so that I can keep UIDs/GIDs consistent across machines whilst
still being
2020 Aug 31
0
using %d as a variable in the ldap search base
You have two ways of authenticating against ldap. I decided to use the
method where a single account has access to the user credentials.
(Advantage of this method, you can limit ldap lookups eg do not have to
do 2nd for the userdb)
debug_level = 1
uris = ldaps://ldap.local:8443
dn = cn=aaaa,cn=bbbbb,ou=ccccc,dc=dddd,dc=eeee,dc=local
dnpass = xxxx
base =
2007 Nov 21
1
Help Required in using cast (reshape package) function
Hello everyone,
I am new to R. I have data in the form of excel pivot table format and I
want to cast it into a format which can make it compatible with
computation.
Since I already have the package in pivot format; I avoid melt function
and use the cast directly.
I inspect the
dataread <- read.csv(".....", header=TRUE)
Data in the format
Id Region Country Industry
2007 Aug 14
1
{grid} plain units with non NULL data arguments
In help(unit) I read:
The 'data' argument must be a list when the 'unit.length()'
is greater than 1. For example, 'unit(rep(1, 3), c("npc",
"strwidth", "inches"), data=list(NULL, "my string", NULL))'.
In the newest R-versions it is not anymore allowed to let strings
in the data-argument for plain units, otherwise one
2020 Sep 01
0
using %d as a variable in the ldap search base
If you already tested %d in the ou of the auth user bind, and it is not
working. I guess you are just left with options like
1. 3 different vm's
2. auth bind = no base, scope subtree that is parent of those 3 ou's and
then apply filters something like
pass_filter = (&(objectClass=posixAccount)(uid=%n)(ou:dn:=%d))
3. investigate if nslcd(/ssss?) has an option to use multiple queries
2014 Feb 20
2
PATCH "don't use intrinsics when they're slower", Version 2
A newer version of the patch.
Replaces the previous (ie. http://lists.xiph.org/pipermail/flac-dev/2014-February/004553.html) version.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: no_slow_intrin_v2.patch
Type: application/octet-stream
Size: 2959 bytes
Desc: not available
Url :
2015 Feb 13
0
Centos 6 Sendmail backup MX Config
On Fri, Feb 13, 2015 at 9:57 AM, Ken Smith <kens at kensnet.org> wrote:
> Hi All,
>
> I'm just wanting to check that my understanding of the settings is correct
> as my web searches are finding a lot of dated information.
>
> If I want a Centos 6 sendmail system act as the secondary MX for domain
> bbbbb.co.uk do I just add a
>
> Connect:bbbbb.co.uk