search for: sdata

Displaying 20 results from an estimated 193 matches for "sdata".

Did you mean: data
2007 Jan 08
3
Speeding things up
Hi, is it possible to do this operation faster? I am going over 35k data entries and this takes quite some time. for(cnt in 2:length(sdata$date)) { if(sdata$value[cnt] < sdata$value[cnt - 1]) { sdata$ddtd[cnt] <- sdata$ddtd[cnt - 1] + sdata$value[cnt - 1] - sdata$value[cnt] } else sdata$ddtd[cnt] <- 0 } return(sdata) Thank you, Benjamin
2007 Jan 09
2
Logical operations or selecting data from data.frames
Hi all, why doesn't something like this does not work? speedy <- (sdata$VaR < sdata$DdtdAbs) && sdata$DdtdDuration >= qpois(pct,lambda) && sdata$Ddtd > MinDD or sdata$Ddtd[sdata$Ddtd > 0 && sdata$VaR < sdata$DdtdAbs] sdata looks like this: dataId date value Ddtd VaR DdtdAbs DdtdDuration 18948 79637 2004-07-2...
2005 Apr 07
5
apply
Hi, simple question I guess: the following line works well: aveBehav=c(apply(sdata, 2, mean)) However, I would like to pass an argument to the function mean, namely na.rm=TRUE Does anyone knows how to do this? Thanks in advance, Jan
2019 Apr 02
2
CMake support for Opus proposal (in addition to Autotools)
...ee the attached patch for changes or the pull request here: > https://nam01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fxiph%2Fopus%2Fpull%2F100&amp;data=02%7C01%7C%7C47f897fd8d6e42c8336c08d6b739d457%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636897856328827874&amp;sdata=ulSL9eGKj8cVt6VPufmkod061Ii56r%2FAsFXvOjyWu44%3D&amp;reserved=0 > <https://nam01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fxiph%2Fopus%2Fpull%2F100&amp;data=02%7C01%7C%7C47f897fd8d6e42c8336c08d6b739d457%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C63689785632882...
2019 Apr 02
2
CMake support for Opus proposal (in addition to Autotools)
...he attached patch for changes or the pull request here: >> https://eur01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fxiph%2Fopus%2Fpull%2F100&amp;data=02%7C01%7C%7C83448751302e4bd85a8908d6b79a58ab%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636898270884177946&amp;sdata=Ed139jcES0woXrPabecRjGq7vGrnvpZJkRBQ8ty86Ys%3D&amp;reserved=0 >> <https://eur01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fxiph%2Fopus%2Fpull%2F100&amp;data=02%7C01%7C%7C83448751302e4bd85a8908d6b79a58ab%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636898270884...
2014 Mar 13
1
Any help Address 0xfffffffe out of bounds in app_confbridge.casterisk-11.5.1 using confbridge.conf
...ast_verb(3 ,"==Inside load_module=="); ast_verb(3 ,"\n ==Inside load_module==\n "); ast_log(LOG_NOTICE ,"\n ==Inside load_module==\n "); //tes4 //const char *data= (char*)malloc(sizeof(char) * 256); char *sdata="4000,acPd"; ast_verb(3 ,"\n ==Inside load_module sdata [%s] at [%p] len[%d]\n ",sdata,&sdata,strlen(sdata)); ast_log(LOG_NOTICE ,"\n ==Inside load_module sdata [%s] at [%p] and len[%d]\n ",sdata,&sdata,strlen(sdata));...
2008 Mar 30
2
problem with white space
Hi, I need to resample characters from a dataset that consists of an extremely long string that is written over hundreds of thousands of lines, each of length 50 characters. I am currently doing this by first inserting a space after each character in the dataset and then using the following commands: y <- as.matrix(read.table("data.txt"), stringsAsFactors=FALSE) bstrap <-
2019 Apr 02
0
CMake support for Opus proposal (in addition to Autotools)
...he attached patch for changes or the pull request here: >> https://nam01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fxiph%2Fopus%2Fpull%2F100&amp;data=02%7C01%7C%7C47f897fd8d6e42c8336c08d6b739d457%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636897856328827874&amp;sdata=ulSL9eGKj8cVt6VPufmkod061Ii56r%2FAsFXvOjyWu44%3D&amp;reserved=0 >> <https://nam01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fxiph%2Fopus%2Fpull%2F100&amp;data=02%7C01%7C%7C47f897fd8d6e42c8336c08d6b739d457%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C6368978563...
2020 Mar 22
2
GSoC Interested student
...starting with the project proposed by Johannes here: > https://nam01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fllvm%2Fllvm-project%2Fissues%2F180&amp;data=01%7C01%7Chtobonm%40eafit.edu.co%7C2623ce41dabf4613303e08d7ce0570e7%7C99f7b55e9cbe467b8143919782918afb%7C0&amp;sdata=oOXfSmxJZCwH5BhydZMwaoO5cXe10NKladeSYh%2F8z%2FA%3D&amp;reserved=0. > > > The first task is identifying OpenMP API calls referred to device memory > allocation. I first understood how the compiler driver orchestrates the > process of offloading OpenMP regions to devices, and now...
2016 Mar 28
2
Is it possible to extend log message?
...*handler, void *ctx) @@ -448,11 +448,11 @@ do_log(LogLevel level, const char *fmt, va_list args) } else { #if defined(HAVE_OPENLOG_R) && defined(SYSLOG_DATA_INIT) openlog_r(argv0 ? argv0 : __progname, LOG_PID, log_facility, &sd - syslog_r(pri, &sdata, "%.500s", fmtbuf); + syslog_r(pri, &sdata, "%s", fmtbuf); closelog_r(&sdata); #else openlog(argv0 ? argv0 : __progname, LOG_PID, log_facility); - syslog(pri, "%.500s", fmtbuf); + syslog...
2005 Feb 04
1
Keeping the data of C structure in R variables?..
Dear all, does anybody know if there is a way to implement the following idea: if for example I have a C/C++ structure of form: struct { int size; char * data; } SData; in C code I could create some implementation that would create this structure by pointer and fill in the data, so I would have a variable something like SData* myData; Now what I need is to pass this data to a certain SEXP structure and keep it completely in R, thus setting myData = NULL and...
2005 Feb 04
1
Keeping the data of C structure in R variables?..
Dear all, does anybody know if there is a way to implement the following idea: if for example I have a C/C++ structure of form: struct { int size; char * data; } SData; in C code I could create some implementation that would create this structure by pointer and fill in the data, so I would have a variable something like SData* myData; Now what I need is to pass this data to a certain SEXP structure and keep it completely in R, thus setting myData = NULL and...
2019 Apr 10
0
CMake support for Opus proposal (in addition to Autotools)
...ttached patch for changes or the pull request here: >>> https://eur01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fxiph%2Fopus%2Fpull%2F100&amp;data=02%7C01%7C%7C83448751302e4bd85a8908d6b79a58ab%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636898270884177946&amp;sdata=Ed139jcES0woXrPabecRjGq7vGrnvpZJkRBQ8ty86Ys%3D&amp;reserved=0 >>> <https://eur01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fxiph%2Fopus%2Fpull%2F100&amp;data=02%7C01%7C%7C83448751302e4bd85a8908d6b79a58ab%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C63689827...
2019 Aug 22
2
h265 codec pass through on asterisk
...e used as a base. [1] https://eur01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgerrit.asterisk.org%2Fc%2Fasterisk%2F%2B%2F6079&amp;data=02%7C01%7Cf.floimair%40commend.com%7C0a9d13050a7d4d01b30f08d726e6e45c%7C13b1ddb756454e7fbe663171548559da%7C0%7C0%7C637020645424140187&amp;sdata=ypez4T%2BQyKSK3MC7RYvPuPHlPw5Xjur8cE4tEh85BA0%3D&amp;reserved=0 -- Joshua C. Colp Digium - A Sangoma Company | Senior Software Developer 445 Jan Davis Drive NW - Huntsville, AL 35806 - US Check us out at: https://eur01.safelinks.protection.outlook.com/?url=www.digium.c...
2020 Mar 22
2
GSoC Interested student
...ting with the project proposed by Johannes here: >> https://nam01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fllvm%2Fllvm-project%2Fissues%2F180&amp;data=01%7C01%7Chtobonm%40eafit.edu.co%7Cec2747b9c96d4b8ddc0f08d7ce862a84%7C99f7b55e9cbe467b8143919782918afb%7C0&amp;sdata=zTnmQJZUEiXL4B2AL07ABtV8pLfiRNKWm%2BrCgskxgb0%3D&amp;reserved=0. >> >> >> The first task is identifying OpenMP API calls referred to device memory >> allocation. I first understood how the compiler driver orchestrates the >> process of offloading OpenMP regions to...
2019 Aug 22
2
h265 codec pass through on asterisk
All, I'm using asterisk 16.4.0 with h264 and opus quite well using linphone 4.1 client on android and baresip on linux. I'm exploring use of h265 for improved video quality/lower network bandwidth. I do not see pass through support on asterisk for h265/hvec. All my SIP clients and underlying hardware have hvec/h265 encoding and decoding available. I would have liked vp9 however, vp9
2019 Jan 18
0
[klibc:master] mips: use -Ttext-segment when linking shared library
...- *(.rel.rodata .rel.rodata.* .rel.gnu.linkonce.r.*) - *(.rel.data .rel.data.* .rel.gnu.linkonce.d.*) - *(.rel.tdata .rel.tdata.* .rel.gnu.linkonce.td.*) - *(.rel.tbss .rel.tbss.* .rel.gnu.linkonce.tb.*) - *(.rel.ctors) - *(.rel.dtors) - *(.rel.got) - *(.rel.sdata .rel.sdata.* .rel.gnu.linkonce.s.*) - *(.rel.sbss .rel.sbss.* .rel.gnu.linkonce.sb.*) - *(.rel.sdata2 .rel.sdata2.* .rel.gnu.linkonce.s2.*) - *(.rel.sbss2 .rel.sbss2.* .rel.gnu.linkonce.sb2.*) - *(.rel.bss .rel.bss.* .rel.gnu.linkonce.b.*) - } - .rela.dyn : - { -...
2020 May 01
4
Length of dial string
Hi all as per the new release notice for 13.33.0 received today - can anyone advise me the max limit of the string to the Dial Command - see * [ASTERISK-27946 <BLOCKED::https://issues.asterisk.org/jira/browse/ASTERISK-27946> ] - dial (API): Storage of dialed target uses AST_MAX_EXTENSION when it shouldn't I have been fighting with this issue for months trying to find a solution I
2020 Mar 19
2
GSoC Interested student
...p#L437<https://nam01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fllvm%2Fllvm-project%2Fblob%2Fmaster%2Fllvm%2Flib%2FTransforms%2FIPO%2FOpenMPOpt.cpp%23L437&data=01%7C01%7Chtobonm%40eafit.edu.co%7C60068814c014449f011808d7c5bafa38%7C99f7b55e9cbe467b8143919782918afb%7C0&sdata=LN1PaCRL7EasnWgZYoc1GzdXHL2NqTwgFuqMj196HSQ%3D&reserved=0> I have a question. When there is a mismatch in the types (return type or argument types) between the function declaration found and the runtime library function, what should I do?. Show an error or a warning?, continuing with the pa...
2019 Apr 02
2
CMake support for Opus proposal (in addition to Autotools)
Hi, Here is a proposal for adding CMake in addition of Autotools. See the attached patch for changes or the pull request here: https://github.com/xiph/opus/pull/100 The CMake scripts are parsing the filelist from Autotools, so only one file list needs to be maintained. With this change the checked in Visual Studio solution can be removed and no longer need to be maintained and updated when