Displaying 20 results from an estimated 10000 matches similar to: "open-folder limit"
2007 Mar 09
4
mail archive
I'd like to download a complete mail archive so that I can browse
for problems concerning Mulberry. Is this possible, or can I only
get them in monthly gulps?
Cheers,
Terry.
--
2019 May 29
3
Making a package CITATION file from BibTeX
Dear Colleagues,
I would like to provide a CITATION file for my package nat.nblast [1].
I have the correct citation in BibTeX format [2]. How can I convert this
BibTeX to the format needed by R for a package CITATION file (I have a
lot of other packages needing citations ...).
I think what I need is the opposite of RefManageR::toBiblatex [3]. This
seems like it should be a common need, so I
2014 Nov 10
1
subscripting a data.frame (without changing row order) changes internal row.names
Dear R-devel,
Can anyone help me to understand this? It seems that subscripting the
rows of a data.frame without actually changing their order, somehow
changes an internal representation of row.names that is revealed by e.g.
dput/dump/serialize
I have read the docs and inspected the (R) code for data.frame,
rownames, row.names and dput without enlightenment.
df=data.frame(a=1:10, b=1)
2011 Dec 06
1
Read Windows BMP format images
Hello,
Does anyone know of an R package that can read Windows BMP format images? Many thanks,
Greg Jefferis.
--
Gregory Jefferis, PhD
Division of Neurobiology
MRC Laboratory of Molecular Biology,
Hills Road,
Cambridge, CB2 0QH, UK.
http://www2.mrc-lmb.cam.ac.uk/group-leaders/h-to-m/g-jefferis
2007 Mar 12
2
imap + unmounted home disk
dovecot 0.99 still (RHEL4), I'm sorry to say.
The config is for mbox's to live on the user's home disk.
If the user tries to make an imap connection when
his home disk is unmounted, various permission denied
messages are logged, as expected, but then the imap
process seems to hang around instead of aborting.
The result is that eventually the imap process
limit is reached, and even
2007 Aug 28
1
substituting elements in vector according to sample(unique(vector))
Hello!
Assuming I have a vector, such as
v <- c(1,2,1,2,3,3,1)
This vector has three unique elements: 1, 2, and 3.
> unique(v)
[1] 1 2 3
If I shuffle this vector of unique elements, I get something like this:
> sample(unique(v))
[1] 3 2 1
In the vector v I started with, I would now like to replace each element in
unique(v) with the corresponding element (i.e. the element with the
2007 Mar 28
1
ext3 usage guidance
Is there a document anywhere offering guidance on the optimum
use of ext3 filesystems? Googling shows nothing useful and the
Linux ext3 FAQ is not very forthcoming.
I'm particularly interested in:
1. The effect on performance of large numbers of (generally) small files
One of my ext3 filesystems has 750K files on a 36GB disk, and
backup with tar takes forever. Even 'find /fs -type
2006 Nov 27
1
shared folder
The dovecot wiki says:
The only way to implement shared folders with Dovecot 0.99.x is to
create a "shared userid" which all of the users log in to read mail.
Does this mean that folders owned by that shared uid can be
*simultaneously* manipulated by multiple users logged in to
that shared uid?
This doesnt seem to be the case on my dovecot-0.99.11-4.EL4
system, and before
2006 Sep 25
3
support for UW-style mbox
Hi,
The dovecot docs say that support for the automatic appending
of /var/spool/mail to a ~user/mbox (as is done by UW-IMAP) may
be implemented in the near future. Is this still the case?
And if so, is it far off?
Cheers,
Terry.
2010 Jan 25
1
App requires InstallShield
Hi,
I'm trying to run an app under wine-1.1.14, but it seems to need the
InstallShield Wizard, and wont start. How do I proceed?
Cheers,
Terry
2007 Feb 09
1
selective logging
>From the wiki:
log_path =
Use this logfile instead of syslog(). /dev/stderr can be used if you want to use stderr for logging (ONLY /dev/stderr - otherwise it is closed).
(I dont understand the above references to the use of stderr)
info_log_path =
For informational messages, use this logfile instead of the default
(What exactly is an informational message, and what is the
2007 Feb 05
1
URGENT: specify mailboc location
Is there a way I can tell dovecot to only use the .subscriptions
file, if it exists, as the source of mailfolder paths, rather than
have it look at every file in a user's directory to see if it's a
mail folder?
I'm on RHEL4, still on dovecot dovecot-0.99.11
Thanks,
Terry.
2004 Oct 12
1
Problems with samba shares locking in w2k ADS environment.
Greetings,
I have a Gentoo Linux machine running samba 3.0.7-r2
It's a member of a win2k ADS domain...all that seems to be working fine.
Problem:
When I share a directory on the Samba machine ADS members can see it,
browse it, and even create directories and small text files. However,
if I try to drop anything large or binary, it lock up the win2k client
for about 2 minutes then resets.
2012 Sep 04
3
Comparing Von Bertalanffy Growth Curves
I am trying to compare Vbert growth curves from several years of fish data. I am following the code provided by: http://www.ncfaculty.net/dogle/fishR/gnrlex/VonBertalanffy/VonBertalanffy.pdf. Specifically the section on VBGM Comparisons between groups.
?
This code is pretty cut and dry. I am able to run it perfectly with the "fake" data that is provided. But when I run it with my own
2002 Jun 27
7
causing LMB elections
I've been running samba servers with 200+ W98 machines for
some time. I'm changing to W2k and everything was going fine.
I've upgraded 40 boxes. One W2k box has started announcing itself
as a local master browser for one of the workgroups. A samba
server thinks it is master, forcing election. Samba will stop
being the LMB for about 3 minutes and then will re-establish
itself as
2003 Oct 09
1
Understanding the role of DMB/LMB on a net that has a WINS server
If I have a client that wants to enumerate and access shares on a
subnet, and that client knows the IP of the WINS server, is there any
need for the client to use the "browsing" services of a DMB or LMB?
What is the order of operations of the client? Here is what I imagine
to be the case:
1. client asks LMB for a list of all available shares
2. LMB sends client the list of all known
2002 Jul 12
3
how many linux boxes do I need????
Hello,
please dont come and say one instead of every windows
machine in your network, although it is something I
would like to see happening..
my network has two lans A and B, I plan to install a
SAMBA server in network A and have it act as a WINS
Server too.
I've been reading the online version of "Using Samba"
and I am confused about the Local Master Browser
issues, from the
2000 Apr 21
1
SAMBA Browse Lists Sync DMB and LMB
Hello !
I have a problem of syncing browse lists between
DMB and LMB.
The topology of ours network is as follows:
Linux Network
comma(Linux, DMB, WINS) vol(Linux) door(Linux, LMB)
| | | | | | |
| | --------------(195.226.226.16/28)------ | |
| | | |
| --(local net
2005 Oct 27
1
Netbios over more then one protocol
Hi,
i'm reading:
samba-3.0.20a/docs/htmldocs/Samba3-HOWTO/NetworkBrowsing.html#id2564441
... The election process is /fought out, so to speak/ over every NetBIOS
network interface. In the case of a Windows 9x/Me machine that has both
TCP/IP and IPX installed and has NetBIOS enabled over both protocols,
the election will be decided over both protocols. As often happens, if
the Windows 9x/Me
2003 Apr 02
8
lm with an arbitrary number of terms
Hello folks,
Any ideas how to do this?
data.frame is a data frame with column names "x1",...,"xn"
y is a response variable of length dim(data.frame)[1]
I want to write a function
function(y, data.frame){
lm(y~x1+...+xn)
}
This would be easy if n was always the same.
If n is arbitrary how could I feed the x1+...+xn terms into lm(response~terms)?
Thanks
Richard
--
Dr.