similar to: Splitting Numerical Vector Into Chunks

Displaying 20 results from an estimated 1100 matches similar to: "Splitting Numerical Vector Into Chunks"

2016 Apr 20
0
Splitting Numerical Vector Into Chunks
Perhaps x <- split(x, x == 0) Best, Ista On Wed, Apr 20, 2016 at 9:40 AM, Sidoti, Salvatore A. <sidoti.23 at buckeyemail.osu.edu> wrote: > Greetings! > > I have several large data sets of animal movements. Their pauses (zero magnitude vectors) are of particular interest in addition to the speed distributions that precede the periods of rest. Here is an example of the kind of
2016 Apr 25
0
Splitting Numerical Vector Into Chunks
Hi Is this http://stackoverflow.com/questions/2150138/how-to-parse-milliseconds-in-r what do you want? Cheers Petr > -----Original Message----- > From: Sidoti, Salvatore A. [mailto:sidoti.23 at buckeyemail.osu.edu] > Sent: Sunday, April 24, 2016 1:48 AM > To: PIKAL Petr <petr.pikal at precheza.cz>; William Dunlap > <wdunlap at tibco.com>; Ista Zahn <istazahn at
2017 Aug 27
2
glx error with nouveau
Hi IIia, Thank you very much for your help. Does the distro released more recently than Dec 2009 support OPENGL 3.3 ? Best, Yunde ________________________________ From: ibmirkin at gmail.com <ibmirkin at gmail.com> on behalf of Ilia Mirkin <imirkin at alum.mit.edu> Sent: Friday, August 25, 2017 6:27:43 PM To: Su, Yunde Cc: nouveau at lists.freedesktop.org Subject: Re: [Nouveau]
2017 Aug 27
1
glx error with nouveau
BTW, note that mesa-based drivers don't support above GL 3.0 for compatibility contexts on any hardware. Most reasonable software that requires advanced functionality uses core contexts though. On Sat, Aug 26, 2017 at 10:38 PM, Ilia Mirkin <imirkin at alum.mit.edu> wrote: > Depends on the hardware. You may be interested in looking at >
2017 Aug 24
2
glx error with nouveau
Hello all, My laptop has Nouveau installed as the graphic driver. The version is 2.6.32-573.12.1.el6.x86_64. And when I tried to run a software(CONVERGE STUDIO), I find such errors: Xlib: extension "GLX" missing on display ":0.0". QGLTempContext: No GL capable X visuals available. Xlib: extension "GLX" missing on display ":0.0". Xlib: extension
2007 Apr 06
12
Verizon-Vonage Lawsuit
May be slightly off topic, but I was wondering what everyone thinks of this latest ruling against Vonage? Does anyone really know what Verizon hold patents for, and could those patents possible affect anything in Asterisk? Who knows who Verizon will go after next. Brent -------------- next part -------------- An HTML attachment was scrubbed... URL:
2007 May 04
5
Asterisk x legacy pabx
Hi all,as good? It would like to know if already they had had success, in the integration of the functions of asterisk, with one pabx legacy (Avaya)for that pabx avaya, could use the voicemail of asterisk. For sample, user of pabx avaya, it would have its calls directed for not attendance and busy, for asterisk and asterisk, it would send the same one for the voicemail. Best Regards Josu?
2008 Oct 07
2
Cisco 7906g & SIP
Hi, I have a problem with Cisco 7906G and SIP protocol use with Asterisk 1.2.26. I have uploaded in my tftp server the firmware 'cmterm-7911_7906-sip.8-0-4SR1' that use 'SIP11.8-0-4SR1S.loads' and in SEPmacaddress.cnf.xml I have: <loadInformation>SIP11.8-0-4SR1S</loadInformation> ..but in tftp log server I have: Oct 07 11:56:22 asterisk1.local
2012 Jul 18
3
[LLVMdev] Setting up a cross-compiler for cortex-m3
On 18 July 2012 15:46, salvatore benedetto <salvatore.benedetto at gmail.com> wrote: > $ clang++ -ccc-host-triple thumbv7m-none-gnueabi noInclude.cpp -c > --sysroot=/home/emitrax/CodeSourcery/Sourcery_G++_Lite/arm-none-linux-gnueabi/libc/ Try -ccc-gcc-name arm-none-linux-gnueabi-g++ -ccc-host-triple thumbv7m-none-linux-gnueabi Sometimes it's better than sysroot, as it finds it
2007 Mar 25
2
Anyone having trouble with claling US Domestic on Sellvoip?
Nothing has changed in my Asterisk configuration and now outbound US is getting nothing, but 403's. Anyone else having the same problem? Inbound calls to my DID's are working fine. Thanks, SG -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20070325/1f30a3d3/attachment.htm
2012 Jul 18
0
[LLVMdev] Setting up a cross-compiler for cortex-m3
On Wed, Jul 18, 2012 at 5:45 PM, Renato Golin <rengolin at systemcall.org> wrote: > On 18 July 2012 15:46, salvatore benedetto > <salvatore.benedetto at gmail.com> wrote: >> $ clang++ -ccc-host-triple thumbv7m-none-gnueabi noInclude.cpp -c >> --sysroot=/home/emitrax/CodeSourcery/Sourcery_G++_Lite/arm-none-linux-gnueabi/libc/ > > Try -ccc-gcc-name
2007 May 03
3
0 duration but non-zero billsec in mysql cdr
I was just going through my call records ( stored in mysql database by cdr_MYSQL module ) and saw a record having duration = 0 and billsec of more than 50 seconds . I did a query on cdr where duration < billsec and saw that there were infact some 250 records with duration less than billsecond ( table had around 4,00,000 records) . Did anyone came across this ? I also checked csv files and they
2007 May 01
2
Change Codec
Hi I've install Asterisk 1.4.2 and its working fine. In my sip.conf I've allowed ulaw and g729. I want to change the codec for outbond calls. Please help not able to find anything using search. thanks arun -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20070501/af78de7a/attachment.htm
2007 May 05
3
asterisk telemarketer torture sound files
Hi, I have some annoying telemarketer calling me on a recurring basis, but I'd like to discourage them a bit and have some fun. I found this: http://www.voip-info.org/wiki/view/Asterisk+AEL+Telemarketer+Torture but the link to download the sound files is dead (wyoming.e-tools.com is NXDOMAIN). Anyone have a copy of these? -Adam
2012 Jul 18
2
[LLVMdev] Setting up a cross-compiler for cortex-m3
On 18 July 2012 14:33, salvatore benedetto <salvatore.benedetto at gmail.com> wrote: > but I still haven't figure out how to build for cortex-m3 > > clang -march=armv7-m -mfloat-abi=soft <something missing?> testReference.cpp -c -march should have done the trick. You can also try -mcpu=cortex-m3, or try -ccc-host-triple armv7m-none-gnueabi (or -eabi), and possibly
2012 Jul 30
2
[LLVMdev] Cross-compiling for cortex-m3: how do I get ride of -ccc-gcc-name ?
On Mon, Jul 30, 2012 at 3:51 AM, Gordon Keiser <gkeiser at arxan.com> wrote: > Making a symlink to clang in the same directory as the GCC / binutils (I'll call it $ARM_BIN) called > > arm-none-linux-gnueabi-clang (and one with clang++ too) > > and another link in the $ARM_BIN/../lib directory to clang directory located under clang's lib (for includes) > should be
2012 Jul 22
3
[LLVMdev] Setting up a cross-compiler for cortex-m3
On 22 July 2012 22:03, salvatore benedetto <salvatore.benedetto at gmail.com> wrote: > While we are at it, if a new comer would like to understand where everything > takes place, where should he look? > > I did a grep in the source and eventually ended up in clang/something/driver. That's pretty much it: clang/lib/Driver
2012 Jul 18
3
[LLVMdev] Setting up a cross-compiler for cortex-m3
On 18 July 2012 14:57, salvatore benedetto <salvatore.benedetto at gmail.com> wrote: > $ clang -march=armv7-m -mfloat-abi=soft -ccc-host-triple > armv7m-none-gnueabi testReference.cpp -c > fatal error: error in backend: CPU: 'cortex-m3' does not support ARM > mode execution! Ah, yes! Try: $ clang -ccc-host-triple thumbv7m-none-gnueabi testReference.cpp -c Cross
2012 Jul 18
1
[LLVMdev] Setting up a cross-compiler for cortex-m3
On 18 July 2012 17:08, salvatore benedetto <salvatore.benedetto at gmail.com> wrote: > I of course own you a beer :-) Thank you very much. I will remind you of that, next year, on EuroLLVM 2013. :D > Which part of gcc I'm using with that option? > Just the libc, libgcc et all? AFAIK, it uses the name to find the tool chain, and guess all other binaries from it. So it calls
2015 May 02
2
Bug#784011: xen: CVE-2015-3340: Information leak through XEN_DOMCTL_gettscinfo (XSA-132)
Source: xen Version: 4.4.1-9 Severity: normal Tags: security upstream patch fixed-upstream Hi, the following vulnerability was published for xen. CVE-2015-3340[0]: | Xen 4.2.x through 4.5.x does not initialize certain fields, which | allows certain remote service domains to obtain sensitive information | from memory via a (1) XEN_DOMCTL_gettscinfo or (2) | XEN_SYSCTL_getdomaininfolist request.