Displaying 8 results from an estimated 8 matches for "indexdata".
2009 Sep 18
1
lapply - value changes as parameters to function?
Hi,
I'm trying to get better at things like lapply but it still stumps
me. I have a function I've written, tested and debugged using
individual calls to the function, ala:
ResultList5 = DoAvgCalcs(IndexData, Lookback=5,
SampleSize=TestSamples , Iterations=TestIterations )
ResultList8 = DoAvgCalcs(IndexData, Lookback=8,
SampleSize=TestSamples , Iterations=TestIterations )
ResultList13 = DoAvgCalcs(IndexData, Lookback=13,
SampleSize=TestSamples , Iterations=TestIterations )
ResultList21 = DoAvgCalcs(In...
2007 Jul 18
2
CentOS 5.0 and php-yaz
...public libraries).
I've already done this with Debian (a one-liner: apt-get install
php-yaz) and also on Slackware (more complicated: compile Yaz, rebuild
PHP).
Has anyone here ever done this on CentOS? What would be the most
orthodox method to do this?
Here's the Yaz page: http://www.indexdata.dk
Cheers,
Niki
2013 Sep 22
2
How to filter search result with query with has white space.
Hello,
include <iostream>#include <string>#include <xapian.h>struct document{
std::string title;
std::string content;
std::string url;};
void indexData(document d) {
try {
Xapian::WritableDatabase db("/Users/ramesh/Desktop/xapian",
Xapian::DB_CREATE_OR_OPEN);
Xapian::TermGenerator indexer;
Xapian::Stem stemmer("english");
indexer.set_stemmer(stemmer);
Xapian::Document doc;
doc...
2013 Sep 22
2
How to filter search result with query with has white space.
Hello,
include <iostream>#include <string>#include <xapian.h>struct document{
std::string title;
std::string content;
std::string url;};
void indexData(document d) {
try {
Xapian::WritableDatabase db("/Users/ramesh/Desktop/xapian",
Xapian::DB_CREATE_OR_OPEN);
Xapian::TermGenerator indexer;
Xapian::Stem stemmer("english");
indexer.set_stemmer(stemmer);
Xapian::Document doc;
doc...
2004 Sep 24
0
[Bug 1818] New: Rsyncd refuses connection if reverse mapping fails
...nection if reverse mapping fails
Product: rsync
Version: 2.5.7
Platform: Other
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P3
Component: core
AssignedTo: wayned@samba.org
ReportedBy: heikki@indexdata.dk
QAContact: rsync-qa@samba.org
First of all, apologies for running a prehistoric version (2.5.6cvs), but that's what my
Debian/Stable has (and it has its own patches too...). I tried to scan the bug reports to see if
this had been fixed in a later version, but didn't find an...
2008 Jan 29
2
Rebuilding PHP: how do I manage updates?
...'ve googled and fiddled around quite a bit, and come to the following
conclusions:
1) php-gd can be installed from extra repos (rpmforge IIRC), so this
one's no problem.
2) To install php-yaz, I have to install the yaz library first. To do
this, I download the FC6 SRPM for yaz from www.indexdata.dk, it builds
without any problem, and I install the resulting libyaz3 and
libyaz3-devel. Then, I can install the according PHP module with a
simple 'pecl install yaz'.
3) Apparently, there's no php-xslt module around. AFAIK, the only way to
have it is to build it into PHP. So I we...
2006 Jan 03
5
Announcement: Indexed Search Engine 0.1.2 Available
Hello all.
Apologies... I was a little too eager in my earlier annoucement about
the Indexed Search Engine for Rails apps. The DB migration file
contained an error that had to be worked around. I''ve fixed that,
added more (and clearer) documentation, and a sample application. You
can find most everything you want to know about Indexed Search Engine
here:
2005 May 31
2
[Bug 1049] Variable delay in password logins to fight dictionary attacks
...acks
Product: Portable OpenSSH
Version: 3.8.1p1
Platform: ix86
OS/Version: Linux
Status: NEW
Severity: enhancement
Priority: P2
Component: sshd
AssignedTo: bitbucket at mindrot.org
ReportedBy: heikki at indexdata.dk
I have seen many dictionary attacks on my ssh servers. I was thinking of a simple way to slow
them down: Add a small delay to the login. Start with a half second, and double every time a
password-based (or other) login fails from the same IP address, up to some limit.
This requires keepin...