Displaying 6 results from an estimated 6 matches similar to: "chage the output file name"
2009 Nov 27
1
plotting two surfaces simultaneously in a single panel
Hi,
I have recently begun using the lattice package, and have been using
the wireframe command to visualise matrices which are model outputs. I
have been trying to plot two surfaces (from two matrices)
simultaneously in one panel, to visualise intersections etc., but
neither my attempts or trawling the net are helping me find how to do
this.
Can someone help? Thanks
Cheers,
Umesh Srinivasan
2013 Oct 08
2
[LLVMdev] dragonegg: switch from old TBAA format to the new struct-path aware TBAA format
Hi Duncan,
I am hoping to remove the support for the old TBAA format soon.
You should be able to switch to the new format by replacing
MDNode *AliasTag = MDHelper.createTBAANode(TreeName, getTBAARoot());
with
MDNode *AliasType = MDHelper.createTBAAScalarTypeNode(TreeName,
getTBAARoot());
MDNode *AliasTag = MDHelper.createTBAAStructTagNode(AliasType, AliasType, 0)
Also replacing
2013 Oct 12
0
[LLVMdev] dragonegg: switch from old TBAA format to the new struct-path aware TBAA format
Hi Manman, thanks for the heads up. I looked into what it would take to produce
full struct TBAA metadata from the GCC aliasing info (GCC has aliasing info for
struct types, in fact for any type), but it looks kind of tricky. The problem
is the "offset" field, which doesn't exist in GCC. In GCC the aliasing
information forms a DAG, with a node for each type, plus a special root
2010 Oct 05
0
Chage Asterisk 1.6.1 to 1.6.2
Hi
A question, i have upgraded a beta serveur from Asterisk 1.6.1 to 1.6.2
and now all SIP Relatime user are rejeted :
[Oct 5 05:39:22] DEBUG[15081]: chan_sip.c:21639 handle_incoming: ****
Received REGISTER (2) - Command in SIP REGISTER
[Oct 5 05:39:22] DEBUG[15081]: chan_sip.c:21658 handle_incoming:
Ignoring SIP message because of retransmit (REGISTER Seqno 44199, ours
44199)
[Oct 5
2003 Feb 21
2
how to chage values in data frame to NA iside a function
Dear all
I have a function in which I would like to change some values to NA according to
some condition.
dropout<-function(y, nahr=FALSE,...) {
<some stuff for computing an index>
if (nahr) y[index]<<-NA
invisible(index)
}
in case y is a vector all works OK but if it is a part of data frame by calling
dropout(df$y) or dropout(df[,number]) no change is done.
Please can you
2002 Jun 17
2
[PATCH] chages to pdb_ldap for new OpenLDAP versions and for better rebinds
> Andrew Bartlett wrote:
> >
> > Dave Snoopy wrote:
> > >
> > > What version of OpenLDAP are you compiling/linking
> > > against?
> > >
> >
> > [abartlet@piglett abartlet]$ rpm -q openldap
> > openldap-2.0.23-4
>
> I would appricate it if some people could test out the attached patch to
> current Samba HEAD