search for: 20110422

Displaying 19 results from an estimated 19 matches for "20110422".

Did you mean: 20110427
2011 Apr 22
7
Flite issue
...4. Please help me how to use it with asterisk 1.6 ....... Thanks in advance. ----- Thanks and regards Virendra Bhati +91-9172341457 Software Engineer -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20110422/d183d59c/attachment.htm>
2011 Apr 21
2
Crash copying to a zfs-fuse partition
Hi - I'm using rsync 3.0.8 on Fedora 14 x86-64 (package, not built). I get a repeated crash trying to rsync to a particular zfs partition: [root at xback1 diskbackup]# rsync -raHx --inplace --numeric-ids --stats --no- whole-file --delete /xback1_back1/home_jss/20110225-000501/ /xback1_test1/home_jss/current/ Segmentation fault [root at xback1 diskbackup]# rsync: writefd_unbuffered failed to
2011 Apr 22
1
Valgrind/Callgrind 3.6.1 does not appear to work on Centos Linux 5.5
...return 1; else return fibonacci(n - 1) + fibonacci(n-2); } int main(int Argc_,char *Argv_[]) { fibonacci(10); return 1; } -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20110422/4f3c0e5f/attachment-0005.html>
2011 Apr 22
1
[LLVMdev] Compile-time evaluation of functions
...be serialized as bitcode. So it sounds like if I want to be able to run LLVM IR in the compiler, I'm going to have to write my own interpreter. -- -- Talin -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110422/1ec14f3b/attachment.html>
2011 Apr 22
0
WARNING T.30 ECM carrier not found
...;") in new stack == Spawn extension (from-pstn, 8000, 4) exited non-zero on 'DAHDI/i1/-8' -- Hungup 'DAHDI/i1/-8' -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20110422/25b9c3a1/attachment.htm>
2011 Apr 22
0
nyc area pbx rfp 4000 extensions
...tial to asterisk.... he thinks asterisk has a chance because of the economic conditions if interested please contact me off list thank you -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20110422/9f0a3b25/attachment.htm>
2011 Apr 22
1
How to merge many LDAP Servers to the One Server
...ers which are 389 LDAP Server on different network . So I want to merge them to the one server. Could someone can give some suggestions? Thanks in advance... -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20110422/0de55922/attachment-0005.html>
2011 Apr 22
0
GFS2 performance
...ered disk reads: 74 MB in 3.05 seconds = 24.30 MB/sec Has someone an idea about increasing the performance of my gfs2 filesystem? Kind Regards, Leo Arnts -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20110422/c988ab21/attachment-0005.html>
2011 Apr 22
0
QT and oprofile on Centos Linux 5.5
...arding yum install oprofile-gui. We were able to install oprofile-guii.i386 0:0.9.4-15.el5.centos and oprofile.i386 0.0.9.4.15.el.5.centos. Thank you. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20110422/12d1aa1c/attachment-0005.html>
2011 Apr 22
2
yum install oprofile-gui
...g, a working QT not found, no GUI was built. Should we try to build oprofile-0.9.4? If so, how steps do have to do install oprofile-0.9.4? Thank you. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20110422/43731724/attachment-0005.html>
2011 Apr 23
1
Inside the psydecay_init function
...?we get it?! Why Q15ONE (which is either 32767 or 1.0f, as I have observed it in the code) is being multiplyied by the term also? Thank you?for your attention, Osama. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/opus/attachments/20110422/3f28144c/attachment-0002.htm
2011 Apr 22
2
[LLVMdev] Problem with compiling the runtime libary
...----------------- How to fix these errors? Is these any other way to compile the runtime library and generate "profile_rt.so" file? Many thanks. Yafan -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110422/feeb02d5/attachment.html>
2011 Apr 21
0
[LLVMdev] Compile-time evaluation of functions
On Apr 20, 2011, at 4:34 PM, Talin wrote: > Also, looking in the SVN repo, it appears that some of the files in include/llvm/ExecutionEngine have not been touched in a long time, and that scares me a bit - what's the current state of the LLVM interpreter? > > Anyway, my main question to the list is - does this sound like a viable plan, or am I heading down the path of madness and
2011 Apr 22
2
Can't compile libtheora vs2010
...g task "CL" -- FAILED. (TaskId:16) 1>Done building target "ClCompile" in project "theora_static.vcxproj" -- FAILED.: (TargetId:37) -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/theora-dev/attachments/20110422/0ac73309/attachment.htm
2011 Apr 22
3
sieve & plus addressing
Assume and e-mail address of: me+dovecot at domain.com I have a sieve script that sorts mail into the appropriate folders using "+" addressing. I want to extend it to also work with mailing list like this one. A post from the dovecot forum arrives with a Delivered-To: me+dovecot at domain.com when I receive it. The "To" is to dovecot. I cannot figure out a way to get sieve to
2011 Apr 20
2
[LLVMdev] Compile-time evaluation of functions
One of the things that my compiler frontend has is an interpreter, which allows fairly elaborate constant expressions to be folded into simple constants. This is particularly useful in the case of annotations that take arguments - rather than executing a static constructor before main(), I allow the constructor to run at compile time (if it can), generating a constant struct with all of it's
2011 Apr 20
4
bad email address
Every time I send a message to this list, I get a bounced email reply from some Russian exchange server for email address xlino@bvpress.ru. Is there an admin or a moderator for this list that can remove that email address from the list? Rob
2011 Apr 20
3
[LLVMdev] Coarse-grained parallelism
Am 19.04.2011 um 16:44 schrieb John Criswell: > On 4/19/11 5:57 AM, Andreas Wilhelm wrote: >> >> Hello, >> >> I found some code within the pool allocation project to identify parallelizable function calls. >> Unfortunately the functionality isn't part of the current release of poolalloc (in release 14 it was). > > Can you tell me in what file(s) this
2011 Apr 22
3
[LLVMdev] copy instructions
This is a simple SSA code generation 101 question. If I follow the IR code generation techniques in the Dragon book the statement x = y + z would translate into something like this in SSA/LLVM %0 = add %y, %z %x = %0 Obviously "copy instructions" like %foo = %bar are senseless in SSA since %foo and %bar are immutably fixed to the same value and there is no need for two aliases