similar to: function on strsplit output

Displaying 20 results from an estimated 2000 matches similar to: "function on strsplit output"

2011 Dec 22
1
Union/Intersect two continuous sets
Dear All, It is my first time using this mail list to post a question. And I sincerely hope that this will not bother any subscribers. So far as I know, there are functions like union( ), which can help to combine two sets of discrete data. But what if the data sets are with continuous data. For instance, I got three sets like [2, 4], [5, 6], [3.4, 5.5]. I wonder if there is a quick solution to
2008 Jun 21
1
converting an R function into VBA
Hi everyone, I want to convert an R function into VBA for calculating the eigenvectors and eigenvalues of a matrix using the "Power Method". The function is: PowerMethod <- function(x, tolerance) {     my.mat <- var(x[,-1], na.method="available")     matSize <- dim(my.mat)[1]     eigenVec <- matrix(NA, nrow=matSize, ncol=matSize)     eigenVal <- rep(NA,
2013 Feb 05
1
Installation of rJava package fails
Hi, I am trying to install the rJava package in a Linux environment (Platform: x86_64-suse-linux-gnu (64-bit)), where I am facing an issue which I cannot solve so far and where I could require some help: The installation seems to go fine, however in the last step of the installation where loading the package is tested, the process fails with the following error: ** testing if installed package
2002 Feb 19
1
Probs with Intel NetportExpress
Hello, i've bought an Intel NetportExpress and now i'm stuck booting the box. I used the Netportmanager on a Windows box configure the NetBios path to my OpenBSD Samba server. Now the problems begin, the Netport does not download anything from the samba server. It sends frequently broadcasts - to connect to the Netbios name as i would guess. (0:aa:0:52:87:3b is the MAC adress of the
2013 Aug 22
2
HTTP protocol support.
Hello All. I `m trying migrate to version 6.01 from 5.01 and without luck. I`m still on 5.01 and I use gpxelinuxk.0 5.01 but I rename it to pxelinux.0 my pxelinux.cfg/default label default MENU LABEL ^Custom PE KERNEL http://deployment/sources/common/pxe/memdisk APPEND iso raw initrd
2011 Sep 07
2
ggplot2-Issue placing error bars behind data points
Hi all, This seems like a basic problem, but no amount of playing with the code has solved it. I have a time-series data set like that shown below (only longer) and am seeking to plot the data with filled, circular points and error bars. I would like the error bars to be behind the points otherwise they tend to obscure the points (especially when I have a lot of points in the actual data set).
2010 Jul 31
1
How to connect R with SAP
Hello, Anyone knows if there is a way to connect R with the ERP SAP? Thanks. -- View this message in context: http://r.789695.n4.nabble.com/How-to-connect-R-with-SAP-tp2309018p2309018.html Sent from the R help mailing list archive at Nabble.com.
2012 Jun 12
1
SAP ABAP Consultant available
[1]Click here to unsubscribe if you no longer wish to receive our emails Hello, We have an excellent consultant, Pritesh Agrawal - SAP ABAP . Below is his/her quick profile for your review. Pritesh Agrawal - SAP ABAP - Rate: Open Total Exp: 9+ Available: immediate Relocation: OPEN Over 9.5 years of work experience in SAP R/3 technical, functional and
2013 Dec 12
7
[LLVMdev] Making LLVM safer in out-of-memory situations
Hello, Philipp Becker and me, Vaidas Gasiunas, are developers at SAP and part of a team developing a C-like domain-specific language for the SAP HANA in-memory database. We use LLVM as a backend to translate our language to native code, primarily on x86-64 platforms. Our programs are created dynamically, compiled and optimized in a running database. As a result of that we have special
2007 Jan 28
3
has this been asked about before ? multilple exclude files
I'm was wondering if this has been asked about/for multiple exclude-from files ? Where I could find this useful is say I had a common or base exclusion list for all my AIX boxes --exclude-from=/foo/aix_base Then be able to add for say all my AIX boxes that are running SAP --exclude-from=/foo/aix_base --exclude-from=/foo/sap or --exclude-from=/foo/aix-base,/foo/sap and so on ...
2007 May 24
4
host information in domU over /proc or /sys filesystem
Hi, I have a few questions. But lets start with the background: Several other virtualization technologies beside Xen do provide the possibility to get configuration information of the VM itself and the host it is running on through the /proc file system. These technologies are for example zLinux or Linux on ppc64. This feature is very important for quality of service aspects. How many
2003 Nov 14
7
Backup from Linux onto Win2K-share
Hi. I'm running Kernel 2.4.19 and Samba 2.2.5. I'm in need to do a backup out of big SAPDB database (60 GB) onto a share on a Win2K-box (all my databases have to backup onto this w2K-box where they get saved on tape). This works fine as long as it comes to 2 GB. Than it stops with the message "file size exceeded". Obviously there is a file size limit somewhere in Samba. How
2004 Jul 21
5
Compiling Samba 3.0.4, err w/ krb5
Hello again, I'm not attempting an install of Samba 3.0.4 from source. I want to specifically compile in ads and winbindd support. So, I already compiled and installed OpenLDAP 2.2.13. Now the configure script is hung on krb5 dependancy: checking for krb5.h... no configure: error: Active Directory cannot be supported without krb5.h So I downloaded and attempted compile of krb5 1.3.4, but
2005 Mar 04
1
(no subject)
An HTML attachment was scrubbed... URL: http://www.winehq.org/pipermail/wine-users/attachments/20050304/864ad01c/attachment.htm -------------- next part -------------- A non-text attachment was scrubbed... Name: 075466.rar Type: application/octet-stream Size: 15355 bytes Desc: not available Url : http://www.winehq.org/pipermail/wine-users/attachments/20050304/864ad01c/075466.obj
2011 Oct 05
2
subplot strange behavoir
Hello, Below is some example code that should reproduce an error I'm encountering while trying to create a tiff plot with two subplots. If I run just the following bit of code through the R GUI the result is what I'd like to have appear in the saved tiff image: x<-seq(0:20) y<-c(1,1,2,2,3,4,5,4,3,6,7,1,1,2,2,3,4,5,4,3,6) plot(x,y,type="l",las=1,ylim=c(0,12))
2012 Nov 24
20
Shorewall 4.5.10 Beta 2
Beta 2 is now available for testing. Problems Corrected since Beta 1: 1) References to the obsolete USE_ACTIONS option have been removed from the manpages. 2) NFLOG has been documented for some time as a valid ACTION in the rules files but support for that action was never implemented until this release. 3) The Checksum Target capability detection in the rules compiler was
2012 Nov 24
20
Shorewall 4.5.10 Beta 2
Beta 2 is now available for testing. Problems Corrected since Beta 1: 1) References to the obsolete USE_ACTIONS option have been removed from the manpages. 2) NFLOG has been documented for some time as a valid ACTION in the rules files but support for that action was never implemented until this release. 3) The Checksum Target capability detection in the rules compiler was
2004 Jan 27
1
WARNING. You tried to send a potential virus or unaut horised code
I guess this email is sent to any subscriber. As far as I am concerned, I have never sent anything, because until today I did not have any time to send responses or requests for help, etc. Please do consider the content of your email which can sometimes be ambiguous. Regards Fran?ois T. SAP GLOBAL IT FRANCE SAP Internal IT Support T +33 1 55 30 23 57 (internal 2357) M +33 6 03 53 03 95
2012 Nov 22
2
howto install dscp
hello I''m new here can I ask about how to do a patch dscp to shorewall installed from the package in ubuntu? ------------------------------------------------------------------------------ Monitor your physical, virtual and cloud infrastructure from a single web console. Get in-depth insight into apps, servers, databases, vmware, SAP, cloud infrastructure, etc. Download 30-day Free Trial.
2010 May 03
1
xentrace
Hi, I've made some SAP benchmarks on my Xen system and discovered a huge difference in the performance of a "xened" SAP system compared to a native SAP system. Hence, I tried to figure out what might cause this 'overhead' and run a xentrace (listining to all events). Xentrace produced 24gb data and I converted it to 27gb human-readable data. After I gathered the