Displaying 20 results from an estimated 52 matches for "userguides".
Did you mean:
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 GD...
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
http://bugzilla.mindrot.org/show_bug.cgi?id=1197
Summary: 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
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
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
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:
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 info...
2012 Dec 07
0
[LLVMdev] Minimum Python Version
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On 12/1/12 12:57 PM, Gregory Szorc wrote:
>
> I believe LLVM should drop support for Python 2.4 and 2.5 for 2 main
reasons:
>
> 1) Python 2.4 and 2.5 are end-of-lifed
> 2) Python 3 is coming
Entering the discussion a bit late, but I'd like to make a plug here for
using Cython for any official Python bindings. There are numerous
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 be welcome!
cheers
Dave
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 against...
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
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