Displaying 13 results from an estimated 13 matches for "pring".
Did you mean:
ring
2001 Nov 26
1
PDC & Pringing on Samba 2.2.2 -- Does PDC use effect printing?
I've described printer problems with 2.2.2 & Win2k SP2 in an earlier message.
At one point, using an earlier version of Samba, on an earlier install, the
printing worked just fine. Does using Samba as a PDC for logons from Win2k
boxes do anything to effect the use of printers and print shares? Or are
the two completely separate and have no interaction or effect on each other?
Hal
2010 Mar 25
3
Returning Data Frame from Function for use Outside Function
...lt;- all[!duplicated(all[,c("ID","TIME")]),]
## Fit the mixed model
fit <- lmer(formula, analysis)
## Output the COEFFICIENT results into a data vector
results[i,] <- fixef(fit)
if (i==reps) print(pct"% sample")
if (i==reps) pring(reps "repetitions")
if (i==reps) print(summary(results))
}
}
boot.rem(vcohort, ID, 10, TIME, f, 3, 5)
--
View this message in context: http://n4.nabble.com/Returning-Data-Frame-from-Function-for-use-Outside-Function-tp1690553p1690553.html
Sent from the R help mailing list ar...
1998 Feb 16
2
Printer errors
...a linux 2.0.32 box, and all is well. Looked over the
docs and set up my printer with the (what I think) are correct entries.
Basically, what the default smb.conf has. Testparms says it o.k.! And I
can print (lpr) locally.
Windows sees both printcap entries (inkjet and psjet), but any attempt to
pring to them errors out. I then added the print command = /usr/bin/lpr
stuff (like in the howto) but no errors. The logs show the connection, but
no errors!
Anyone got a HP500 series (mine is a 520) printer running???
Thanks!
Paul
2009 Jul 30
1
stepwise variable selection method wanted
....
Thanks and cheers
Herry
################################################
require(cluster)
cophenCbw<-function(dta){
# cophenetic variable selection backward
if(!is.data.frame(dta)) {print("x must be a dataframe with variables as columns, cases as rows")}
else if(ncol(dta) <3) {pring("input dataframe must have at least 3 columns")}
else {
#currently function only performs cophenC on gower with ward, but this can be adjusted easily to other metrics/methods
require(cluster)
require(ade4)
dta->dta.sic
lhs<-dta
for(j in 1:ncol(dta)){
print(paste("round",...
2008 Jun 13
4
How to Print A Document Only
I am using PDF::writer to convert text to pdf files for printing. What I
would like to do is to be able to print it without allowing the user to
be able to read the files in pdf. What options do I have ?
If I send the files directly to the printer will I have difficulty down
the road with formatting text or embedding pictures in the printable
document? Is there some workaround where I make the
2009 Aug 14
9
Printing from wine problem - loosing my hair
I have a Ubuntu 9.04 minimalist setup runing on a XEN vps. I only installed a few things like Wine, NX, cups (and cups-pdf), XFCE4. Works like a charm in every way except printing from Wine. I can print from native Linux apps to PDF but I get an error in Notepad and any other wine running app for that matter, StartPage failed. There are no errors in the /var/log/error_log or any mention of the
2009 Dec 18
0
[LLVMdev] [PATCH] Circular Buffered Debug Stream
On Dec 17, 2009, at 3:41 PM, David Greene wrote:
> On Wednesday 16 December 2009 13:35, David Greene wrote:
>
>>> Please make BufferSize an 'unsigned' and default it to 8192. Please use
>>> PRESERVE_STREAM instead of 'false'.
>
> Here's an updated version of the circular buffer. Ok to check in?
This is looking a lot better, here are some more
2009 Mar 06
2
sm.options
Hi,
I am doing kernel density plots, and am trying to make the lines thicker. I
comparing three groups, in sm.density.compare. I tried changing lwd to make
the line sthicker right on the density compare call, but was not able to do
it. There is not an option in sm.options to specify line thickness, as well
as cex.ylab or cex.xlab- I tried it and it does not change the thickness of
the lines.
2009 Dec 17
2
[LLVMdev] [PATCH] Circular Buffered Debug Stream
On Wednesday 16 December 2009 13:35, David Greene wrote:
> > Please make BufferSize an 'unsigned' and default it to 8192. Please use
> > PRESERVE_STREAM instead of 'false'.
Here's an updated version of the circular buffer. Ok to check in?
-Dave
Index: include/llvm/Support/circular_raw_ostream.h
2009 Dec 18
4
[LLVMdev] [PATCH] Circular Buffered Debug Stream
...streams buffer size and restore it in
> releaseStream?
Oh, I think this code is just wrong. I'll rework it.
> > +void circular_raw_ostream::write_impl(const char *Ptr, size_t Size) {
> > + if (BufferSize > 0) {
>
> This check can go away.
Nope. We don't want to pring the "Log Output" banner if we're not buffering
(and delaying output until termination). Again, we want dbgs() to work like
errs() in the default case and output immediately.
> > + // Write into the buffer, wrapping if necessary.
> > + while (Size > 0) {
> >...
2016 May 06
6
Firefox 45.1.0 stability
Alice Wonder wrote:
> On 05/06/2016 11:54 AM, Jeff Layton wrote:
>> Good afternoon,
>>
>> Apologies if this topic has come up before but I've found
>> that the Firefox 45.1.0 stability to be somewhat lacking.
>>
>> For example, I can't use it for Twitter because it crashes.
>> It also crashes when I log into gmail. This happens every
>>
2006 Mar 28
43
zfs and backup applications
Hi,
I was wondering if there have been any conversations with backup vendors like Veritas or EMC regarding better integration with ZFS. While I understand they can use the "native" mode of reading files from the filesystem, it would be great if there were agents that had options like making a snapshot and storing a "zfs backup" datastream that could be used for zfs restore.
2012 Nov 26
13
[PATCH 0 of 4] Minios improvements for app development
This patch series contains a set of patches making minios rather easier
to use, from an application development point of view.
Overview of patches:
1 Command line argument parsing support, from Xen.
2 Weak console handler function.
3 Build system tweaks for application directories.
4 Trailing whitespace cleanup. (because it is very messy)
Patch 4 is likely to be more controversial than