Displaying 20 results from an estimated 1100 matches similar to: "wildcard fields"
2006 Jul 18
10
searching with chinese chars
Hi all,
maybe not a Ferret question, but I assume here might have came across
that already.
I wrote a simple CGI app that adds docs into a Ferret index. The idea
is testing asian languages input and searching.
The script that does the input seems to be OK. As David mentioned in a
question I made a little while ago, Ferret''s index is agnostic, in the
sense that you can store anything in
2005 Jul 11
1
Rating application for Asterisk
Does anyone knows a working FOSS rating application for Asterisk? I
tried CDRTool, but since it's free for non commercial use, it won't
suit me. Also I gave a shot at Trabas (the one everybody says it
sucks), but I couldn't understand how does it pull records from
Asterisk's CDR table.
The rate-engine addon
(http://www.voip-info.org/tiki-index.php?page=Asterisk+addon+rate-engine)
2006 Jun 14
7
CR issue
Hi,
I am using RedCloth (3.0.4).
First using online text2html (http://www.textism.com/tools/textile/) ,
"123
456"
returns <p>123<br />456</p>
But by code:
<code>
require ''RedCloth''
puts RedCloth.new("123\n456").to_html
</code>
I got:
<p>123
456</p>
CR is not taken in consideration. Is there any parameter I am
2006 Jul 12
9
ferret using UTF-8
Hey all,
I went through the docs in Ferret''s page, plus a quick search through
the email list (thread titles), and I couldn''t find any info on how to
have Ferret storing it''s data using UTF-8.
In the scenario I would use it, nothing''s being stored outside (like
external databases). So it''s just how Ferret would do it that I''m
interesting in
2007 Jan 10
0
LazyDoc over DRb
Hey all,
I''m distributing requests to a small farm of Ferret servers across the
network using DRb. In a specific part of my program, I''m trying to
find an entry across servers, and for that, I''m using
index[''example_doc_id''].load
as the return value of the function in question. This returns a
Ferret::Index::LazyDoc, which is all fine and dandy,
2006 May 17
0
RJS referring to window.parent
Hi all,
I''ve been doing some work on the Ajax Scaffold
(http://www.ajaxscaffold.com/), to make it work with file uploads
(more specifically, the file_upload plugin).
The first logical step was to get rid of form_remote_tag, since it''s
impossible to send files via XMLHTTPRequests (to my best knowledge).
So I referred to the iframe hack, similar to the upload progress bar
here
2005 Jul 03
0
no sound. "Failed to write frame"
Hi all,
Couldn't find a place to search the list archives...
I'm having issues in getting any sound using a fresh asterisk install
and a SJPhone to connect to it. I went by the instructions pointed at
the "10 minute guide", located here:
http://www.voip-info.org/tiki-index.php?page=Asterisk+quickstart.
I installed it on a Slackware 10.1, by using no more than "make
2005 Jul 04
0
no sound. "Failed to write frame" (2nd post)
Hi all,
Couldn't find a place to search the list archives...
I'm having issues in getting any sound using a fresh asterisk install
and a SJPhone to connect to it. I went by the instructions pointed at
the "10 minute guide", located here:
http://www.voip-info.org/tiki-index.php?page=Asterisk+quickstart.
I installed it on a Slackware 10.1, by using no more than "make
2007 Mar 13
2
index returns all results for specific queries
Hey all,
I''m getting some really weird results when searching documents. It
*seems* to be somehow related to the document format I''m using.
I wrote a small script to replicate it:
################
#!/usr/bin/ruby
require ''rubygems''
require ''ferret''
include Ferret
index = Index::Index.new(:path => ''/tmp/fooindex'', :key
2006 Jul 11
5
Ferret Wiki Spam - Solutions Anyone?
Hi All,
As some of you may have noticed, the Ferret Wiki has been getting
spammed like crazy. And I haven''t been able to do anything about it
because I just don''t have the time. I''m getting pretty close to
releasing 0.10.0 which has been the major draw on my time for the last
couple of months so I''m going to have some time to look into this
soon. I was
2010 Apr 13
2
import file formatted RFC-822
Dear R-list users:
I would like to import a database of web robots,
http://www.robotstxt.org/db/all.txt, it?s formatted RFC-822, ?how can
I do it?
The RFC 822 specification defines a standard format for electronic
messages, which consists of a set of header fields and an optional
body. The headers contain information about the message, such as to
whom it is being sent, from whom it is being
2007 Apr 08
10
Ferret and non latin characters support
I''ve successfully installed ferret and acts_as_ferret and have no
problem with utf-8 for accented characters. It returns correct results
fot e.g. fran?ais. My problem is with non latin characters (Persian
indeed). I have tested different locales with no success both on Debian
and Mac. Any idea?
(ferret 0.11.4, acts_as_ferret 0.4.0, rails 1.1.6)
--
Posted via http://www.ruby-forum.com/.
2011 Mar 24
1
datalist and data objects in R Package building
Hello all,
I have,say 4 R objects... bar1, bar2, bar3, bar4.. that I'd like to include
in an R package "foobar".
The desired functionality would be:
> library(foobar)
> data(foo)
> ls()
[1] "bar1" "bar2" "bar3" "bar4"
I've tried the following two approaches:
1) I created the file 'datalist' under pre-build directory
2007 Oct 08
1
How put description under the graph (using different lines)
Hello,
I need to use barplot' graphs, but under the graph I need to put different
things. The structure of this graph must be:
MY GRAPH
------------------------------------------------------
description 1
----------------------- -------------------------
description2 description3
where:
-description 1, description 2 and description 3 are
2008 May 23
2
sed
Not specific to CentOS but I know you guys would be really helpful
anyhow. Basically, I have a file which has been editted in the past
very similarly to the hosts file only now I want to use it as a hosts
file and need to run some fancy sed to massage the data into shape.
Currently, the data in the file is in the form of <ip address> <tab>
<short hostname> <space>
2007 Mar 18
3
"ö" causes find_by_contents not to return
I''ve installed ferret 0.10.9 together with the latest acts_as_ferret
using Windows XP and indexed a location database (geonames.org) with
Location.rebuild_index. The data is in utf-8.
Now calling Location.find_by_contents "?" does not return a result,
causes a lot of CPU load, and finally exits with an error "index.rb:702:
in ''parse'': failed to allocate
2008 Oct 29
2
Barplot: Vertical bars with long labels
Dear List,
I need a barplot with vertical bars. Each bar should have a label.
The problem is, that the labels are too long, so they overlap, or
only every seccond label is displayed in the output.
Here is a little syntax:
dd <- c(100,110,90,105,95)
barplot(dd,names.arg=c('Conduct Disorders','Attention Deficit',
'Eating Disorders',
2010 Feb 18
1
[LLVMdev] Question on selection DAG
Hello,
I want to have an operation foo with variable number of operands, and
I am trying to achieve it using multiple operations. Let's say I want
to have [FOO r1, r2], I am constructing the DAG as follows :
consumeArg(r1) -> consumeArg(r2) -> FOO -> arg(r1) -> arg(r2)
Note that the arrows are all "Chain"s. I need to have consumeArg(r1)
because, I don't want the
2012 Jun 04
1
simulation of modified bartlett's test
Hi, I run this code to get the power of the test for modified bartlett's
test..but I'm not really sure that my coding is right..
#normal distribution unequal variance
asim<-5000
pv<-rep(NA,asim)
for(i in 1:asim)
{print(i)
set.seed(i)
n1<-20
n2<-20
n3<-20
mu<-0
sd1<-sqrt(25)
sd2<-sqrt(50)
sd3<-sqrt(100)
g1<-rnorm(n1,mu,sd1)
g2<-rnorm(n2,mu,sd2)
2004 Sep 18
9
No sound
Hello,
I have just set up an asterisk box (Debian unstable) and I would like
to test it with a H.323 application (gnomemeeting). When I call the
demo voice menu, I can't hear any sound. asterisk says that the
soundfile is played:
-- Executing BackGround("H323/ip$212.9.189.172:30005/29597", "demo-congrats") in new stack
-- Playing 'demo-congrats' (language