search for: doc11

Displaying 8 results from an estimated 8 matches for "doc11".

Did you mean: doc1
2013 Apr 02
0
[LLVMdev] LNT ClamAV - Sorting output
On 2 April 2013 21:20, Török Edwin <edwin+ml-debian at etorok.net> wrote: > You can pass all the filenames from the inputs/ directory directly on the > command-line, instead of specifying -r inputs/. > That way the order of scanning will be exactly the one specified on the > command-line. > Hum, I think I can fix that with Make... --renato -------------- next part
2013 Apr 02
2
[LLVMdev] LNT ClamAV - Sorting output
On 04/02/2013 11:06 PM, Daniel Dunbar wrote: > On Tue, Apr 2, 2013 at 11:46 AM, Renato Golin <renato.golin at linaro.org <mailto:renato.golin at linaro.org>> wrote: > > On 2 April 2013 19:20, Daniel Dunbar <daniel at zuster.org <mailto:daniel at zuster.org>> wrote: > > What is it that makes the output of the program asynchronous? The output is
2017 Jun 08
2
Logging the click data
...for new commands i.e. $qid and $did. An example log entry assuming that we allow only 4 docs on a single result page: q101 "simple query text" [doc0, doc1, doc2, doc3] 0 q101 "simple query text" [doc4, doc5, doc6, doc7] 4 q101 "simple query text" [doc8, doc9, doc10, doc11] 8 qid taken to be very simple for the purpose of this example and I'm not really sure about the doc id format so assumed it to be like that. Also, I noticed that the existing log command in query template i.e. $log{query.log} doesn't really log anything. I created query.log in log_dir as...
2013 Apr 02
3
[LLVMdev] LNT ClamAV - Sorting output
...$(PROJ_SRC_DIR)/inputs/clam.exe \ $(PROJ_SRC_DIR)/inputs/clam.exe.bz2 \ $(PROJ_SRC_DIR)/inputs/clam-v2.rar \ $(PROJ_SRC_DIR)/inputs/clam-v3.rar \ $(PROJ_SRC_DIR)/inputs/clam.zip \ $(PROJ_SRC_DIR)/inputs/README \ $(PROJ_SRC_DIR)/inputs/rtf-test/Doc11.rtf \ $(PROJ_SRC_DIR)/inputs/rtf-test/Doc1.rtf \ $(PROJ_SRC_DIR)/inputs/rtf-test/Doc22.rtf \ $(PROJ_SRC_DIR)/inputs/rtf-test/Doc2.rtf \ $(PROJ_SRC_DIR)/inputs/rtf-test/doc3.rtf \ $(PROJ_SRC_DIR)/inputs/rtf-test/docCLAMexe.rtf \ $(PROJ_SRC_DIR)/inputs/...
2017 Jun 06
2
Logging the click data
> There's a lot of flexibility already, because the log format is just > omegascript. So I don't think you need to implement a new command to > achieve this. (Although you might need a command to generate the query > id. It depends on how you're going to do that.) Ok, I'll try adapting the existing log command to achieve the kind of logging we want. And, about the
2008 Jan 08
2
[LLVMdev] Adding ClamAV to the llvm testsuite (long)
....h > options.h > output.h > sha256.h > > ./inputs: > clam.cab > clamdoc.pdf > clam.exe > clam.exe.bz2 > clam-v2.rar > clam-v3.rar > clam.zip > dbdir > docs > large.pcm > mei16v2.m2v > README > rtf-test > tune > > ./inputs/rtf-test: > Doc11.rtf > Doc1.rtf > Doc22.rtf > Doc2.rtf > doc3.rtf > docCLAMexe.rtf > rtf1.rtf > rtf-novirus.rtf > > ./Output: > clamscan.cbe > clamscan.cbe.c > clamscan_clamscan.bc > clamscan_clamscan.o > clamscan.diff-cbe > clamscan.diff-llc > clamscan.exe-cbe > c...
2007 Dec 18
0
[LLVMdev] Adding ClamAV to the llvm testsuite (long)
Chris Lattner wrote: > One way to do this is to add a "cut down" version of the app to the > test suite. I disabled optional features in clamav-config.h > >> 2. GPL license. Chris? > > Any open source license that allows unrestricted redistribution is > fine in llvm-test Ok, I have created a script that automatically checks out ClamAV 0.92-stable source code
2007 Dec 18
3
[LLVMdev] Adding ClamAV to the llvm testsuite (long)
On Mon, 17 Dec 2007, Evan Cheng wrote: > We always welcome more tests. But it looks like there are two issues > here. > > 1. The autoconf requirement. Is it possible to get one configuration > working without the need for autoconf? One way to do this is to add a "cut down" version of the app to the test suite. > 2. GPL license. Chris? Any open source license that