similar to: dos

Displaying 20 results from an estimated 5000 matches similar to: "dos"

2002 May 01
1
polynom division
Dear R-users, is there any package that allows for a division of two polynomials? Regards, M. Fischer Dr. Matthias Fischer Friedrich-Alexander-Universit?t Erlangen-N?rnberg Lehrstuhl f?r Statistik und ?konometrie Lange Gasse 20 90403 N?rnberg Telefon: 0911 / 5302-271 Telefax: 0911 / 5302-277 E-Mail: Matthias.Fischer at wiso.uni-erlangen.de
2002 Feb 07
0
Gamma function for complex arguments
Hi everybody, unfortunately, the gamma function for complex arguments is not implemented in R (Base package). Are there any packages/functions or approximations to solve that problem? Thanks in advance, Matthias Dr. Matthias Fischer Friedrich-Alexander-Universit?t Erlangen-N?rnberg Lehrstuhl f?r Statistik und ?konometrie Lange Gasse 20 90403 N?rnberg Telefon: 0911 / 5302-271 Telefax: 0911
2003 Oct 24
1
\mathcal symbols in R?
Hello, Some time ago, I discovered the possibility of using mathematical symbols for axis labels etc. In order ensure consistency between text and graphics of some paper, I would like to include the calligraphic H (obtained in LaTeX via \mathcal{H}) in several diagrams. Is there any way to do so? Is it in general possible to use further mathematical fonts like \mathbb and \mathbf in R? Best
2006 Jan 26
2
nmbd terminates with error code 58
Hello everybody, i have already posted this message yesterday, but i didn't receive my posting. There i want to repeat it. >From time to time our nmbd daemon quits his job and the last time he did this he told us: [2006/01/25 15:56:02, 0] nmbd/nmbd.c:terminate(58) Got SIGTERM: going down... So my question is: What is the cause of this behaviour and in special what is happening when
2006 Apr 18
1
Java ia64 rpm
Hi there Can you guys point me to a ia64 Java rpm ? Thanks Karl -- ----------------------------------------- Karl Fischer Drone, Human and Gnome User I support 10x10. Email : kmf at fischer.org.za Jabber : kmf at jabber.org Personal Site : http://fischer.org.za -----------------------------------------
2006 Apr 10
1
Issues with aacraid
Hi there, I'm currently trying to install a server with Centos 4.3 x86_64. I have issues installing drivers from a Driver disk, I got a driver(2810SA) from the Adaptec site, I started it up with "linux dd" It reads the disk fine .... I can see the aacraid module in the list but as soon as I choose it. Then I get a screen saying "Do you wish to load more Driver Disks?" I
2005 May 24
2
R OS X
Hi, with newest R.app (1.11) / R2.1.0a if a package is installed for the current user, it is not installed properly (does not get an installed version entry and is not loadable). If installed system wide it works. The package I installed is xgobi. MAC OS X 10.4.1 Volker - - - - - - - - - - - - - ------ ---- ---- --- -- - - - - - - - - - - - - - - -
2014 Aug 06
1
Panic on alway_bcc mail with attachment while using sdbox
I do always get a panic on service lmtp, while receiving a mail by postfix through always_bcc, containing an attachment. If the bcc recipient would be supplied by a small delay, I would say that the panic wouldn't occur, but I don't know how to verify this. dovecot is configured with 'mail_attachment_dir' and the public namespace location is sdbox dovecot log: Aug 6 14:18:02
2000 Oct 25
1
lifetable, survivorship.. [forwarded message from Diana Fischer]
This was accidentally addressed to me, personally: ------- start of forwarded message ------- Message-id: <39F70D7C.287323D5 at yale.edu> MIME-version: 1.0 From: Diana Fischer <diana.fischer at yale.edu> To: maechler at stat.math.ethz.ch Subject: R-Project Date: Wed, 25 Oct 2000 11:42:36 -0500 I briefly looked at the R documentation of available statistical procedures. It appears
2010 Feb 02
0
Major update: mboost 2.0-0 released
Dear useRs, we are happy to announce the release of mboost 2.0-0 on CRAN: http://cran.r-project.org/package=mboost This version contains major updates and changes to the implementation of the main algorithm. Some slight changes to the user-interface where necessary. Please consult the manual and the list of CHANGES below. The package 'mboost' (Model-based Boosting) implements
2010 Feb 02
0
Major update: mboost 2.0-0 released
Dear useRs, we are happy to announce the release of mboost 2.0-0 on CRAN: http://cran.r-project.org/package=mboost This version contains major updates and changes to the implementation of the main algorithm. Some slight changes to the user-interface where necessary. Please consult the manual and the list of CHANGES below. The package 'mboost' (Model-based Boosting) implements
2003 Sep 18
0
non-numeric binary ops?
Has there been a recent change in the behavior of binary operators? In SparseM it was, until quite recently ok to do scalar multiplication but now, > A*4 Error in A * 4 : non-numeric argument to binary operator > 4*A Error in 4 * A : non-numeric argument to binary operator > A%*%A An object of class "matrix.csr" Slot "ra": [1] 1 1 1 Slot "ja": [1] 1 2 3
2008 Oct 27
2
[LLVMdev] LLVM as compiler course infrastructure - thanks!
Charles Fischer and I, at the University of Wisconsin - Madison, have adapted our CS department's graduate compilers course to use LLVM. We've found it quite commodious, and a vast improvement on the system we'd been using previously. So, first of all, to the LLVM devs - thanks many times over for making LLVM as good as it is. I admit that I haven't seen many, but LLVM is
2008 Nov 18
1
Wishlist - better object.size() function
Some time ago I came across the function object.size() to estimate the size of an R object. I don't know if the behavior of the function is intended to be quite "user unfriendly" as it is right now or if just nobody was thinking/caring about it. I have two suggestions to improve it: - Why is it named object.size() and not just size()? The latter would be far more intuitive and
2014 Feb 07
2
[LLVMdev] Weird msan problem
Yes, it would be great to get that fixed. On Wed, Feb 5, 2014 at 4:09 PM, Evgeniy Stepanov <eugeni.stepanov at gmail.com>wrote: > On Thu, Feb 6, 2014 at 12:21 AM, Keno Fischer > <kfischer at college.harvard.edu> wrote: > > Looks like when you materialize the stores, you should check the size of > the > > the store and emit an appropriate amount of stores to the
2004 Oct 20
2
apply function
Hi all, I have a question about apply function. Is that possible to pass some non-default arguments in the function we want to apply ? For example: if "mat" is a matrix and I want to use the "tabulate" function on its row. The command apply(mat,1,tabulate) works but I have problem with this one apply(mat, 1, tabulate(nbins=4)). Any clue ? Thanks, Eric -- Eric
2014 Feb 05
2
[LLVMdev] Weird msan problem
Looks like when you materialize the stores, you should check the size of the the store and emit an appropriate amount of stores to the origin shadow (or just a memset intrinsic?). On Wed, Feb 5, 2014 at 2:13 PM, Keno Fischer <kfischer at college.harvard.edu>wrote: > The @entry stuff is just a gdb artifact. I've been tracking this back a > little further, and it seems there's
2008 Mar 12
5
Howto create hd image with bootable (Free)DOS system
Hello, I have to update the BIOS of several hundreds of geographically distributed PCs. Since we are using PXELINUX for years to install the OS (Linux) on this PCs PXELINUX is my first choice for doing this job. The vendor of this PCs provides a bootable ISO image for the update. Because of the size of the firmware it is not possible to use a FD image (not even 2.88MB). But in the documentation
2007 Mar 23
2
openssh 4.6p1 bug / IRIX
hello, little problem compiling openssh 4.6p1 on irix using mipspro 7.4.x. c99 -o sshd sshd.o auth-rhosts.o auth-passwd.o auth-rsa.o auth-rh-rsa.o sshpty.o sshlogin.o servconf.o serverloop.o auth.o auth1.o auth2.o auth-options.o session.o auth-chall.o auth2-chall.o groupaccess.o auth-skey.o auth-bsdauth.o auth2-hostbased.o auth2-kbdint.o auth2-none.o auth2-passwd.o auth2-pubkey.o
2009 Aug 13
4
[Bridge] [PATCH] net/bridge: Add 'hairpin' port forwarding mode
This patch adds a 'hairpin' (also called 'reflective relay') mode port configuration to the Linux Ethernet bridge kernel module. A bridge supporting hairpin forwarding mode can send frames back out through the port the frame was received on. Hairpin mode is required to support basic VEPA (Virtual Ethernet Port Aggregator) capabilities. You can find additional information on VEPA