search for: cooment

Displaying 5 results from an estimated 5 matches for "cooment".

Did you mean: comment
2002 Dec 15
1
errata on pan.zipcon.net
...files were not up as claimed to be --they were the wrong files. They were replaced Dec 14 at 14.00 PST with the correct ones including track title. My apologies. Also ogg files were missing for several recordings. They have been added. To do yet: record jacket info and more recordings. We welcome cooments and suggestions. .....Al Goldstein --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to 'vorbis-request@xiph.org' containing only the word 'unsubscribe' in the body. No subje...
2009 Jun 13
2
How to write loop
Dear all, I want to do the following process as a loop ( to run automatically with dimension of X, here 50). How can I do that? Your cooments will be highly appreciable. Alex *# Code:* library(lars) library(chemometrics) X<-matrix(rnorm(2500),ncol=50) dim(X) # [1] 50 50 X1<-X[,2:dim(X)[2]] # I have taken out first column dim(X1) #[1] 50 49 X2<-X1[2:dim(X1)[1],] # new X2 is constructed dim(X2) #[1] 49 49 y<-as.mat...
2005 Apr 20
0
[LLVMdev] Gentoo ebuild of LLVM
...use /usr/local/portage ) - mkdir /usr/local/portage/sys-devel/llvm-base (use corresponding local portage dir) - put the ebuild in that directory - ran: ebuild llvm-base-1.4.ebuild digest - now you could install this with: ACCEPT_KEYWORDS="~x86" emerge llvm-base That's it. Any cooments are very appreciated with Cc to me, thanks :) -- Valery A.Khamenya
2007 Apr 18
2
[PATCH] x86_64 paravirt_ops port
Hi all, I've been working on a port of paravirt_ops for the x86_64 architectures for a couple of days. Here's the result so far. I'm posting it soon for early cooments. The more, the better. It's obviously based on the previous work for i386, with the needed modifications. By now, I'm able to boot a bare metal kernel, but there are still some known issues, that are in my TODO list for the next days. Highlighting, * There are still some hardcoded refer...
2007 Apr 18
2
[PATCH] x86_64 paravirt_ops port
Hi all, I've been working on a port of paravirt_ops for the x86_64 architectures for a couple of days. Here's the result so far. I'm posting it soon for early cooments. The more, the better. It's obviously based on the previous work for i386, with the needed modifications. By now, I'm able to boot a bare metal kernel, but there are still some known issues, that are in my TODO list for the next days. Highlighting, * There are still some hardcoded refer...