search for: reinis

Displaying 18 results from an estimated 18 matches for "reinis".

Did you mean: reinit
2006 Aug 20
1
omindex patch
Attached is my rather largish omindex.cc patch with ChangeLog. It needs autoreconf to update configure and the Makefiles. Note that unrar is not patent infected, only rar, the compressor. I've put some AC_PATH_PROG checks into configure for all helpers. The patch is not yet complete. 2006-08-18 15:13:32 Reini Urban <reinhard.urban at avl.com> omega-0.9.6b: * omindex.cc: last_mod as
2007 Sep 20
2
Search::Xapian cygwin fix
Olly, The cygwin linker requires -shared, otherwise WinMain at 16 will not be skipped. BTW: mingw also. But this should test and fix someone else. -- Reini Urban http://phpwiki.org/ http://murbreak.at/ http://spacemovie.mur.at/ http://helsinki.at/ -------------- next part -------------- A non-text attachment was scrubbed... Name: Search-Xapian-1.0.2.0-cyg.patch Type:
2010 Jul 21
1
-mtune=generic failure
redhat enterprise 4 (still widely in use in coorp env.) $ g++ --version g++ (GCC) 3.4.6 20060404 (Red Hat 3.4.6-11) make[2]: Entering directory `/usr/src/xapian/xapian-core-1.2.2/.build' depbase=`echo api/decvalwtsource.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/sh ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../common -I../include -I./include
2011 Mar 10
1
phrase search highlighting
Hi Some of my users are very "conservative" as it seems :) The complained about "not finding anything useful", because the highlighted sample was wrongly colored when doing phrase search, e.g. "some word". So they refused to use web search at all and keep telephoning around. Not the found phrase was highlighted in one color, but all locations of these words within
2004 Nov 13
0
contrib/ssh-copy-id patch (get rid of identity.pub)
Please consider this simple ssh-copy-id patch, and adding contrib/ssh-copy-id as install target for cygwin. (man and shellscript) 20041113 - [contrib\ssh-copy-id]: change default to newest .ssh/id*.pub From: Reini Urban rurban at x-ray.at -- Reini Urban http://xarch.tu-graz.ac.at/home/rurban/ -------------- next part -------------- An embedded and charset-unspecified text was scrubbed...
2008 Jul 30
3
Dealing with image PDF's
Guys, I was just playing around and added a bit of code to omindex.cc so I could ocr tiff and tif with gocr which seems to work. Here's what it looks like: // Tiff: } else if (startswith(mimetype, "image/tif")) { // Inspired by http://mjr.towers.org.uk/comp/sxw2text string safefile = shell_protect(file); string cmd = "tifftopnm " + safefile + "
2008 Jul 30
3
Dealing with image PDF's
Guys, I was just playing around and added a bit of code to omindex.cc so I could ocr tiff and tif with gocr which seems to work. Here's what it looks like: // Tiff: } else if (startswith(mimetype, "image/tif")) { // Inspired by http://mjr.towers.org.uk/comp/sxw2text string safefile = shell_protect(file); string cmd = "tifftopnm " + safefile + "
2011 Sep 07
2
Gluster-users Digest, Vol 41, Issue 16
...h the person managing the list at > gluster-users-owner at gluster.org > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of Gluster-users digest..." > > > Today's Topics: > > 1. Re: Reading directly from brick (Reinis Rozitis) > 2. Re: NFS secondary groups not working. (Di Pe) > 3. Inconsistent md5sum of replicated file (Anthony Delviscio) > 4. Re: Inconsistent md5sum of replicated file (Pranith Kumar K) > 5. Problems with SLES 11 (Phil Bayfield) > > > -----------------------...
2004 Aug 20
0
Package "deal" version 1.2-17
...f Bayesian networks and provide an interface to Hugin. In the new version there is an interface to the package dynamicGraph which allows for editing and callbacks of graphs in the displayed window. Try > install.packages(c("dynamicGraph","deal")) > library(deal) > demo(reinis) Best, Claus --------------------------------------------------------------------------- Assistant Prof. Claus Dethlefsen, PhD Department of Mathematical Sciences, Aalborg University Fredrik Bajers Vej 7G, DK-9220 Aalborg, Denmark dethlef at math.aau.dk; www.math.aau.dk/~dethlef Ph: +45 9635 887...
2004 Aug 20
0
Package "deal" version 1.2-17
...f Bayesian networks and provide an interface to Hugin. In the new version there is an interface to the package dynamicGraph which allows for editing and callbacks of graphs in the displayed window. Try > install.packages(c("dynamicGraph","deal")) > library(deal) > demo(reinis) Best, Claus --------------------------------------------------------------------------- Assistant Prof. Claus Dethlefsen, PhD Department of Mathematical Sciences, Aalborg University Fredrik Bajers Vej 7G, DK-9220 Aalborg, Denmark dethlef at math.aau.dk; www.math.aau.dk/~dethlef Ph: +45 9635 887...
2007 Nov 10
1
about R sna package source code
Is anyone know some thing about sna package source code?? I have a question about sna source code, I need some functions in R sna package, so I check the source code. There is a function called efficiency in sna package, but I didn't find the any code about "efficiency", anyone know it? thank you [[alternative HTML version deleted]]
2007 Jun 13
1
Resource version in php_xapian.dll (windows)
(following my mail in xapian-discuss on 11.06) I revisited my resource file and came up with a much simpler solution. I'm now using the new version.h file (no need to duplicate version strings) and add php-src to the include path given to rc.exe so I can get the precise php version. On my windows, the resulting dll appears as "Xapian 1.0.1 bindings for PHP 5.2.2" Here is what I
2008 Mar 04
1
do the java-swig bindings compile under windows?
I still can't get xapian core to build on windows so I guess it is kind of moot to begin with. Just wondering.
2003 Jun 03
0
wav49 problem
The special wav49 ms hack doesn't produce correct WAV files on output. they cannot be played back on windows media player nor winamp. for example a typcial voicemail message with 9 seconds stops after 6 seconds playback with the error: "invalid fileformat (Error=8004022F)" attached is such a file. in the meantime I use the uncompressed wav format and postprocess this in
2007 Jun 11
3
Xapian 1.0.1 released
I've now uploaded Xapian 1.0.1, which you can download from the usual place: http://www.xapian.org/download.php This release mainly comprises bug fixes and performance improvements. The "simple" examples (for both C++ and the bindings) have also been overhauled and now use the QueryParser and TermGenerator classes, which makes for simpler examples and should better reflect
2007 Jun 11
3
Xapian 1.0.1 released
I've now uploaded Xapian 1.0.1, which you can download from the usual place: http://www.xapian.org/download.php This release mainly comprises bug fixes and performance improvements. The "simple" examples (for both C++ and the bindings) have also been overhauled and now use the QueryParser and TermGenerator classes, which makes for simpler examples and should better reflect
2007 Jan 27
4
Xapian vs Lucene
Hello, It's probably quite troll-risky to put a title like this, but did anyone take the trouble to compare Lucene to Xapian and make a list of differences? As I told the list at the end of last year, I'm going to have to integrate an indexing/search engine in the coming weeks or months. It will be integrated to Dokeos, an open-source e-learning application in PHP, and at the moment we
2006 Aug 11
3
Proposed changes to omindex
Proposed changes to omindex Currently Available Items ========================= 1) Have the Q prefix contain the 16 byte MD5 of the full file name used for document lookup during indexing. 2) Add the document?s last modified time to the value table (ID 0). This would allow incremental indexing based on the timestamp and also sorting by date in omega (SORT=0) a. Currently I store the timestamp