search for: hitlist

Displaying 9 results from an estimated 9 matches for "hitlist".

Did you mean: gitlist
2016 Mar 26
2
Bite-size project
Hello devs, I would like to take up the bite sized project on adding a match command to omega script to perform a regex match. I would just like to know whether the way I am approaching this is right or wrong. The way I am planning to approach it is: 1. Add a new command in query.cc and write the implementation for this command 2. Inside implementation, we will use pcre library in a similar way
2006 Jan 03
1
opensearch template
...<copyright>(C)2005, Xapian.org</copyright> <openSearch:totalResults>$msize</openSearch:totalResults> <openSearch:startIndex>$add{topdoc,1}</openSearch:startIndex> <openSearch:itemsPerPage>$hitsperpage</openSearch:itemsPerPage> $hitlist{ <item> <title>$html{$or{$field{title},$field{caption}}}</title> <link>$field{url}</link> <description>$highlight{$field{sample},$terms,&lt;strong&gt;,&lt;/strong&gt;}$if{$field{sample},...}</description>...
2007 Jan 28
1
omega: $field{sample} clarification
...pe="hidden" name="DEFAULTOP" value="AND" /> <input type="text" name="P" value="" /> </div> </form> ---query <p>Searched $nice{$dbsize} document in $time seconds, $msize match found.</p> $hitlist{} <p> <a href="$field{url}">$html{$or{$field{caption},$field{url}}}</a> </p> <div id="fieldsample"> <p>$field{sample}</p> </div> ---output > Searched 1 document in 0.000277 seconds, 1 match found. Lashni: Hom...
2016 Mar 29
2
Bite-size project
...ked up, but in this case I'd > put the actual implementation into transform.cc alongside the > implementation of $transform - then it can share $transform's regex > cache (which avoids recompiling a regex if it's used multiple times, > either explicitly or in something like $hitlist which gets evaluated > multiple times). > Yes, that would be a much better way of hooking up the function since the regex cache doesn't need to be created again. > It would be useful to also support an optional flags argument, like > $transform does. Then the user can do things li...
2013 Feb 11
3
Ubuntu cran2deb PPA
...d be downloaded but I can't find it any more (or am I just going blind?). Is there somewhere I can snag the source packages used for the PPA? Should I just download and run cran2deb myself to obtain them? Also, what's the best way to contribute back to you? FYI, the first packages on my hitlist are (mostly from bioconductor): pcaMethods (should be easy) bitseq (I just packaged the standalone version - https://launchpad.net/~tbooth/+archive/ppa1/+packages) samr biomaRt (probably a PITA, not looked yet) Cheers, TIM -- Tim Booth <tbooth at ceh.ac.uk> NERC Environmental Bioinforma...
2017 Jun 08
2
Logging the click data
> In case I wasn't clear: I don't think you have to modify the command > at all. Just create a template that uses the command as it currently > works. I thought we needed a new template only for the second log file? To generate the first log file using the existing $log command, I have introduced another $log command in query template that looks like:
2004 Aug 06
3
legalities of streaming
Oh, I almost forgot... If you're going under compulsory licensing: 1) Listener requests cannot be honored, otherwise you will end up labeled an "interactive service" along with Audiogalaxy Rhapsody & the like. Which means more & more expensive royalties. 2) You cannot play more than 3 songs of the same album in any 3 hour period (no more than 2 in a row). Nor can you
2013 Jun 26
24
Re: [XenARM] XEN tools for ARM with Virtualization Extensions
...older distros which don't ship libaio themselves. It really shouldn't even be considered for ARM (this is a bug in our build system IMHO). If you install the libaio (and headers etc) from your distro then configure will detect this and not use the embedded copy. (The embedded copy is on my hitlist for cruft removal for 4.4, but we are frozen for 4.3 right now so I can't touch it) FWIW I wrote up some details of how I cross compile with Debian/Ubuntu at http://wiki.xen.org/wiki/Xen_ARM_with_Virtualization_Extensions/CrossCompiling which includes lists of packages to install etc. > I...
2006 May 29
19
WYSIWYG Editors and Rails
Hi everyone, I''m currently investigating re-writing our School CMS application in Rails and the only drawback I can see is there isn''t an ample supply (if any) of WYSIWYG In-browser editors written with a raw Ruby backend. We currently use KTML4 which is written with PHP as a base. I''m interested to hear from anyone who''s integrated a PHP based editor into