similar to: Add a string to each string of an array

Displaying 20 results from an estimated 100 matches similar to: "Add a string to each string of an array"

2002 Nov 12
4
R: Error in plot.new() : axis style "d" not implemented
Hi there! Both on windows and Solaris platforms I run into troubles when trying to draw two plots on top of each other. Here a short code example: > x1 <- c(2,3,4,5,6,7,8) > y1 <- sin(x1) > x2 <- c(1,2,3,4,5,6,7,8,9,10) > y2 <- cos(x2) > d1 <- cbind(x1,y1) > d2 <- cbind(x2,y2) > plot(d1) > par(new=T, xaxs="d") > plot(d2) Error in plot.new()
2009 Jan 20
1
Problem with FAME
Dear All, I wonder whether anyone has an experience with FAME package written by Jeff Hallman. All my attempts to send him the following problem report did not succeed (the mail system says that my e-mail could not be delivered), so I turn for help to this list. I tried to use your FAME package written for R, but somehow I cannot get it working. I am using Windows XP and the newest R
2002 Nov 14
1
evaluating density objects
An object of class `density' has `x' and `y' components, which are what you need to do the plot. Just bind them into a matrix and use write() to write to a file. HTH, Andy -----Original Message----- From: Hinnerk Boriss [mailto:boriss at izbi.uni-leipzig.de] Sent: Thursday, November 14, 2002 7:12 AM To: R-help at stat.math.ethz.ch Subject: [R] evaluating density objects Hi! Is
2010 Jan 20
1
Line Plot with Dates on X-axis
I am trying to generate a line graph with quarterly time buckets (with nice labels) on the x-axis. The first block of code below will generate the graph with nicely formatted x-axis labels, but the "type=" and "col=" options are not recognized when factors are used for the x-axis. The second block, where the quarter values are mapped into dates, will plot the line nicely but
2008 Oct 18
1
Fehler in x$terms : $ operator is invalid for atomic vectors
Dear All I try to use your R package MCMCpack and I have encountered the following problem: The following code works fine: library(MCMCpack) line <- list(X = c(-2,-1,0,1,2), Y = c(1,3,3,3,5)) posterior1 <- MCMCregress(X~Y, data=line) summary(posterior1) But as long as I try the following lines library(MCMCpack) line <- list(X = c(-2,-1,0,1,2), Y = c(1,3,3,3,5))
2003 May 23
5
Who would use Asterisk SS7?
Hello. I am new to this forum. If this issue has been discussed already, please inform me, but my STFW have indicated that it has not. If SS7 were available on * would it make commercial sense to use it? There are case studies on the web (courtesy of the Death Star :->) for ISPs with 10,000+ subscriber lines showing clear cost savings in transitioning from PRI to SS7 controlled IMT. My
2009 Jul 01
2
sorting question
I've asked about custom sorting before and it appears that -- in terms of a user-defined order -- it can only be done either by defining a custom class or using various tricks with "order" Just wondering if anyone has a clever way to order "vintages" of the form 2002, 2003H1, 2003H2, 2004, 2005Q1, 2005Q2, etc some have H1 or H2, some have Q1,Q2,Q3,Q4, some are just plain
2010 Jul 05
2
[LLVMdev] Cross compiling llvm with arm toolchain
Hello all, I was hoping someone may know a "good" version of the arm toolchain when cross compiling llvm and clang for ARM. I've tried arm-2008q3-72, arm-2009 and arm-2010q1-202 from code-sourcery with little success - arm2010q1 fails to compile, arm-2009 take an age to link and arm-2008q3 seems to work but only when compiled with -O0. Does anyone have any advice on the matter?
2010 Sep 20
1
Sendmail TLS verify=fail
Hi, I have a small question with sendmail and tls verification. The tls verify fails on our internal/external sendmail servers. For example: STARTTLS=server, relay=mx1.imt-systems.com [89.146.219.60], version=TLSv1/SSLv3, verify=FAIL, cipher=DHE-RSA-AES256-SHA, bits=256/256 STARTTLS=server, relay=acsinet12.imt-systems.com [89.146.219.42], version=TLSv1/SSLv3, verify=FAIL,
2011 May 10
5
[LLVMdev] How to Cross compile llvm to ARM ?
Hi, all I want to compile llvm for arm board , running llvm on Devkit8000 cross-compiler : arm-2008q3 (arm-none-linux-gnueabi) below is my configure: ../llvm-2.9/configure --with-llvmgccdir=/home/poki/hybridQ/llvm/llvm-gcc/llvm-gcc-4.2-2.9-i686-linux --enable-optimized --enable-jit --disable-threads
2016 Sep 30
1
some ovirt packages missing?
Hi, I just tried to setup ovirt-websocket-proxy. the package name in the upstream repo is e.g.: http://resources.ovirt.org/pub/ovirt-3.6/rpm/el7/noarch/ovirt-engine-websocket-proxy-3.6.7.5-1.el7.centos.noarch.rpm I have the following repos enabled: yum repolist enabled Loaded plugins: fastestmirror Loading mirror speeds from cached hostfile * base: mirror.imt-systems.com * epel:
2016 Jun 23
1
rsync Digest, Vol 162, Issue 18
Folks, Am 20.06.2016 um 22:01 schrieb Larry Irwin (gmail): > The scripts I use analyze the rsync log after it completes and then sftp's a summary to the root of the just completed rsync. > If no summary is found or the summary is that it failed, the folder rotation for that set is skipped and that folder is re-used on the subsequent rsync. > The key here is that the folder
2008 Jun 25
1
AS5400 E1 SS7
Hi, Would just like to inquire if anyone here has a setup of asterisk to send traffic to AS5400 connected to an SS7-PRI.? this is more of a AS54 question, as i've been reading and i always stumble upon PGW2200 as a requirement to handle SS7 signaling on the AS54. Has anyone able to send calls from asterisk to an as 54 with SS7-PRI without PGW2200? TIA Regards, Nhadie --------------
2006 Apr 28
4
ZFS RAID-Z for Two-Disk Workstation Setup?
After reading the ZFS docs it does appear that RAID-Z can be used on a two-disk system and I was wondering if the system would [i]basically [/i]work as Intel''s Matrix RAID for two disks? [u] Intel Matrix RAID info:[/u] http://www.intel.com/design/chipsets/matrixstorage_sb.htm http://techreport.com/reviews/2005q1/matrix-raid/index.x?pg=1 My focus with this thread is some
2006 Nov 23
5
HTB GUI
Hi, I have many example of HTB GUI . All is already well developed, which discussed in this link. However, can anyone teach me what software to use to build a own web based GUI HTB software in Fedoracore ( Linux based) ? Thanks Regards Alan _______________________________________________ LARTC mailing list LARTC@mailman.ds9a.nl
2019 Apr 18
2
epel-repository | repomd.xml.asc: [Errno 14] HTTP Error 404
Hi. I try to install openvpn at my centos 7 server (CentOS Linux release 7.6.1810 (Core)). According to many tutorials at the internet, I was using yum install epel-release -y to enable the repo. When (after installing epel-release) I try to install openvpn using yum install openvpn -y I get this error: Geladene Plugins: fastestmirror Loading mirror speeds from cached hostfile
2018 Dec 20
2
Authentication/Penalty disabled (socket mode=0) introduces constant 5 sec delays (2.27 on debian 9)
Hi, I hit a bizare problem with dovecot 2.2.7 on debian 9 with LMTP enabled and auth/penalty disabled as documented here : https://wiki.dovecot.org/Authentication/Penalty Use case : I run a swaks command to send an email to an exim4 that tries to make a callout to dovecot-lmtp. At RCPT TO: swaks hangs 5.0<something-small> seconds then process normally (exim is waiting for callout
2004 Mar 31
3
SMDI support in Asterisk ?
An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20040331/c2abf19f/attachment.htm -------------- next part -------------- Hello, Is there any work in progress for supporting SMDI in Asterisk ? if Not, could anyone tell how to get started implementing it for Asterisk. Regards, Tony
2019 Jan 08
1
Authentication/Penalty disabled (socket mode=0) introduces constant 5 sec delays (2.27 on debian 9)
Hi, I can confirm that in the bad behavior, the 5 second delay occurs at each AUTH in our case. I think the configuration we have kill auth process at each end of AUTH (and fork a new one for next next AUTH). I think the "disable" flag is local to the process that is killed / respawned. A collegue of mine, Laurent Guerby, has found a workaround for us and it's findings seems
2009 May 12
1
Two-way Anova
Hello, I'm trying to do a comparsion on a large scale say 10L bottle of liquid and a small scale bottle of liquid 0.5L, I have 5 different samples from each and they are measured over the space of 8 days as % viability and the % viability decreases over time. However not all 10 samples got measured every day. How would I do a two-way anova on this in R? Thanks for any help. Regards, Al