Displaying 20 results from an estimated 10000 matches similar to: "extracting entire mail archive"
2010 Sep 28
4
Mailman - searchable archive
Mailman works well for our mailing lists, but the archive is
unacceptable - the worst thing is lack of search function.
I got one tip for this:
1) emails converted to html format with mhonarc
2) search can be done with htdig
Opinions? Maybe there are better software solutions for this - I hope.
- Jussi
--
Jussi Hirvi * Green Spot
Topeliuksenkatu 15 C * 00250 Helsinki * Finland
Tel. +358 9
2011 Jan 26
2
Extracting the terms from an rpart object
Hello all,
I wish to extract the terms from an rpart object.
Specifically, I would like to be able to know what is the response variable
(so I could do some manipulation on it).
But in general, such a method for rpart will also need to handle a "." case
(see fit2)
Here are two simple examples:
fit1 <- rpart(Kyphosis ~ Age + Number + Start, data=kyphosis)
fit1$call
fit2 <-
2006 Mar 29
1
htdig with omega for multiple URLs (websites)
Olly,
many thanks for suggesting htdig, you saved me a lot of time.
Htdig looks better than my original idea - wget, you were right.
Using htdig, I can crawl and search single website - but I need to
integrate search of pages spread over 100+ sites. Learning, learning....
Htdig uses separate document database for every website (one database
per URL to initiate crawling). Htdig also can merge
2006 Mar 17
1
omega crawler: ht://dig or wget?
At wiki page: http://wiki.xapian.org/Omega
I added a comment that ht://Dig looks like dead.
Does anybody really use it?
>From brief glance at docs I had a feeling it is not easy to configure.
Maybe better crawler is GNU wget? Mature, stable, maintained?
--
Peter Masiar
2004 Nov 30
5
RE: [Shorewall-devel] SFTP
On Tue, 2004-11-30 at 12:17 +0700, Matthew Hodgett wrote:
>
> As for the 169.254 issue I tried to search the archives but got nothing.
> I then tried to search on generic words, nothing. I then tried some
> really common words like ''help'', ''initiated'', ''masq'' - nothing. I think
> the index might be corrupt because I get no
2006 Apr 11
3
Robust Search Solution (with CentOS 4.3)
I've got about 10,000 docs I'd like to devise a
search/index for. I found a perl script called
Perlfect that can do that on an old P3 but at the
astronomical time of 7 hours. Another script(cgi/perl)
at hotscripts can do the same but allows the "rm -rf
/" exploit. DoH!?
Is there anything perl/flatfile that can search/index
faster? This is a nice job for an aging P3 in the
2012 May 15
2
rpart - predict terminal nodes for new observations
Dear useRs:
Is there a way I could predict the terminal node associated with a new data
entry in an rpart environment? In the example below, if I had a new data
entry with an AM of 5, I would like to link it to the terminal node 2. My
searches led to http://tolstoy.newcastle.edu.au/R/e4/help/08/07/17702.html
but I do not seem to be able to operationalize Professor Ripley's
suggestions.
Many
2004 May 04
1
rpart question
Wondered about the best way to control for input variables that have a
large number of levels in 'rpart' models. I understand the algorithm
searches through all possible splits (2^(k-1) for k levels) and so
variables with more levels are more prone to be good spliters... so I'm
looking for ways to compensate and adjust for this complexity.
For example, if two variables produce
2004 Nov 22
3
Test builds for CYGWIN and IRIX?
I'm starting to prepare the next release. Since 0.8.3 I've made a
number of changes to get working builds working on HPUX and OSF, and
made some of the Windows specific bits more robust. I'd like to check
that these haven't broken CYGWIN or IRIX builds, but I don't have
access to these platforms. If you are able to test, it'd be most
appreciated if you could. Download a
2012 Jan 13
1
apply transformation
Hello All,
I have the following dataset:
Year 2006 2007
Jan Jan 0.0204 0.0065
Feb Feb 0.0145 0.0082
Mar Mar 0.0027 0.0122
> dput(d_tmp)
structure(list(Year = c("Jan", "Feb", "Mar"), `2006` = c(0.0204,
0.0145, 0.0027), `2007` = c(0.0065, 0.0082, 0.0122)), .Names =
c("Year",
"2006", "2007"), row.names = c("Jan",
2012 Sep 13
2
[LLVMdev] llvm-mc fixups
When I use llvm-mc’s ‘-show-encoding’, it only goes as far as printing
“fixups”:
$ echo -e "adr r0, lbl\nnop\nlbl:" | llvm-mc -triple=thumbv7 -show-encoding
Outputs:
@ encoding: [A,0xa0]
@ fixup A – offset: 0, value: lbl, kind: fixup_thumb_adr_pcrel_10
To find out that it is encoded as 0xa001, I can do:
$ echo -e "adr r0, lbl\nnop\nlbl:" | llvm-mc
2004 Aug 18
3
...Why social scientists don't use R
Berton Gunter has written in part:
> A few comments:
> First, your remarks are interesting and, I would say, mainly well
founded. However, I think they > are in many respects irrelevant,
although they do point to the much bigger underlying issue,
> which Roger Peng also hinted at in his reply.
> I think they are sensible because R IS difficult; the documentation is
often
2003 Mar 08
6
[Bug 505] ssh -V could print a human readable openssl version string
http://bugzilla.mindrot.org/show_bug.cgi?id=505
------- Additional Comments From mindrot at ee.lbl.gov 2003-03-08 15:19 -------
Created an attachment (id=241)
--> (http://bugzilla.mindrot.org/attachment.cgi?id=241&action=view)
patch to ssh.c
This patch makes ssh use SSLeay_version(SSLEAY_VERSION) to generate a human
readable version string.
------- You are receiving this mail
2003 Dec 01
3
search site for R (http://finzi.psych.upenn.edu)
My search site, http://finzi.psych.upenn.edu, has had several
problems recently, all my fault, for which I apologize. But it
now seems to be running reliably, on a new computer that is much
faster than the old one.
It uses htdig to permit search of the Rhelp mailing list, R
documents, R functions, and various combinations of these.
Search has several options, including Boolean search (with AND,
2012 Aug 14
2
A drawing problem with R
Dear R-help mailing list,
I have a drawing problem with R:
I need to draw an horizontal axis with date, here is the test code:
> ticks <- c("2004-01-22","2005-01-22","2006-01-22","2007-01-
22","2008-01-22","2009-01-22","2010-01-22","2011-01-22","2012-01-22")
> ats <-
2002 May 05
1
possible changed organization of help files in 1.5.0?
I recently updated my search site at
http://finzi.psych.upenn.edu
It took about 7 hours with htDig, instead of the usual 3 hours.
Now, when I search the "functions" index I get all sorts of
non-html documents (indicated with brackets). These have never
shown up before. Did htDig mogrify itself while it sat on my
computer? (I didn't do anything to change it.) Or, more likely,
I
2012 Sep 13
0
[LLVMdev] llvm-mc fixups
Showing the value for the fixup requires full object code layout and relaxation, which isn't done is the text-to-text path.
--Owen
On Sep 12, 2012, at 5:54 PM, Greg Fitzgerald <garious at gmail.com> wrote:
> When I use llvm-mc’s ‘-show-encoding’, it only goes as far as printing “fixups”:
>
>
> $ echo -e "adr r0, lbl\nnop\nlbl:" | llvm-mc -triple=thumbv7
2005 Feb 15
4
Website search broken ?
I''m starting this on the users list because it''s not impossible
I''m getting something wrong :-) However, the search functions on
www.shorewall.net do not seem to return any hits any more. I am sure
that they have done in the past. Over the last couple of days I''ve
tried searching both the site, the lists, and both, and have had no
hits - even for single word
2012 Apr 08
2
xyplot() does not plot legends with "relation=free" scales
Hi all,
I have this problem with lattice that xyplot() won't draw some of my axis labels if the type (i.e. the relation argument) of scales is set as free. For example, in the plot below, I would want it to also show:
1. the labels E1,...E6 below the 10th panel (i.e. 3rd row, 2 col)....just as it is now done below the 12th panel....
2. as well as the labels (2,4,6,8) on the top of panels 1
2006 May 26
1
Unicode troubles
Hi,
I've tried to follow all helpful tips I've found in the mailing-list
and I've applied these two utf-8 patches;
http://article.gmane.org/gmane.comp.search.xapian.general/2324
http://article.gmane.org/gmane.comp.search.xapian.general/1927
Now the QueryParser works as I wants it to do, and creates the terms
correctly. But sadly I can't find any documents. If I do this;
$ quest