search for: 20110526

Displaying 18 results from an estimated 18 matches for "20110526".

Did you mean: 20110126
2011 May 26
1
Is this Asterisk issue of feature
...gt; h,n,NoOp(*******************never come into execution ******************) ----- Thanks and regards Virendra Bhati +91-9172341457 Asterisk Engineer -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20110526/952ba9f1/attachment.htm>
2011 May 26
5
make calls from DID
...tgoing calls from DID and what is theway to get incoming calls from DID. -- ----- Thanks and regards Virendra Bhati +91-9172341457 Asterisk Engineer -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20110526/3f19091d/attachment.htm>
2011 May 26
2
[LLVMdev] Need advice on writing scheduling pass
...> > > But if you want to add a VLIW scheduler tomorrow, I don't know what to tell you. It's a big project. > > /jakob > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110526/5c823fc6/attachment.html>
2012 May 25
2
Query about creating time sequences
..."20110509", "20110510", "20110511", "20110512", "20110513", "20110516", "20110517", "20110518", "20110519", "20110520", "20110523", "20110524", "20110525", "20110526", "20110527", "20110530", "20110531", "20110601", "20110602", "20110603", "20110606", "20110607", "20110608", "20110609", "20110610", "20110613", "20110614&q...
2011 May 25
0
decode wav file sounds noise but no when play the encode file
...g test_dec.wav with noise in that. Can anyone tell me why windows media player the ogg file (encode file) sounds better than play the decoder wav file? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/speex-dev/attachments/20110526/4c92427e/attachment.htm
2011 May 26
1
passdb: password contains illegal chars question
...ll just be a completely unintentional side effect." -- Linus Torvalds -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 1996 bytes Desc: not available URL: <http://dovecot.org/pipermail/dovecot/attachments/20110526/3468369c/attachment-0002.bin>
2011 May 24
3
Initial 6.0 trees in QA
In case you didn't see it, the initial CentOS 6 trees have been released to QA: http://qaweb.dev.centos.org/node/81 -- Paul Heinlein <> heinlein at madboa.com <> http://www.madboa.com/
2011 May 26
2
PHP Source
...ig dreams require great big thoughts and little tiny steps. +++++++++++++++++++ *Kosh*: The avalanche has already started. It is too late for the pebbles to vote. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20110526/1656876d/attachment-0005.html>
2011 May 26
1
[ANNOUNCE]: Release of iptables-1.4.11
...://git.netfilter.org/iptables.git On behalf of the Netfilter Core Team. Happy firewalling! -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: changes-iptables-1.4.11.txt URL: <http://lists.netfilter.org/pipermail/netfilter-announce/attachments/20110526/329c014d/attachment.txt>
2011 May 26
4
Good network printer/scanner for Centos/Linux
Hi List, I am looking for good multifunction (fax, scanner, ..) color network laser printer for Linux, any ideas? specs: - Linux, Windows and OSX support on printer and also on scanner. - A4 papersize http://multi.gnt.lt/Pages/brochures/HP/CM2320MFP-ENG.pdf ? thanks, -- Eero
2011 Apr 21
1
ESXi & Gluster setup options
All, We are in the process of determining a virtualized infrastructure and wanted to hear from current users of Gluster and VMWare. What we were looking to setup was an HA ESXi cluster (2 heads) with gluster backend (4 bricks to start, replicated/distributed), all backend connectivity would be 10Gbe. Mainly the storage would be for VM images but may include NAS files later. So our
2011 May 26
0
[LLVMdev] Need advice on writing scheduling pass
On Thu, May 26, 2011 at 15:07:24 +0200, Jonas Paulsson wrote: > In order to get a pre-RA scheduling, I would need something like: > - LiveVars > - PhiElim > - TwoAddr > - LiveIntervals > - Coalescing > - Scheduler (new) > - SlotIndexing > - LiveIntervals2 (new) > - RegAlloc > My qeustion then is, is it really so difficult to create the live intervals
2011 May 25
6
Asterisk 1..8 multiple queue
Hey Guys! We had migrate asterisk 1.2 to 1.8 now big issue is queue system. Before we had 3 queues and we were using AgentCallbackLogin but now its quite difficult to use AddQueueMember. Is there any easy way to logged into multiple queue using AddQueueMember ? and restrict agent for specific queue ? -S -------------- next part -------------- An HTML attachment was scrubbed...
2011 May 26
2
[LLVMdev] LLVM CodeGen Engineer job opening with Apple's compiler team
...dded devices is a plus. * Familiarity with analyzing generated code for optimization/code generation opportunities. * Strong communication and teamwork skills. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110526/9f9c7070/attachment.html>
2011 May 26
1
split data frame and manipulate
...a way to do this. I want to be able to fully manipulate and plot variables from each of the resulting data frames. Thanks, -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: datuh.dat URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20110526/18a48802/attachment.pl>
2011 May 24
0
[LLVMdev] Need advice on writing scheduling pass
On May 24, 2011, at 8:22 AM, Jonas Paulsson wrote: > Hi (Jakob), > > in reference to the prior message below, I have the following follow-up questions, as I also need a scheduling pass > prior to regalloc. I need to do this in order to set VLIW-flags, so that the RA is aware of several MI's > per cycle with a redefined LiveRange::overlap-function. On a multiple-issue cycle, a
2011 May 24
4
[LLVMdev] Need advice on writing scheduling pass
Hi (Jakob), in reference to the prior message below, I have the following follow-up questions, as I also need a scheduling pass prior to regalloc. I need to do this in order to set VLIW-flags, so that the RA is aware of several MI's per cycle with a redefined LiveRange::overlap-function. On a multiple-issue cycle, a register that gets killed can be reused by another MI - these live ranges do
2011 May 10
13
Proposed table specification (long!)
Gentlefolk, I have been thinking on Markdown's lack of "proper" table support for a long while now. Here's where I have arrived... ## I Don't Like HTML Tables It is often argued that embedded HTML is the way to markdown rich tables. Unfortunately, this contradicts the higher markdown ideal that a raw markdown document (including tables!) should be good 1. Firstly for