Displaying 20 results from an estimated 639 matches for "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.
>
>
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/...
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 setting up intersphinx
correctly.
- Michael Spencer
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 persp.default(X, Y, deep) :
increasing x and y values expected
How do I overcome this?
Thanks,
Marcos
-.-....
2010 Jun 02
6
How do you hangup a call without terminating your session?
...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:
Dial("SIP/14165551212@<MyProvider>,30,TgH,"")
This Dial command is buried in a context that is called using the Gosub
command. When I press ** the Dial command exits and processing continues as
expected given the 'g' option, but when processing returns to the calling
context after the Return statement is reached, the call is terminated. What
am I missing?
I no...
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
...etermine 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 visible because they
won't be buried under a pile of points from another group.
As it stands, it looks like scatterplot.matrix (and maybe other plotting
functions) lay down a group at a time, in order, so that the first group
is most likely to be buried under later groups. I try to sort factor
levels so that the biggest groups go...
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.
...nce of '' is
considered unique, so with each successive merge, all combinatorial
possibilities are explored, like a SQL outer join (Cartesian product). For
non-empty names, an inner join is performed.
Dealing with genomic data (10^4 datapoints), it's easy to have a couple of
blanks buried in the middle of things, and to combine several replicates
with successive merges. I couldn't understand how my three replicates of
6000 points, in which I expected substantial overlap in the labels, were
taking so long to merge and ultimately generating 57000 labels. The culprit
turned ou...
2019 Aug 13
2
DANGER WILL ROBINSON, DANGER
...; #define PAGE_MAPPING_ANON 0x1
>> #define PAGE_MAPPING_MOVABLE 0x2
>> +#define PAGE_MAPPING_REMOTE 0x4
> Uh. How do you know page->mapping would otherwise have bit 2 clear?
> Who's guaranteeing that?
>
> This is an awfully big patch to the memory management code, buried in
> the middle of a gigantic series which almost guarantees nobody would
> look at it. I call shenanigans.
Are you calling shenanigans on the patch submitter (which is gratuitous)
or on the KVM maintainers/reviewers?
It's not true that nobody would look at it. Of course no one from
l...
2019 Aug 13
2
DANGER WILL ROBINSON, DANGER
...; #define PAGE_MAPPING_ANON 0x1
>> #define PAGE_MAPPING_MOVABLE 0x2
>> +#define PAGE_MAPPING_REMOTE 0x4
> Uh. How do you know page->mapping would otherwise have bit 2 clear?
> Who's guaranteeing that?
>
> This is an awfully big patch to the memory management code, buried in
> the middle of a gigantic series which almost guarantees nobody would
> look at it. I call shenanigans.
Are you calling shenanigans on the patch submitter (which is gratuitous)
or on the KVM maintainers/reviewers?
It's not true that nobody would look at it. Of course no one from
l...
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 w...
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 i...
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...
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
...get an
inconsistent result between cov() and ccf(type = "covariance"), but a
consistent result between cor() and ccf(type = "correlation")?
Or have I misunderstood what is a cross-correlation?
(unfortunately, I can't seem to get a look at the ccf code, since I
think it's buried in some C function outside of the main environment)
Thanks very much.
--Bob Farmer
PhD candidate, Dalhousie University
Halifax, NS, Canada
Example:
d1<-data.frame(matrix(ldeaths, nrow = 6, byrow = T))
seventy_4<-as.numeric(d1[1,])
seventy_5<-as.numeric(d1[2,])
ccf(x=seventy_4, y=seventy...