Displaying 20 results from an estimated 2000 matches similar to: "Confirmation of no Electronic Communication functionality"
2012 Jul 10
1
Help with vectors and rollapply
Hello
I have a vector a =(-2,0,0,0,1,0,0,3,0,0,-4)
I want to replace all zeros into previous non-zero state. So for instance the above vector should be converted into:
a= (-2,-2,-2,-2,1,1,1,3,3,3,-4)
I tried many things and finally concluded that probably(?) rollapply may be the best way?
I tried
f= function(x){
                ifelse(x==0,Lag(x),x)
}
And then, rollappy(a,1,f) and that
2003 Nov 19
2
Was: setValidity and "initialize" method conflict ? [in R-help]
Hello,
Thomas Stabla (statho3@web.de) has already sent this
question to R-help,  Wed, 12 Nov 2003 21:21:31 +0100,
but we are not sure whether we should better post this
mail to this audience than to R-help:
---------------------------------------------------------------------
We are using S4-classes and want to force a validity check
when an object is created.
How can this be done, when an
2018 Sep 12
2
eventlog functionality
On Wed, Sep 12, 2018 at 09:30:19AM -0700, Ray Klassen via samba wrote:
> 
> and from the what the hell department. I did it. Comparing
> 
> https://docs.microsoft.com/en-us/windows/desktop/api/lmshare/ns-lmshare-_session_info_1
> 
> 
> and
> 
> https://docs.microsoft.com/en-us/windows/desktop/api/lmshare/ns-lmshare-_session_info_10
> 
> and
> 
>
2003 Sep 27
2
does isGeneric work differently in 1.8.0 ?
Hello,
the last command (isGeneric) in following R-code (attached) produces
different output, depending on wheter 1.8.0 alpha or 1.7.1 is used.
Is that to be expected ?
Both R Versions were started with option vanilla
---------------------------------------------------
R.1.7.1:
---------------------------------------------------
> version
         _
platform i686-pc-linux-gnu
arch     i686
2006 Jan 04
11
Query Mixin by Duane Johnson
Hello
At the start of October, Duane Johnson announced the Query mixin plugin on
this list. The code was attached to the announcement email.  Unfortunately,
I''ve not been able to locate the attached code.  Goggle has not helped me
this time.  Could somebody forward it to me?
Thanks in advance
Harvey
This e-mail has been scanned for all viruses by MessageLabs.
2008 Mar 10
3
creating Windows guest VM without display
I''m happy I''ve succeeded in creating Windows 2003 server guest VM on a xen machine.
(if anybody interested in how to, refer to Xen Technical Note V07132006)
My further question is: is there a way I can assign a null video device to Windows VM?
I want win server keep working, but not its display (implemented on gnome) on console monitor all the time.
Joon Woo
2011 Feb 08
2
please hep in uniform distribution
Hi 
I have generate two variable with uniform disrtribution A and B
and I want to calculate the number of cases where B<A^2
So I done it by sum(B<A^2), but I'm not sure if there is anther way to
calculate the number of cases in the distribution or what I have done is
fine 
thanks for helping me 
Woo
-- 
View this message in context:
2003 Feb 11
3
Problems with Rcmd check on Win 2000 & rw1062
When I run Rcmd check on a package on my Windows 2000 machine, I get a
series of error messages like the following:
* checking generic/method consistency ...c:\DOCUME~1\R5018~1.WOO\LOCALS~1\Temp/R
utils138414013: cannot open c:DOCUME~1R5018~1.WOOLOCALS~1Temp/Rin138408157: no s
uch file
It looks as if a Windows style path to the temp directory is not being interpreted correctly, with backslashes
2006 Mar 16
4
New one on me: How to UN-transfer
I'm using a Snom 320 in a CAP position and the receptionist wants to do
blind transfers. OK, no problem so far. Now she has asked me how to
UN-transfer a call, as in, she transfers a call and wants to hook the call
back before it connects (she wanted to tell the caller additional
information for example)
I don't think that this is possible as once my dialplan starts using Dial()
2018 Sep 12
1
eventlog functionality
On Wed, 2018-09-12 at 16:23 -0700, Ray Klassen via samba wrote:
> On 2018-09-12 09:44 AM, Jeremy Allison via samba wrote:
> > 
> > On Wed, Sep 12, 2018 at 09:30:19AM -0700, Ray Klassen via samba
> > wrote:
> > > 
> > > 
> > > and from the what the hell department. I did it. Comparing
> > > 
> > >
2011 Oct 15
2
[LLVMdev] Live code elimination problem in code generation
Hello. :)
I've met a problem that eliminates a live code in code generation phase.
The initially generated code is shown as follows (as a pseudo code):
( Before pseudo-code expansion. )
----------
loop:
  :
  :
  set P0 <- xxx ( P0: a physical register for a parameter of function F )
  set P1 <- yyy ( P1: a physical register for a parameter of function F )
  SELECT_CC z1, z2, z3, ...
2011 Aug 31
2
[LLVMdev] Branch transformation with branch-weight metadata
Hello :)
I am looking around __builtin_expect() directive for optimization.
( http://llvm.org/docs/BranchWeightMetadata.html )
Since it is not included in v2.9, I am searching about it on svn trunk.
I found that the lowering phase generates branch-weight metadata node for
that directive.
However, I can't find any code related to the metadata even in the branch
transformation code.
IMHO, in
2007 Nov 28
8
include vs. require vs. require_dependency
i am struggling a bit with all of them .. could someone be so nice a
describe me the exact differences, pros & cons of all of them ... thx a
lot!
-- 
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to
2006 Aug 02
4
College course on Ruby on Rails
Hello all,
I am very happy to announce that registration for my new course entitled
"Ruby on Rails Development" at my college is now open. We are offering this
course as part of our LAMP certificate which is designed for working
professionals who want to upgrade their skills.
I think that it is a sign of Rails'' growing maturity that I was able to
propose this and work it
2018 Sep 12
2
eventlog functionality
On Wed, 2018-09-12 at 15:34 +0000, ray klassen wrote:
> Farther down the rabbit hole, I would have to create a
> init_srv_sess_info_10 to go with it?
Yes.
Andrew Bartlett
-- 
Andrew Bartlett                       http://samba.org/~abartlet/
Authentication Developer, Samba Team  http://samba.org
Samba Developer, Catalyst IT          http://catalyst.net.nz/services/samba
2011 Oct 15
0
[LLVMdev] Live code elimination problem in code generation
On Oct 14, 2011, at 9:04 PM, Hae-woo Park wrote:
> I've met a problem that eliminates a live code in code generation phase.
> 
> The initially generated code is shown as follows (as a pseudo code):
> ( Before pseudo-code expansion. )
> 
> ----------
> loop:
>   :
>   :
>   set P0 <- xxx ( P0: a physical register for a parameter of function F )
>   set P1
2010 Jun 25
2
Civ 4 patch help?
Hello. I'm following the instructions on how to install Civ 4 on my Ubuntu system. I've had it working perfectly in the past, but this time I come to a stop every time I try to patch to 1.74. The patch installer doesn't recognise that I have an existing installation of Civ on my system.
Sorry to be a pain in the arse, but I can't remember if this happened before and if it did how
2011 Jun 08
2
My CentOS in VMware can't find my wireless card
hi,
   i'm woo, I'm a newer to CentOS. I installed my CentOS5.3(2.6.18-128.el5)
in VMware.
And my wireless card is MERCURY 54U(Atheros AR5xxx).I plugged the USB card
into my virtual machine, but it couldn't be found.
I've tried two drivers in different time:
1)install ath5k:
--------------------------------------------------------------------------------
[root at wulmcent ~]# lsmod
2007 Apr 28
2
Tables & Databinding
Hiya,
I''ve recently been looking at removing the dependency in our CRM/CMS
on MSIE XML Databinding so that it''ll run properly in Firefox..
The solution I''ve created uses the prototype.js lib so I thought I
might share my efforts here if that''s ok?  It''s still _very_ early
days but there''s the beginnings of a writeup here:
2012 Sep 24
1
Problem with R script
To whom I concern,
I am a recent user of program R
I do not know how to explain this but after I installed the program the
words on the scrpit does R console does not appear clear
but something square(?)/Cube(?) which seems like the words are broken
More suprisingly, the squared words are written in Korean (My mother
language... and could discover it by 'copy & paste' on word