Displaying 18 results from an estimated 18 matches similar to: "Extracting windows from time series"
2016 Apr 07
2
Storing output of loop into list()
Hello. I am trying to store the output from a loop into a matrix. Failed so far, thanks for the help.
What I want to store into a new matrix: (just run the code once):
temps<-rnorm(400,14,0.05)
ttind<-NULL
for(ti in 1:(length(temps)-9)) {
if(temps[ti]-temps[ti+9] >= 0.1 && max(temps[ti]-temps[ti+1:9]) > -0.05)
ttind<-c(ttind,ti)
}
for(ti in 1:length(ttind)) {
2018 Oct 11
1
Ask for little change :)
Is it possible, that dovecot-lmtp, has in inserted "Received:" header
something about its version ie.
instead:
--8<---------------cut here---------------start------------->8---
Received: from alfa.kjonca by alfa.kjonca with LMTP id
n1O7D5Q3v1toSQAApvcrCQ (envelope-from <envelope at from>)
for <kjonca at localhost>; Thu, 11 Oct 2018 13:44:20 +0200
2010 Feb 12
4
passing parameters to deliver
Is any posibility to pass parameters/environment variables to deliver
with sieve plugin?
I have some procmail rules to decide where mail should go, which
can't be migrated to sieve (uses external programs). So far I write it
to maildirs, but I wonder to migrate to mdbox, and procmail can't
handle it. Any ideas?
KJ
--
2016 Oct 13
4
Filing bug report
Hi,
switching from LLVM 3.8.1 to the LLVM Realease 3.9 branch an assertion gets thrown, when I use opt
on some program.
I build a reproducer according to the bug report guidelines and asked for a user account.
How long does it normally take to get this account?
Best regards,
Florian
Mit freundlichen Grüßen / Best Regards / Cordialement,
Florian PICHLMEIER
R&D VIS Infrastructure
2004 May 28
0
Problem with digits blending on inbound puls ed digits?
To answer my own question for the record:
The relevant timing parameters in zaptel.h are
#define ZT_MINPULSETIME (15 * 8) /* 15 ms minimum */
#define ZT_MAXPULSETIME (100 * 8) /* 150 ms maximum default, lowered
to 100ms */
#define ZT_PULSETIMEOUT ((ZT_MAXPULSETIME / 8) + 50)
And the pulse detecion loop that consumes these parameters begins at line
4866 of zaptel.c
The
2012 Dec 07
3
[LLVMdev] Need to create symbols only once
Hi Nick,
We have few symbols like __bss_start, __bss_end, which are Undefined
symbols in the code.
I want a way in the Reader to create specific atoms before the linker
bootstraps.
I didnt find a way to do that with the existing interfaces.
The way it needs to work is as below :-
1) ReaderELF creates Absolute symbols (for __bss_start, __bss_end etc)
2) ReaderELF reads each file and adds
2012 Dec 10
1
[LLVMdev] Need to create symbols only once
Thanks for the reply Nick.
I will use the Writer::addFiles functionality. Do you want to move the
SimpleFile class to lld/Core ?
It might be useful for other types of object files too(like for ELF here).
How does typeFirstInSection/typeLastinSection know that the addresses
that need to be used for those symbols are the symbol values for the
section start / section end ?
I didnt see
2012 Dec 07
0
[LLVMdev] Need to create symbols only once
On Dec 7, 2012, at 11:51 AM, Shankar Easwaran wrote:
> We have few symbols like __bss_start, __bss_end, which are Undefined symbols in the code.
>
> I want a way in the Reader to create specific atoms before the linker bootstraps.
>
> I didnt find a way to do that with the existing interfaces.
>
> The way it needs to work is as below :-
>
> 1) ReaderELF creates
2018 Nov 11
2
After reboot the server nmb service is not acitve.
I create multiple server instances for the samba with systemd, everything
ok, but after reboot server, the service nmb does not work randomly.
selinux disable
samba version 4.2.10
config smb
[global]
workgroup = WORKGROUP3
netbios name = net3
security = user
interfaces = enp7s0f3
bind interfaces only =
2001 Feb 15
3
who frees dd and xd in X11_Open?
Hi, I'm not sure this is a bug in the code, the comment or my
thinking. So first try goes to r-devel... I find the following
comment in X11_Open () (src/unix/X11/devX11.c):
/* if we have to bail out with "error", then must free(dd) and free(xd) */
A couple lines down, there is:
if (!strncmp(dsp, "png::", 5)) {
FILE *fp;
#ifndef HAVE_PNG
error("No png support
2007 Mar 08
0
Fwd: Back to back E1 - asterisk <=> toshiba pbx -Call droping
Before studying your configs, what have you tried so far?
Did you change this?
Also, try changing your second span timing from span=2,2,0,ccs,hdb3,crc4
to span=2,0,0,ccs,hdb3,crc4.
Here is the documentation on voip-info for why it may be the cause of
your issues
http://www.voip-info.org/wiki/view/Zaptel.conf+span+syntax
span definition format:
2020 Nov 12
0
Examples request - tinc witn tun/utun mode=router
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
On Thu, 12 Nov 2020, Graeme Tattersall wrote:
>
> Hi Folks,
Hi Graeme,
> Does anyone have a set of config files handy, using tinc in routed/tun
> mode (preferably DeviceType=utun)
I have 'DeviceType = tun', does that qualify? (running on linux)
>
>
> I'm particularly interested to see what the tinc-up and
2007 Mar 22
2
Asterisk 1.4.2
Hi all,
I upgrade my asterisk from 1.2.11 to 1.4.2 changing my entire dial plan
but I have the following errors and I'm not able to call anymore. Do you
know what can I have to do?
My Asterisk is connected to a patton with a SIP trunk.
[Mar 22 10:19:03] WARNING[16462]: chan_sip.c:12311 handle_response:
Remote host can't match request BYE to call
2020 Nov 12
2
Examples request - tinc witn tun/utun mode=router
Hi Folks,
Does anyone have a set of config files handy, using tinc in routed/tun
mode (preferably DeviceType=utun)
I'm particularly interested to see what the tinc-up and tinc-down files
should look like when the vpn is not using tap mode.
I have this, from my tap (switch mode tinc) , but it doesn't work for
tun devices.
ifconfig $INTERFACE inet 10.10.101.2/24 up
If I run my
2020 Jul 06
2
failed to compile samba-4.12.5
Hello Sirs,
I met a problem at the last step of compiling samba. could someone help me ?
Thank you in advance.
samba version -- samba-4.12.5
OS info: Fedora release 32
steps to reproduce issue:
1. sudo dnf builddep libldb samba
2. wget https://download.samba.org/pub/samba/stable/samba-4.12.5.tar.gz
3. tar -xf samba-4.12.5.tar.gz
4. ./configure --enable-debug --enable-selftest --with-systemd
5.
2007 Mar 07
1
Re: Back to back E1 - asterisk <=> toshiba pbx - Call droping
Hi steve and All,
I'm attaching cat proc/interrupts out put, lspci -bv out put, zapa.conf,
zaptel.conf for your information
Thanks so much for the feedback and I do accordingly. Hope to get rid off
this isue any how.
To day also reported 10 call drops within 2 hours of period.
fook forward to have your support on this regard.
Thanks & Regards,
Vidura Senadeera,
Network Engineer,
2008 Jun 30
4
Rebuild of kernel 2.6.9-67.0.20.EL failure
Hello list.
I'm trying to rebuild the 2.6.9.67.0.20.EL kernel, but it fails even without
modifications.
How did I try it?
Created a (non-root) build environment (not a mock )
Installed the kernel.scr.rpm and did a
rpmbuild -ba --target=`uname -m` kernel-2.6.spec 2> prep-err.log | tee
prep-out.log
The build failed at the end:
Processing files: kernel-xenU-devel-2.6.9-67.0.20.EL
Checking
2003 Apr 15
3
SNAT or DNAT or what?
Hello,
I have a Debian-Woody-3.0 Router with 3 NIC''s.
Kernelversion 2.4.18
+------------+ +-------------+
| | | |
|192.168.1.1 | | 192.168.2.1 |
| DSL-Router | | ISDN-Router |
+------------+ +-------------+
| |