Displaying 20 results from an estimated 70 matches similar to: "using ValueWeightPostingSource"
2010 Mar 16
2
Debug build
Hello,
I have updated to Xapian 1.1.4 and maybe there is a
memory leak. I can run only dmalloc - valgrind would
be much too slow.
How can I build a debug-build of xapian?
Thanks a lot
Marcus
2003 Aug 12
2
How to Asterisk
Hello,
I'm new user of asterisk. Can anybody pls tell me how to use asterisk or any detail how to link????
i installed Asterisk-0.4.0 on i810 onboard sound card with Redhat 7.1.
when i type "asterisk -vvvc" i get *CLI> prompt
Prakash
Get Your Private, Free E-mail from Indiatimes at http://email.indiatimes.com
Buy The Best In BOOKS at
2017 Oct 21
2
Replacement error
Hola a todos,
Necesito crear una variable que sólo coja los valores positivos de otra, y
que los negativos o 0 los rellene con 0. Sin embargo, me está dando este
error con el código que estoy metiendo:
> Datos$variable.nueva<-Datos$variable.antigua[Datos$variable.antigua>0]
Error in `$<-.data.frame`(`*tmp*`, Evolution.Bestselling.Positive, value =
c(0.00572935181893588, :
2008 Mar 07
9
copy & paste event
hi. now I have problem about copy and paste text in my application I
make copy and paste button in toolbar and I have fuction of them but I
don''t know how to make it can copy only selection text and paste into
other textCtrl. see my picture for more info. thank you :)
Attachments:
http://www.ruby-forum.com/attachment/1526/untitled.JPG
--
Posted via http://www.ruby-forum.com/.
2013 Mar 21
0
Problems parsing page encoded in Shift-JIS
I''m posting this question to both mailing lists as I''m not sure whether it''s a Mechanize problem or a Nokogiri problem.
Using Nokogiri and Mechanize to load and parse a web page encoded with Shift-JIS. I have an HTML construct like:
<head>
<meta http-equiv="content-type" content="text/html; charset=Shift_JIS">
</head>
<body>
2007 Feb 26
1
When rsync-3.0.0pre1 ?
When do you plan to make first prerelease of 3.0.0 version?
--
Regards
Stanislaw Gruszka
----------------------------------------------------
CHILDLESS CZY CHILDFREE? Co wybra?: dzieci czy karier??
Jakie s? granice kompromisu w ma??e?stwie?
"Dziecioodporna" - bestseller Emily Giffin ju? w ksi?garniach.
http://klik.wp.pl/?adr=http%3A%2F%2Fadv.reklama.wp.pl%2Fas%2Fd81.html&sid=1035
2004 Feb 02
7
cdr mysql problem
Can someone tell me what is wrong here:
Feb 2 19:45:44 ERROR[1074441696]: cdr_addon_mysql.c:381 my_load_module:
Failed to connect to mysql database asteriskcdrdb on localhost.
The database is created, cdr table also, the username and password is
right.
I have tried configuring cdr_mysql.conf to connect via localhost
mysql.sock or via tcp port, but in both cases I got this error.
Thanks!
2007 Mar 05
0
ANNOUNCEMENT: 20% Discount on R books from Chapman & Hall/CRC Press
Take advantage of a 20% discount on the most recent R books from Chapman & Hall/CRC!
Chapman and Hall/CRC is pleased to offer our latest books on R - all available through our website at a 20% discount to users of the software. To take advantage of this permanent offer, that is valid across the board for all of our R books, simply visit http://www.crcpress.com/, choose your titles, and insert
2011 Nov 15
0
ANNOUNCEMENT: 20% discount on the most recent R books from Chapman & Hall/CRC!
Take advantage of a 20% discount on the most recent R books from Chapman & Hall/CRC!
We are pleased to offer our latest R books at a 20% discount through our website. To take advantage of this offer, simply visit www.crcpress.com, choose your titles and insert code AZL02 in the 'Promotion Code' field at checkout. Standard Shipping is always FREE on all orders from CRCPress.com!
2010 May 06
1
cannot update polr model if I specify "start" parameters
Hi,
I am trying to build an ordinal regression model using polr (from the
MASS package). In order to construct an initial model (without an error
aborting it) in my setting, I must pass in a "start" parameter. I would
then like to use the "step" function to remove unnecessary variables
from the model. However, this fails with the error message:
> mod1 <-
2008 Apr 28
0
Special Offer on Chapman & Hall Publications
Can you please post the following offer to the R listserv members?
Chapman & Hall/CRC Press is delighted to offer you a 20% off Discount on our latest and bestselling R books. Please order online at www.crcpress.com. Enter promotion code 783EM to apply discount.
Recently Published!
Statistical Computing with R
Maria L. Rizzo, Bowling Green State University, Bowling Green, OH,
2004 Aug 06
0
a new directory service
On September 17, 2001 12:01, you wrote:
> > That said, we are all aware of the fact that there is a large amount of
> > cheating going on, and therefore that number may not be so relevant nor
> > accurate.
>
> With the system I've outlined, there is no reason to cheat. There's
> no need to fake listener counts because it's not there. Certainly
> people
2003 May 14
6
asterisk problem
the problem below keeps recarrying even after i have cleared this error when
i run asterisk -vvv or -c the error occurs again please help
..Warning, flexible rate not heavily tested!
.................WARNING[1024]: File loader.c, Line 212 (ast_load_resource):
/usr/local/lib/libh323_linux_x86_r.so.1: undefined symbol:
_ZN13PASN_Sequence17PreambleDecodeXERER11PXER_Stream
WARNING[1024]: File
2004 Aug 10
1
Your mail to Firewalls-Book-Info
This pre-recorded message is being sent in response to your recent
email to Firewalls-Book-Info.
Building Internet Firewalls, Second Edition
===========================================
by Elizabeth D. Zwicky, Simon Cooper, and D. Brent Chapman
Published by O'Reilly & Associates
2nd Edition June 2000
894 Pages
ISBN 1-56592-871-7
List price $49.95
Available through the Internet at a
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
2011 May 15
0
Fwd: FLAG_PARTIAL and subset words
Please keep replies on-list so everyone can help and benefit.
Begin forwarded message:
> From: Greg <freediving at gmail.com>
>
>>> We're using it this way:
>>> xq = qp.ParseQuery(query, (uint)Xapian.QueryParser.feature_flag.FLAG_PARTIAL);
>>> The op is AND and the get_description is fairly long (I removed some
>>> of it since there is a limit
2006 Aug 16
7
Forward of moderated message
OK I know whats happening. Your while loop completes and calls kill
on the worker before your task_progress controller method ever gets
called> So the worker is deleted and when you try to access it from
rails you get an error because there is no longer a worker at that
job key. The kill method is meant to be used within a worker that you
fire and forget. If you want to get the
2004 Aug 06
7
a new directory service
> That said, we are all aware of the fact that there is a large amount of
> cheating going on, and therefore that number may not be so relevant nor
> accurate.
With the system I've outlined, there is no reason to cheat. There's
no need to fake listener counts because it's not there. Certainly
people can make this available in the 'description' field, ie, how
2005 Dec 02
43
ANN: acts_as_ferret
Hi all
This week I have worked with Rails and Ferret to test Ferrets (and Lucenes)
capabilities. I decided to make a mixin for ActiveRecord as it seemed the
simplest possible solution and I ended up making this into a plugin.
For more info on Ferret see:
http://ferret.davebalmain.com/trac/
The plugin is functional but could easily be refined. Anyway I want to share it
with you. Regard it as a
2005 Dec 02
43
ANN: acts_as_ferret
Hi all
This week I have worked with Rails and Ferret to test Ferrets (and Lucenes)
capabilities. I decided to make a mixin for ActiveRecord as it seemed the
simplest possible solution and I ended up making this into a plugin.
For more info on Ferret see:
http://ferret.davebalmain.com/trac/
The plugin is functional but could easily be refined. Anyway I want to share it
with you. Regard it as a