search for: nstream

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

Did you mean: stream
2000 Apr 23
0
SAMBA COnfiguration file
...dant question, otherwise I would have answered it promptly. Sorry for brushing you off, I just dont have the time to help you. I am sure someone on the samba list will be more than happy to lend you a hand. Brian Roberson brian@bstc.net -----Original Message----- From: wenzhil [mailto:wenzhil@nstreams.com] Sent: Tuesday, April 18, 2000 10:59 PM To: brian Cc: wenzhil Subject: SAMBA COnfiguration file > Hi Brian, > > I downloaded the binariy file for Intel Solaris 7. I don't need printer > support here. After unzipped the file and made the necessary change in > smb.conf...
2010 Sep 09
0
Plotting dates and grid lines on the X-Axis of xyplot
...r 137.556790 2911 Case 2 912 P-1 Water 155.668018 2912 Case 2 943 P-1 Water 169.410378 2913 Case 2 974 P-1 Water 172.121117 And here is the code that I am using simPlot<-function(theData, theWell, start="2000-01-01", obs="Observed", streams, order=(1:nStreams), heights=1, headings=streams, xby="years", ...){ # process streams if(missing(streams)) { pData <- subset(theData, theData$Well==theWell) streams<-levels(pData$Stream) } else { pData <- subset(theData, theData$Well==theWell & (theData$Stream %in% streams)) } nS...
2008 Mar 29
1
A patch for extending pdf device to embed popup text and web links
...ffp, "%d 0 obj\n<<\n/Type /Page\n/Parent 3 0 R\n/Contents %d 0 R\n/Resources 4 0 R\n>>\nendobj\n", ! pd->nobjs, pd->nobjs+1); pd->pos[++pd->nobjs] = (int) ftell(pd->pdffp); fprintf(pd->pdffp, "%d 0 obj\n<<\n/Length %d 0 R\n>>\nstream\r\n", pd->nobjs, pd->nobjs + 1); --- 6427,6433 ---- } } ! pd->pageobj[pd->pageno++] = pd->nobjs+3; pd->pos[++pd->nobjs] = (int) ftell(pd->pdffp); fprintf(pd->pdffp, "%d 0 obj\n<<\n/Length %d 0 R\n>>\nstream\r\n",...