search for: source2

Displaying 20 results from an estimated 27 matches for "source2".

Did you mean: source
2018 Jun 02
2
encoding argument of source() in 3.5.0
...rom R 3.5.0 under GNU/Linux (the URLs are real, in case anyone wants to try and reproduce the problem): > ls() character(0) > source("http://home.versanet.de/~s-berman/source1.R", encoding="UTF-8") > ls() character(0) > source("http://home.versanet.de/~s-berman/source2.R", encoding="UTF-8") > ls() character(0) > source("http://home.versanet.de/~s-berman/source1.R") > ls() [1] "source.test1" > source("http://home.versanet.de/~s-berman/source2.R") > ls() [1] "source.test1" "source.test2&quot...
2018 Jun 04
3
encoding argument of source() in 3.5.0
...>>>> peter dalgaard >>>>> on Sun, 3 Jun 2018 23:51:24 +0200 writes: > Looks like this actually comes from readLines(), nothing > to do with source() as such: In current R-devel (still): >> f <- file("http://home.versanet.de/~s-berman/source2.R", encoding="UTF-8") >> readLines(f) > character(0) >> close(f) >> f <- file("http://home.versanet.de/~s-berman/source2.R") >> readLines(f) > [1] "source.test2 <- function() {" " print(\"N...
2002 Jan 04
2
Strange problem from "identical" hosts
Long post.. sorry. Ok.. I've got three systems, all running openssh-3.0.2p1. As a matter of fact, they were installed from the same built tree, so I know they are the same. Here's the deal. I've got three systems, call them source1, source2 and target. All are HP-UX 11.0 systems installed from the same tree. Source1 and source2 both have thier root rsa pub keys in target's auth keys file. If I ssh over from source1, everything works great. If I ssh over from source2, it asks me for root's password. Here's a debug l...
2018 Jun 04
2
encoding argument of source() in 3.5.0
On R 3.5.0 (Mac) The issue appears when using the default (libcurl) method and specifying the encoding Note that using method='internal' causes a segfault if used in conjunction with encoding. (and works when encoding is not set) urlR <- "http://home.versanet.de/~s-berman/source2.R" # works url_default <- url(urlR) scan(url_default, "") # Read 7 items # [1] "source.test2" "<-" "function()" "{" "print(\"Non-ascii:" "????\")" #...
2018 Jun 03
0
encoding argument of source() in 3.5.0
Looks like this actually comes from readLines(), nothing to do with source() as such: In current R-devel (still): > f <- file("http://home.versanet.de/~s-berman/source2.R", encoding="UTF-8") > readLines(f) character(0) > close(f) > f <- file("http://home.versanet.de/~s-berman/source2.R") > readLines(f) [1] "source.test2 <- function() {" " print(\"Non-ascii: ????\")" [3] "}"...
2018 Jun 05
0
encoding argument of source() in 3.5.0
...t; > The issue appears when using the default (libcurl) method and specifying the encoding > > Note that using method='internal' causes a segfault if used in conjunction with encoding. (and works when encoding is not set) > > urlR <- "http://home.versanet.de/~s-berman/source2.R" > # works > url_default <- url(urlR) > scan(url_default, "") > # Read 7 items > # [1] "source.test2" "<-" "function()" "{" "print(\"Non-ascii:" "????\&qu...
2018 Jun 04
0
encoding argument of source() in 3.5.0
...aard >>>>>> on Sun, 3 Jun 2018 23:51:24 +0200 writes: > > > Looks like this actually comes from readLines(), nothing > > to do with source() as such: In current R-devel (still): > > >> f <- file("http://home.versanet.de/~s-berman/source2.R", encoding="UTF-8") > >> readLines(f) > > character(0) > >> close(f) > >> f <- file("http://home.versanet.de/~s-berman/source2.R") > >> readLines(f) > > [1] "source.test2 <- function() {&qu...
2019 Apr 12
2
rpmbuild how to know we are building kernel module package
...on which condition? Here is mpt3sas.spec: Name: mpt3sas Version: 26.00.00.00 Release: 1 Summary: RHEL Driver Update Program package Group: System/Kernel License: GPLv2 URL: http://www.lsilogic.com Distribution: LSI Corporation Source0: %{name}-%{version}.tar.bz2 Source1: %{name}.files Source2: %{name}.conf BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) BuildRequires: %kernel_module_package_buildreqs %global kernel_version `uname -r` %kernel_module_package -f %{SOURCE1} default %description LSI MPT Fusion HBA drivers (12gb SAS) %prep %setup set -- * mkdir...
2006 Sep 12
4
2.6.9-42.ELsmp kernel and 3ware 9550 tools
I have the latest kernel with the drivers for my 3ware 9550SX built in. Where can I find the tools and monitoring apps for this card? Are there rpms hiding somewhere, or do I need to build it from source? -- Bowie
2013 Apr 05
2
mock and iaxmodem
I am trying to build an rpm package for iaxmodem-1.2.0. At the moment I am still trying to get a working spec file put together. I have managed to get an SRPM produced but the binary build from this fails due to there being no install task in the Makefile.in provided with the source. I have found a spec file from opensuse that provides this in the install portion: %build [
2015 Mar 17
2
[LLVMdev] Alias analysis issue with structs on PPC
...ang is in lib/CodeGen/ > TargetInfo.cpp (look at PPC64_SVR4_ABIInfo::classifyArgumentType and > nearby code). But that does not really address the underlying issue: > > If I take your example and modify it so that we have: > > struct box { > double* source; > double* source2; > }; > > then the parameter is passed as: > > define void @test(double* noalias nocapture %result, [2 x i64] % > my_struct.coerce, i32 signext %len) #0 > > and is extracted the same way: > > %my_struct.coerce.fca.0.extract = extractvalue [2 x i64] % > my_struct.c...
2004 Mar 09
3
Feature Request: Multiple Streams
Are there any plans to add support for multiple stream copying (BBFTP and GridFTP do this, though only for a single file) to rsync? Thanks, Jason
2009 Sep 01
1
rsync and symlinks
...ectories of directories and each one has symlink to some directories out side the /source directory hierarchy. Does rsync follows all those symlinks and syncs the data if I specifies below rsync command? rsync -avz /source/ remote.ky:/source/ source | | - source1 --> /projects/win | - source2 --> /projects/unix | - source3 --> /scripts/win | .... Does rsync command syncs /project contents as well? What if I have some symlinks inside /projects? Thanks, Jignesh -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.samba.org/pipermai...
2013 Dec 20
1
[LLVMdev] extra one cycle of getOperandLatency
...by David Goodwin, and seems OperandCycles was initially designed for ARM cortex-a8 (see also r79247 and r79436). Then I checked "Cortex-A8 Technical Reference Manual - Instruction Cycle Timing". There are tables for instructions, for example Data-processing instructions Source1 Source2 Result1 Rn:E2 Rm:E2 Rd:E2 That means Rn and Rm are read at the begin of E2 stage, Rd is produced at the end of E2, and there is 1 cycle latency. And that was implemented in llvm as such InstrItinData<IIC_iALUr ,[InstrStage<1, [A8_Pipe0, A8_Pipe1]>], [2, 2, 2]>, I...
2007 Mar 30
4
Intended behavior of sourceselect => all [Proper]
Hi all, again. It looks like my last attempt of sending this message got cut off, at least it looks like that in the archive[1], so I''m trying again: <rerun> Luke Kanies suggested that I take this up here since his memory on the subject was a bit poor. I am trying to cat various files together into one file. According to the documentation "sourceselect => all" might
2011 Aug 18
1
in/exclude[=] and multiple sources
...o common elements to the path, so what is the 'transfer root' used in includes and excludes? I can surmise that maybe the 'transfer root' effectively changes depending on which source it is dealing with at any one time. IOW, --exclude=/file1 would transfer NEITHER source1/file1 NOR source2/file1. Would that be how it works? If not, I could really do with some advice about how it does work in this situation. Ken G i l l e t t _/_/_/_/_/_/_/_/
2004 Aug 06
1
details of HTTP Basic auth for icecast2
...orking semantics don't need anything more complicated. If the need rises to provide more complex access control, userid / password pairs could be defined in the icecast config file. e.g.: user1 / password1 allowed to connect as source /source1* user2 / password2 allowed to connect as source /source2* or something like that. this would make it possible to give different users a safe way to provide their sorces to the same server, but not interfere with each other. > I'm not sure. I understand your misgivings about it being > not-quite-HTTP, but I'm not sure if there's a b...
2007 Dec 28
2
[LLVMdev] fink llvm-gcc42 test packaging
...Jack ps I assume I am supposed to also install the llvm that I build for the llvm-gcc-4.2 front end as well as the llvm-gcc-4.2 front end itself. Info2: << Package: llvm-gcc42 Version: 2.1.999 Revision: r45367 Source: llvm-2.2-%r.tar.bz2 Source-MD5: b2489582afc41f1d7d04c7a03e76d96f Source2: llvm-gcc-4.2-%r.tar.bz2 Source2-MD5: a3bd327510a2af4dbec8044d88deec9b Type: -64bit Depends: gmp-shlibs (>= 4.2.1-1), libmpfr1-shlibs (>= 2.2.0-2),libgettext3-shlibs, %N-shlibs (>= %v-%r) BuildDepends: gmp (>= 4.2.1-1), libmpfr1 (>= 2.2.0-2), gettext-tools, libgettext3-dev, automake1...
2012 Jan 03
1
About source()
Hello, I am a beginner to the R language and find it fantastic and well-designed, quite different from other programming languages. This is the first time I post on the r-help mailing list. In invoking the function source(filename), it seems that the filename has to exist in the current working directory, otherwise it has to be specified in full path. So is there any mechanism(such as
2007 May 02
0
mingw-cross rpm spec file
...Can't allow strip to remove the archive indices %define __strip /bin/true Group: Development/Libraries License: Distributable URL: http://sourceforge.net/projects/mingw/ Source0: %{cross_tool_ver}.tar.bz2 Source1: binutils-2.17.50-20070129-1-src.tar.gz Source2: gcc-ada-3.4.5-20060117-1-src.tar.gz Source3: gcc-core-3.4.5-20060117-1-src.tar.gz Source4: gcc-g++-3.4.5-20060117-1-src.tar.gz Source5: gcc-g77-3.4.5-20060117-1-src.tar.gz Source6: gcc-java-3.4.5-20060117-1-src.tar.gz Source7: gcc-objc-3.4.5-20060117-1-src...