similar to: Sharing files/directories with colons in name

Displaying 20 results from an estimated 140 matches similar to: "Sharing files/directories with colons in name"

2012 Nov 28
0
str(..., strict.width="wrap") changes alignment of colons
Hi, This was surprising to me and does not appear to be documented in ?str. After reading ?strwrap, I see that the problem is that "Whitespace ... in the input is destroyed". However, I thought I'd mention it because I'm not sure it is intended behavior for str(). I have a list, and the names of the list have a variable number of characters. > x <- list(A=1:10,
2005 Aug 02
1
[Bug 2938] Escape Colons in Filenames
https://bugzilla.samba.org/show_bug.cgi?id=2938 ------- Additional Comments From r2s2@gmx.de 2005-08-01 17:20 ------- The same applies to old DOS names like AUX, COM1, LPT1 or PRN. -- Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact.
2008 Feb 07
0
DO NOT REPLY [Bug 2938] Escape Colons in Filenames
https://bugzilla.samba.org/show_bug.cgi?id=2938 ------- Comment #4 from matt@mattmccutchen.net 2008-02-06 21:24 CST ------- The transliterate patch provides a way to delete the offending colons or replace them with another character: http://rsync.samba.org/ftp/rsync/patches/transliterate.diff -- Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email ------- You are
2012 Nov 15
2
[LLVMdev] unable to interface with target machine
On 15/11/12 10:15, Philip Ashmore wrote: > On 15/11/12 08:58, Duncan Sands wrote: >>> Is there a way to get the target triple of the machine the code is running on, >>> or barring that, the machine llvm was built on? >> >> clang -v >> >> Ciao, Duncan. >> _______________________________________________ >> LLVM Developers mailing list >>
2012 Jan 07
3
Getting a list of unique gene names from a list with semi-colons
Hello, I have one column in my dataframe that has gene names of interest. Unfortunately, due to the fact that some probes lie between two genes or two transcripts of a gene, it looks something like this - FAM81A LOC283050;LOC283050;LOC283050;ZMIZ1 PINK1;PINK1 MRPL12;MRPL12 C1orf114 MMS19;UBTD1 I would like to know how to get a list with all the names with no semi-colons and removing the
2012 Nov 28
0
[LLVMdev] [cfe-dev] RFC: A Great Renaming of Things (or: Let's Repaint ALL the Bikesheds!)
Hi there. What about repainting the top-level bike-shed - the build system itself? I've got a framework called "v3c" in SourceForge that has a top-level makefile. From that makefile you can just do "make" to build it with debug information, "make release" for a release build, "make -j7 distcheck" to throw a few cores at the build, "make -j7 git
2007 Oct 08
5
Escaping colons in YAML
Hello, Does anyone know how to escape colons in YAML? The key in my yml is the domain with port number, but the yml file isn''t working with this setup: ###BEGIN production: ### THIS IS THE ONE I''m HAVING TROUBLE WITH ### 8.11.32.120:8000: GoogleMapsKeyforThisDomain exampledomain.com: GoogleMapsAPIKeyforThatDomain development: GoogleMapsAPIKeyforDevelopmentDomain ###END
2009 Jul 30
3
update.formula and backticked colons
I just noticed the following in update.formula and I'm wondering if this behavior is the intention of the developers. Here's an example: update(`a: b` ~ x, ~ . + y) Note now that the response has no backticks and is interpreted as a:b (i.e. ":" is now an operator). This is because in update.formula the call to terms.formula uses simplify = TRUE. I'm working with data that
2012 Nov 27
3
[LLVMdev] [cfe-dev] RFC: A Great Renaming of Things (or: Let's Repaint ALL the Bikesheds!)
On Nov 24, 2012, at 1:02 AM, Tinco Andringa <mail at tinco.nl> wrote: > Hi, > > I think it's an awesome idea to make sure all names are logical. It is > an essential feature of a good API to have logical naming :) > >> I really dislike that all the files and classes in the MC library >> start with MC. This is c++, not c :( > > On a similar note, all
2013 Jan 23
3
footnote:id, colons and jquery
I just received a [bug report] for Python-Markdown complaining that colons are used in the ids of footnotes. For reference, we [output] the same format at PHP Markdown Extra. The general complaint is that the colon in the id attribute (`id="fnref:1"`) causes jquery to choke when referencing that id from javascript because jquery uses colons to indicate pseudo elements (as does CSS). As
2012 Nov 14
2
[LLVMdev] unable to interface with target machine
Hi there. Sorry in advance if this is a silly question. I've got a test program in my v3c-storyboard project http://sourceforge.net/projects/v3c-storyboard/ that generates LLVM assembly for a hello world program. If I try clang -o hello-world hello-world.ll I get "error: unable to interface with target machine". But if I llvm-as -o hello-world.bc hello-world.ll
2012 Nov 15
0
[LLVMdev] unable to interface with target machine
On 15/11/12 10:10, Duncan Sands wrote: > On 15/11/12 10:15, Philip Ashmore wrote: >> On 15/11/12 08:58, Duncan Sands wrote: >>>> Is there a way to get the target triple of the machine the code is >>>> running on, >>>> or barring that, the machine llvm was built on? >>> >>> clang -v >>> >>> Ciao, Duncan. >>>
2013 Feb 18
3
Question marks, asterisks, colons in filenames
Hi, I suppose this question must have been posted a hundred times, but Google brings up nothing useful: Consider "The Wall" from Pink Floyd in an MP3 collection. There's "In The Flesh.mp3" and "In The Flesh?.mp3" as tracks. Or, another example in an MP3 collection: There's a Band called "Stellar", but there's also a band called
2023 Apr 14
5
[Bug 1673] New: bug egress hook virtio interface with VLAN
https://bugzilla.netfilter.org/show_bug.cgi?id=1673 Bug ID: 1673 Summary: bug egress hook virtio interface with VLAN Product: nftables Version: 1.0.x Hardware: All OS: All Status: NEW Severity: normal Priority: P5 Component: kernel Assignee: pablo at netfilter.org
2023 Apr 14
3
[Bug 1672] New: bug egress hook virtio interface with VLAN
https://bugzilla.netfilter.org/show_bug.cgi?id=1672 Bug ID: 1672 Summary: bug egress hook virtio interface with VLAN Product: nftables Version: 1.0.x Hardware: All OS: other Status: NEW Severity: normal Priority: P5 Component: kernel Assignee: pablo at netfilter.org
2012 Nov 15
0
[LLVMdev] unable to interface with target machine
On 14/11/12 22:11, Philip Ashmore wrote: > Hi there. > > Sorry in advance if this is a silly question. > > I've got a test program in my v3c-storyboard project > http://sourceforge.net/projects/v3c-storyboard/ > that generates LLVM assembly for a hello world program. > > If I try > > clang -o hello-world hello-world.ll > > I get
2003 Sep 28
1
Getting SILO Overflows during burncd
FreeBSD wahoo.prodigy.net 4.9-PRERELEASE FreeBSD 4.9-PRERELEASE #0: Tue Sep 23 10:13:51 CDT 2003 jbryant@wahoo.prodigy.net:/usr/obj/usr/src/sys/WAHOO.SMP i386 Dual Pentium II 333 MHz on Tyan Thunder-2 Motherboard. Anyone else seeing this? jim -- "Religious fundamentalism is the biggest threat to international security that exists today." United Nations Secretary
2012 Sep 29
0
[LLVMdev] doxygen tag files
Hi there. I did a quick Google search for this topic in the mailing lists - apologies if this has popped up before. I intend to use LLVM with one of my projects and I noticed that currently the LLVM build process doesn't generate doxygen tag files. My projects all generate tag files and refer to the tag files of projects they use. I've modified a recent revision (164864) to 1. group
2012 Nov 15
2
[LLVMdev] unable to interface with target machine
> Is there a way to get the target triple of the machine the code is running on, > or barring that, the machine llvm was built on? clang -v Ciao, Duncan.
2012 Nov 15
0
[LLVMdev] unable to interface with target machine
On 15/11/12 08:58, Duncan Sands wrote: >> Is there a way to get the target triple of the machine the code is >> running on, >> or barring that, the machine llvm was built on? > > clang -v > > Ciao, Duncan. > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu >