Displaying 17 results from an estimated 17 matches for "total_length".
2010 Apr 07
2
help in attach function
...ng object(s) are masked from total ( position 3 ) :
acid base cell_evalue cell_hit charged freq_cell freq_hypo freq_intra
gene_id gene_name hydrophobic hypo_evalue hypo_hit log_cell log_hypo
log_pfam num_cell num_genes operon_id outcome pfam_align pfam_evalue
pfam_per_id polar position target total_length
--
Sincerely,
Changbin
--
[[alternative HTML version deleted]]
2013 Jun 16
3
Backend for Lucene format indexes-How to get doclength
...ported
too
example/quest.cc is used to test this demo. query like this:
field_name:term, or file_name:term1 AND field_name:term2
Until now, I found some data needed for BM25 in Xapian are not existed in
Lucene:
1. doclength_lower_bound?doclength_upper_bound
2. wdf_lower_bound?wdf_uppper_bound
3. total_length
4. doclength(for each document)
1-3 are statistics data, can be caculated when doing copydatabase, and
store them in somewhere. But doclengh is
hard to do this way.
1. some other data instead of doclength?
2. Xapian support other rank algorithm which does not need doclength?
Is there some suggesti...
2002 Feb 11
4
Seeking in a saved stream; or,Why isn't thatsucker valid?
...4.ogg
filename=radio4.ogg
erial=1037942235
header_integrity=pass
vendor=Xiphophorus libVorbis I 20011217
version=0
channels=2
rate=44100
bitrate_upper=none
bitrate_nominal=96016
bitrate_lower=none
stream_integrity=pass
bitrate_average=65
length=182692.561270
playtime=3044:52
stream_truncated=true
total_length=182692.561270
total_playtime=3044:52 <----------------- what winamp also thinks.
E:\>
----------------------------------
While this looks allright, there appears to be some errors:
Obviously playtime/total lenght is way up. (true time is 1.50)
Average bitrate was...
2010 Dec 16
1
my function does not work for large data set
Dear R community,
I have one function, it works for small data set, but does not work on large
data set, can anyone help me with this?
> #creat new variable by dividing each aa dimer by total_length.
> imper<-function(x, file) {
+ round(x/file$length, 5)
+ }
> dim(test)
[1] 999 2402
> test[varname[2:2401]]<- apply(as.matrix(test[varname[2:2401]]), 2,
function (x) imper(x, test))
> dim(dimer.nn)
[1] 999554 2402
> dimer.nn[varn...
2008 Jul 17
3
[LLVMdev] RFC: debug_line Emission
...chitecture i386)
----------------------------------------------------------------------
.debug_line contents:
----------------------------------------------------------------------
debug_line[0x00000000]
----------------------------------------------------------------------
Line table prologue:
total_length: 0x00000027
version: 0x0002
prologue_length: 0x00000017
min_inst_length: 0x01
default_is_stmt: 0x01
line_base: -10
line_range: 245
opcode_base: 0x0a
standard_opcode_lengths[ DW_LNS_copy ] = 0
standard_opcode_lengths[ DW_LNS_advance_pc ] = 1
standard_opcode_l...
2002 Jan 22
1
ogginfo integrity tests
After accidentally ogginfo-ing a WAV file, I'm wondering if there's
any reason I shouldn't commit my fix that breaks out of the current
file test if header integrity fails.
Is there any case where the header integrity will fail but there is
still any useful information to get out of the stream? I don't think
so...
--
Kenneth Arnold <ken@arnoldnet.net>
- "Know
2002 Aug 09
1
Odd broken oggs ...
...ogginfo rc3
erial=715851111
header_integrity=pass
<snip>
vendor=Xiphophorus libVorbis I 20010813
version=0
channels=2
rate=44100
bitrate_upper=none
bitrate_nominal=128000
bitrate_lower=none
stream_integrity=pass
bitrate_average=132758
length=212.240000
playtime=3:32
stream_truncated=false
total_length=212.240000
total_playtime=3:32
-----------------
What could cause this? (Other than physical data loss.) This file never
went anywhere. Ripped with grip, directly to a local hard drive...
possibly a bad sector though, hard drive was replaced, was still under
warranty. Didn't think the oggs we...
2007 May 04
1
Last minute feature for 1.0.0
I'd like to draw people's attention to bug report #143 that I've just
submitted. This is a proposal (and patch) to add the ability to store
arbitrary metadata associated with a database (rather than with an
individual document in the database). The rationale for this feature is
explained more fully in the bug report, but briefly I've come across
several situations where I
2007 Jul 17
1
BUG IN XAPIAN_FLUSH_THRESHOLD
There is is bug when setting XAPIAN_FLUSH_THRESHOLD=20000000
When trying for force Xapian flush documents to flush after 20 million
documents Xapian ignores the size and flush it after only 10,000
documents.
Data captured from delve after 60 seconds interval when has been set as follow:
XAPIAN_FLUSH_THRESHOLD=20000000
perl -e ' while(1) { system("delve ."); sleep(60); } '
2003 Sep 11
1
"wrong" total time from ov_time_total
...udio, for
example, 8,820 Hz or so. I haven't tryed with sample rates above 44,100 Hz.
Does something special has to be used to record audio at different sample
rates? I'm correctly passing the sample rate and the number of channels to
the encoder.
I'm using ov_time_total like this:
total_length = ov_time_total(&oggvorbis_file, -1);
Thanks, and regards
Rodrigo Gómez
<p><p>--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'vorbis-dev-request@xiph.org'
contain...
2014 Feb 19
2
[LLVMdev] [lldb-dev] How is variable info retrieved in debugging for executables generated by llvm backend?
...6})
>
> 0x00000092: DW_TAG_pointer_type [6]
> 0x00000093: DW_AT_type [DW_FORM_ref4] (cu + 0x008d => {0x0000008d})
>
> 0x00000097: NULL
>
> .debug_frame contents:
>
>
> .debug_aranges contents:
>
> .debug_line contents:
> Line table prologue:
> total_length: 0x00000037
> version: 2
> prologue_length: 0x0000001d
> min_inst_length: 1
> default_is_stmt: 1
> line_base: -5
> line_range: 14
> opcode_base: 13
> standard_opcode_lengths[DW_LNS_copy] = 0
> standard_opcode_lengths[DW_LNS_advance_pc] = 1
> stan...
2014 Feb 18
1
[LLVMdev] [lldb-dev] How is variable info retrieved in debugging for executables generated by llvm backend?
All of this information is contained in the DWARF debug info that you must generate. Are you generating DWARF? If not, you will need to. If so, please attach an example program that contains DWARF and specify which function you are having trouble getting variable information for.
Greg Clayton
On Feb 18, 2014, at 12:44 AM, 杨勇勇 <triple.yang at gmail.com> wrote:
> Hi, all
>
> I
2014 Feb 18
4
[LLVMdev] How is variable info retrieved in debugging for executables generated by llvm backend?
Hi, all
I ported llvm backend and lldb recently. Both tools can basically work.
lldb is able to debug programs in asm style and frame unwinding is OK.
But "frame variable XX" does not work because lldb is not able to determine
the address of
XX from debug info.
Can someone give any clue?
Thanks in advance.
--
杨勇勇 (Yang Yong-Yong)
-------------- next part --------------
An HTML
2012 Sep 17
9
[PATCH] Upgrade vtpmd to berlios version 0.7.4
...S) {
-+ return -1;
-+ }
-+
-+#ifdef VTPM_MUTLI_VM
-+ close(vtpm_tx_fh); close(vtpm_rx_fh);
-+#endif
-+
-+ printf("\tFinishing up SaveNVM\n");
-+ return (0);
- }
-
- int tpm_read_from_file(uint8_t **data, size_t *data_length)
- {
-- int fh;
-- ssize_t res;
-- size_t total_length;
-- fh = open(opt_storage_file, O_RDONLY);
-- if (fh < 0) return -1;
-- total_length = lseek(fh, 0, SEEK_END);
-- lseek(fh, 0, SEEK_SET);
-- *data = tpm_malloc(total_length);
-- if (*data == NULL) {
-- close(fh);
-- return -1;
-- }
-- *data_length = 0;
--...
2009 Jul 18
26
network misbehaviour with gplpv and 2.6.30
With GPLPV under 2.6.30, GPLPV gets the following from the ring:
ring slot n (first buffer):
status (length) = 54 bytes
offset = 0
flags = NETRXF_extra_info (possibly csum too but not relevant)
ring slot n + 1 (extra info)
gso.size (mss) = 1460
Because NETRXF_extra_info is not set, that''s all I get for that packet.
In the IP header though, the total length is 1544 (which in itself
2009 Jul 18
26
network misbehaviour with gplpv and 2.6.30
With GPLPV under 2.6.30, GPLPV gets the following from the ring:
ring slot n (first buffer):
status (length) = 54 bytes
offset = 0
flags = NETRXF_extra_info (possibly csum too but not relevant)
ring slot n + 1 (extra info)
gso.size (mss) = 1460
Because NETRXF_extra_info is not set, that''s all I get for that packet.
In the IP header though, the total length is 1544 (which in itself
2014 Feb 20
2
[LLVMdev] [lldb-dev] How is variable info retrieved in debugging for executables generated by llvm backend?
...093: DW_AT_type [DW_FORM_ref4] (cu + 0x008d =>
> {0x0000008d})
> >
> > 0x00000097: NULL
> >
> > .debug_frame contents:
> >
> >
> > .debug_aranges contents:
> >
> > .debug_line contents:
> > Line table prologue:
> > total_length: 0x00000037
> > version: 2
> > prologue_length: 0x0000001d
> > min_inst_length: 1
> > default_is_stmt: 1
> > line_base: -5
> > line_range: 14
> > opcode_base: 13
> > standard_opcode_lengths[DW_LNS_copy] = 0
> > standard_op...