search for: powned

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

Did you mean: owned
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
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
I have two grandstream budtetone-100 and cisco 7960g phones. When I talk via speaker phone on either of the phones I get a lot of echo. Any suggestions? Also how do I turn on the mark echo canceller. -----Original Message----- From: asterisk-users-admin@lists.digium.com [mailto:asterisk-users-admin@lists.digium.com] On Behalf Of asterisk-users-request@lists.digium.com Sent: Tuesday, April 13,
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]