Displaying 20 results from an estimated 8000 matches similar to: "Multiple interfaces on single subnet?"
1999 Jul 21
0
smbtar rproblem Help Requested.
Greetings,
I have been depending on smbtar to do a network snapshot at night of some files
that are often requested to be restored for various reasons, however I have a
tar file created with smbtar that when I try to do a tar -tf thetarfile.tar I
get the message tar: Skipping to next file header after only listing part of
the files.
The tar file appears to be about the correct size but I can not
1999 Oct 26
1
Samba running but stops working? Then no work after restart?
Greetings,
I have a FreeBSD 3.1 and Samba 2.0.5a box doing domain logons and file sharing
to about 250+ desktops and upgraded about 21 days ago I have
encountered something very interesting. Win9x boxes can no longer login. So ,
I examine the problem and it appears that things are ok but none of the things
samba is supposed to be doing is happening. Again this box serves many
operations on
1999 Dec 17
0
rereading the smb.conf file?
Greetings,
Is the correct way to have the smbd and nmbd to reload a changed smb.conf
somthing like the below script?
#!/bin/sh
smbspool=/var/spool/samba
pidfiledir=/var/run
smbd=/usr/local/sbin/smbd
nmbd=/usr/local/sbin/nmbd
kill -s SIGHUP `cat $pidfiledir/smbd.pid`
kill -s SIGHUP `cat $pidfiledir/nmbd.pid`
Would this cause any side effects?
Thanks and thoughts welcome!
--
Richard
1999 Jun 30
1
New packages (tcl/tk <-> R glue + Visual Tcl)
[Reposted by R-announce-owner because of R-announce protection.
Guido is subscribed under a different E-mail..]
I have made available in the 'Contributed R code | Devel' section of CRAN
(in this moment only at Wien) two new packages:
'tcltk': this package let to create and use tcl/tk interpreters
from R. The tcl interpreters have an additional command
1999 Jun 30
1
New packages (tcl/tk <-> R glue + Visual Tcl)
[Reposted by R-announce-owner because of R-announce protection.
Guido is subscribed under a different E-mail..]
I have made available in the 'Contributed R code | Devel' section of CRAN
(in this moment only at Wien) two new packages:
'tcltk': this package let to create and use tcl/tk interpreters
from R. The tcl interpreters have an additional command
2003 Jun 20
1
Bug?
Hi,
Been using Dovecot for a few weeks now, must say it's very good.. I've
been looking for a 'drop in' replacement for UWImap for ages! :)
but just recently It's been giving me a few problem, I haven't tracked
down exactly what causes the problem yet (I'm using Apple Mail on OS X
10.2.6) but after a good mail session it keep trying to log in over and
over again..
2019 May 29
0
Making a package CITATION file from BibTeX
On Thu, 30 May 2019, Dr Gregory Jefferis wrote:
> 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 ...).
(1) You can use read.bib() from the
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
1999 Oct 28
0
AW: SAMBA digest 2286
Hey, digest 2286 incomplete, only first 3 topics contained. Can I get a new
copy ?
Thanks,
Hans-Joerg Glock
> -----Urspr?ngliche Nachricht-----
> Von: samba@samba.org [SMTP:samba@samba.org]
> Gesendet am: Mittwoch, 27. Oktober 1999 22:12
> An: Multiple recipients of list SAMBA
> Betreff: SAMBA digest 2286
>
> SAMBA Digest 2286
>
> For information on
2013 May 20
0
Neural network: Amore adaptative vs batch why the results are so different?
I am using the iris example came with nnet package to test AMORE. I can see
the outcomes are similar to nnet with adaptative gradient descent. However,
when I changed the method in the newff to the batch gradient descent, even
by setting the epoch numbers very large, I still found all the iris
expected class=2 being classified as class=3. In addition, all those
records in the outcomes (y) are the
2007 Nov 14
0
Help about nnet library
Hello,
First of all I am french, so please forgive me, if there are some big
language mistakes in my sentences.
I think, it is the good mail address to send my question, if not please
tell me and forgive me.
I am working on a project, and I use the nnet library. Our customers do
not want us to install R on their machine, so we just use R for making
the training of our neurons network. This
2007 Nov 14
0
Help about nnet library
Hello,
First of all I am french, so please forgive me, if there are some big
language mistakes in my sentences.
I do not know if it is the good mail address to send my question, if not
please tell me and forgive me, I have also sent this quetion to r-help,
because the answer could be known from the programmers and the other R
users :).
I am working on a project, and I use the nnet library.
2012 Jun 16
2
Adding title to colorkey
A recent paper on visualisation (in Neuron, a leading neuroscience
journal) surveyed how well previous articles in this journal labelled their
graphs (e.g. axis labelling and describing their error bars). Of
particular interest is that (only) 40% of plots labelled what their
colorkey was showing (variable and units).
The paper is at http://dx.doi.org/10.1016/j.neuron.2012.05.001
R is not yet
1999 Dec 19
3
CRAN src/contrib/Devel
The `src/contrib/Devel' dir contains
*bats*
Basic time series modelling functions.
*dopt*
Finding D-optimal experimental designs.
*tcltk*
Basic interface with Tcl/Tk.
*timeslab*
Time series routines.
*vtcl*
Interface to Visual Tcl.
which have all been there for a long time.
What is the current status, is any of the above getting ready for being
moved into
2020 Oct 12
0
Fwd: Help using the exclude option in the neuralnet package
Dear all,
the exclude and constant.weights options are used as follows:
exclude: A matrix with n rows and 3 columns will exclude n weights. The the first column refers to the layer, the second column to the input neuron and the third column to the output neuron of the weight.
constant.weights: A vector specifying the values of the weights that are excluded from the training process and treated
2009 Jul 23
1
Activation Functions in Package Neural
Hi,
I am trying to build a VERY basic neural network as a practice before
hopefully increasing my scope. To do so, I have been using package "neural"
and the MLP related functions (mlp and mlptrain) within that package.
So far, I have created a basic network, but I have been unable to change the
default activation function. If someone has a suggestion, please advise.
The goal of the
2008 Jan 20
2
cant find libGL.so with wine 0.9.52
Hi group and moderator L. Rahyen
I've run into a small problem with the current release. I can do the
initial load of VirtualDubMod (I've always used wine for it) but when I
try to have it read a file the startup window starts screaming for about
800 lines it can't find libGL.so then gives up and GPF's on me.
But I have the 32 bit version of the Mesa libraries installed at
2020 Oct 14
0
R-help Digest, Vol 212, Issue 12
Dear Frauke,
Thank you very much for taking the time to respond.
You explanation was very helpful, and I now have that part figured out!
Best Wishes,
Dan
Frauke
Message: 3
Date: Mon, 12 Oct 2020 08:33:44 +0200 (CEST)
From: =?UTF-8?Q?Frauke_G=C3=BCnther?= <guenther at leibniz-bips.de>
To: "r-help at r-project.org" <r-help at r-project.org>
Cc: William Michels <wjm1
2008 Sep 10
0
STAR (Spike Train Analysis with R) uploaded on CRAN
Hi all,
I've uploaded STAR (Spike Train Analysis with R) on CRAN two days ago.
The package is designed to analyze neuronal spike (action potential)
trains. It uses S3 classes and methods and makes heavy use of other
CRAN packages like gss, R2HTML, mgcv, survival.
* Analysis of both spontaneous and stimulus evoked activity is
implemented for single neuron spike trains as well as for many
2008 Sep 10
0
STAR (Spike Train Analysis with R) uploaded on CRAN
Hi all,
I've uploaded STAR (Spike Train Analysis with R) on CRAN two days ago.
The package is designed to analyze neuronal spike (action potential)
trains. It uses S3 classes and methods and makes heavy use of other
CRAN packages like gss, R2HTML, mgcv, survival.
* Analysis of both spontaneous and stimulus evoked activity is
implemented for single neuron spike trains as well as for many