search for: lappi

Displaying 20 results from an estimated 34 matches for "lappi".

Did you mean: mappi
2011 Jan 24
4
toruble downloading programs using winebottler
hey all, I've been dying to be able to play roller coaster tycoon 2 on my macbook using wine and winebottler, but im having some problems. Everytime i try to download the program, it gets to the spot where it says turn on coreaudio, and then stalls, and then an error message comes up saying prefix creation exited with error, followed by, you find a logfile to help with degguing on your
2011 Oct 09
1
convert apply to lappy
Dear all I want to convert a apply to lapply. The reason for that is that there is a function mclappy that uses exact the same format as the lapply function. My code looks like that mean_power_per_tip <- function(data) {         return((apply(data[,],2,MeanTip))); } where data is a [m,n] matrix. I would like to thank you in advance for your help B.R Alex [[alternative HTML version
2015 Mar 27
5
Netflix
Now that netflix is in Australia, I wouldn't mind giving it a burl. It's working fine on my fedora-21 lappy with chrome-40 but not on our centos-6 mythtv setup even with chrome-41. I understand the difference might be the version of NSS - fedora-21 has 3.17 while centos is stuck at 3.16. Other than that, I'm flumoxed. Anyone got netflix running on centos-6? Cheers Bob
2006 Sep 06
7
Matrix multiplication using apply() or lappy() ?
I am trying to divide the columns of a matrix by the first row in the matrix. I have tried to get this using apply and I seem to be missing a concept regarding the apply w/o calling a function but rather command args %*% / etc. Would using apply be more efficient than this approach? I have observed examples in the archives using this type of approach. Does anybody have a snippet of a call
2009 Jun 23
2
an idiom to handle i'th element of a set of lists simultaneously
Hi, I have 3 lists, x, y, z and I'd like to perform a calculation over all the lists simultaneously. If it were a single list I could use lapply, but for more than one list I'm using a for loop. Is there an idiom that would let me use something like lapply, but the function specified to lappy would have access to an element from each list? (In Python, I would have used for a,b,c in
2011 Mar 20
2
IL-2 Occasional Freezes
Hi everyone, I just wiped XP off my old Dell D610 and loaded Ubuntu 10.10... it runs like a brand new machine! (If if weren't for compatibility issues I would do the same to my netbook right away!) Anyway to test out Wine I installed IL-2 1946, patched up to 4.10m. With a little tweaking it is running like a dream, save one minor issues. Occasionally the program hiccups with what looks
2014 Jul 09
0
Release for CentOS 6 and 7 images in the docker index
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 We would like to announce the availability of CentOS Linux docker images, via the docker index. =========== Information To use these images, you will need to first install and start the docker service. Documentation about this may be found at http://wiki.centos.org/Cloud/Docker or https://docs.docker.com/installation/centos/ The kickstarts used
2010 Oct 10
2
Help reading table rows into lists
Hi all, I have a large table mapping thousands of COGs(groups of genes) to pathways. # Ex COG0001 patha pathb pathc COG0002 pathd pathe COG0003 pathe pathf pathg pathh ## I would like to combine this information into a big list such as below COG2PATHWAY<- list (COG0001 = c ("patha ","pathb ","pathc
2004 Mar 03
1
Calculating percentiles from Grouped Data (gapply)
Dear R-list, I try to calculate the 10- and 90-Percentile from grouped data. Using 'lappy' it works fine but I have no success with 'gapply': df <- data.frame(test = runif(100)) df <- df[order(df[,1]),] z <- rep(1:10, each = 10) lapply(split(df, z), function(x) quantile(x, probs=c(10,90)/100)) library(nlme) gapply(as.data.frame(df), which=1, function(x)
2002 Dec 29
1
Multiple domain browselist over a wanlink
...400d9a03 "Luna our moon" "QUICKSOFT" "THETAURI" c0001000 "NEPTUNE" "THETAURI" "NOX" 40011003 "" "QUICKSOFT" "LAPPIE" 40011003 "" "QUICKSOFT" "PHOBOS" 40011003 "" "QUICKSOFT" "WERK" 80001000 "COBAIN" "WERK&q...
2009 Apr 16
2
Reading in a large number of dbf files
good morning This question is not a stats question per say but a data management and lattice plotting problem. I apologize now if I'm asking an inappropriate question to this gracious group. I'm need to bring in approximately 100 *.dbf files into R but I'm having difficultly understanding several examples I've tracked down regarding this procedure and could benefit from your
2005 Aug 25
1
'splice' two data frames
Hi, I often need to take columns from two data.frames and 'splice' them together (alternately taking a column from the first data frame, then from the second). For example: x <- table(sample(letters[1:9], 100, replace=TRUE), sample(letters[1:4], 100, replace=TRUE)) y <- prop.table(x) splice <- function (x, y) { z <- matrix(rep(NA, (ncol(x) * 2) * nrow(x)), nrow
2005 Mar 06
3
CentOS-4 i386 errata: Configuration change for
centos-yumconf has been updated to include (but disable) all optional centos repositories. This would allow a user to update / install from an optional repository without needing to modify the configuration files. Example: If you wanted to install a package named foo from the optional repositry named centosplus, you would use the following command: yum --enablerepo=centosplus install foo see
2012 Jul 13
3
Column create and Update using function
Hi, here i have a Max and Min values Min <-3 Max <-6 and also a matrix like this, ABC XYZ PQR ------ ------- ------- 2 4 3 5 4 8 7 1 3 In this i need to check each particular column values are between Max and Min value. If the coulmn value not coming between Max and
2014 Jul 10
0
CentOS-announce Digest, Vol 113, Issue 5
Send CentOS-announce mailing list submissions to centos-announce at centos.org To subscribe or unsubscribe via the World Wide Web, visit http://lists.centos.org/mailman/listinfo/centos-announce or, via email, send a message with subject or body 'help' to centos-announce-request at centos.org You can reach the person managing the list at centos-announce-owner at centos.org When
2015 Mar 27
0
Netflix
On 2015-03-27, Bob Hepple <bob.hepple at gmail.com> wrote: > Now that netflix is in Australia, I wouldn't mind giving it a burl. > It's working fine on my fedora-21 lappy with chrome-40 but not on our > centos-6 mythtv setup even with chrome-41. I understand the difference > might be the version of NSS - fedora-21 has 3.17 while centos is stuck > at 3.16. Other than
2015 Mar 27
0
Netflix
Install Docker, then install Chrome in a Debian or Ubuntu container. e.g. http://fabiorehm.com/blog/2014/09/11/running-gui-apps-with-docker/ HTH Lucian -- Sent from the Delta quadrant using Borg technology! Nux! www.nux.ro ----- Original Message ----- > From: "Bob Hepple" <bob.hepple at gmail.com> > To: centos at centos.org > Sent: Friday, 27 March, 2015 01:41:14 >
2015 Mar 27
1
Netflix
On 03/27/2015 09:02 AM, Nux! wrote: > Install Docker, then install Chrome in a Debian or Ubuntu container. > e.g. http://fabiorehm.com/blog/2014/09/11/running-gui-apps-with-docker/ > For the record ... using the latest Google Chrome on CentOS-7.1503 (our 7.1 release in testing right now), allows Netflix to play just fine on CentOS-7. What I have installed when I tested it:
2010 Aug 13
1
kvm, kvm_intel
Which configuration or rc script is responsible for loading the kvm modules on CentOS 5.4/5.5? They interfere with vmware. --------------------------------------------------------------- This message and any attachments may contain Cypress (or its subsidiaries) confidential information. If it has been received in error, please advise the sender and immediately delete this message.
2010 Jul 15
1
calling functions
Hello everyone!! I have written a function in R and need to call it more than once say M times then take an average of my output. How would I tell R to automatically call my function many times instead of just the once? Thanks! xxx -- View this message in context: http://r.789695.n4.nabble.com/calling-functions-tp2290460p2290460.html Sent from the R help mailing list archive at Nabble.com.