Displaying 20 results from an estimated 21 matches for "nard".
Did you mean:
card
2005 Dec 29
6
How do I open and read/write to a file?
I need to process some text files quickly. I''ve not been able to find the
answer in the archive. The Ruby Standard Library site times out. Can
someone tell me where to find info on how to:
1. Get a list of filenames in a directory.
2. How to open a file.
3. How to read it a line at a time.
--
Thanks in advance for the help,
-Larry
"Work, work, work...there is no satisfactory
2007 Jun 13
2
Compiling 1.0.1 on windows : version.h
....1 under windows but the new
/msvc/version.h file has #undef XAPIAN_HAS_REMOTE_BACKEND which prevents
/backends/dbfactory_remote.cc to be built.
The old (hand-written) version.h.win32 had it defined to 1.
Everything build fine if I replace #undef with #define in version.h.
Cheers,
--
Daniel M?nard
2007 May 15
1
Document ID 0 is invalid... but not always...
...again get id #1, previous record is
probably overwritten
As I said at the beginning, I don't think this is very important, and it
does not cause me any inconvenience.
I just thought it would be better to let you know.
Thanks for reading, please go back releasing xapian 1.0 !
--
Daniel M?nard
2007 Jun 13
1
Resource version in php_xapian.dll (windows)
...t;, "Xapian is an Open Source Search
Engine Library released under the GPL."
END
END
END
Is there a chance for this to be incorporated in future versions of
windows makefiles...?
(after proper checking by someone more competent than me, of course!)
Cheers,
--
Daniel M?nard
2009 Apr 21
1
Missing end tag...
...he threshold to <i>n</i>
-by using <code>ADJ/<i>n</i> like so: <code>one ADJ/6 two</code>.
+by using <code>ADJ/<i>n</i></code> like so: <code>one ADJ/6 two</code>.
<H3>Phrase searches</H3>
--
Daniel M?nard
2007 May 23
1
Debian etch packages of php5-xapians have old style flat function interface
I'm running Debian stable (etch) on a server, and have the following Xapian
packages installed.
root@seagrass:/etc/php5/apache# dpkg -l | grep xap
ii libxapian-dev 0.9.9-1 Development files for Xapian search engine l
ii libxapian13 0.9.9-1 Search engine library
ii php4-xapian
2006 May 17
3
QueryParser lowercase / uppercase and stemming
Hello.
There are several problems I couldn't find a solution.
1. QueryParser does not perform stemming
I am working with PHP5 and use the xapian wrapper written by Daniel M?nard
I build a query using parseQuery. Output of the parsed query shows that
terms are not stemmed, although a stemmer is set ( see code snippet)
# create a XapianDatabase object to search in
$db = new XapianDatabase($path2db);
# every Query needs an XapianEnquire object; i.e. specifying...
2006 May 10
1
Documentation for the PHP OO wrapper
...t; parameter which does not
exist
- some methods arguments are not documented and don't have a name in
doxygen output (search for '$arg' in the html file)
- some methods of the wrapper can not be used from PHP
(Enquire:register_match_decider for example)
Best regards,
--
Daniel M?nard
Banque de Donn?es Sant? Publique
Avenue du Professeur L?on Bernard
35043 Rennes C?dex
T?l. (+33) 2.99.02.29.42
Fax (+33) 2.99.02.26.28
E-mail Daniel.Menard@Bdsp.tm.fr
http://www.bdsp.tm.fr
2004 Apr 20
0
SID versus user-group name in Property windows
...passdb backend = ldapsam:ldap://PDCSERV
ldap suffix = dc=company,dc=com
ldap machine suffix = ou=machines
ldap user suffix = ou=People
ldap group suffix = ou=Group
ldap admin dn = cn=manager,dc=company,dc=com
debuglevel = 10
--
Daniel Ch?nard
Croesus Finansoft Inc.
2 Place Laval, Suite 510
Laval, Quebec
Canada H7N 5N6
Site Web: www.croesus.com
Daniel.Chenard@croesus.com
Tel: +1 450-662-6101, 145
Fax: +1 450-662-3629
Please Note: The Light at the End of The Tunnel
will be turned off until further
notice du...
2014 Sep 08
0
QEMU disk migration not using entire connection throughput
...disk migration usign
--copy-storage-inc, the data transfer hardly ever uses the entire
available connection bandwidth (in my case 1 Gb/s), and the migration is
at a non-constant speed. On the other hand, at the memory migration
step, everything goes perfect.
I am almost sure that this is not a nard disk throughput limitation,
because a 'scp' command between the two same machines performs perfectly
right.
Is libvirt (or maybe QEMU?) doing some extra work that may cause slowlyness?
Thanks!
2004 Mar 15
0
create_canon_ace_lists: unable to map SID
...t ids = Yes
ldap ssl = no
ldap passwd sync = Yes
admin users = Administrator root
hosts allow = 192.168.53.0/255.255.255.0 127.0.0.1
#ldap filter = (&(uid=%u) (objectclass=sambaAccount))
ldap delete dn =yes
Someone can help me??
--
Daniel Ch?nard
Croesus Finansoft Inc.
2 Place Laval, Suite 510
Laval, Quebec
Canada H7N 5N6
Site Web: www.croesus.com
Daniel.Chenard@croesus.com
Tel: +1 450-662-6101, 145
Fax: +1 450-662-3629
Please Note: The Light at the End of The Tunnel
will be turned off until further
notice du...
2010 Jan 19
1
QueryParser: aliases and OP_AND
...:(pos=1) PHRASE 2 AUT1:smith:(pos=2)) OR (AUT2:john:(pos=1) PHRASE 2 AUT2:smith:(pos=2)) OR (AUT1:john:(pos=1) PHRASE 2 AUT2:smith:(pos=2))))
i.e :(AUT1:john PHRASE AUT1:smith) OR (AUT2:john PHRASE AUT1:smith) OR (AUT2:john PHRASE AUT2:smith) OR (AUT1:john PHRASE AUT2:smith)
Thanks,
--
Daniel M?nard
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
2009 Sep 15
1
Powered by Xapian
Hi,
I'm not so far, by now, of publicly releasing the next version of our
web site which is extensively using Xapian, so I thought it was time to
say "thank you" by adding in the footer and in the "credits" page of my
site the Xapian logo with a link back to the Xapian web site.
I was surprised to discover how hard it was for me to find how to do...
I'm not a
2007 Nov 08
1
QueryParser : some remarks
...possible to have something similar for the prefix names
(title:xx, Title:xx, TITLE:xx would all be recognized)?
That's all!
Re-reading my mail, it's rather a big wish list than 'some remarks' ;-)
Please forgive me for being so long and for asking so much!
Cheers,
--
Daniel M?nard
2005 Sep 02
4
Error has me stumped (Agile Web Dev with Rails book)
Hello everyone,
I''m a complete Rails newbie who is currently working my way through
the Agile Web Dev with Rails book. I''ve reached the chapter on
creating the shopping cart (chapter 8).
I keep having a problem with the same error which I can''t get past,
however what''s more confusing is that it''s being generated even when I
swap all my app code out
2005 Sep 12
10
RailsPlayground Beta Launch - Free Rails Hosting
I have launched a free Ruby on Rails hosting site as my gift back to
the rails community. For details visit http://www.railsplayground.com.
--
Joe Clarke
www.clarkeweb.com
2018 Aug 25
0
IT
...id=YUgFAQ9WVU9RUVMdU1wDX1cNVg,http://maraegis.ml/lists/lt.php?id=YUgCBw5cGAFXVx1QWlQKVF0F,http://maraegis.ml/lists/lt.php?id=YUgFAQ9WUU9RUVMdU1wDX1cNVg,http://maraegis.ml/lists/lt.php?id=YUgFAQ9WXU9RUVMdU1wDX1cNVg>
(where it all came from, C how it "*/salted the road/*") and to John
Maynard Kenyes and to the fine "*nard*" of John 12:1. It's central to this
message, *this message that ends addiction*, and *ends* the Hitleresque
*eugenics* that we've seen not just in Germany but in the Brittish East
India Tea Company and in the CIA lead crack epidemic of the 80's a...
2018 Dec 19
1
Bugg: UDPDiscoveryInterval has no effect?
Hi
Thanks for the help. I've started to test it. Those every second probes are
gone.
However, there might still be something fishy with the UDP probes, but I'm
uncertain. I can notice these debug messages somewhat too often:
Sending type 2 probe reply length 18 to xxx
Sending packet from server (MYSELF port 655) to xxx
The "server" keeps resending UDP replies to the