search for: getstarted

Displaying 20 results from an estimated 73 matches for "getstarted".

2007 Mar 13
5
can´t access share by name, but on ip
...ething with their filesystem) any suggestions ? i dont thin it it s a dns/host/netbios problem ! sincerly Johnny _________________________________________________________________ Prova Live.com - din snabba, personliga hemsida med allt du kan ?nska dig p? ett enda st?lle. http://www.live.com/getstarted
2013 Mar 16
2
[LLVMdev] internal compiler error when compiling llvm-gcc-4.2-2.9
Thanks for your help, Wei-Ren and Anton. However since I am doing some experiments with klee( http://klee.llvm.org/GetStarted.html) and llvm-gcc seems to have better compatibility with it. So I still hope that I can use llvm-gcc:-) Hongxu Chen On Sat, Mar 16, 2013 at 3:35 PM, 陳韋任 (Wei-Ren Chen) [via LLVM] < ml-node+s1065342n56013h94 at n5.nabble.com> wrote: > Hi Chen, > > llvm-gcc is dead. Try dragoneg...
2016 Nov 17
3
UB in MemoryBufferMMapFile
In MemoryBuffer::init, we have an assert that reads the memory at `BufEnd`, which is one past the end of some memory region: from lib/Support/MemoryBuffer.cpp:45: > void MemoryBuffer::init(const char *BufStart, const char *BufEnd, > bool RequiresNullTerminator) { > assert((!RequiresNullTerminator || BufEnd[0] == 0) && > "Buffer is not
2013 Mar 18
0
[LLVMdev] internal compiler error when compiling llvm-gcc-4.2-2.9
On Sat, Mar 16, 2013 at 06:16:01AM -0700, Hongxu Chen wrote: > Thanks for your help, Wei-Ren and Anton. > > However since I am doing some experiments with klee(http://klee.llvm.org/ > GetStarted.html) and llvm-gcc seems to have better compatibility with it. So I > still hope that I can use llvm-gcc:-) Seems you already found the answer on klee ML. :) Regards, chenwj -- Wei-Ren Chen (陳韋任) Computer Systems Lab, Institute of Information Science, Academia Sinica, Taiwan (R.O.C.) Tel:8...
2007 Aug 27
1
Echo canceller end up more echo than before.
...that there are people who met similar problems or there are experienced member who can help. Thanks for speex and all member in advance. _________________________________________________________________ News, entertainment and everything you care about at Live.com. Get it now! http://www.live.com/getstarted.aspx -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/speex-dev/attachments/20070827/77ddcf9d/attachment.htm
2018 May 01
0
LSR formula rating
I have a few questions regarding cost calculation in loop strength reduction. 1. Ignoring LSR uses of kind ICmpZero. These usually come from the loop latch conditions. On Hexagon most loops that would contain such a LSR use are going to be converted to hardware loops and the entire check will disappear. There is no need to analyze these cases in LSR. In fact, completely ignoring them improves
2009 Jan 25
2
asterisk help
...erisk -cvvvvvvv and open a softphone try to connect and nothing! i try nmap @ port 5060 but it's closed! what i can do? thx _________________________________________________________________ News, entertainment and everything you care about at Live.com. Get it now! http://www.live.com/getstarted.aspx -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20090125/e4da417a/attachment.htm
2009 Apr 27
3
Video Conference Software (Open Source)
I am looking for Video Conference Software (Open Source) , But but not for free Trial.. please give reference about it. Thanks -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20090427/cc9690ee/attachment.htm
2007 Mar 14
0
RE: Re: can´t access share by name, but on ip
...host/netbios problem !> >> > sincerly> >> > Johnny> > _________________________________________________________________> > Prova Live.com - din snabba, personliga hemsida med allt du kan ?nska dig> > p?> > ett enda st?lle.> > http://www.live.com/getstarted--> > To unsubscribe from this list go to the following URL and read the> > instructions: https://lists.samba.org/mailman/listinfo/samba> >> >> >> > --> > To unsubscribe from this list go to the following URL and read the> > instructions: https://lists...
2009 Mar 12
1
Removing rows
...uld still start 2 but it become 3 at 2nd loop, if I add i<-i-1, then i go to 1 seems not reasonbale. How should I modify it`? Tammy _________________________________________________________________ News, entertainment and everything you care about at Live.com. Get it now! http://www.live.com/getstarted.aspx [[alternative HTML version deleted]]
2007 Sep 11
5
Flash IDE
...ment however will DOM last? How long it will last? Is anyone able to share similar experience? Any other information/tips? Regards, Juan _________________________________________________________________ News, entertainment and everything you care about at Live.com. Get it now! http://www.live.com/getstarted.aspx
2006 Jun 29
1
using "rbinom" in C code gives me erroneous results... random variable is not random (always zero)...
...om.dll").Call("binomial",as.integer(10),as.double(1),as.double(0.4))dyn.unload("binom.dll") _________________________________________________________________ Try Live.com - your fast, personalized homepage with all the things you care about in one place. http://www.live.com/getstarted [[alternative HTML version deleted]]
2018 Jan 23
0
interaction term by a factor group in gamm4
Dear all, I am writing as I would really need your help on the problem with gamm4. I have tried to find a solution online but I wasn't very successful. I am running a gamm4 model with an interaction between two variable using the tensor term, t2. I have a group variable (super end group) with six factors; I would like to run the model to see the how the interaction term varies across the
2007 May 24
3
No file system full message
Hello, I am fairly new to RH Linux but very experienced in unix. I am trying to generate a file system full message when I fill up an ext3 file system. Once the file system fills up I am expecting a message like File System xxxx full. but I do not get this or any message. I have modified the lvm.conf to send to syslog and set the messages to as verbose as I can. I get lvm mesages in the file but
2015 Jan 15
4
[LLVMdev] confusion w.r.t. scalar evolution and nuw
I've been doing some digging in this area (scev, wrapping arithmetic), learning as much as I can, and have reached a point where I'm fairly confused about the semantics of nuw in scalar evolution expressions. Consider the following program: define void @foo(i32 %begin) { entry: br label %loop loop: %idx = phi i32 [ %begin, %entry ], [ %idx.dec, %loop ] %idx.dec = sub nuw i32
2016 May 03
2
Problem on cross-compiling compiler-rt
Hi. I'm trying to use Clang/LLVM as a cross-compiling toolchain. In previous version of LLVM with the old configure/Makefile building system, I'm able to build Clang/LLVM for target architecture with the host GCC firstly and then use the generated cross compiler to compile the compiler-rt project, and, consequently, I can get a cross compiler as well as the compiler-rt library. However,
2016 May 03
2
Problem on cross-compiling compiler-rt
...a better story for building this functionality. Hope this helps, -Chris > On May 3, 2016, at 12:09 AM, 李阳 via llvm-dev <llvm-dev at lists.llvm.org> wrote: > > Hi WangLei, > > Do you mean that the version 3.9 is LLVM project 3.9 and 3.5 is CMake 3.5? > > In the guide[GetStarted.rst], the tutorial says before running CMake command, you must checkout all the source code. CMake does not pickup newly added source directories in incremental builds. > > Have you cross-compiled the LLVM/Clang for ARM, or other successfully? > > Cheers, > Liyang > > 2016...
2016 Apr 23
2
[IndVarSimplify] Narrow IV's are not eliminated resulting in inefficient code
Hi Sanjoy, Thank you for looking into this! Yes, your patch does fix my larger test case too. My algorithm gets double performance improvement with the patch, as the loop now has a smaller instruction set and succeeds to unroll w/o any extra #pragma's. I also ran the LLVM tests against the patch. There are 6 new failures: Analysis/LoopAccessAnalysis/number-of-memchecks.ll
2004 Aug 06
2
quelques questions à propos d'icecast et autres outils associés...
...ique: "2954:Error: Line In mode *and* no soundcard??????? Eeejit!", et donc logiquement le reste ne suit pas non plus... peut etre qu'un mail précedent répond à mes questions... ou peut étre qu'un site autre que http://www.erreur404.org/shoutcast/ ou bien http://www.icecast.org/getstarted.html me permettra de me debrouiller... Je précise que je suis sur linux... J'attend toutes réponses... merci pour ceux qui auront un moment pour répondre à un ignorant... zazemoa --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ T...
2010 Jul 08
4
help
Cordial saludo Estoy realizando un análisis con datos categóricos, donde tengo una tabla 3*3, son tres métodos de estudio comparado con tres niveles de asimilación del problema, lo ideal seria poder decidirse por algún método de estudio en especial, lo único que he encontrado es el test para independencia chi-cuadrado, pero no he podido encontrar algo que me sugiera por un método u otro, me