search for: raw

Displaying 20 results from an estimated 13888 matches for "raw".

Did you mean: rao
2010 Feb 04
0
Powercom BNT-800AP
...coefficients: '{1.447400,0.000000,0.859400,0.000000}' 0.154101 battery percentage calculation coefficients: '{5.000000,0.326800,-825.000000,0.465110,0.000000}' 0.154110 voltage calculation coefficients: '{0.954500,5.000000}' 0.305927 input.frequency (raw data): [raw: 80] 0.305966 input.frequency: 60.09 0.305974 output.frequency (raw data): [raw: 80] 0.305987 output.frequency: 60.09 0.305994 ups.load (raw data): [raw: 0] 0.306008 ups.load: 0.0 0.306015 battery.charge (raw data): [raw: 197] 0.306027...
2006 Jun 07
1
Controlling Cisco 7960 Ringtone from Asterisk
...supposed to be. I've tried replacing ALERT_INFO with another ring tone I have on my system (merlin2, merlin3, etc) but I've had no luck . I'm running Asterisk 1.2.7.1. The 7960 phones have 7.4 SIP firmware loaded on them Here is what is in my RINGLIST.DAT file: R2D2 r2d2.raw Meow meow.raw Galaga galaga.raw Ahh! ahh.pcm Doh! doh.pcm Old Style ringer1.pcm Synth Low ringer2.pcm Dungeon ringer3.pcm Lightbulb ringer4.pcm Synth High ringer6.pcm Are You There M AreYouThere.raw Are You There F AreYouThere...
2020 Aug 06
2
[PATCH nbdkit] Experiment with parallel python plugin
.... With these changes, I could compare the file plugin with the new python file example, and it seems that the parallel threading models works nicely, and we get similar performance for the case of fully allocated image. I created a test image using: $ virt-builder fedora-32 -o /var/tmp/fedora-32.raw --root-password=password:root And a fully allocated test image using: $ fallocate --length 6g /var/tmp/disk.raw $ dd if=/var/tmp/fedora-32.raw bs=8M of=/var/tmp/disk.raw iflag=direct oflag=direct conv=fsync,notrunc $ qemu-img map --output json /var/tmp/disk.raw [{ "start": 0, "len...
2016 Mar 21
5
CentOS-7-x86_64-GenericCloud.raw very unusual format
Hello! Is anyone aware why CentOS-7-x86_64-GenericCloud.raw has such unusual format ? root at test-srv:~# wget http://cloud.centos.org/centos/7/images/CentOS-7-x86_64-GenericCloud.raw --2016-03-21 13:16:31-- http://cloud.centos.org/centos/7/images/CentOS-7-x86_64-GenericCloud.raw Resolving cloud.centos.org (cloud.centos.org)... 162.252.80.138 Connecting to...
2010 Oct 26
3
Reading in a tab delimitated file
Hi all, I have a total newbie question, but I could really use some help. I need to read in this file: SampleID Disease E-CBIL-28-raw-cel-1435145228.cel 1 E-CBIL-28-raw-cel-1435145451.cel 2 E-CBIL-28-raw-cel-1435145479.cel 2 E-CBIL-28-raw-cel-1435145132.cel 3 E-CBIL-28-raw-cel-1435145417.cel 3 E-CBIL-28-raw-cel-1435145301.cel 2 E-CBIL-28-raw-cel-1435145558.cel 1 E-CBIL-28-raw-cel-1435145073.cel 3 E-CBIL-28-raw-cel-143514...
2020 Aug 06
0
[PATCH nbdkit] Experiment with parallel python plugin
.... With these changes, I could compare the file plugin with the new python file example, and it seems that the parallel threading models works nicely, and we get similar performance for the case of fully allocated image. I created a test image using: $ virt-builder fedora-32 -o /var/tmp/fedora-32.raw --root-password=password:root And a fully allocated test image using: $ fallocate --length 6g /var/tmp/disk.raw $ dd if=/var/tmp/fedora-32.raw bs=8M of=/var/tmp/disk.raw iflag=direct oflag=direct conv=fsync,notrunc $ qemu-img map --output json /var/tmp/disk.raw [{ "start": 0, "len...
2020 Aug 06
0
Re: [PATCH nbdkit] Experiment with parallel python plugin
...are the file plugin with the new python > file example, and it seems that the parallel threading models works > nicely, and we get similar performance for the case of fully allocated > image. > > I created a test image using: > > $ virt-builder fedora-32 -o /var/tmp/fedora-32.raw --root-password=password:root > > And a fully allocated test image using: > > $ fallocate --length 6g /var/tmp/disk.raw > $ dd if=/var/tmp/fedora-32.raw bs=8M of=/var/tmp/disk.raw iflag=direct oflag=direct conv=fsync,notrunc > > $ qemu-img map --output json /var/tmp/disk.raw...
2011 Jul 01
0
How to filter XY pairs of inacurate gps position along track, taking into account the time index to not mix track from different days in one average track
...53833,48.95953500,48.95953333,48.95954000,48.95953667,48.95954000,48.95954500,48.95954833,48.95955500,48.95955833,48.95955667,48.95956167,48.95956000,48.95955833,48.95957000,48.95956667,48.95956000,48.95956333,48.95956167,48.95956833,48.95957167,48.95958167,48.95958833) t_index<-1:(length(Lat)) Raw<-as.data.frame(cbind(t_index,Lon,Lat)) colnames(Raw)<-c('t_index','Lon','Lat') plot(Raw$Lon,Raw$Lat,type="l",main = "lowess(cars)") # data should be or filtared or ...? #expected answer: # ver 1 ----------------------------------------------------...
2013 Feb 01
1
Problem using raw vectors with inline cfunction
Hello, >From what I understood from the documentation I found, when using the inline cfunction with convention=".C", R raw vectors should be given as unsigned char* to the C function. But consider the following script: library(inline) testRaw <- cfunction(signature(raw='raw', len='integer') , body=' int l = *len; int i = 0; Rprintf("sizeof(raw[0])=%i\\n",...
2013 Jul 11
1
inbandfec is adding samples
...ort frame (2.5), the FEC isn't supposed to do anything but it shouldn't do that should it? and 20mS frame, should do 'something' but? add audio? I'm using opus_demo for this. Here's the steps (I have my test audio in it's own folder, parallel with opus and sox): make raw audio: ../sox-14.4.1/sox music_orig.wav -t raw music_orig.raw try a few different encodings: ../opus-1.1-alpha/opus_demo audio 48000 2 128000 -framesize 2.5 -loss 10 -inbandfec music_orig.raw music_orig_f2.5_b128000_lr10_fec.raw ../opus-1.1-alpha/opus_demo audio 48000 2 128000 -framesize 2.5 -l...
2016 Mar 22
1
CentOS-7-x86_64-GenericCloud.raw very unusual format
What you mean is not listed ? Click 1) https://www.centos.org/download/ there click 2) More download choices it goes to 3) https://wiki.centos.org/Download there you see 4) Cloud / Containers , http://cloud.centos.org/centos/7/images/CentOS-7-x86_64-GenericCloud.raw raw files are very useful, they are very convenient to tweak by simply mounting using losetup. And there is no good reason to put 1 file inside tar.gz, just compressed raw.gz would be fine. On Tue, Mar 22, 2016 at 8:35 AM, Fabian Arrotin <arrfab at centos.org> wrote: > On 21/03/16 1...
2009 Mar 18
2
incoherent conversions from/to raw
i wonder about the following examples showing incoherence in how type conversions are done in r: x = TRUE x[2] = as.raw(1) # Error in x[2] = as.raw(1) : # incompatible types (from raw to logical) in subassignment type fix it seems that there is an attempt to coerce the raw value to logical here, which fails, even though as.logical(as.raw(1)) # TRUE likewise, x[2] = 1L # the vector is sil...
2009 Mar 18
2
incoherent conversions from/to raw
i wonder about the following examples showing incoherence in how type conversions are done in r: x = TRUE x[2] = as.raw(1) # Error in x[2] = as.raw(1) : # incompatible types (from raw to logical) in subassignment type fix it seems that there is an attempt to coerce the raw value to logical here, which fails, even though as.logical(as.raw(1)) # TRUE likewise, x[2] = 1L # the vector is sil...
2016 Apr 15
0
RAW.WRITE - selftests fail, smbtorture passes
...the system are mixed from various versions of LFS (7.6 through 7.9). This is a 64-bit CPU running 32-bit OS: # uname -a Linux pjnas 4.4.4-asrockN3150-001-1_pj #1 SMP Fri Mar 4 22:40:03 CET 2016 i686 GNU/Linux Samba compiles fine, but a few selftests fail. The ones I'm worried about are samba3.raw.write(nt4_dc), samba3.raw.write(ad_dc) and samba4.raw.write(ad_dc_ntvfs). All off the raw.write selftests fail at "Trying 2^32 offset". Below is output when running "make test TESTS=samba3.raw.write" === samba3.raw.write(nt4_dc) and samba3.raw.write(ad_dc) fail like this: [32...
2010 Jan 31
0
error compiling on 3.5 on OS X
...spoolss.c Compiling torture/ndr/samr.c Partially linking bin/mergedobj/torture_ndr.o Compiling torture/auth/ntlmssp.c Compiling torture/auth/pac.c Partially linking bin/mergedobj/torture_auth.o Compiling ../librpc/gen_ndr/ndr_echo_c.c Partially linking bin/mergedobj/rpc_ndr_echo.o Compiling torture/raw/qfsinfo.c Compiling torture/raw/qfileinfo.c Compiling torture/raw/setfileinfo.c Compiling torture/raw/search.c Compiling torture/raw/close.c Compiling torture/raw/open.c Compiling torture/raw/mkdir.c Compiling torture/raw/oplock.c Compiling torture/raw/notify.c Compiling torture/raw/mux.c Compiling...
2017 Sep 27
1
logic ops with zero-extent raw vectors
...bdd7ede2e2b8786 It's related to a discussion on this list: https://hypatia.math.ethz.ch/pipermail/r-devel/2016-September/073068.html <https://hypatia.math.ethz.ch/pipermail/r-devel/2016-September/073068.html> A change in logic.c:134 influences the result type of operations on zero-extent raw vectors. Old behavior: > raw(1) & raw(1) [1] 00 > raw(0) & raw(0) raw(0) New behavior: > raw(1) & raw(1) [1] 00 > raw(0) & raw(0) logical(0) I'm wondering whether the logical result type was intentional, because, to me, the old behavior seems more consistent. Best,...
2006 Jun 20
2
multi-dimension array of raw
I would like to store and manipulate large sets of marker genotypes compactly using "raw" data arrays. This works fine for vectors or matrices, but I run into the error shown in the example below as soon as I try to use 3 dimensional arrays (eg. animal x marker x allele). > a <- array(as.raw(1:6),c(2,3)) > a [,1] [,2] [,3] [1,] 01 03 05 [2,] 02 04 06 &gt...
2009 Mar 30
4
FLAG DAY: vdiskadm import/export/convert
...type (vmdk:sparse by default) in order to be used as a vdisk. Currently, there is no support for exporting a vmdk 1.1 optimized stream file. Thanks, Susan ------------------------------ Examples: Here are the interfaces for import/export/convert: # vdiskadm help import import - import a zvol, raw file, or virtual disk USAGE: vdiskadm import [-fnpqm] [-x <type>] -d <file|zvol|dsk> [-t <type[:opt]>] vdname EXAMPLE: vdiskadm import -d /downloads/image.vmdk /export/new_guests/disk1 ---- The [-fnpqm] flags are unchanged from the original vdiskadm import and are used mo...
2007 Jun 03
2
getting t.test to work with apply()
Hi, I'm interested in using apply() with t.test() on a data.frame. Specifically, I'd like to use apply() to do the following: t.test(raw.sample[1,alive],raw.sample[1,dead]) t.test(raw.sample[2,alive],raw.sample[2,dead]) t.test(raw.sample[3,alive],raw.sample[3,dead]) etc. I tried the following, apply(raw.sample,1,function(x) t.test(raw.sample[,alive],raw.sample[,dead])) but it gives me a list of identical results. Thanks, Andre...
2018 Nov 07
2
error unserializing ascii format (v2 or v3)
I ran into an interesting error unserializing a file created with ascii=TRUE: R 3.5.1 (Windows or Linux): > unserialize(serialize(list(raw=as.raw(c(39,41))), NULL, version=2, ascii=TRUE)) Error in unserialize(serialize(list(raw = as.raw(c(39, 41))), NULL, version = 2, : ReadItem: unknown type 29, perhaps written by later version of R The same error happens when the serialization is done with version=2 or version=3. It doe...