Displaying 20 results from an estimated 2000 matches similar to: "[PATCH] support ruby in the xapian-bindings rpm spec"
2009 Sep 11
0
rhel5 rpms
Hi All,
If there is interest, I'd be happy to make my rhel5 rpms available for
others. I currently have x86, but I could whip up x86_64 too if it
would help.
Thanks
-Ben
--
Ben Walton
Systems Programmer - CHASS
University of Toronto
C:416.407.5610 | W:416.978.4302
GPG Key Id: 8E89F6D2; Key Server: pgp.mit.edu
Contact me to arrange for a CAcert assurance meeting.
-------------- next part
2009 Sep 30
1
How to calculate KMO?
Hi All,
How do i calculate KMO for a dataset?
*Dataset:---------------------*
m1 m2 m3 m4 m5 m6 m7 m8
1 2 20 20 2 1 4 14 12
2 9 16 3 5 2 5 5 15
3 18 18 18 13 17 9 2 4
4 7 7 2 12 2 11 11 11
5 7 8 5 19 5 2 20 18
6 7 4 7 4 7 9 3 3
7 5 5 5 12 5 13 13 12
8 6 6 4 3 5 17 17 16
9 12 12 4 2 4 4 14 14
10 5 14
2005 Dec 07
1
KMO sampling adequacy and SPSS -- partial solution
Dear colleagues,
I've been searching for information on the Kaiser-Meyer-Olkin (KMO)
Measure of Sampling Adequacy (MSA). This statistic is generated in
SPSS and is often used to determine if a dataset is "appropriate" for
factor analysis -- it's true utility seems quite low, but it seems to
come up in stats classes a lot. It did in mine, and a glance through
the R-help
2005 Apr 25
1
NT_STATUS_UNSUCCESSFUL message-- were to look?
Hi folks,
I'm trying to access a shared printer on a windows machine. The
windows box (call it "Doze") is located behind a router/printserver,
and is set up thus:
-DOZE connects to the printer via the printserver using the PRTMATE
port, and then shares the printer via smb -- workgroup CHASS, server
name HIS-FACLAB, printer name his-fac-lex
-Router forwards all incoming connections
2006 Sep 12
1
Kendall's tau-c
Hello,
I can't find a package which calculates Kendall's tau-c. There is the
package Kendall, but it only calcuates Kendall's tau-b.
Here is the example from
ttp://www2.chass.ncsu.edu/garson/pa765/assocordinal.htm.
cityriots <- data.frame(citysize=c(1,1,2,2,3,3),
riotsize=c(1,2,1,2,1,2), weight=c(4,2,2,3,0,4))
cityriots <- data.frame(lapply(cityriots,function(x)
2009 Jul 31
1
Tests for Two Independent Samples
Dear R users,
I have got two samples:
sample A with observation of 223:
sample A has five categories: 1,2,3,4,5 (I use the numer 1,2,3,4,5 to
define the five differen categories)
there are 5 observations in category 1; 81 observations in category 2;110
observations in category 3;
27 observations in category 4; 0 observations in category 5;
To present the sample in R: a<-rep(1:5,
2007 Apr 17
3
rhel5 rpm spec mods
Hi All,
I'm in the process of building an rpm for rhel5 (client currently).
This has required modification of the spec file. When I've completed
the process, I'd like to submit the changes to save others doing the
same work. Is this the appropriate place to submit a patch with those
changes?
Thanks
-Ben
--
Ben Walton
Systems Programmer
Office of Planning & IT
Faculty of Arts
2006 Mar 27
0
sudden intermittent (but predictable) logon & connection failures
Hi List,
This one has me completely stumped. I hope that someone out there can
help.
Setup: 1 PDC (Samba 3.0.10-1.4E.2 from redhat as 4) also doing WINS. [I
know there's an update, but it doesn't help. I'm trying to keep as many
variables static for troubleshooting as possible.]
On March 8, my server rebooted mysteriously overnight (the only info I
have is from the BMC, which
2003 Sep 23
0
ANOVA(L, Terms...)
Hi There
I have a lm object with 4 parameters and I want to test wether 2 parameters
are equal using a Wald test (basically b1=b2 or b1-b2 =0). In the help file
from R it says that under ANOVA the optional arguments " Terms" or "L" test
whether a linear combination is equal to 0. I tried;
>anova(m1, Terms = Beta1-Beta2=0) but I get the error:
Object " Beta1"
2004 May 11
0
Re: [Xapian-commits] Changes in xapian/xapian-bindings/ xapian/xapian-bindings/guile/ xapian/xapian-bindings/php4/ xapian/xapian-bindings/python/ xapian/xapian-bindings/tcl8/
On Tue, May 11, 2004 at 06:11:36PM +0100, Richard Boulton wrote:
> "xapian-config --cxxflags" assumes that it doesn't need to emit
> -I/usr/include in this situation (presumably on the basis that
> any sane C compiler will already have that on its path).
Worse, passing -I/usr/include causes problems with some versions of GCC
on some platforms as GCC generates
2004 Oct 22
1
Re: [Xapian-commits] Changes in xapian/xapian-bindings/ xapian/xapian-bindings/python/docs/
On Thu, Oct 21, 2004 at 05:45:42PM +0100, Olly Betts wrote:
> Log message:
> python/docs/bindings.html: Remove documentation explicitly saying
> how we wrap Xapian::QueryParser and Xapian::Stem since we wrap them
> exactly as we wrap everything else we don't mention! Also mention
> simpleexpand example.
The point of this comment was to highlight that they exist within the
2007 Apr 11
1
Re: [Xapian-commits] 8181: trunk/xapian-bindings/ trunk/xapian-bindings/python/
On Wed, Apr 11, 2007 at 10:31:39AM +0100, richard wrote:
> python/smoketest.py: Replace cut-and-pasted test checking code
> with functions, to simplify tests.
It might be simpler, but mostly because functionality has gone - you've
thrown away all my carefully written failure messages!
Now if a test fails, the message is very generic and you have to read
the code to find out what's
2004 May 11
0
Re: [Xapian-commits] Changes in xapian/xapian-bindings/
On Tue, May 11, 2004 at 08:11:23PM +0100, Richard Boulton wrote:
> Also, change tests for non-zeroness of interpreter paths to tests
> for existence and executability of interpreter paths: this is
> relevant if configure is passed an interpreter path by the user
> which doesn't exist (as my debian packaging makefile just did).
A problem is that "test -x"
2007 Apr 12
1
Re: [Xapian-commits] 8203: trunk/xapian-bindings/
On Thu, Apr 12, 2007 at 05:57:27PM +0100, richard wrote:
> xapian.i: Parse the visibility support header file, so we don't
> get errors when we %include other xapian headers. Fixes error
> reported by python/except.i, which has a line saying
> %include "xapian/error.h"
That part is easy enough, but does "make check" now pass for you? My
build is failing to
2016 Jan 09
3
LGPL relicense port of rsync
...
> Getting the approval for a relicensing I think the contributions to
> rsync have to be analyzed in detail to approach a reasonable number of
> contributors.
>
> I experienced that finding a responsible person that is willing to
> discuss such a case in an organization that contributed source code is
> nearly impossible.
>
> Looking at the source code (my short
2016 Mar 26
0
PHP bindings fail on Ubuntu for xapian-bindings-1.2.21
On Sat, Mar 26, 2016 at 04:51:35PM -0500, Yannick Warnier wrote:
> On an Ubuntu 15.10, following the docs at
> https://trac.xapian.org/wiki/FAQ/PHP%20Bindings%20Package
>
> When
>
> running debuild -e PHP_VERSIONS=5 -us -uc
>
> I get (sorry for the French):
>
>
> "
> dpkg-buildpackage -rfakeroot -D -us -uc
> dpkg-buildpackage: paquet source
2015 Jun 19
1
REPLY: make check xapian-bindings-1.2.21 & Search-Xapian-1.2.21.0
Dear Olly Betts,
I think the tests for the perl module Search-Xapian-1.2.21.0 might be fewer in number than the perl tests included with xapian-bindings-1.2.21. If some of the tests have similar but modified content I do not know. I am not so skilled as to interpret the compared test results.
If you want to suggest a paired earlier version of Xapian to a specific xapian.bindings version,
I might
2007 Aug 13
0
[BUG] migration problem
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
first of all, thank you for a great project i really enjoy!
ok, now here comes the bug report...
i''m trying to test xen migration capabilities, with xen-3.1, hand
compilled, fetched from mercurial repository.
my setup looks like this - x86_64 dom0, x86_32p dom0, x86_32p domU.
when trying to migrate from 64 to 32 bit dom0 i''m
2016 Jan 23
0
LGPL relicense port of rsync
Hi,
from my point of view:
On Sat, 9 Jan 2016 14:48:09 +0100
Per Lundqvist <perlundq at gmail.com> wrote:
> ...
> > Getting the approval for a relicensing I think the contributions to
> > rsync have to be analyzed in detail to approach a reasonable number of
> > contributors.
> >
> > I experienced that finding a responsible person that is willing to
>
2016 Mar 26
0
PHP bindings fail on Ubuntu for xapian-bindings-1.2.21
Le 26/03/16 18:44, Yannick Warnier a ?crit :
> Le 26/03/16 18:04, Olly Betts a ?crit :
>> On Sat, Mar 26, 2016 at 04:51:35PM -0500, Yannick Warnier wrote:
>>> On an Ubuntu 15.10, following the docs at
>>> https://trac.xapian.org/wiki/FAQ/PHP%20Bindings%20Package
>>>
>>> When
>>>
>>> running debuild -e PHP_VERSIONS=5 -us -uc