Displaying 20 results from an estimated 1741 matches for "excerpting".
Did you mean:
excepting
2007 Aug 08
2
Highlighting broken in TRUNK
Hello list,
As there is still some large file support bugs in the 0.11.4 release
I had to download the trunk and apply a patch sent in by kyle http://
ferret.davebalmain.com/trac/ticket/215.
The problem is now that the highlighting doesn''t work.
Somehow it combines excerpt_length with num_excerpts so if you have
and excerpt_length of 50 and num_excerpts of 5 and you get only one
2005 Mar 12
2
data frame excerption
Hello,
is't possible to get excerptions of data frame using some contstraints,
something like q1 = q[q$V3<1] ?
Regards,
Oleg
_____________________________________________________________
Oleg Bartunov, sci.researcher, hostmaster of AstroNet,
Sternberg Astronomical Institute, Moscow University (Russia)
Internet: oleg at sai.msu.su, http://www.sai.msu.su/~megera/
phone:
2008 Jul 24
1
Excerpting a summary from my marked-up blog post without breaking html tags?
Hi there,
I''m working on a simple blog project. I''d like to automatically
generate a 100 word excerpt of each article to display on the main
page, and require the user to click on the article to read the whole
thing. The problem is, if the hundredth word is in the middle of a
block quote or a heading or something, the whole page gets messed up.
What''s the easiest way
2006 Jan 21
7
n-way joins
Hi,
I''m somewhat of a Rails newbie and am trying to understand how to
formulate n-way (3 or 4 way) joins in Rails (where the join tables
contain extra data as well.)
Let me give you my basic entities:
foos
id - pk
name - unique
bars
id - pk
name - unique
bazs
id - pk
name - unique
frozs
id - pk
name - unique
then i have two separate join tables:
foos_bars_bazs - 3 way join
2006 Mar 26
4
A unit test that should pass
Hi, I wonder why this unit test fails.
The model :
class Article < ActiveRecord::Base
set_table_name "publish_articles"
belongs_to :category
validates_presence_of :title, :excerpt
#snip
end
The test :
def test_validate
@article.title = nil
@article.excerpt = nil
assert !@article.save
assert_equal 2, !@article.errors.count
end
!@article.errors.count returns
2004 Sep 22
3
Strange DNAT problems with shorewall 1.4.8
I''ve had some issues with my network, and I''ve had to reconfigure my
Gibraltar CD. It runs shorewall 1.4.8, and I have a 2-interface setup, so
I downloaded the relevant files from the install page.
Masq and such works, but I''m having a problem with my port forwarding. It
works for port 22, but it doesn''t seem to work for any other port.
I''ve turned
2017 Apr 18
1
About search result excerpts with HTML tags showing
Hi, folks. New to Xapian. I just built a couple of indexes. Search
results seem good but I can't figure out why the excerpts are showing HTML
tags. These tags are not present in the original HTML documents. Is there
a built-in way to either get rid of these tags or have them render as
actual HTML tags?
A couple of examples here, you'll see the STRONG tags wrapped around the
search
2007 May 28
0
external highlighter/excerpter
Has anyone seen an implementation or example of an
highlighter/excerpter that works on external (non-stored) fields?
Thanks.
2014 Jun 10
3
Information Week: RHEL 7 released today
Excerpt:
Red Hat released the 7.0 version of Red Hat Enterprise Linux today, with
embedded support for Docker containers and support for direct use of
Microsoft's Active Directory. The update uses XFS as its new file system.
--- end excerpt ---
<http://www.informationweek.com/cloud/infrastructure-as-a-service/red-hat-enterprise-linux-7-whats-new/d/d-id/1269548>
We thought it was still
2008 Sep 17
5
Mail being delivered to mbox instead of Maildir
I thought I had Dovecot configured to use Maildir instead of mbox, but
apparently it is still using mbox.
Excerpt from dovecot.conf:
mail_location = maildir:~/Maildir
Excerpt from sendmail.mc:
MAILER(dovecot)dnl
dovecot.m4:
########################################
### DOVECOT Mailer Specification ###
########################################
Mdovecot,
2005 Sep 27
2
Stream "Saving" and Excerpting...
I'm working with a streaming Ogg Vorbis system where I'm taking the stream
output (from a darkice server) and saving it to hour-long files, then
reassembling excerpts from these files (sometimes spanning two or three)
into a single file for playback.
I've got two problems (well, related to this, but anyway).
1) The "chunk" files I'm saving into have mangled headers.
2)
2020 Sep 20
3
help improving relevance of snippets displayed by Omega
Olly,
Thanks again very much for helping me improve my understanding of Xapian
and Omega. Thanks especially for pointing out that my idea of trying to
generate a snippet from stemmed text lacking capitalization and punctuation
would probably not produce a user-friendly result.
But I'm still doubtful that expanding the sample size could be the right
way to obtain excerpts from the document
2012 Aug 14
2
glibc update
Still too much blood in my caffeine stream.... IIRC, someone was asking
about a problem with DNS queries and IPv6 yesterday. I just got a
notification from RH this morning, about a glibc bugfix update, and
wondered if this might impact that problem....
Excerpt:
This update fixes the following bug:
* Prior to this update, glibc incorrectly handled the "options rotate"
option in
the
2010 Oct 01
2
Format of Output of Residuals
An excerpt from dataset ChickWeight:
??? weight Time Chick Diet
1?????? 42??? 0???? 1??? 1
2?????? 51??? 2???? 1??? 1
3?????? 59??? 4???? 1??? 1
I am interested in the residuals of the dataset.? Specifically in
saving them to another format. I have been creating text files with
sink.
CW.lm <- lm(weight ~ Diet, ChickWeight)
resid.CW.lm <- resid(CW.lm)
But when I call:
resid.CW.lm
The data
2020 Jul 02
3
[PATCH 5/8] powerpc/64s: implement queued spinlocks and rwlocks
On Thu, Jul 02, 2020 at 08:25:43PM +1000, Nicholas Piggin wrote:
> Excerpts from Will Deacon's message of July 2, 2020 6:02 pm:
> > On Thu, Jul 02, 2020 at 05:48:36PM +1000, Nicholas Piggin wrote:
> >> diff --git a/arch/powerpc/include/asm/qspinlock.h b/arch/powerpc/include/asm/qspinlock.h
> >> new file mode 100644
> >> index 000000000000..f84da77b6bb7
>
2020 Jul 02
3
[PATCH 5/8] powerpc/64s: implement queued spinlocks and rwlocks
On Thu, Jul 02, 2020 at 08:25:43PM +1000, Nicholas Piggin wrote:
> Excerpts from Will Deacon's message of July 2, 2020 6:02 pm:
> > On Thu, Jul 02, 2020 at 05:48:36PM +1000, Nicholas Piggin wrote:
> >> diff --git a/arch/powerpc/include/asm/qspinlock.h b/arch/powerpc/include/asm/qspinlock.h
> >> new file mode 100644
> >> index 000000000000..f84da77b6bb7
>
2004 Mar 16
3
Printing
I have samba running on RH 9 as a PDC.
I want to print from teh windows box to the Linux machine...
excerpt from smb.conf:
[printers]
comment = All Printers
path = /var/spool/cups/
browseable = yes
public = yes
printable = yes
writeable = yes
excerpt from printcap:
2010 Apr 30
2
DNSSEC
Well, folks,
There's an article on slashdot,
<http://tech.slashdot.org/article.pl?sid=10/04/30/1258234>
Excerpt:
...the coming milestone of May 5, at 17:00 UTC ? at this time DNSSEC will
be rolled out across all 13 root servers. Some Internet users, especially
those inside corporations and behind smaller ISPs, may experience
intermittent problems. The reason is that some older
2020 Oct 29
2
dovecot quota-warning detection mail
OK. "passdb/userdb" Setting part
$ dovecot -n (Excerpt from change)
----------------------------------------------------------------------------
---------------------
passdb {
args = scheme=CRYPT username_format=%u /etc/dovecot/users.auth
driver = passwd-file
}
userdb {
args = username_format=%u /etc/dovecot/users.auth
driver = passwd-file
}
protocol lmtp {
info_log_path =
2011 Nov 11
3
COPILOT Glucose Meter COM problem
I am a 62 year old beginner in Ubuntu. Thanks for any help, guidance, suggestions on this problem!
I have used commands like the following to be certain that I have an active com port:
dmesg | grep ttyS
rm com1
ln -s /dev/ttyS0 com1
So I suspect the solution lies somewhere in WINE.
If all else fails I will get a USB to SERIAL converter cable and try that.
My wife has an Abbott Labs Freestyle