similar to: Opening a file in mode "r+" or "r+b"

Displaying 20 results from an estimated 110 matches similar to: "Opening a file in mode "r+" or "r+b""

2003 May 23
1
isSeekable returns F on seekable file
Hi, Seems that on RWin 1.7.0 and 1.6.2 isSeekable returns F on binary files, while seek() works as expected on the same connection - see example below: > con = file(nm, "rb") > isSeekable(con) [1] FALSE > readBin(con, double(), 10) [1] 7.263824e-317 5.968155e-317 2.340685e-317 2.734062e-312 4.088386e-312 4.670335e-317 [7] 6.097545e-317 3.396341e-312 6.615484e-317
2002 Apr 29
1
Garbage collection: RW1041
Have searched through the archives but have been unable to find any related issues - hopefully I'm not bringing up an old topic. Am using RW1041 on a Windows NT on a machine with 1Gb of memory. Have a function doit() that reads in a chunk of data using readBin, performs a regression, saves out coeffs and then returns. When using Rgui with the default memory limit of 256Mb I'm able to
2008 Apr 28
4
Wineserver causing heavy CPU load
I am running Fedora 8 uname -r = 2.6.24.4-64.fc8 on my box with Wine 0.9.58. When I first installed it I noticed that my CPU usage jumped and stayed at 100% with wineserver taking > 85%. I killed the wineserver process and it dropped down, however it soon jumped back up when wineserver restarted itself. I then killed it again and all related processes and disabled it from starting as a damen
2006 Aug 08
1
Call for Beta Testers: R+ (read R plus) for Solaris and Linux:
Code-named R+Team, our commercially supported R group is looking for beta testers for R+ on Solaris and R+ on Linux. We'd love to get your feedback for our R+Professional version that has additional funcationalities for enterprise support. The sooner we get your feedback and inputs, the faster we'll make changes for the final release! To participate in our beta test program, please
2006 Aug 14
0
Call for Beta Testers: R+ (read R plus) for Solaris and L inux:
Note that it's "commercially supported", not just "commercial". Also, "commercial" does not mean "closed source". Open source (and even GPL) and "commercial" need not be mutually exclusive. Remember that the "free" in "free software" is as in "freedom" rather than as in beer (as far as GPL is concern, at least).
2010 Mar 02
1
R / R+ Webminar *** R-PLUS Rocks: Interactive, Comprehensible and Highly Visual. March 12th @ 12PM ET (USA Time)
Welcome to R/ R-PLUS Webminar Series. R-PLUS 3.3 Rocks: Interactive, Comprehensible and Highly Visual. http://www.xlsolutions-corp.com/webminar.asp. March 12th @ 12PM ET (USA Time) Increase your productivity with R-PLUS 3.3 by attending the webminar and learning how to: 1. Interactively clicking your way through your favorite statisticals models without the need of programming. 2. Use
2003 Jan 03
0
lm.fit peak memory usage
Hi, I've been running out of memory while using the lm.fit function - have solved the problem and thought there might be interest in incorporating some of the changes. Looked at the source and changed the following lines storage.mode(x) <- "double" storage.mode(y) <- "double" z <- .Fortran("dqrls", qr = x, n = n, p = p, y = y, ny = ny,
2002 Nov 01
0
File access from within a DLL
Hi, Is there a recommended method using R header files for opening files from within a DLL? I can remember reading something on this topic, but have been unable to find it in any of the recent FAQs or in the help archive. I'm using the C open/lseek/read/close functions with the usual C header files ie #include <stdio.h> #include <math.h> #include <string.h>
2003 Jun 16
1
R 1.7.1 is released
I've rolled up R-1.7.1.tgz a short while ago. This is a patch version mainly fixing up an assortment of issues (see below). Note also that it comes with an updated set of recommended packages, fixing a couple of nasty issues in at least foreign and nlme. You can get it from http://cran.us.r-project.org/src/base/R-1.7.1.tgz or wait for it to be mirrored at a CRAN site nearer to you. Binaries
2003 Jun 16
1
R 1.7.1 is released
I've rolled up R-1.7.1.tgz a short while ago. This is a patch version mainly fixing up an assortment of issues (see below). Note also that it comes with an updated set of recommended packages, fixing a couple of nasty issues in at least foreign and nlme. You can get it from http://cran.us.r-project.org/src/base/R-1.7.1.tgz or wait for it to be mirrored at a CRAN site nearer to you. Binaries
2011 Apr 13
0
R 2.13.0 is released
I've rolled up R-2.13.0.tar.gz a short while ago. This is a development release which contains a number of new features. Also, a number of mostly minor bugs have been fixed (but notice that serious build issues were fixed in 2.12.2). See the full list of changes below. You can get it from http://cran.r-project.org/src/base/R-2/R-2.13.0.tar.gz or wait for it to be mirrored at a CRAN site
2011 Apr 13
0
R 2.13.0 is released
I've rolled up R-2.13.0.tar.gz a short while ago. This is a development release which contains a number of new features. Also, a number of mostly minor bugs have been fixed (but notice that serious build issues were fixed in 2.12.2). See the full list of changes below. You can get it from http://cran.r-project.org/src/base/R-2/R-2.13.0.tar.gz or wait for it to be mirrored at a CRAN site
2011 Apr 07
1
Huib Laurens
Hello, I just created the account HuibLaurens on Centos Wiki. I would like to help contribute with translation to Dutch, I can also help with monitoring the recent changes. -- Regards, Huib "Abigor" Laurens Support Free Knowledge: http://wikimediafoundation.org/wiki/Donate -------------- next part -------------- An HTML attachment was scrubbed... URL:
2011 Mar 14
3
FTP accounts
Hello, I have setup a centos server running 5.5 and I have a problem with the FTP settings. Currently I have two FTP accounts based on that server, they lead to: /home/bella /home/carmen Currently the FPT accounts starts in the home directory when they are logged in. But they are able to see all directories on the server. What can I do to make sure they cant come out of there home directory?
2009 Sep 22
2
75 second (5 x 15) between login request and response
Hello all, It takes about 75 seconds before Samba answers a login request from a WinXP SP3 client. After the delay the client connects successfully and can browse the share. The delay seems to be made up off 5 separate delays of 15 seconds each judging by the debug logs. The delay seems to be caused by a configuration issue with the LDAP password backend, but I can't figure out what the
2019 Nov 26
2
ssl_min_protocol = TLSv1.3 does not work
Hi all, I'm trying to set up my server with support for TLS 1.3 only, but that does not seem to be supported. First off, TLS 1.3 itself does work fine, so it's not the config or ssl library, and 1.3-only works fine with Postfix. The problem is only in disabling TLS 1.2 for Dovecot. On connection, I'm getting an error that 1.3 is an "Unknown ssl_min_protocol setting". Reading
2009 Oct 22
11
UFT8 String looks great in MySql, garbage in browser
Hi, I have some seed data in MySql which contains non-ASCII characters (as you''d imagine as these are worldwide placenames that I''m storing). In MySql on the command line they look great, they''re all formatted perfectly, including Arabic and Chinese characters and they look great. However, when I ask my Rails model for one of these fields, and render that in the
2006 May 26
2
Try to debbug R script
Hi, I have a bug and I don't find it. Can u help me please. In attachement : - My script file : CPU_study.txt - My data sample file : a.txt When I use it, the error message is : > source("H:/R/_workspace/CPU_study_1.R") Erreur dans "[<-"(`*tmp*`, i, k, value = numeric(0)) : rien ? remplacer (= error in ... nothing to replace) I try a lot of thing but it
2002 Sep 03
2
cannot kill smbd processes
Hi there, A customer of me still uses Samba 2.0.2 and it did work until know. At the moment we are not able to stop the smbd processes and it is very hard to gain access to the samba shares (only one user managed) even when we do a "kill -9 " (noot recommended) the smbd processes are available. Does anybody have an idea how to solve this ? Met vriendelijke groet, Laurens Wagemakers
2002 Aug 09
3
Dead Gateway Detection
Hi, I have a linux box loaded with RH7.1, 3 ethernet with load balance on 2 ISP. In theory, if one router stop to work (I have turn off for this try), the Dead Gateway Detection, would re-instradate alla traffic on other link. This not work...someone have more experience on this? Giorgio Biondi