search for: 20120227

Displaying 20 results from an estimated 26 matches for "20120227".

2012 Feb 27
2
CDR Analyzer/Queue stats reporting
...Noah Engelberth MetaLINK Technologies System Administration nengelberth at team-meta.net<mailto:nengelberth at team-meta.net> 419-636-0999 ext 100 -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20120227/edf4aaa8/attachment.htm> -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: AVG Certification.txt URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20120227/edf4aaa8/attachment.txt>
2012 Feb 27
3
[LLVMdev] How to unroll loop with non-constant boundary
...s: Is it possible to unroll loop with non-constant boundary using standard LLVM 3.1 facilities, and, if it is, how I can do that? Best regards, Nicolas -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120227/930d1070/attachment.html>
2012 Feb 27
0
[LLVMdev] llvm-stress for fuzzing llvm
...ny review or distribution > by others is strictly prohibited. If you are not the intended > recipient, please contact the sender and delete all copies. > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120227/6397736d/attachment.html> -------------- next part -------------- A non-text attachment was scrubbed... Name: forloop.diff Type: text/x-patch Size: 764 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120227/6397736d/attachment.bin>
2012 Feb 28
0
[LLVMdev] LLVM bay-area social!
...on Thursday, 6:30pm at St. Stephens Green in Mountain View. As is the custom, please RSVP at http://llvmbayarea.appspot.com/ . Hope to see everyone there! Nick -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120227/c15f5fcd/attachment.html>
2012 Feb 27
0
[Bulk] Re: Problem with wine and Firefox, Thunderbird or Seamonkey...
...ese problems will be a low priority, if at all. Why do you need to use Firefox/SeaMonkey under Wine when their native versions work 'just fine'? James -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://www.winehq.org/pipermail/wine-users/attachments/20120227/fac77b6a/attachment.html>
2012 Feb 27
0
CentOS Digest, Vol 85, Issue 27
...terminal: su -c "yum install *.rpm" -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 836 bytes Desc: This is a digitally signed message part URL: <http://lists.centos.org/pipermail/centos/attachments/20120227/8310ad34/attachment-0005.sig>
2012 Feb 27
0
Correct call duration when transfer a call
...r A and B. I am confused. Is there a reliable way to get the real call durations? Best regards. -- Alper Tekinalp Hermes ?leti?im atekinalp.blogspot.com -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20120227/130ac099/attachment.htm>
2012 Feb 27
0
dahdi timing
...m developers who might be reading this list), any plans for decoupling SLA from dahdi timing in future releases of Asterisk? Thanks, Mert -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20120227/c737158e/attachment.htm>
2012 Mar 15
0
[LLVMdev] Problem with LoopDependenceAnalysis
On Thu, 15 Mar 2012 09:57:00 -0700 Preston Briggs <preston.briggs at gmail.com> wrote: > Shanmukha Rao wrote: > > I am using LLVM for implementing LoopFission pass. > > I am using LoopPass. > > I know that for checking circular dependency in loop I have to use > > LoopDependenceAnalysis > > > > This is what i want to do. > >         for(int i =
2012 Feb 27
3
[LLVMdev] SwitchInst handling in backend
Hi, if I want to know how switch instructions are handled in the backend, where do I have to look first? I'm not familiar with the backend framework and I couldn't figure out the interface between the LLVM instruction 'SwitchInst' and whatever there is in the backend. I would be very happy about every hint where I have to look to find the entry point of switch instructions in the
2012 Feb 27
2
[LLVMdev] llvm-stress for fuzzing llvm
Sean, Thanks for looking at this. Knowing that the last instruction triggered the bug is often not enough. I use bugpoint to reduce the failing test. The reason is that some of the bugs may be caused by the interaction between several instruction. Having said that, I think that the change that you proposed is a good one. Can you send a patch ? Thanks, Nadav From: Sean Silva
2012 Feb 27
1
Submitting updated driver
...comments that cover the new driver? Sorry to be asking so many questions...but this is the first time I've touched the NUT system. Thanks, Bill -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.alioth.debian.org/pipermail/nut-upsdev/attachments/20120227/d2b562f4/attachment.html>
2012 Feb 27
5
Problem with wine and Firefox, Thunderbird or Seamonkey...
...e. Does anybody have got this problem? Could help me diagnose my problem, I propose to carry out tests etc. to find where it comes from? Thank you. Ecran64 -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://www.winehq.org/pipermail/wine-users/attachments/20120227/4fbca625/attachment.html>
2012 Feb 27
0
[LLVMdev] How to unroll loop with non-constant boundary
...is a completely untested patch that adds the missing logic. -------------- next part -------------- A non-text attachment was scrubbed... Name: SCEV-compare-equal.patch Type: application/octet-stream Size: 2101 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120227/c9673e93/attachment.obj> -------------- next part -------------- - Ben > > Best regards, > Nicolas > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/ma...
2012 Feb 27
3
easiest markdown to PDF conversion
...barrassed to admit that, but Terminal is just not in my normal life's typical workflow! Any suggestions would be much appreciated! -- Nicole C -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://six.pairlist.net/pipermail/markdown-discuss/attachments/20120227/296756cb/attachment.htm>
2012 Mar 15
2
[LLVMdev] Problem with LoopDependenceAnalysis
Shanmukha Rao wrote: > I am using LLVM for implementing LoopFission pass. > I am using LoopPass. > I know that for checking circular dependency in loop I have to use LoopDependenceAnalysis > > This is what i want to do. >         for(int i = 0; i< n ; i++){ > s1 : a[i] = a[i] + x[i]; > s2 : x[i] = x[i+1] + i*2 ; > } > >
2012 Feb 27
0
[LLVMdev] Generate Executable to Mips
Thanks Akira, it worked! On Thu, Feb 23, 2012 at 10:01 PM, Akira Hatanaka <ahatanak at gmail.com> wrote: > You will need to install a cross compiler. > I think you can find one somewhere in this link: > https://sourcery.mentor.com/GNUToolchain/ > > Once you have a cross compiler, this should do what you want (if you > want little-endian code): > > clang -target
2012 Feb 27
2
[PATCH] Pop3 order in courier migration script
...519 <> Raum 00.05.055 <> Boltzmannstr. 3 <> Garching -------------- next part -------------- A non-text attachment was scrubbed... Name: courier-dovecot-migrate.patch Type: text/x-patch Size: 1386 bytes Desc: not available URL: <http://dovecot.org/pipermail/dovecot/attachments/20120227/3d6d2756/attachment-0004.bin>
2012 Feb 27
2
[LLVMdev] Alias in LLVM 3.0
...the pointer to a type that it knows the definition of, and it turns out is the same for all the callers, even though they are all distinct types. Thanks, Richard -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120227/1bb2dc0a/attachment.html>
2012 Feb 27
2
value for client_limit
...d they receive a note of presentation -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 198 bytes Desc: Ceci est une partie de message num?riquement sign?e URL: <http://dovecot.org/pipermail/dovecot/attachments/20120227/2f9b6dfe/attachment-0004.bin>