search for: _source_

Displaying 20 results from an estimated 39 matches for "_source_".

Did you mean: _source
2005 Jul 28
1
different _source_ addresses for registrations?
Hi all, Can I choose a different source ip address that asterisk uses when sending registration requests, and another one when transfering calls to a destination with the DIAL() command? The thing is, when I register with my sip provider proxy at let's say 111.111.111.111, I want the registration packets to be sourced from one of my ip addresses - 222.222.222.222 for example. I will then use
2003 Nov 16
0
[LLVMdev] Packages
...o being a hash table. In order to > > do that and keep track of things, I need to know that the vector of > > pairs is >intended< to be a map, not simply a vector of pairs. > > Absolutely. No matter what source language you're interested in, you want > to know about _source_ variables/types/etc, not about LLVM varaibles, > types, etc. Right. > > > Another reason to do this is to speed up compilation time. XPL works > > similarly to Java in that you define a module and "import" other modules > > into it. I do not want to recompile a m...
2003 Nov 16
3
[LLVMdev] Packages
...on, it gets optimized into being a hash table. In order to > do that and keep track of things, I need to know that the vector of > pairs is >intended< to be a map, not simply a vector of pairs. Absolutely. No matter what source language you're interested in, you want to know about _source_ variables/types/etc, not about LLVM varaibles, types, etc. > Another reason to do this is to speed up compilation time. XPL works > similarly to Java in that you define a module and "import" other modules > into it. I do not want to recompile a module each time it is imported....
2013 Dec 03
1
Guard against destination = existing directory
Trying to use rsync to make sure that _dest_ is a regular file with the same content as file _source_. If _dest_ already exists and is a symlink, FIFO or device file, rsync deletes it and creates a regular file in its place. Good. If _dest_ already exists and is a directory, rsync creates _dest_/$(basename _source_). Not what I want. Is there an option similar to GNU install -T or GNU cp -T whic...
2006 Oct 17
0
[682] trunk/wxruby2/doc/textile/htmlwindow.txtl: Fix some little formatting errors that were causing the page to be unreadable
...span><span class="cx"> </span><span class="cx"> Boolean *set_page*(%(arg-type)String% source) </span><span class="cx"> </span><del>-Sets HTML page and display it. This won''t *load* the page!! -It will display the _source_. See example: </del><ins>+Sets HTML page and display it. This doesn''t *load* the page! +It parses and displays the HTML in the string _source_. </ins><span class="cx"> </span><del>- - htmlwin -> SetPage("<html><body>Hello,...
2015 Sep 26
6
Hidden files problem in R CMD check
...t;Back in the day ..." straight tar cfz ... worked, it > more or less stopped _many_ years ago. Cf TheOneManualThatMatters: > > 1.3.1 Checking packages > ----------------------- > > Using 'R CMD check', the R package checker, one can test whether > _source_ R packages work correctly. It can be run on one or more > directories, or compressed package 'tar' archives with extension > '.tar.gz', '.tgz', '.tar.bz2' or '.tar.xz'. > > It is strongly recommended that the final checks are run o...
2010 Apr 16
2
Risk of corrupting open sources files
Hi, I have a situation where the files I'm backing up are written to every fifteen minutes or so. There's a good possibility that rsync will try to copy a file while it is being written into, and I'm wondering if there's any risk that the _source_ file will be damaged? I've seen similar posts about the target file, but my concern is the source. Additionally, would the writing program be blocked from writing to the file if rsync is reading the file? Thanks a lot. Mohammed _____________________________________________________...
2005 Sep 22
2
accessing source code in R packages
Hi, I am new the R world and would like to know how can I access source codes of standard functions in R? Thanks, Ritesh.
2000 Jan 07
2
IPv6 support in OpenBSD CVS
...em is the lack IPv6 support in most Unices. OpenBSD has it, as do recent versions of NetBSD (presumably), Solaris and Linux but others may not. This could be worked around by liberal use of #ifdefs through the code, but this is something that I am loathe to do. One of my goals has been to keep the _source_ differences as small as possible between the OpenBSD source and my own. For the short term I propose not to merge the IPv6 updates from the OpenBSD tree, but to continue to pick up other changes. Comments? Damien Miller - -- | "Bombay is 250ms from New York in the new world order" -...
2013 Jun 13
2
Cannot install XML package with R 3.0 and Ubuntu 12.04
Hi, I am unable to install the R package XML using R 3.0.1 on Ubuntu 12.04 LTS (64-bit). After the installation failed using install.packages, I followed previous directions for installing R packages on Ubuntu (R-SIG-Debian<http://grokbase.com/t/r/r-sig-debian/127nwwez27/package-xml-does-not-load-in-r-2-15-1>,
2015 Oct 22
2
Building LLVM Pass with in Source Tree
Hello , I am following http://llvm.org/docs/WritingAnLLVMPass.html this to build a simple pass with in the source tree. When I try to run make command on my pass directory. I am getting following error: ../../../Makefile.common:60: ../../../Makefile.config: No such file or directory ../../../Makefile.common:68: /Makefile.rules: No such file or directory make: *** No rule to make target
2015 Sep 26
2
Hidden files problem in R CMD check
Dear Simon, Thank you very much for your help, it did solve my problems!! Great! I have googled COPYFILE_DISABLE and found the following site which does explain the issue with tar on Mac OS X, see: http://unix.stackexchange.com/questions/9665/create-tar-archive-of-a-directory-except-for-hidden-files Instead of doing: $tar czf xps_1.29.2.tar.gz xps I did now: $COPYFILE_DISABLE=1 tar czf
2013 Jan 23
1
[LLVMdev] RFC: Improving our DWARF (and ELF) emission testing capabilities
...> separately testing particular IR->assembly is probably not worthwhile. > > I cite PR13303/PR14524, where asm and direct-object output differ. > This came up early in my LLVM career and has doubtless poisoned my > outlook for life.... > > In many cases I think the same test _source_ can be used to check both > asm and object, with appropriate RUN lines, and whether you want to > count that as the same or separate depends on how you like to game the > counts. What matters to me is both paths get tested. Sure - I'd just rather see these separated into object emiss...
2013 Jan 23
0
[LLVMdev] RFC: Improving our DWARF (and ELF) emission testing capabilities
...ticular IR->object & > separately testing particular IR->assembly is probably not worthwhile. I cite PR13303/PR14524, where asm and direct-object output differ. This came up early in my LLVM career and has doubtless poisoned my outlook for life.... In many cases I think the same test _source_ can be used to check both asm and object, with appropriate RUN lines, and whether you want to count that as the same or separate depends on how you like to game the counts. What matters to me is both paths get tested. > If we could test against the precursor to those outputs then we might >...
2020 Feb 10
3
Re: Cross-project NBD extension proposal: NBD_INFO_INIT_STATE
...s/consumes INIT_ZERO. Of course, if we can find a reason WHY qemu should track whether a qcow2 image is fully-allocated, by demonstrating a qemu-img algorithm that becomes easier for knowing if an image is sparse (even if our justification is: "when copying an image, I want to know if the _source_ is sparse, to know whether I have to bend over backwards to preallocate the destination"), then using that in qemu makes sense for my v2 patches. But for v1, my only justification was "when copying an image, I can skip holes in the source if I know the _destination_ already reads as...
2015 Sep 26
0
Hidden files problem in R CMD check
...xps' to create the tarball. "Back in the day ..." straight tar cfz ... worked, it more or less stopped _many_ years ago. Cf TheOneManualThatMatters: 1.3.1 Checking packages ----------------------- Using 'R CMD check', the R package checker, one can test whether _source_ R packages work correctly. It can be run on one or more directories, or compressed package 'tar' archives with extension '.tar.gz', '.tgz', '.tar.bz2' or '.tar.xz'. It is strongly recommended that the final checks are run on a 'tar' a...
2015 Sep 27
0
Hidden files problem in R CMD check
...; straight tar cfz ... worked, it >> more or less stopped _many_ years ago. Cf TheOneManualThatMatters: >> >> 1.3.1 Checking packages >> ----------------------- >> >> Using 'R CMD check', the R package checker, one can test whether >> _source_ R packages work correctly. It can be run on one or more >> directories, or compressed package 'tar' archives with extension >> '.tar.gz', '.tgz', '.tar.bz2' or '.tar.xz'. >> >> It is strongly recommended that the final ch...
2007 Apr 18
1
[Bridge] Bridge Source Code
Hi, Im trying to find the bridge source code in my kernel implementation. Im running a SUSE Linux kernek 2.4.21-99-default, and I couldnt file the codes I wanted. Maybe I havent installed it correctly, but I dont know then what should I install to have the source codes in my computer. Any help would be appreciated. Thanks -- Francisco Trindade fmtrindade@inf.ufrgs.br
2000 Jun 23
1
*.texi file
Dear Prof Ripley an d the R core team: I have installed the new RW1010. But I can't see (in RW1010\doc\manual ) the file R-intro.texi I'd like to know if I have done something wrong. Thank you, Juan Antonio -- =========================================== J.A.Caballero M. Dpto. Estadistica e Investigacion Operativa Campus de Rabanales Edificio C-II Universidad de Cordoba 14080 SPAIN
2005 Mar 07
1
plot gam object
Dear R help, I am fitting a gam model with package GAM ( I use lo() to fit 2 non-parametric additive components). When I plot the GAM object, along with the graphics window displaying plots of each components, I read the following warnings at the prompt: 3: the condition has length 1 and only the first element will be used in: if (scale2 < scale) rep(mean(ylim), 2) + ((ylim - mean(ylim))