Displaying 20 results from an estimated 3000 matches similar to: "grep for asterisks "*"'s"
2011 Apr 27
3
[LLVMdev] Regression tests in 2.9
I tried on a different machine x86_64 ( vs x86 ) and I don't have these
issues anymore (the tests are failing on the x86 machine because of a
segmentation fault)
Both builds were done using: g++ (GCC) 4.2.4 (Ubuntu 4.2.4-1ubuntu4)
Something should be wrong with my environment...
The only differences I noticed during the compilation are the following
warnings (which appear several times, but
2009 Nov 22
5
Removing "+" and "?" signs
An embedded and charset-unspecified text was scrubbed...
Name: not available
URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20091123/36ef28cf/attachment-0001.pl>
2009 May 21
4
Re placing a "+" in a string
I know this is easy, but I am stumped:
> gsub("0","K","8.00+00")
[1] "8.KK+KK"
> gsub("+","K","8.00+00")
Error in gsub("+", "K", "8.00+00") : invalid regular expression '+'
In addition: Warning message:
In gsub("+", "K", "8.00+00") :
regcomp error:
2009 Aug 24
8
[LLVMdev] Regular Expression lib support
On Aug 23, 2009, at 9:01 PM, Daniel Berlin wrote:
>> 2. Use POSIX regcomp facilities. This implies importing some
>> implementation of this interface, e.g., Windows. On Linux, BSD, etc.
>> we would try to use the platform version if available (and non-
>> buggy).
>
> Don't do it.
> They are ridiculous slow, and posix made some really dumb choices in
>
1998 Jun 26
2
R-beta: Problem with functions using sub and gsub
Previously I had problems with data(foo) and Gass and I had problems with
help(). His diagnostic was "POSIX regular expressions not available" and mine
was "invalid regular expression". Martin Maechler has no problems with Solaris
2.5 and suggested a regular expression library was needed, e.g., regex-x.xx.
Solaris 2.4 has regex.o in /usr/ccs/libgen.a and regex.h in
2012 Jun 12
2
[LLVMdev] [NVPTX] For linkonce_odr NVPTX generates .weak, but even newest PTXAS can't handle it
Dear LLVM NVPTX maintainers,
Just to have the issue recorded, I don't know how important it is:
clang generates linkonce_odr out of __inline__, and NVPTX generates .weak
out of linkonce_odr (how it happens - a big question, btw, because I can't
find anything related in NVPTX asm printer - does it chain to some other
printer?), and finally ptxas (both 4.2 and 5) fails to compile it to
2005 May 09
4
Two folders !
Hello !!
I need to sync two folders in fedora linux.
One is at /ftp/test/test1
Second is at /ftp/test/test1/test3
I need to sync /ftp/test/test1/test3 that new files uploaded will be seen in /ftp/test/test1 every hour or a day .
How do i do that ?
Thank YOU ALL !
Tibor Vovcak
Slovenia
-------------- next part --------------
HTML attachment scrubbed and removed
2015 Nov 18
1
Setup share permissions
Hello all,
I build following test environment, two Sernet Samba 4.2.5-8 DC with
--use-rfc2307 on Debian Jessie with BIND9_DLZ as DNS backend,
two Member server same sernet packages :
member1 acting like Print Server and member2 - File Server.
DC1 conf:
# Global parameters
[global]
workgroup = COMAC
realm = COMAC.CMBG.BG
netbios name = DC1
interfaces = lo
2000 Mar 18
3
AIX fails on startup with R-1.0.0
Hi,
this is not a bug report since this may not be a problem with R per se.
The current release of R (1.1.0) will compile cleanly on an AIX box
(I have 4.3.2) but it will fail upon startup with an Illegal
Instruction. I've located the problem to be in do_strsplit when R
calls regcomp.
This function is defined in regex.c. However, the text from regex.o
doesn't find its way into the
2012 Jun 13
0
[LLVMdev] [NVPTX] For linkonce_odr NVPTX generates .weak, but even newest PTXAS can't handle it
On Tue, Jun 12, 2012 at 6:11 PM, Dmitry N. Mikushin <maemarcus at gmail.com>wrote:
> Dear LLVM NVPTX maintainers,
>
> Just to have the issue recorded, I don't know how important it is:
>
> clang generates linkonce_odr out of __inline__, and NVPTX generates .weak
> out of linkonce_odr (how it happens - a big question, btw, because I can't
> find anything related
2009 May 07
1
paste with apply, spaces and NA
Hello everyone,
I've come up with a problem with using paste() inside apply() that I
can't seem to solve.
Briefly, if I'm using paste to collapse the rows of a data frame, AND
the data frame
contains strings with spaces, AND there are NA values in subsequent
columns, then
paste() introduces spaces. This only happens with that particular combination of
data values and commands. I have
2010 Jun 03
4
data-management: Rowwise NA
Dear R´ers..
In this mock dataset how can I generate a logical variable based on whether just tes or tes3 are NA in each row??
test<-sample(c("A",NA,"B"),100,replace=T)
test2<-sample(c("A",NA,"B"),100,replace=T)
test3<-sample(c("A",NA,"B"),100,replace=T)
tes<-cbind(test,test2,test3)
2007 Sep 14
2
Problems with quota dict in 1.1.alpha4
Hello,
there are problems with quota dict when multiple dovecot deliver processes are
launched in parallel. It can be reproduced by sending a mail with multiple
different recipients - the mail is delivered OK to all recipients, but the
quota are not updated correctly in sql. I looked at the code and it seems
that the problem is somewhere in dict cache.
If I configure in Postfix max number of
2020 Mar 10
4
R CMD INSTALL cannot recognize full path on Windows
Oops, I think both of us forget to cite the r-devel channel.
Best,
Jiefei
On Tue, Mar 10, 2020 at 5:13 AM Wang Jiefei <szwjf08 at gmail.com> wrote:
> Thanks for your quick response, Tomas.
>
> Yes, this is a path issue, I think the problem is related to R, not the
> Rtools make. I built an example package for reproducing the problem:
> https://github.com/Jiefei-Wang/example
2013 Mar 26
3
Samba + ACLs: Can’t add group write permissions
Hi there,
I?ve been trying to get my head around a problem I have with Samba.
I?ve set up Samba 3.6.13 on a Raspberry Pi with Arch Linux ARM on it and
let it serve a couple of folders from an attached external ext4 drive
mounted to /srv/cifs (of course with the "acl" option enabled).
I?ve been trying to create a share that is read-writable for all
members of a particular UNIX user
2013 Mar 03
1
Samba4 as domain member and file server
Hi guys,
I'm having trouble setting up my file server running Samba 4 (4.0.3). I had no problem joining the domain (also a Samba 4 (4.0.3) with AD) but I can't get the ACL to work properly. I'm sure my settings are wrong and hoping for some help.
When I try to set a user permission I get this error:
setfacl -m u:administrator:rwx test3.txt
setfacl: test3.txt: Malformed access ACL
2008 Jun 22
2
v1.0.13: maildirfolder not being created
Hi,
I'm using version 1.0.13 of dovecot. I know it's somewhat dated, but
that's the latest that Debian etch offers, and I would like to avoid
compiling by myself if possible.
dovecot is not creating the 'maildirfolder' in folders that are
created via IMAP. Looking at the NEWS file, this was implemented in
v1.0.rc7, so my version should have that working already. Is
2009 Aug 23
6
[LLVMdev] Regular Expression lib support
We would like to have access to some kind of regular expression
library inside LLVM. For example, we need this to extend the FileCheck
test case checking tool to support regular expressions.
There are three obvious options:
1. Roll our own library. Multiple unnamed individuals may even
already have implementations lying around! :)
2. Use POSIX regcomp facilities. This implies importing some
2009 Aug 23
2
[LLVMdev] configure/cmake help :)
Hi All,
I have two small things that I would appreciate some help with:
1. Config/Alloca.h is now dead. Once configure and cmake support is
removed, we can zap it. Can someone remove the cmake/autoconf stuff
that pokes at Config/Alloca.h?
2. Daniel's regex email. I think the right answer is to just
autodetect whether regcomp/regexec etc are available (his #2). Could
someone add
2015 Dec 17
3
Assistance much appreciated
On 2015-12-17 19:30, peter dalgaard wrote:
> Presumably the file in question is one of
>
> Peter-Dalgaards-MacBook-Air:BUILD pd$ grep -r "^Package: tools" *
> library/tools/DESCRIPTION:Package: tools
> src/library/tools/DESCRIPTION:Package: tools
>
> so the first thing I'd do is to have a good look at those files and see if they got somehow corrupted.
>
>