Displaying 3 results from an estimated 3 matches for "mk4".
Did you mean:
m4
2009 Jun 10
1
how to get output from a nested loop
...fine it differently.
##I want to make a list file of all 1x1 combinations of "mk" columns, and add "clone" and "S" to these combinations.
clone<-c("c1","c2","c3","c4")
mk1<-c(1,1,0,0)
mk2<-c(0,0,0,1)
mk3<-c(1,1,1,1)
mk4<-c(0,0,0,0)
mk5<-c(0,0,0,1)
S<-c(4,5,3,2)
t1<-as.data.frame(cbind(clone,mk1,mk2,mk3,mk4, mk5,S))
row.names(t1)<-t1$clone
t1<-t1[,-1]
t1
###A nested loop. I'm trying to get all combinations of columns 1:5 and join each of them with column 7.
st1 <- list()
for(i in 1:4)...
2009 Sep 22
0
[LLVMdev] Provide
...<http://www.providepeople.com/> - Please view our new site!
<http://www.linkedin.com/in/tompearson>
Provide Consulting Limited is a registered company in England and Wales with company number 4411602 at the following location:
9 Shirwell Crescent, Furzton Lake, Milton Keynes, MK4 1GA
Provide Consulting Limited is a VAT registered company with VAT number 763 7319 10
This e-mail message is intended for the addressee(s) only and may contain confidential and or privileged information. If you are not the intended recipient of this e-mail message, you should not read, copy, for...
2008 Jun 30
4
Rebuild of kernel 2.6.9-67.0.20.EL failure
Hello list.
I'm trying to rebuild the 2.6.9.67.0.20.EL kernel, but it fails even without
modifications.
How did I try it?
Created a (non-root) build environment (not a mock )
Installed the kernel.scr.rpm and did a
rpmbuild -ba --target=`uname -m` kernel-2.6.spec 2> prep-err.log | tee
prep-out.log
The build failed at the end:
Processing files: kernel-xenU-devel-2.6.9-67.0.20.EL
Checking