search for: blanklines

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

Did you mean: blankline
2011 Apr 15
1
Sweave and Slides (Beamer)
...d together in desperation a couple of weeks ago and in the middle of the night, so I don't doubt that it can be improved. <<paragraphs,echo=FALSE>>= ## Something for breaking up long output into "paragraphs". paragraphs <- function(x) { text <- capture.output(x) blanklines <- (1:length(text))[text == ""] if (blanklines[1] != 1) blanklines <- c(-1,blanklines) parstarts <- blanklines + 1 parends <- c(blanklines[-1] - 1, length(text)) npar <- length(parstarts) res <- list() for (i in 1:npar) res <- c(res, list(text[parstarts[i]...
1998 Dec 11
2
notifying users
hello, Is there a good way of notifying all users that , say the server is going to be shut down? kinda like for a regular terminal session but through some kind of windows messaging? thanks in advance. Robert
2004 Aug 16
0
Howto setup SLES 9 w/Samba 3.04 in a Domain & SSL SWAT
I'd imagine document will answer many prayers for stumped admins These are my notes to setup SuSE Linux Enterprise Server v9 and how to configure Samba v3.04-SuSE to work as a member server in a domain Also, this document contains FULL instructions on how to setup SSL Secured SWAT (Samba Web Administration Tool) This document is a step by step guide to installing SLES and Samba. Of course