Displaying 20 results from an estimated 21 matches for "botanics".
Did you mean:
botanicus
2003 Aug 21
0
Reposted: Samba PDC + WinXP = problems fetching
On Aug,21 Dendik wrote:
Hi, everybody!
I have 20 WinXP client machines and a sever running
Samba (first try was with 2.2.8, now it's 3.0.0rc1).
If it matters to someone (for statistics, fun or for
understanding the problem), i use Slackware 9.0 Linux,
kernel 2.4.20 on server (and clients are XPpro/SP1,
buld 2600 as far as i remember). I almost had no
problems configuring samba for browsing
2003 Aug 21
0
Réf. : Reposted: Samba PDC + WinXP = problems fetching
I think that is a oplock problem in the profile path.
see oplock in smb.conf manual
-----------------------------------
St?phane PURNELLE stephane.purnelle@corman.be
Service Informatique Corman S.A. Tel : 00 32 087/342467
2013 Jul 26
0
[LLVMdev] Botan and Android
Hi Jack,
I'm almost there with Android..... I've actually got the static and
dynamic libraries built. I'm choking on the test suite.
Do you want to take a shot at working around Android and [embedded,
lame] STLport?
I would try removing the call to rend() in std::map<_Key, _Tp,
_Compare, _Alloc>::rend(). But I really should not modify program
code. Fiddling with a Makefile is
2013 Sep 30
2
climstats
I have been trying to download the climstats package:
https://r-forge.r-project.org/R/?group_id=861
but it doesn't seem to run on R 3.0.2 or 3.0.1 and the zipfile is empty.
Does anyone know the status of this package or where I can download it.
Thanks
******************
Jenny Williams
Spatial Information Scientist, GIS Unit
Herbarium, Library, Art & Archives Directorate
Royal Botanic
2003 Feb 19
4
Help in separate window under X11
Dear R users,
Is there the possibitily in R under X11 to get (after typing help(...)
command) separate help window, as it is in Windows version?
Best wishes,
=================================
Dr. Alexey B. Shipunov
Section of Molecular Systematics
Jodrell Laboratory
Royal Botanic Gardens, Kew,
Richmond, Surrey, TW9 3DS, U.K.
e-mail: a.shipunov at rbgkew.org.uk
2008 Oct 04
1
PAM authentication problems
Hi all!
I`m using dovecot for a while with no problems.
Some days ago it started to delay the authentication until the timeout.
syslog...
Oct 3 09:00:10 coan dovecot: auth(default):
pam(rodrigo.botan,121.120.119.179): pipe() failed: Too many open files
Oct 3 09:00:11 coan dovecot: auth(default): pam(katia,121.120.200.97):
pipe() failed: Too many open files
Oct 3 09:00:11 coan dovecot:
2003 Aug 20
12
Samba PDC + WinXP = problems fetching remote profiles
Hi, everybody!
I have 20 WinXP client machines and a sever running
Samba (first try was with 2.2.8, now it's 3.0.0rc1).
If it matters to someone (for statistics, fun or for
understanding the problem), i use Slackware 9.0 Linux,
kernel 2.4.20 on server (and clients are XPpro/SP1,
buld 2600 as far as i remember). I almost had no
problems configuring samba for browsing and fortunately
i
2003 Nov 11
4
A co-occurrence matrix
Dear R experts,
I have a matrix (from some sort of
classification) like this:
object group
[1,] 1 1
[2,] 2 2
[3,] 3 1
[4,] 4 1
[5,] 5 3
And I need something like this:
[,1] [,2] [,3] [,4] [,5]
[1,] 1 0 1 1 0
[2,] 0 1 0 0 0
[3,] 1 0 1 1 0
[4,] 1 0 1 1 0
[5,] 0 0 0 0 1
where all
2013 Jan 22
2
SNPRelate package error
Dear,
I am using the R package SNPRelate but I found an error when I run the
following command. Do you know what might be the problem? Thanks in
advance.
> vcf.fn <- system.file("extdata","str.vcf",package="SNPRelate")
> snpgdsVCF2GDS(vcf.fn,"test.gds")
Start snpgdsVCF2GDS ...
Extracting bi-allelic and polymorhpic SNPs.
2009 Mar 27
1
using pagination to group pages by attribute value
...el associations (pardon my butchering of rails)
-
Faculty has_many :courses
Course belongs_to :faculty
I want to paginate courses based on the name of the faculty they belong
to.
The paging may look something like this (instead of page numbers):
# in the actual view
<< prev Archeology Botanics ... |Math| ... Zoology next >>
# listing all courses of current page
I''d appreciate help on how to accomplish that. I know will_paginate does
numbering, but I couldn''t figure out if it can do the above.
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~-...
2008 Apr 29
2
how to find the minimum
Dear friends:
I am a new R user, and not very good at statistics and maths
I find it difficult to find the minimum of this item:
((p*(b-1)-1)*(p+1)^(b-1)+1)/p^2
It seems that the method optim can find the minimum. I tried several
times , but R constanly tells that " failure to find b or p"
Would you please give some suggestions?
Thanks in advance.
Best
2008 May 19
3
Rank Values in a Matrix
Dear All,
a short and maybe simple question:
I have to rank all values in a matrix from 0 to X,
[1] [2] [3] [4]
[1] 0.1 2 0 3
[2] 50 3 3 1
[3] 100 1 1 0
[4] 100 2 2 0
0->0
0.1->1
2->2
3->3
50->4
100->5 (X=5)
is there any function for this? i have looked in several packages
(vegan, labdsv etc.) because I am working with species by site tables,
2007 Dec 07
1
paradox about the degree of freedom in a logistic regression model
Dear all:
"predict.glm" provides an example to perform logistic regression when the
response variable is a tow-columned matrix. I find some paradox about the
degree of freedom .
> summary(budworm.lg)
Call:
glm(formula = SF ~ sex * ldose, family = binomial)
Deviance Residuals:
Min 1Q Median 3Q Max
-1.39849 -0.32094 -0.07592 0.38220 1.10375
2007 Dec 06
1
logistic regression using "glm",which "y" is set to be "1"
Dear friends :
using the "glm" function and setting family=binomial, I got a list of
coefficients.
The coefficients reflect the effects of predicted variables on the
probability of the response to be "1".
My response variable consists of "A" and "D" . I don't know which level of
the response was set to be 1.
is the first element of the response set
2006 Nov 06
1
Assembly md4 algorithum.
Would the asm md4 implementation used by Shareaza (under the GNU GPL) be appropreate to use in order to accelerate rsync?
http://shareaza.svn.sourceforge.net/viewvc/shareaza/trunk/shareaza/asm/MD4_asm.asm?view=log
http://sourceforge.net/projects/shareaza/
2008 Mar 23
3
newbie install question
I have an ASUS eePC with the default linux installation (Xandros I believe). I would like to install wine to run a custom application. However, I can not figure out which version of wine to download. Will any of them work? If not which one should I use?
Thanks for any and all help.
2006 Nov 20
1
Proportional data with categorical explanatory variables
Ein eingebundener Text mit undefiniertem Zeichensatz wurde abgetrennt.
Name: nicht verf?gbar
URL: https://stat.ethz.ch/pipermail/r-help/attachments/20061120/73240e63/attachment.pl
2007 Dec 11
2
the observed "log odds" in logistic regression
Dear list:
After reading the following two links:
http://luna.cas.usf.edu/~mbrannic/files/regression/Logistic.html
http://www.tufts.edu/~gdallal/logistic.htm
I've known the mathematical basis for logistic regression.However I am
still not so sure about the "logit "
For a categorical independent variable, It is easy to understand the
procedures how "log
2006 Jul 07
1
Newbie questions?
I have the book, "The Official Samba-3 Howto and Reference Guide" and
I'm trying to get 3.0.22 running on Aix 5.2. All I want to do is setup
some file sharing at the moment and map a drive from an XP pc to a
directory on Aix. We have a Windows domain setup, the domain name is
mobot.org. The Aix server is named mobot. I've been searching through
the archives for
2008 May 06
1
Markdown Extra Specification (First Draft)
It took much more time than I expected, and it is currently less
complete than I have hoped, but I've finaly made a first draft of the
Markdown Extra spec. You can find it at <http://michelf.com/specs/markdown-extra/
>
Currently, the specification defines its goals and a document model
for Markdown Extra. It lacks the most important part though: the
parsing section, which