Displaying 20 results from an estimated 100 matches similar to: "Omega: behavior msize when collapsing results"
2006 Jan 03
1
opensearch template
I've just noticed the Omega "opensearch" template seems to lack escaping
for URLs in <link> tags:
$httpheader{Content-Type,application/xml}<?xml version="1.0"?>
<rss version="2.0" xmlns:openSearch="http://a9.com/-/spec/opensearchrss/1.0/">
<channel>
<title>Xapian search results</title>
2015 Oct 10
3
[PATCH] Extend Multiboot1 with support for ELF64 file format
This patch is just a (shameless) copy from bug #28 [1].
The original patch has been sitting there for a couple of years now,
and it was based on Syslinux v 4.05.
The patch I am posting here is just a re-base on v.6.03. Whichever
inadequate formatting (tabs, trailing spaces...), or any kind of
correction that was required for the original patch to be accepted, is
probably still required now.
2006 Jul 14
1
(Solved) Re: How to configure omega.cgi to search multiple flint dbs?
Folks,
OK found it, omega.cc looks for multiple DB definitions and adds it to the search list. If the dbs are only one directory lower (e.g. not in default as in beta/default, but only "beta"), then modifying database_dir setting as follows will work:
database_dir /svr/hda1/xapian
then,
./omega.cgi 'P=pda' FMT='xml' DB="beta" DB="gamma"
2014 Jan 21
2
seg fault on search
I have written a very simple function to return the match count based on the simplesearch.cc code. It fails with a seg fault. The relevant code is:
--------------------
int ftQuery(char* qs, const char* dbname,char* results, int msize) {
long docid;
char* op;
char fullDB[1024];
string queryString;
2007 Jan 28
1
omega: $field{sample} clarification
I'm using omega for a sitesearch and currently having a problem trying
to filter $field(sample). At the moment it returns text from the page
header and navigation within the sample, ideally I'd like it to return
only the page content. I've been trying various omegascript commands to
trim the output or seperate the fields and also looking at scriptindex
to control how the xhtml is
2017 Mar 22
2
GSoC 2017: Letor Click Data Mining
Hi James,
> Isn't this from the query template, ie from the main web page of search
> results? (It might make sense from opensearch as well, though.)
Yes, you are right; it is the query template. The reason I said opensearch
template is that I haven't quite read all sections of the Omega docs and I'm
still in the process. Thanks for pointing that out.
I'm aiming to cover
2012 Feb 03
3
[PATCH 1/4] nouveau: Allow allocating BOs at specific offsets
We want to be able to guarantee the location of the allocated buffer
object if we're going to be able to reliably allocate the existing
framebuffer at startup. Add an argument to do so and pass that through to
the ttm core.
Signed-off-by: Matthew Garrett <mjg at redhat.com>
---
drivers/bcma/main.c | 1 -
drivers/gpu/drm/nouveau/nouveau_bo.c | 8 +++++++-
2020 Jul 23
1
New x86-64 micro-architecture levels
Hello,
On Wed, 22 Jul 2020, Mallappa, Premachandra wrote:
> > That's deliberate, so that we can use the same x86-* names for 32-bit library selection (once we define matching micro-architecture levels there).
>
> Understood.
>
> > If numbers are out, what should we use instead?
> > x86-sse4, x86-avx2, x86-avx512? Would that work?
>
> Yes please, I think
1998 Jun 26
3
ip_masq+dhcpd+samba+2nics
Hello guys,
I'm at my wits end.. hope someone can help.. this is the deal.
I have setup a linux box to serve as a "gateway" for our internal lan.
Running 2.0.34 slakware. I have 2 nic cards.. One for our "internal" lan
(192.168.2.0) and the "external" lan..I have gotten the OS to see
both of them, but when trying to get DHCP to work with both, it kept
barfing..
2003 Oct 24
1
rsync -vae ssh user@host1:/tmp/dir user@host2:/tmp/
I have legitimate ssh access to two remote machines. ssh directly
from either machine to the other is blocked by firewalls which I cannot
control.
$ rsync -vae ssh user@host1:/tmp/dir user@host2:/tmp/
receiving file list ... done
rsync: mkdir user@host2:/tmp: No such file or directory
rsync error: error in file IO (code 11) at main.c(319)
I would like this to copy host1:/tmp/dir into
2006 Jul 13
0
collapsing plot lines
All,
When plotting a group data object, is there a way to have the plots
of all the groups collapsed onto one plot, i.e., instead of
separate panels as would be produced from example below?
grouped.data.example <- groupedData(Y ~ Time | Patient_no,
data = example.frm)
plot(grouped.data.example)
cheers,
dave
ps - I'm on windows
2011 Feb 22
1
collapsing by a key in a compound database
Hello all.
I have a problem with collapsing by a key in a compound database. I have
2 databases (e.g. clients and client branches), both of them have the
same attribute (with the same valueno), `client_id'.
What I need is to search in both these databases and collapse results by
`client_id' to get client IDs (set_collapse_key is used with
collapse_max=1).
The problem is that I receive 2
2016 Jun 10
0
collapsing list of NULLs dimnames into a NULL
Hi,
Here are two different ways to create a 0 x 0 logical matrix:
m1 <- matrix(nrow=0, ncol=0)
m1
# <0 x 0 matrix>
m2 <- as.matrix(data.frame())
m2
# <0 x 0 matrix>
Surprisingly:
identical(m1, m2)
# [1] FALSE
That's because of their dimnames:
dimnames(m1)
# NULL
dimnames(m2)
# [[1]]
# NULL
#
# [[2]]
# NULL
More
2003 Dec 18
1
Collapsing Arrays/Lists to scalar values
This is probably an easy question.
I want to join the elements of a list/array into a single scalar value. How can I do this?
More Background:
I have sql queries stored in external flat text files. When I read these queries into R using the normal functions, I get a list where each line is an element in the list.
When I try to pass this to the appropriate RODBC function, I get an errror.
2009 Feb 03
1
Collapsing panel data
Dear R-helpers,
I've been thinking about this for some time, maybe someone can help. I have
a fairly large dataset with thousands of firms, call the a, b, c, etc..
such as
[,1] [,2]
[1,] "A" 0.5
[2,] "" 0.2
[3,] "" 0.3
[4,] "B" 0.1
[5,] "" 0.9
[6,] "C" 0.4
Or to put it differently two vectors such as
y
2004 Jan 14
1
Collapsing a factor in R
I'm trying to collapse the following table along the sub-group factor. In
this case, collapsing means taking the average ages within a subgroup and
creating a new table. I seem to be running into trouble trying to create
this new data frame. I can use the ave() function to find averages within a
subgroup but how do I maintain the Group/Gender factors after collapsing?
(see bottom table) Can
2007 Oct 03
1
Making a table: collapsing across sub-strings
Hi list,
I'm currently processing textual data and I would really appreciate some
help with one off my problems.
I have a set of strings and I want to count how often each of this
strings appears in this set.
This is not very difficult and can be done as:
TB<-table(my_set)
plot(TB)
However, I also want to collapse across sub-strings. This is, I want a
sub-string ss of string S to be
2008 Mar 05
2
collapsing list to data.frame
Hello,
Given a list with all elements having identical layout, e.g.:
l = NULL
l[[1]] = list(4, "hello")
l[[2]] = list(7, "world")
l[[3]] = list(9, " !!!! ")
is there an easy way to collapse this list into a data.frame with each
row being the elements of the list ?
I.e. in this case I want to convert the list into a data.frame with 3
rows and 2 columns, where
2004 Feb 26
3
Collapsing Categorical Variables
Hi,
Suppose I have a categorical variable called STREET, and I have 30
levels for it (i.e. 30 different streets). I want to find all those
streets with only 15 observations or below then collapse them into a
level called OTHER. Is there a quick way, other than using a for()
loop, to do it? Currently what I'm doing is something like:
### Collapse STREET (those < 15)
st <- c()
2007 Sep 13
1
Collapsing data frame; aggregate() or better function?
Hello r-help,
I am trying to collapse or aggregate 'some' of a data frame. A very
simplified version of my data frame looks like:
> tester
trip set num sex lfs1 lfs2
1 313 15 5 M 2 3
2 313 15 3 F 1 2
3 313 17 1 M 0 1
4 313 17 2 F 1 1
5 313 17 1 U 1 0
And I want to omit sex from the picture and just get an addition of num,