Displaying 19 results from an estimated 19 matches similar to: "Printing"
2024 Aug 11
1
Printing
?s 09:51 de 11/08/2024, Steven Yen escreveu:
> Hi
>
> In the following codes, I had to choose between printing (= TRUE) or
> deliver something for grab (ei, vi). Is there a way to get both--that
> is, to print and also have ei and vi for grab? Thanks.
>
> Steven
>
> ...
>
> out<-round(as.data.frame(cbind(ap,se,t,p)),digits)
> out<-cbind(out,sig)
>
2024 Aug 11
3
Printing
Thanks. Will try it.
Have not tried it but I think the following may work:
out$results<-NULL
out$results$ei<-ap
out$results$vi<-vap
All I need is printing by returning out (unless I turn it off). And,
retrieve ap and vap as needed as shown above. Guess I need to read more
about invisible.
On 8/11/2024 10:09 PM, Rui Barradas wrote:
> ?s 09:51 de 11/08/2024, Steven Yen escreveu:
2005 Dec 10
6
Wierd ZFS interaction with sudo?
I''ve just installed express b28 on my system. After installing, I
decided to move /opt to a zfs pool home/opt. After installing
Blastwave''s latest sudo, I did my usual edits of sudoers.
When I attempted to execute sudo ls to test things I got this:
rtfm:/opt/csw/etc:>sudo ls
sudo: /opt/csw/etc/sudoers is owned by gid 1, should be 0
But /opt/csw/etc/sudoers permissions
2007 Apr 18
1
[Bridge] wds not working...help needed
Skipped content of type multipart/alternative-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: image/jpeg
Size: 5675 bytes
Desc: Clear Day Bkgrd.jpg
Url : http://lists.linux-foundation.org/pipermail/bridge/attachments/20060515/b39aa4d5/attachment.jpeg
2011 Jun 29
1
lda root vs lda postfix
hello folks
hello Timo
I am facing a new problem
I'm using dovecot LDA to deliver the emails
now root of the system emails are delivered in the box to the letter of the
postfix
directory /vap/spool/postfix
I do not know what to do to redirect mail from root to root
--
?http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x092164A7
?gpg --keyserver pgp.mit.edu --recv-key 092164A7
2007 Jul 12
1
sub-function default arguments
Hi.
I have defined a function, f1, that calls another function, f2. Inside f1
an intermediate variable called nm1 is created; it is a matrix. f2 takes a
matrix argument, and I defined f2 (schematically) as follows:
f2<-function(nmArg1=nm1,...){nC<-ncol(nmArg1); ... }
so that it expects nm1 as the default value of its argument. f1 is defined
(schematically) as:
2002 Sep 14
0
p.s. regarding stripchart missing-data report (PR#2019)
--oyUTqETQ0mS9luUI
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In case you want this - and feel free to delete this - here are the
data for the bug I just reported concerning missing data in
stripchart.
You need to run hrp2.R. Please excuse the extraneous junk. This was
written mostly by a grad student who was learning R in the process
(Andrea Gurmankin). She
2007 May 09
5
Refactor zfs_zget()
Hi,
Since almost all operations in the FUSE low-level API identify files by inode
number, I''ve been using zfs_zget() to get the corresponding znode/vnode in
order to call the corresponding VFS function in zfs_vnops.c.
However, there are some cases when zfs_zget() behaves slightly different than
I need:
1) If zp->z_unlinked != 0 then zfs_zget() returns ENOENT. I need it to return
2008 Jun 12
0
[ANNOUNCE] xf86-video-ati 6.8.191
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
ati 6.9.0rc1 release
Lots of changes since the last release. Main things are
EXA composite support for r3xx/r4xx/r5xx chips and
textured video support on all radeons.
Adam Jackson (5):
Bump CRTC size limits on AVIVO chips so 30" displays work
without tweaking.
Add R500 unified shader register block.
Fix R500_US_CONFIG.
2006 Sep 05
2
dovecot-sieve with FreeBSD
Hello,
I've a test system with postfix (SMTP), dovecot (IMAP only) and covecot-LDA (MDA) under FreeBSD-6.1. Currently everything works fine. But I wasn't able to install dovecot-sieve from the CVS. Does anyone has a small documentation howto install dovecot-sieve on FreeBSD.
Thanks.
--
Der GMX SmartSurfer hilft bis zu 70% Ihrer Onlinekosten zu sparen!
Ideal f?r Modem und ISDN:
2014 Jan 03
3
Problems with blazer_usb. Driver will not shut down my UPS
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi there!
I don't know if you are able to help me. Have tried almost everything
at this point..
I recently switched from a BlueWalker(Powerwalker?) PW UPS VI2000 LCD
2000VA offline UPS to a BlueWalker(Powerwalker?) PW UPS VFI 1500 LCD
1500VA Online UPS.
Seems like the driver is accepting both, however, the shutdown command
wont work. And this
2024 Nov 08
1
[RFC PATCH v1 00/10] mm: Introduce and use folio_owner_ops
On 08.11.24 18:05, Jason Gunthorpe wrote:
> On Fri, Nov 08, 2024 at 04:20:30PM +0000, Fuad Tabba wrote:
>> Some folios, such as hugetlb folios and zone device folios,
>> require special handling when the folio's reference count reaches
>> 0, before being freed. Moreover, guest_memfd folios will likely
>> require special handling to notify it once a folio's
2012 Jul 13
1
LiblineaR: read/write model files?
How do I read/write liblinear models to files?
E.g., if I train a model using the command line interface, I might want
to load it into R to look the histogram of the weights.
Or I might want to train a model in R and then apply it using a command
line interface.
--
Sam Steingold (http://sds.podval.org/) on Ubuntu 12.04 (precise) X 11.0.11103000
http://www.childpsy.net/
2012 Aug 07
0
Bayesian estimates for the 1st-order Spatial Autoregressive model
Greetings:
I am a relatively new user to R. I was wondering if anyone is familiar with MATLAB's far_g() function. If yes, is there an R equivalent to this? I would like to have the ability to input as my observation vector continuous values. I noticed that there was something close in R, sar_probit_mcmc(), but I can only use a binary vector as my observation vector.
If my
2024 Nov 11
1
[RFC PATCH v1 00/10] mm: Introduce and use folio_owner_ops
Hi Jason and David,
On Fri, 8 Nov 2024 at 19:33, David Hildenbrand <david at redhat.com> wrote:
>
> On 08.11.24 18:05, Jason Gunthorpe wrote:
> > On Fri, Nov 08, 2024 at 04:20:30PM +0000, Fuad Tabba wrote:
> >> Some folios, such as hugetlb folios and zone device folios,
> >> require special handling when the folio's reference count reaches
> >> 0,
2004 Aug 06
3
Start your business for UNDER $10 - ah13
ARE YOU LOOKING FOR A WORK-AT-HOME JOB?
-- EITHER PART-TIME OR FULL-TIME??
DO WANT ANOTHER PRODUCT TO COMPLEMENT
YOUR EXISTING MLM PROGRAM??
OR... ARE YOU LOOKING TO REPLACE AN MLM THAT
YOU ARE NOT TOTALLY PLEASED WITH??
If the answers to all of the above questions are no, then you
can delete this message now.
If the answer to any of the above questions is YES, then
PLEASE READ ON!
2010 Dec 15
5
Allegations regarding OpenBSD IPSEC
Some of you probably already read this:
http://marc.info/?l=openbsd-tech&m=129236621626462&w=2
Interesting...I wonder what is the impact of all this on FreeBSD code.
We may very well suppose that any government or corporation funded code
can theoretically have some kind of backdoor inside.
--Andy
2010 Sep 24
0
kernlab:ksvm:eps-svr: bug?
Hi,
A. In a nutshell:
The training error, obtained as "error (ret)", from the return value
of a ksvm () call for a eps-svr model is (likely) being computed
wrongly. "nu-svr" and "eps-bsvr" suffer from this as well.
I am attaching three files: (1) ksvm.R from the the kernlab package,
un-edited, (2) ksvm_eps-svr.txt: (for easier reading) containing only
eps-svr
2008 May 21
0
Errors in using gdb (PR#11496)
> This message is in MIME format. Since your mail reader does not understand
this format, some or all of this message may not be legible.
--B_3294209241_521622
Content-Type: text/plain;
charset=us-ascii
Content-Transfer-Encoding: 7bit
I have been unable to find any discussion regarding this issue, but I have
been able to reproduce it on two different machines. Both computer are Macs
running