search for: binary2

Displaying 3 results from an estimated 3 matches for "binary2".

Did you mean: binary
2011 Apr 20
2
'Record' row values every time the binary value in a collumn changes
...1 [9,] 2 16 1 [10,] 2 17 0 [11,] 2 19 0 As output I need a shortlist for each binary block: giving me the starting and ending position of each block. Which for these example would look like this: Chromosome2 position_start position_end binary2 [1,] 1 12 18 1 [2,] 1 20 36 0 [3,] 2 12 16 1 [4,] 2 17 19 0 Part 2: Based on the output of part 1, I need to assign the binary to rows of another...
2016 Mar 04
2
llvm-cov accepting many binary files for aggregated coverage reports
...gle call to llvm-cov. Presently the command format is: llvm-cov show [options] <executable | object file> <Source files>. I suggest adding the option "-bin=<executable | object file>" so that more than one binary (or object file) can be listed as: -bin=binary1.elf -bin=binary2.elf -bin=binary3.elf. I would like people’s opinions first so that may be acceptable when I come to upstream this. Thanks -- Ying Yi SN Systems Ltd - Sony Computer Entertainment Group. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pip...
2020 Aug 20
15
[PATCH nbdkit 0/13] Port to Windows without using a separate library.
Also available here: https://github.com/rwmjones/nbdkit/tree/2020-windows-mingw-nolib After a lot of work I have made the port to Windows work without using a separate library. Instead, on Windows only, we build an "import library" (library of stubs) which resolves references to nbdkit_* functions in the main program and fixes up the plugin, basically the first technique outlined in