search for: grep2

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

Did you mean: grep
2008 Apr 12
1
Extracting a data.frame from HTML code
...ML code and then grep() to isolate the block of HTML code I want from each page, but this may not be the best approach. A short example: x1 <- readLines(" http://www.nascar.com/races/cup/2007/1/data/standings_official.html",n=-1) grep1 <- grep("<table",x1,value=FALSE) grep2 <- grep("</table>",x1,value=FALSE) block1 <- x1[grep1:grep2] It seems like there should be a straightforward solution to extract a data.frame from the HTML code (especially since the data is already formatted as a table) but I haven't had any luck in my searches so far....
2008 Jul 04
5
Samba v2.2.12 NTLM versions?
Hi, I am working on an old Unix system, UNIX SVR4 MP-RAS, running a Teradata database. Due to the age of the system (notably the C compiler, which won't handle v3 source code), I have built Samba 2.2.12 I want to use this to share Unix directories out to XP clients as network drives, for read-write access, keeping the file ownership as strict unix users. This all works fine, except for