Displaying 20 results from an estimated 639 matches for "buries".
Did you mean:
buried
2012 Jun 15
4
[LLVMdev] LLVM Sphinx intro buried in lld doc?
Am I the only one who thinks that it is impractical that the Sphinx intro
is buried deep within the lld documentation? I suggest moving it to the
Programming Documentation document.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120616/2cb7356d/attachment.html>
2012 Jun 16
0
[LLVMdev] LLVM Sphinx intro buried in lld doc?
On the other hand, it's the first result on google for "llvm sphinx".
--Sean Silva
On Fri, Jun 15, 2012 at 4:44 PM, Mikael Lyngvig <mikael at lyngvig.org> wrote:
> Am I the only one who thinks that it is impractical that the Sphinx intro
> is buried deep within the lld documentation? I suggest moving it to the
> Programming Documentation document.
>
>
>
2012 Jun 17
0
[LLVMdev] LLVM Sphinx intro buried in lld doc?
On Fri, Jun 15, 2012 at 4:44 PM, Mikael Lyngvig <mikael at lyngvig.org> wrote:
> Am I the only one who thinks that it is impractical that the Sphinx intro is
> buried deep within the lld documentation? I suggest moving it to the
> Programming Documentation document.
Agreed that it needs to move to llvm proper, this was always the plan.
I think the only thing we were waiting on was
2001 Feb 02
3
R problem
hello!! i'm starting with R and i have some big problems:when i try to take a notepad document (or word) i can't put it into R!!!!
i tried : read.table("nameofmyfile.dat") but it doesn't work!!!!! my computer says:error in file(file, "r"): cannot open file "nameofmyfile"
I think i have to save my notepad file on another location....can u help me?????
thank
2012 Jun 29
0
[klibc:master] include: [sys/types.h] bury __kernel_nlink_t
Commit-ID: 1ec8e824a0b0ee10e93b257ccac08f07cd90f4d8
Gitweb: http://git.kernel.org/?p=libs/klibc/klibc.git;a=commit;h=1ec8e824a0b0ee10e93b257ccac08f07cd90f4d8
Author: maximilian attems <max at stro.at>
AuthorDate: Fri, 29 Jun 2012 07:46:08 +0200
Committer: maximilian attems <max at stro.at>
CommitDate: Fri, 29 Jun 2012 07:48:50 +0200
[klibc] include: [sys/types.h] bury
2017 Mar 30
2
JPG issue
Ok, it's taken me a while, but here's what seems to be the problem. In OSX
I see a lock on the file. If that lock is ON, it disappears. But what is
that lock and where did it come from.... Is it like a read only lock?
On Thu, Mar 30, 2017 at 11:04 AM Curtis Vaughan <cavaughan at gmail.com> wrote:
> Ok, here's what seems to be going on. When a JPG is put into a share it
>
2002 May 02
3
Surface Graphic
Hello list!
I have a problem with the function 'persp'. I have a data set with the
variables
X -> The X coordenate of the insect
Y -> The Y coordenate of the insect
deep-> how deep the insect buried into the soil.
I would like to have a plot with a surface simulating the way the insect
buried. Is it possible? If I type
persp(x,y,deep)
R gives me this error message
Error in
2010 Jun 02
6
How do you hangup a call without terminating your session?
Asterisk 1.6
CentOS 5.0
All -
I'd like to offer my users the ability to hangup a call by pressing **. I'm
using an attendant, so when ** is dialled I'd like processing to return to
the attendant so the user can place a subsequent call. I have setup
features.conf to include:
[featuremap]
disconnect => **
My Dial command looks like this:
2017 Mar 30
2
JPG issue
[global]
workgroup = NPC
server string = Samba Server %v
netbios name = Atlantica
security = user
map to guest = bad user
dns proxy = no
hide files = /~*/
hide unwriteable files = yes
#============================ Share Definitions
==============================
[homes]
comment = Home Directories
path = /home/%S
valid users = %S
browseable = no
guest ok = no
writable = yes
2011 Jan 24
1
determining the order in which points are plotted
I make plenty of scatterplots, especially using scatterplot.matrix from
library(car). One thing I don't know how to do is determine which points
are plotted last. Sometimes I plot a large number of points for multiple
groups represented by different colors.
I would like to guarantee that point that are far from the centroid for
their group are plotted last. This way they will be
2010 Nov 05
2
How to install an Ubuntu DomU on Ubuntu 10.04 Dom0
Hi,
I''m a newbie in VM/Xen. As a first step to do some study/experiment on VM, I
want to install Ubutnu (10.04) as DomU on top of Ubutu (10.04) Dom0.
I need some direction to stat with:
- how to install the DomU image
- how to configure the network address
I''d be greatly thankful to you for providing some useful link to this end.
Thank you in advance.
Regards,
-shopno
2017 Mar 21
4
Centos7 USB wifi recommendation
On 03/21/2017 05:51 AM, Scott Robbins wrote:
> On Mon, Mar 20, 2017 at 05:09:55PM -0700, Robert Moskowitz wrote:
>> I am looking for one of those very small USB wifi adapters for the server
>> I am working on. I am tired of dealing with the 4" long TP-LINK I have
>> and for my purposes, one of those little 1cm ones would do. But which
>> work with Linux? When I
2005 Jun 16
3
possible bug in merge with duplicate blank names in 'by' field.
Run this:
>p <- c('a', 'c', '', ''); a <- c(10, 20, 30, 40); d1 <-
>data.frame(Promoter=p, ip=a) # Note duplicate empty names in p.
>p <- c('b', 'c', 'd', ''); a <- c(15, 20, 30, 40); d2 <-
>data.frame(Promoter=p, ip=a)
>all <- merge(x=d1, y=d2, by="Promoter", all=T)
>all <-
2019 Aug 13
2
DANGER WILL ROBINSON, DANGER
On 09/08/19 18:24, Matthew Wilcox wrote:
> On Fri, Aug 09, 2019 at 07:00:26PM +0300, Adalbert Laz?r wrote:
>> +++ b/include/linux/page-flags.h
>> @@ -417,8 +417,10 @@ PAGEFLAG(Idle, idle, PF_ANY)
>> */
>> #define PAGE_MAPPING_ANON 0x1
>> #define PAGE_MAPPING_MOVABLE 0x2
>> +#define PAGE_MAPPING_REMOTE 0x4
> Uh. How do you know page->mapping would
2019 Aug 13
2
DANGER WILL ROBINSON, DANGER
On 09/08/19 18:24, Matthew Wilcox wrote:
> On Fri, Aug 09, 2019 at 07:00:26PM +0300, Adalbert Laz?r wrote:
>> +++ b/include/linux/page-flags.h
>> @@ -417,8 +417,10 @@ PAGEFLAG(Idle, idle, PF_ANY)
>> */
>> #define PAGE_MAPPING_ANON 0x1
>> #define PAGE_MAPPING_MOVABLE 0x2
>> +#define PAGE_MAPPING_REMOTE 0x4
> Uh. How do you know page->mapping would
2016 Jul 08
2
Icecast is running, but not responding
Sorry, I seem to have buried the issue in the midst of the post.
The issue is, the Icecast is running, but will not display a web interface
at my.ip.address:8000 and will not accept connections from my encoder.
Anyone have any idea why it might be behaving this way?
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2013 Apr 16
2
[LLVMdev] Traditional Dataflow Algorithm
Is there a traditional dataflow algorithm buried in LLVM somewhere? I
need to be able to do some very late transformations (after regalloc)
and we aren't in SSA anymore. I will need a dataflow analysis to ensure
correctness.
At one point I thought I remembered seeing a generic fixed-point
dataflow analysis engine but now I can't find it. Does it still exist
or did it ever exist? If
2004 Jul 27
5
User-Oriented Management of Asterisk
While I was away on vacation, buried deeply in another thread (New
Asterisk bounty: SIP simultaneous), Olle E. Johansson raised a question
which is close to my heart - Asterisk's management model.
A management model which simply manages telephone extensions and dial
plans is irrelevant to most organisations. We need a model which manages
users and their interaction with the PBX.
I am
2006 Jan 03
5
RDOC and dot on mac
All,
This is probably a bit more of a mac question, but here goes. (Admission: I
posted this to ruby-talk as well....)
I am trying to use rdoc -d to generate class diagrams on a mac running Tiger
(OS X 10.4) for a rails app. I managed to get dot installed, but now am
running into problems with dot looking for libraries that either do not
exist or are apparently in the wrong place. I probably made
2008 Apr 23
1
ccf and covariance
Hi.
It's my understanding that a cross-correlation function of vectors x
and y at lag zero is equivalent to their correlation (or covariance,
depending on how the ccf is defined).
If this is true, could somebody please explain why I get an
inconsistent result between cov() and ccf(type = "covariance"), but a
consistent result between cor() and ccf(type = "correlation")?
Or