search for: softr

Displaying 3 results from an estimated 3 matches for "softr".

Did you mean: soft
2009 Nov 12
3
Syslinux set vesa mode
Does Syslinux (and pxelinux, and isolinux, etc) support setting video modes?
2008 Jun 13
1
Regex for Special Characters under Grep
...T start with the following header: !, #, ^ But somehow my regex used under grep doesn't work. Please advice what's wrong with my code below. __BEGIN__ in_fname <- paste("mydata.txt,".soft",sep="") data_for_R <- paste("data_for_R/", args[3], ".softR", sep="") # my regex construction cat(temp[-grep("^[\^\!\#]",temp,perl=TRUE)], file=data_for_R, sep="\n") dat <- read.table(data_for_R) ___END__ - Gundala Viswanath Jakarta - Indonesia
2010 May 08
1
double-indexed list
Dear all, d, d=1,...,10 is a day, h, h=1,...,24 is an hour and tt_dh(1),tt_dh(2),... is the arrival time of the 1st, 2nd etc client on day d during hour h. How can I make a double-indexed list ldh (indices are d and h) such that ldh[[d,h]] gives me arrival times? Many thanks, Remi [[alternative HTML version deleted]]