search for: getgrid

Displaying 2 results from an estimated 2 matches for "getgrid".

Did you mean: getgid
2008 Jul 06
3
Lots of huge matrices, for-loops, speed
...quot;,sep =""), quote=F, row.names=F, col.names=F) } rm (hd) # Prepare regression xnam <- paste ("x[,", 1:(ncol(x)),"]", sep="") form <- paste("y ~ ", paste(xnam, collapse="+")) rm (xnam) # Loop through rows for (j in 1:rows) { getgrid <- function (j) { print (paste ("Row",j,"/",rows),quote = F) # Read out multi-temporal response values for one grid-row of cells for (k in 1:times) { getslice <- function (k) { values <- scan (filelist [k], what=0, na.strings = "-9999&qu...
2007 Sep 08
19
Group changes made over and over?
Hi, I have several Debian servers with puppet 0.23.2. Part of my manifest looks like this: class virt_all_users { @group { "andy": ensure => "present", gid => "1000" } @user { "andy": ensure => "present", uid => "1000",