similar to: Single precision

Displaying 20 results from an estimated 300 matches similar to: "Single precision"

1999 Aug 18
0
scan errors
Dear friends. Is there any way to ignore the error produced when the function scan(file="...") cannot open the file (due to, e.g., the file does not exist)? I am also very interested in ways to label a contour plot. Yours. -------------- next part -------------- An HTML attachment was scrubbed... URL: https://stat.ethz.ch/pipermail/r-help/attachments/19990818/6b89481a/attachment.html
2012 Sep 07
2
Quota less mailbox with mdbox
Good morning everyone, I have a little doubt about setting a quotaless mailbox with mdbox. Currently we have dovecot 2.0.10 with Maildir as mailbox system. We want to migrate to mdbox. The migration is simple and easy, but there are some configuration settings we cannot set to work properly. In our dovecot with Maildir we have the namespace INBOX with certain quota and another one without
2012 Aug 27
2
simplest way (set of functions) to parse a file
Hello, What would be the best set of R functions to parse and transform a file? My file looks as shown below. I would like to plot this data and I need to parse it into a single data frame that sorts of "transposes the data" with the following structure: > df <- data.frame(n=c(1,1,2,2),iter=c(1,2,1,2),step=as.factor(c('Step 1', 'Step2', 'Step 1',
2012 Feb 08
2
vsz_limit
Hello Timo and dovecot teamwork, We have dovecot 2.0.10 installed with this configuration: # dovecot -n # 2.0.10: /usr/local/dovecot/etc/dovecot/dovecot.conf # OS: Linux 2.6.18-92.1.18.el5 x86_64 Scientific Linux SL release 5.2 (Boron) auth_cache_size = 500 k auth_cache_ttl = 1000 secs disable_plaintext_auth = no first_valid_uid = 501 lock_method = dotlock mail_fsync = always mail_gid = vmail
2008 Dec 07
2
Help with Keyword Corral
I've been trying to get Keyword Corral (http://www.johncow.com/brand-new-free-keyword-corral-tool-by-john-cow-dot-com) installed with Wine 1.0.1 on Ubuntu 8.10 and the best I can manage is the program appears to start up and then quits. Unfortunately, I've only recently moved to Ubuntu and there's a lot I don't have a clue about. I've tried running it in a Virtualbox VM but
2005 Nov 30
1
RNG stuck via Fortran call
Having not much success with my previous question I try to reformulate it: I'm simulating a Markow chain in Fortran interfaced with R. Each loop of my Fortran calls various functions of the R RNG through the wrapper given below. In a run of 100 iterations of the Markov kernel, after 20 iterations, the RNG seems like frozen. For example, the first call to the RNG in my loop is:
2008 Sep 05
1
How do I use Internet Explorer 6.0 in Wine 1.1.3
Hi I just installed Wine 1.1.3 a couple of days ago, on my Acer Aspire 3623 Laptop (256MB and 40G HD) running PuppyLinux 4.0 OS. I installed Wine because I am taking an online math course at college and it needs a Windows OS and Internet Explorer 6.0 to run. [Image: http://farm4.static.flickr.com/3224/2831514726_408632591a_o.png ] Then I installed Internet Exlorer using the "Add
2004 Oct 06
2
Favor
Hello: I want to write my thesis about the design and implementation of R, but I have not enough information and that's why I'm looking for the article "Lexical Scope and Statistical Computing" from Gentleman, but I don't want for the moment subscribe me to the American Statistical Association to download the article. Could anyone of you send me that article?? Thanks
2004 Oct 29
3
Samba Add Machine Script
All, Currently we are running Samba 3.0.7 on Solaris 8 and we are experiencing a problem that the user system are not being added automatically with the add machine script: /usr/sbin/useradd -g machines -d /dev/null -s /bin/false %m If we run it manually it works. Any ideas? Thanks, Randy Corral Information Systems Brooks Automation Phoenix, Arizona 602-861-9395 ext. 228 Fax: 602-861-1442
2011 Jan 03
0
RV: Quota ignore subfolders
Please, any help with this issue. Thanks. H?ctor Moreno Blanco. -----Mensaje original----- De: dovecot-bounces+hmoreno=gmv.es at dovecot.org [mailto:dovecot-bounces+hmoreno=gmv.es at dovecot.org] En nombre de H?ctor Moreno Blanco Enviado el: mi?rcoles, 15 de diciembre de 2010 12:48 Para: dovecot at dovecot.org Asunto: [Dovecot] Quota ignore subfolders Hello, We have dovecot 2.0.8 in our
2014 Oct 28
6
duda (URGENTE) R
Hola quisiera saber de que manera puedo generar numeros aleatorios enteros entre 0 y 4, para completar una matriz de un automata celular Muchas gracias Juan Nicolás Corral GómezEstudiante Carrera de EcologíaPontificia Universidad Javeriana [[alternative HTML version deleted]]
2006 Aug 14
1
Big Thanks to Johnny
As a result of following Johnny's handy dandy guide, the postfix/clamav/spamassassin/squirrelmail/dovecot install on one of my new 4.3 boxes was mostly painless. I've been using postfix and keeping in touch with Wietse since 98-ish so I'm quite comfy with postfix, but all this new fangled mail scanning stuff is a bit confusing to an old dog like me. :-) It seems to mostly work,
2016 Mar 09
3
32 bit programs and libraries on a 64 bit architecture
greetings. today i attempted to update update for the nss-util. i selected the x86_64, clicked apply, error message popped up showing a conflict because the i686 was also installed. opened yumex to see what i686 was installed and found a bunch of i686. because system is a dual core 64 bit, i decided to remove all i686 packages, programs first, then lib files. during reboot, thought hit that
2003 Feb 03
2
Mtext and xyplot
Dear all; I wish to create a graphic object combing an xyplot() and an mtext(). My code looks like following, gmv <- { trellis.device("windows", bg="white", width = 7, height = 7) xyplot(Mvol ~ Age | Nl * Th , data = Hft1, prepanel = function(x, y) prepanel.loess(x, y, span = 1), xlab =list(label = "Age (Years)", font = 2),
2010 Feb 27
0
[LLVMdev] another experimental patch for bug 2606
Eek! I'm going to lose track of the threads if you start a new one every time you update the patch. Consider using http://codereview.appspot.com/? On Fri, Feb 26, 2010 at 5:44 PM, Garrison Venn <gvenn.cfe.dev at gmail.com> wrote: > Hey all, > Attached you will find an experimental patch which allows me to play with a > derived JIT class. With this patch > I've alleviated
2010 Feb 27
0
[LLVMdev] another experimental patch for bug 2606
FWIW, I don't like the idea of adding a new JIT class to support linking. I think you can do it without this. On Fri, Feb 26, 2010 at 5:44 PM, Garrison Venn <gvenn.cfe.dev at gmail.com> wrote: > Hey all, > Attached you will find an experimental patch which allows me to play with a > derived JIT class. With this patch > I've alleviated my concerns with forcing cross
2005 Jun 18
1
loess returns different standard errors for identical models (PR#7956)
Full_Name: Benjamin Tyner Version: 2.1.0, 4/18/2005 OS: i686-redhat-linux-gnu Submission from: (NULL) (4.64.8.220) # Just run my.test() below in a newly opened R session. Once too many models have been fit (~20 on my system), the computed standard error jumps to a different value. This is (superficially) due to a different residual sum of squares, not a different one.delta. No other aspect of
2010 Feb 27
4
[LLVMdev] another experimental patch for bug 2606
Hey all, Attached you will find an experimental patch which allows me to play with a derived JIT class. With this patch I've alleviated my concerns with forcing cross module behavior for all users of JIT. However this introduces some new semantics, and kind of circumvents the EngineBuilder API. More important though, I have not addressed any concern about using stub functions in eager
2016 Mar 09
0
32 bit programs and libraries on a 64 bit architecture
On 03/09/2016 10:12 AM, g wrote: > in "closing the gate after the horses have left the corral", i am > asking is what i did good or bad. If you try to run a program and it doesn't run, then removing i686 might have been bad. Wine is definitely one that will pull in a long list of i686 dependencies. Generally what I recommend is this: If you install a package that you
2016 Mar 09
1
32 bit programs and libraries on a 64 bit architecture
On 3/9/2016 1:20 PM, Gordon Messmer wrote: > On 03/09/2016 10:12 AM, g wrote: >> in "closing the gate after the horses have left the corral", i am >> asking is what i did good or bad. > > If you try to run a program and it doesn't run, then removing i686 > might have been bad. Wine is definitely one that will pull in a long > list of i686 dependencies.