search for: lappy

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

Did you mean: happy
2011 Jan 24
4
toruble downloading programs using winebottler
...(system): W89429G066E Hardware UUID: 111161C7-FFFF-5AE3-9333-74902AFD4027 Sudden Motion Sensor: State: Enabled ###BOTTLING### Create .app... ###BOTTLING### Turn on Coreaudio... err:process:__wine_kernel_init boot event wait timed out ###BOTTLING### Sandboxing... find: /Users/Lappy/Downloads/RCT 2.app/Contents/Resources/drive_c/users/Lappy: No such file or directory ### LOG ### Command 'find /Users/Lappy/Downloads/RCT 2.app/Contents/Resources/drive_c/users/Lappy -name * -type l -exec sh -c rm "{}"; mkdir -p "{}" ;' returned status 1. ###ERROR###...
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 deleted...
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 zip(x,y,z): ...) Thanks, -- Rajarshi Guha [[alternative HTML version deleted]]
2011 Mar 20
2
IL-2 Occasional Freezes
...e 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 like a slowdown in fps and then freezes solid... forcing me to power off the lappy to restart. It's a minor annoyance but I wanted to check and see if anyone else has experienced and resolved this. Off the top of my head I suspect it has something to do with my ATI drivers in Ubuntu. Thanks in advance! I am running Wine 1.2.2 btw.
2014 Jul 09
0
Release for CentOS 6 and 7 images in the docker index
...g-cloud-instance-build. ======== Download Once docker is running, you can download the images using the command: docker pull centos Once docker is finished fetching the images, you can verify them by using the command: docker images This command should display output similar to: [jperrin at lappy ~]$ docker images REPOSITORY TAG IMAGE ID CREATED VIRTUAL SIZE centos centos7 1a7dc42f78ba 5 hours ago 236.4 MB centos latest 1a7dc42f78ba 5 hours ago 236.4 MB centos...
2010 Oct 10
2
Help reading table rows into lists
...OG2PATHWAY<- list (COG0001 = c ("patha ","pathb ","pathc "),COG0002=c("pathd","pathe"),COG0003=c("pathf","pathg","pathh")) I am stuck and have tried various methods involving (probably mangled) versions of lappy and loops. Any suggestions on the most efficient way to do this would be great. Thanks, Alison Here is my latest attempt. ##### line_num<-length(scan(file="/g/bork8/waller/ test_COGtoPath.txt",what="character",sep="\n")) COG2Path<-vector("list",l...
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
Hi, I'm trying to generate a multiple domain browselist but I don't get it to work. I've tried everyting by the book but the result is always the same: I can see the other workgroup(s) but they are empty. Currently I've added the following rules to the smb.conf remote browse sync = 192.168.2.2 192.168.2.4 remote announce = 192.168.2.2 192.168.2.4 As far as I understand
2009 Apr 16
2
Reading in a large number of dbf files
...tion 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 suggestions. One example I've found does the following: DF <- lappy(dir(pattern="file.*\\.txt"), read.table, sep=";". header= TRUE) names(DF) <- paste("data", seq_along(DF), sep = "") This solution will not work for me for at least 2 reasons: 1) I need to modify the files after I import them by adding three new paramete...
2005 Aug 25
1
'splice' two data frames
...call: i <- paste("x[,", 1:4, "],", "y[,", 1:4, "]", collapse=",") i <- gsub("],", "]@", i) # Create a marker for i <- strsplit(i, "@") # strsplit to create a list do.call(data.frame, i) and with lapply: lappy(i, data.frame) These "did not work" (i.e. they worked as they were designed to and did not give me the results I am after). I think I need a nudge or two in the right direction. Thanks. Dave -- David Whiting School of Clinical Medical Sciences, The Medical School University of Newca...
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
...RC 5 4 8 7 1 3 RC ----------------------------------------------------------- This is the requirement. i did it using for-loop,it will check each value and it taking time when bulk of data come. Any hope to do using lappy,appy kind of functions ? Because at a time complete coulmn should get update. Could you please help me urgently ? - Thanks Antony. -- View this message in context: http://r.789695.n4.nabble.com/Column-create-and-Update-using-function-tp4636400.html Sent from the R help mailing list archive at Na...
2014 Jul 10
0
CentOS-announce Digest, Vol 113, Issue 5
...g-cloud-instance-build. ======== Download Once docker is running, you can download the images using the command: docker pull centos Once docker is finished fetching the images, you can verify them by using the command: docker images This command should display output similar to: [jperrin at lappy ~]$ docker images REPOSITORY TAG IMAGE ID CREATED VIRTUAL SIZE centos centos7 1a7dc42f78ba 5 hours ago 236.4 MB centos latest 1a7dc42f78ba 5 hours ago 236.4 MB centos...
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 that, I'm flumoxed. > > Anyone got netflix running on centos-6? I doubt it. As yo...
2015 Mar 27
0
Netflix
...ge ----- > From: "Bob Hepple" <bob.hepple at gmail.com> > To: centos at centos.org > Sent: Friday, 27 March, 2015 01:41:14 > Subject: [CentOS] 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? > > >...
2015 Mar 27
1
Netflix
...;Bob Hepple" <bob.hepple at gmail.com> >> To: centos at centos.org >> Sent: Friday, 27 March, 2015 01:41:14 >> Subject: [CentOS] 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...
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.