search for: pown

Displaying 6 results from an estimated 6 matches for "pown".

Did you mean: down
2007 Sep 05
1
VP6 issues in Swfdec
Hi, I'm one of the Swfdec[1] Flash player developers. As you may be aware, Flash uses VP6 as a possible video decoder. Someone recently grabbed all of the videos at http://pown.alluc.org and threw them at ffmpeg. Surprisingly, lots of them killed the vp6 decoder and in turn my browser. I'll attached a series of patches for issues that I could fix myself, and point out issues I could not fix myself. If you want to reproduce the issues, you'll have to get swfdec gi...
2009 Aug 02
1
Inaccurate complex arithmetic of R (Matlab is accurate)
Dear All, Hans Borchers and I have been trying to compute "exact" derivatives in R using the idea of complex-step derivatives that Hans has proposed. This is a really, really cool idea. It gives "exact" derivatives with only a minimal effort (same as that involved in computing first-order forward-difference derivative). Unfortunately, we cannot implement this in R as the
2004 Apr 13
0
RE: Asterisk-Users digest, Vol 1 #3413 - 14 msgs
...n McMillin <sipnow@sbcglobal.net> Subject: Re: [Asterisk-Users] Dial Outside SIP address from AGI To: asterisk-users@lists.digium.com Reply-To: asterisk-users@lists.digium.com --0-2089280042-1081840585=:81681 Content-Type: text/plain; charset=us-ascii Thank you. This explains it. Nathaniel Powning <nat@powning.org> wrote: On Mon, 12 Apr 2004, Ron McMillin wrote: > Is it possible to dial an OUTSIDE SIP address while inside AGI application? For example, within extension context, I could use > [from-sip] > exten => 7723,1,Dial(SIP/897224@fwd) and this works > > where...
2004 Apr 09
5
vm e-mail notification stopped
After rebooting my asteriks server, e-mail notifications are no longer being sent after a voice-mail is left. I can see the messages in /var/spool/asterisk/vm. has anybody had the same experience? how was it resolved? Uri -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20040410/fc494bb4/attachment.htm
2014 Aug 08
2
Throttling pop3-login connections
Hi, I have a fedora20 system with dovecot-2.2.13 running various services, including pop3. I'm noticing some users are frequently hamming pop3, and wondered if this was normal, or something I should be investigating? Aug 8 14:05:20 email dovecot: pop3-login: Login: user=<user1>, method=PLAIN, rip=97.77.115.121, lip=192.168.1.1, mpid=30509, session=<DnRtDCIAUQBhTXN5> Aug 8
2010 Feb 08
7
Running wine via php
Hi, I'm trying to run a command with wine via php: Code: <?php $test = shell_exec('wine c:\\\\.exe'); echo $test; ?> [/code]