search for: piper

Displaying 20 results from an estimated 133 matches for "piper".

Did you mean: pipe
2014 Jun 25
2
[LLVMdev] Question Regarding Sign-Overflow
...make sense. > Hi, > > I have doubts on the following transformation in InstCombineAddSub.cpp. Is > it always safe to preserve NSW/NUW in this case? > > // If this is a 'B = x-(-A)', change to B = x+A. This preserves NSW/NUW. if (Value <https://cs.corp.google.com/#piper///depot/google3/third_party/llvm/llvm/include/llvm/IR/Value.h&ct=xref_jump_to_def&cl=GROK&l=69&gsn=Value> * <https://cs.corp.google.com/#piper///depot/google3/GENERATED/figments/cpp/PointerTo/start-with-ll/llvm/class-Value.cc&ct=xref_jump_to_def&cl=GROK&l=3&gsn...
2008 Jun 09
3
piper diagram
Hi, Is anyone on the list familiar with an R implementation of Piper Diagrams? Example: http://faculty.uml.edu/nelson_eby/89.315/IMAGES/Figure%209-78.jpg I am thinking that two calls to triax.plot (plotrix) along with some kind of affine-transformed standard plot would do the trick. Not so sure about the final layout, or a nice generalized version for something...
2016 Aug 31
2
2.2.25 dumps core with "Panic: file imap-client.c: line 837 (client_check_command_hangs): assertion failed: (client->io != NULL)"
...wly build package is # 2.2.25 (68082dc): /etc/opt/csw/dovecot/dovecot.conf Many thanks for your help, Andreas -------- Weitergeleitete Nachricht -------- Betreff: Re: OpenCSW question about package CSWdovecot Datum: Tue, 30 Aug 2016 08:56:44 -0700 Von: jgoerzen <jgoerzen at opencsw.org> An: piper at hrz.uni-marburg.de Hello Andreas, The OpenCSW dovecot package was built using the 2.2.25 version release tarball. No code changes or patches have been applied. I'm not sure what happened. I will respin new packages and then check to see if the git-commit hash is correct. When the pa...
2014 May 07
1
asterisk12.2.0 PJSIP2.2.0 codec translation problem
...x=/usr --enable-shared --disable-sound*--disable-resample* --disable-video --disable-opencore-amr is there a way to force asterisk back to do the codec translation? Attachment: sip show channel of the calling A-Leg 7001 NativeFormats: (g722) to the B-Leg 7000 NativeFormats: (alaw) -- *Rainer Piper* Integration engineer Koeslinstr. 56 53123 BONN GERMANY ------------------------------------------------------------------------ ------------------------------------------------------------------------ -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists...
2004 Aug 01
1
windows XP authentication issues
hello list, i am running Samba on FreeBSD 5.2.1-RELEASE. i am able to mount network folders using sharity-light from one of my other freebsd boxes 'piper' on the network with the command: shlight //cessna/videos /usr/home/iain/vidoes when logged in as the user 'iain'. there is a corresponding user on the Samba server 'cessna'. i created a user 'sasha' on 'cessna' with the same permissions as user 'iain'...
2006 Mar 29
3
V1.6.0 is not stable in IE...
...es until the browser window closes - a page refresh does not solve the problem. I can''t provide the exact code that is causing the problem though. This would indicate to me that there is something leaking now that wasn''t leaking before - has anyone else noticed this? Sam Piper SENIOR DEVELOPER domain.com.au Level 3 Wharf 7 Pirrama Road Pyrmont NSW 2009 D. 02 8596 4405 M. 0421 665 279 E. spiper-Aut7JobDRZPm3cQGBu7GGSkBLnlaf3ui@public.gmane.org I. www.domain.com.au <http://www.domain.com.au/> Part of the Fairfax Digital Network --------------------...
2015 Apr 23
2
cálculo de distancias
...cias! saludos!! Priscila -- Dra. Priscila Ana Powell Instituto de Ecología Regional Facultad de Ciencias Naturales e Instituto Miguel Lillo Universidad Nacional de Tucumán Argentina ------------ próxima parte ------------ Se ha borrado un adjunto en formato HTML... URL: <https://stat.ethz.ch/pipermail/r-help-es/attachments/20150423/8d73a78e/attachment-0001.html> ------------ próxima parte ------------ "altura" "x" "y" "size" "DAP" "1" 10 16 2 1.28679635091038 1.28 "2" 10 20 49 0.125663706143592 0.4 "3" 13 17 5...
2014 Sep 15
1
fail2ban and pjsip in asterisk 12 and 13
...39;85.25.197.23:5071' (callid: 1bfa1fcfee1e20dbe9bbbcac5d7bdffc) - No matching endpoint found and here the RegEx for fail2ban to catch this log: |NOTICE.* .*: Request from '.*' failed for '<HOST>(:[0-9]{1,5})?' (.*) - No matching endpoint found Regards| -- *Rainer Piper* Integration engineer Koeslinstr. 56 53123 BONN GERMANY Phone: +49 228 97167161 <callto:004922897167161> P2P: sip:rainer at sip.soho-piper.de:5072 (pjsip-test) XMPP: rainer at xmpp.soho-piper.de -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.d...
2019 Dec 05
2
[2.3.8] possible replication issue
I think there's a good chance that upgrading both will fix it. The bug already existed in old versions, it just wasn't normally triggered. Since v2.3.8 this situation is triggered on one dsync side, so the v2.3.9 fix needs to be on the other side. > On 5. Dec 2019, at 8.34, Piper Andreas via dovecot <dovecot at dovecot.org> wrote: > > Hello, > > upgrading to 2.3.9 unfortunately does *not* solve this issue: > > I upgraded one of my replicators from 2.3.7.2 to 2.3.9 and after some seconds replication stopped. The other replicator remained with 2.3.7...
2006 Jan 16
11
Plans to intigrate ObjectGraph in to Rails
Are there any plans to move the schema definition from migrations to the model, where it should be? Like og does, which I think is used by the ruby Nitro framework... ObjectGraph: http://www.rubygarden.org/index.cgi/Libraries/og_tutorial.rdoc Example code: [code] class Post property :title, String, :sql => ''VARCHAR2(32) NOT NULL'' property :body, String property
2015 Jul 01
3
[LLVMdev] Deriving undefined behavior from nsw/inbounds/poison for scalar evolution
----- Original Message ----- > From: "Bjarke Roune" <broune at google.com> > To: "Jingyue Wu" <jingyue at google.com> > Cc: llvmdev at cs.uiuc.edu > Sent: Tuesday, June 30, 2015 8:16:13 PM > Subject: Re: [LLVMdev] Deriving undefined behavior from nsw/inbounds/poison for scalar evolution > > Hi Adam, > > Jingyue is right. We need to keep
2016 Sep 01
3
2.2.25 dumps core with "Panic: file imap-client.c: line 837 (client_check_command_hangs): assertion failed: (client->io != NULL)"
On 01.09.2016 14:20, Piper Andreas wrote: > Hello Timo, > > with the newly build CSW-package the crashes still occur, today already > twice within two hours. The log shows always the same: > > Sep 1 11:50:13 surz113 dovecot: [ID 583609 mail.crit] imap(user): > Panic: file imap-client.c: line 837 (client...
2006 May 02
3
Sip show inuse
I have recently upgraded to 1.2.7.1 from 1.2.4. I can no longer use "sip show inuse". Below is the output... I know there are current calls: redhat*CLI> sip show inuse * User name In use Limit * Peer name In use Limit Does anyone have an idea why this isn't working? Thanks, bp
2006 Mar 07
4
should a AR object be able to see backwards?
I have two models, Stop and Station, they relate one station to many stops. Stop has_one :station Station belongs_to :stop So I can do @station.stops, but I cant do @stop.station, is this right? For example in the view I have: <% for @stop in @stops %> <tr> <td><%= @stop.station.name %></td> <td><%= @stop.time.hour.to_s + '':''
2006 Dec 19
1
Re: asterisk-users Digest, Vol 29, Issue 71
...ist at > asterisk-users-owner@lists.digium.com > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of asterisk-users digest..." > > > Today's Topics: > > 1. Re: Good Commercial Grade Service Provider? (William Piper) > 2. Re: Good Commercial Grade Service Provider? (Al Bochter) > 3. Re: sip peer name channel variable? (William Piper) > 4. Re: Good Commercial Grade Service Provider? (William Piper) > 5. Re: Good Commercial Grade Service Provider? (Al Bochter) > 6. Re: BLF on GXP200...
2019 Mar 12
3
dovecot-keywords are not preserved any more when moving mails between folders
...csw/ssl/certs/imap+pop.hrz.uni-marburg.de.pem ssl_key = # hidden, use -P to show it } -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 5394 bytes Desc: S/MIME Cryptographic Signature URL: <https://dovecot.org/pipermail/dovecot/attachments/20190312/c9de8c77/attachment.p7s>
2019 Mar 12
3
dovecot-keywords are not preserved any more when moving mails between folders
On Mar 12, 2019, Aki Tuomi via dovecot <dovecot at dovecot.org> wrote: > On 12.3.2019 13.46, Piper Andreas via dovecot wrote: > >> after an upgrade of dovecot-2.2.5 to dovecot-2.3.4 the dovecot-keywords, >> which in my case are set by thunderbird, are not preserved any more when >> moving a mail between folders. > > We are aware of this bug, and it's being tracked...
2013 Dec 03
3
Crashing with Xen (Debian Wheezy) 4.1 (deb) and 4.4 (source)
Hi, I have a system (AMD FX 8320 w/8GB RAM) that I am trying to get working with Xen. The system is installed with Debian Wheezy (7.2). I have used the pre-built xen packages and followed the instructions in the Debian Xen wiki: https://wiki.debian.org/Xen I get a crash (relevant kernel panic attached) very soon after boot on the Debian Xen 4.1 version using the stock kernel
2019 Feb 14
1
dovecot/lmtp dumps core when proxying to multiple recipients via protocol=smtp
...mail_max_userip_connections = 25 mail_plugins = " zlib imap_zlib" } I would appreciate any help on this. If any more information is needed, please ask. With many thanks and best regards, Andreas -- ________________________________________________________________________ Dr. Andreas Piper, Hochschulrechenzentrum der Philipps-Univ. Marburg Hans-Meerwein-Stra?e 6, 35032 Marburg, Germany Phone: +49 6421 28-23521 Fax: -26994 E-Mail: piper at HRZ.Uni-Marburg.DE -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkc...
1999 Oct 06
1
Java interface to R
...e been doing some programming with java servlets for data collection. I was wondering if there is a way to connect to the R-server using java to do data analysis. A java-interface or some connection class. I think there is some similar facility with SAS, although I have not looked at it. Richard Piper RNS Hospital, Sydney. -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To:...