similar to: Passing string arguments to C code, call to .C, R memory allocation for character vectors

Displaying 20 results from an estimated 9000 matches similar to: "Passing string arguments to C code, call to .C, R memory allocation for character vectors"

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
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))
2015 Oct 24
0
ADUC - "UNIX Attributes" tab - "Unwilling To Perform"
On 24/10/15 18:18, Jonathan Hunter wrote: > 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
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
2015 Feb 15
0
Centos 6 Sendmail backup MX Config
On Fri, February 13, 2015 10:57, Ken Smith 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 RELAY > >
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
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
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
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
2015 Feb 13
4
Centos 6 Sendmail backup MX Config
On Fri, February 13, 2015 11:04 am, Les Mikesell wrote: > 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
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
2014 Feb 24
1
PATCH for stream_encoder.c: change ifdefs order
Erik de Castro Lopo wrote: > Applied with minor reformatting. Thanks. And btw, about reformatting: currently stream_encoder.c contains the following code: #ifdef FLAC__SSSE3_SUPPORTED if(encoder->private_->cpuinfo.ia32.ssse3) aaaaa; else #endif #ifdef FLAC__SSE2_SUPPORTED bbbbb; #endif This code is correct because if FLAC__SSSE3_SUPPORTED is defined then FLAC__SSE2_SUPPORTED is
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"
2007 Jun 28
1
Problem authenticating users with pam_winbind from trusted domain
Hi all, i've got a problem in authenticating users from a trusted domain with pam_winbind. smb.conf is: [global] workgroup = AAAAA server string = CC-Server (SMC CI, Samba %v, %h) security = DOMAIN machine password timeout = 0 log file = /var/log/samba/log.%m log level = 3 max log size = 1000 debug pid = Yes debug
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
2009 May 04
1
Syncronization in rails
Hello, Here is the logic that I am trying to achieve. I have a User Model and the business rule is that user can accept maximum 5 friends requests. for this I have an accept method in User Model which looks similar to below code snippet def accept(friend) raise ArgumentError if self.friends.count >= MAX_FRIENDS_ALLOWED ... ... #code to add friend to friends list end As you
2009 Oct 26
1
[LLVMdev] RegAllocSimple doesn't work
I tried both the most recent version of "simple" register allocation and the one from last August, and neither seems to work correctly (they run, but produce bad output). I used them to compile an old version of the Unix "replace" utility (source code attached). Here's how I created the executable: llvm-gcc -emit-llvm -O0 -c replace.c -o replace.bc opt -mem2reg
2005 Aug 16
0
ices2, metadata, bumps and crashes
[In case anyone is wondering, the missing message is because I emailed Mike directly, not realising I wasn't sending to the list.] On Tue, Aug 16, 2005 at 12:56:57PM +0200, Michael Smith wrote: > On 8/16/05, Paul Martin <pm@nowster.zetnet.co.uk> wrote: > > On Tue, Aug 16, 2005 at 10:31:09AM +0200, Michael Smith wrote: > > > > > This shouldn't cause any
1998 Oct 15
0
smbtar: ERRDOS - 50 setting attributes on file <directory-name>
Samba 1.9.18p8 / Linux 2.0.33 I've got a problem restoring a tar archive, with subdirs inside, using smbtar from the Linux server to a win95 pc. I made the tar with smbtar. When restoring to a win95, the subdirs are not restored ('aaaaa' is a directory): ... restore tar file \badday.mpeg of size 425988 bytes Updating creation date on \aaaaa\ ERRDOS - 50 setting attributes on
2010 Sep 23
1
strange behaviour of callNextMethod in S4 methods
Hello, I experienced a strange behaviour of callNextMethod when used in either initialize or any other S4 function method definition. Help says callNextMethod calls the next inherited method for the current function from where it is called with the same actual (non missing) arguments. This is OK. The problem appears when some formal arguments (in particular, S4 objects) of this function are