search for: userguide

Displaying 20 results from an estimated 52 matches for "userguide".

2012 Nov 15
3
[LLVMdev] Apple Xcode, LLVM, and automatic (or permanent) breakpoints
Hi All, Please forgive me if this is the wrong group. I did not see a llvm-user group (). The User Guide also lacked a topic (http://llvm.org/docs/userguides.html#userguides). I am an Xcode user. I want to set a breakpoint on malloc_error_break all the time (it makes no sense to re-run after setting the breakpoint on occasion). I want the breakpoint whenever the debugger starts, and for all projects (even projects that have not been created). Under G...
2012 Nov 15
0
[LLVMdev] Apple Xcode, LLVM, and automatic (or permanent) breakpoints
On Wed, Nov 14, 2012 at 11:18 PM, Jeffrey Walton <noloader at gmail.com> wrote: > Hi All, > > Please forgive me if this is the wrong group. I did not see a > llvm-user group (). The User Guide also lacked a topic > (http://llvm.org/docs/userguides.html#userguides). > > I am an Xcode user. I want to set a breakpoint on malloc_error_break > all the time (it makes no sense to re-run after setting the breakpoint > on occasion). I want the breakpoint whenever the debugger starts, and > for all projects (even projects that have not...
2006 Jan 18
4
sipura ata 3000 UK (BT) CAllerid
Hi I wonder whether anyone got the Sipura ata 3000 to decode British Telecoms callerid and pass it to asterisk? The userguide seems to suggest that this is not possible, is that right? Conrad
2005 Jan 31
2
Anyone have the userguide''s tc script and the corresponding ethloop input files?
I''m trying to get picture from ethloop and gnuplot. But the output seems weird. I still do not know why and want some examples. Thanks in advance. --------------------------------- Do You Yahoo!? 注册世界一流品质的雅虎免费电邮 --0-1760319804-1107141989=:62961 Content-Type: text/html; charset=gb2312 Content-Transfer-Encoding: 8bit <DIV>I''m trying to get picture from ethloop and
2012 Sep 20
4
[LLVMdev] [RFC] Improving documentation for ARM
Hi all, While building/testing LLVM/Clang on ARM, I often have problems that are undocumented on the website. I would like to contribute my experience if possible so that others can benefit from it. If this is a good idea, I am wondering on what page I should write it down, [1] or [2]? Regards, chenwj [1] http://llvm.org/docs/GettingStarted.html [2] http://llvm.org/docs/FAQ.html -- Wei-Ren
2006 Jun 16
0
[Bug 1197] Enhancement request to enable fips compatibility mode in OpenSSH
...Enhancement request to enable fips compatibility mode in OpenSSH Product: Portable OpenSSH Version: 4.3p2 Platform: All URL: http://csrc.nist.gov/cryptval/140-1/140sp/140sp642.pdf http://www.openssl.org/docs/fips/UserGuide-1.0.pdf OS/Version: All Status: NEW Severity: enhancement Priority: P2 Component: Build system AssignedTo: bitbucket at mindrot.org ReportedBy: senthilkumar_sen at hotpop.com Openssl crypto library is now FIPS certified/complaint an...
2009 Mar 16
6
R with MKL
Hi, I have seen a lot of problems from people trying to compile R with MKL. So I am writing my experience in case it helps and to ask one question. I installed R-2.8.1.patched in Ubuntu 9.04 (gcc 4.3.3) using MKL 10.1.1.019. I configured correctly (following MKL userguide) with : sudo ./configure --with-blas="-I/opt/intel/mkl/10.1.1.019/include -L/opt/intel/mkl/10.1.1.019/lib/em64t -lmkl_intel_lp64 -lmkl_intel_thread -lmkl_core -liomp5 -lpthread" --with-lapack="-I/opt/intel/mkl/10.1.1.019/include -L/opt/intel/mkl/10.1.1.019/lib/em64t -lmkl_intel_lp64...
2009 Mar 16
6
R with MKL
Hi, I have seen a lot of problems from people trying to compile R with MKL. So I am writing my experience in case it helps and to ask one question. I installed R-2.8.1.patched in Ubuntu 9.04 (gcc 4.3.3) using MKL 10.1.1.019. I configured correctly (following MKL userguide) with : sudo ./configure --with-blas="-I/opt/intel/mkl/10.1.1.019/include -L/opt/intel/mkl/10.1.1.019/lib/em64t -lmkl_intel_lp64 -lmkl_intel_thread -lmkl_core -liomp5 -lpthread" --with-lapack="-I/opt/intel/mkl/10.1.1.019/include -L/opt/intel/mkl/10.1.1.019/lib/em64t -lmkl_intel_lp64...
2020 Sep 22
4
Now I really have broken the build
Sorry, I'm not sure what you mean. When I added the new TableGen reference a couple of weeks ago, I don't recall adding it to any list of documents. It appeared as if every document in the docs/ directories was built.
2015 Apr 29
4
CentOS Images on AWS with partitions on /dev/xvda1 are awkwared to resize
I'm staring at the free CentOS images on AWS, and seeing that whoever set those up elected to use a partition for /dev/xvda1 rather than taking advantage of Amazon's tendency to use "/dev/xvda", "/dev/xvdb", etc. for each disk and use those directly as a file system. The result is that if you elect to allocate a larger base disk image, for example allocating 50 Gig to
2010 Oct 17
1
[LLVMdev] LLVM-TV installation problem
Hi, Does any body use LLVM_TV? I want to install LLVM-TV but when i follow the installation instruction(https://llvm.org/svn/llvm-project/television/trunk/docs/UserGuide.html) there isn't "wxwindows" in lib directory, how can i install that? Thanks -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20101017/c0c7af80/attachment.html>
2012 Sep 20
0
[LLVMdev] [RFC] Improving documentation for ARM
On 20 September 2012 14:57, 陳韋任 (Wei-Ren Chen) <chenwj at iis.sinica.edu.tw> wrote: > I am wondering on what page I should write it down, [1] or [2]? | I think [2] FAQ would be the most appropriate. Or a new document under | user guides: | http://llvm.org/docs/userguides.html#userguides The FAQ sounds as good a place as any for the "actual information". However, as the recent --abi=aapcs issue has highlighted it may not be obvious that there's a question to ask in the first place. So I'd suggest adding a very brief sentence that there exists inf...
2012 Dec 07
0
[LLVMdev] Minimum Python Version
...official Python bindings. There are numerous advantages to using it over writing extension modules by hand in C, but one advantage that is relevant to this discussion: Cython supports Python 2 and 3 from the same source code, so it goes a long way to easing maintenance. http://docs.cython.org/src/userguide/pyrex_differences.html As an example of how to write such an interface, a minimalist JIT interface: https://github.com/samrushing/lljit - -Sam -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.8 (Darwin) iEYEARECAAYFAlDBOtcACgkQHBId2kpNDRZ5qgCfd6xlk5poF7fGEAWerGTxUknv z8sAn1PaPmTcc8vgycc8H6DOs...
2012 Sep 20
0
[LLVMdev] [RFC] Improving documentation for ARM
On 20 September 2012 14:57, 陳韋任 (Wei-Ren Chen) <chenwj at iis.sinica.edu.tw> wrote: > I am wondering on what page I should write it down, [1] or [2]? I think [2] FAQ would be the most appropriate. Or a new document under user guides: http://llvm.org/docs/userguides.html#userguides -- cheers, --renato http://systemcall.org/
2003 Jul 28
2
Asterisk user guide ..
Is there any such thing is a userguide for asterisk from an enduser point of view ie. what to do to transfer a call etc ? I've looked through all the official documentation and nothing exists, and trying to install an ASterisk at a client can't even explain how to transfer a call to another extension! Even some basic help would...
2006 Jul 21
10
why validation on server side
hi, i have noticed that the validations in RoR happen at server side mostly what sites do is using javascript they validate user information there... whats the point of doing it at the server side is it that loading of javascript file in a browser makes a response to client slow and validation at server side offsets that....????? any sugeestions???? is it that i am missing something as
2012 Sep 21
0
[LLVMdev] [RFC] Improving documentation for ARM
...t to add in that document, and then submit a patch to llvm-commits. At that point, we can then discuss where best to put it, or whether the content could be merged with another page. The important thing is writing up all of the content. As Renato Golin mentioned, it is likely that a new page under `userguides.rst` will be a good home for it, but that can all be fixed up later. If you need any help regarding how to operate the Sphinx documentation, feel free to ask me. I am currently working on a document explaining how to operate the Sphinx documentation and knowing the problems that you run up agains...
2012 Sep 21
2
[LLVMdev] [RFC] Improving documentation for ARM
Hi Sean, Currently, I want to make one note for building LLVM/Clang for ARM, and the other one for testing. People who building LLVM/Clang on a ARM board which has no more than 1G memory, should make a swap partition and use gold to avoid oom. The other one is not so obvious. People who want to run test cases on ARM should build LLVM/Clang with "--with-abi=aapcs" option, this is an
2008 Mar 05
1
check join Linux (SAMBA) to Domain controller Win2003!
Hi Dear ! I?m practice lab File server (SAMBA with CentOS 4.6), With model SAMBA is DOMAIN members of domain 2003 server (Sharing file and authenticate with account Domain 2003). I?m configure windbind (following document userguide): cp ../samba/source/nsswitch/libnss_winbind.so /lib ln -s /lib/libnss winbind.so /lib/libnss winbind.so.2 c?u h?nh /etc/nsswitch.conf # Cau hinh cua HUGO passwd: files winbind shadow: files group: files winbind #hosts: db files ldap nis dns hosts: file...
2018 Jul 25
2
Search requests should ignore accents (C++ API)?
Hi, I am using libxapian in a C++ project (hence I am using Xapian's C++ API) and some user has requested that search requests should ignore accents. E.g. when the user searches for "Herr Müller" he expects that "Herr Muller" is also a search hit. Is this possible in Xapian? Do you have any links to the documentation of that feature? Thanks for your help, Kim