Displaying 20 results from an estimated 90 matches for "roes".
Did you mean:
does
2013 Mar 01
7
Conditional Weighted Average (ddply or any other function)
Hello R community,
I am computing weighted average statistic by using ddply function:
My data set is:
N1 T1 S1 I1 C1 FY-4 ROE11 EPS11 MKT11
N1 T1 S1 I1 C1 FY-3 ROE12 EPS12 MKT12
N1 T1 S1 I1 C1 FY-2 ROE13 EPS13 MKT13
N1 T1 S1 I1 C1 FY-1 ROE14 EPS14 MKT14
N1 T1 S1 I1 C1 FY0 ROE15 EPS15 MKT15
N1 T1 S1 I1 C1 FY1 ROE16 EPS16 MKT16
N1 T1 S1 I1 C1 FY2 ROE17
2018 Jul 20
0
[PATCH 3/3] [RFC V3] KVM: X86: Adding skeleton for Memory ROE
On 20 July 2018 at 00:59, Jann Horn <jannh at google.com> wrote:
> On Thu, Jul 19, 2018 at 11:40 PM Ahmed Abd El Mawgood
> Why are you implementing this in the kernel, instead of doing it in
> host userspace?
I thought about implementing it completely in QEMU but It won't be
possible for few reasons:
- After talking to QEMU folks I came up to conclusion that it when it
comes
2018 Jul 20
0
[PATCH 3/3] [RFC V3] KVM: X86: Adding skeleton for Memory ROE
On 20 July 2018 at 03:28, Jann Horn <jannh at google.com> wrote:
> On Fri, Jul 20, 2018 at 2:26 AM Ahmed Soliman
> <ahmedsoliman0x666 at gmail.com> wrote:
>>
>> On 20 July 2018 at 00:59, Jann Horn <jannh at google.com> wrote:
>> > On Thu, Jul 19, 2018 at 11:40 PM Ahmed Abd El Mawgood
>>
>> > Why are you implementing this in the kernel,
2019 Aug 06
1
Wiki edit: HowTos/Grub2
Greetings!
This is my first contribution, so please let me know if there is
anything I should be doing differently. I am following the instructions
found here: <https://wiki.centos.org/Contribute>.
Your /FirstnameLastname/ username: MitchellRoe
The proposed subject of your Wiki contribution(s): Corrected path for
getting menu entries
The proposed location of your Wiki contribution(s):
2008 Feb 15
2
Skeletal relations
On 15-Feb-08, at 10:11 PM, Conrad Parker wrote:
>> Lang: <locale>
>
> generally I think we should go with existing HTTP and email headers
> where possible, eg. Content-Language
'k
>> Description: <string>
>
> I kinda feel that this kind of human-readable metadata better belongs
> in CMML; the skeleton tells you where to go (for each locale), the
2008 Feb 20
3
Skeletal relations
Hi again :)
On Wed, Feb 20, 2008 at 9:01 PM, ogg.k.ogg.k@googlemail.com <
ogg.k.ogg.k@googlemail.com> wrote:
> > 1) Font data, as in the actual font itself, doesn't really belong in an
> ogg
> > stream.
>
> People wanting to have more control on the appearance of an overlay
> might want to control the font. Since font naming is largely non standard
> (eg,
2013 Apr 26
1
remote backend
So, given what I've read in the documentation I would create a text file named document_database.txt that might have the following:
remote 192.168.1.10:30000
chert /var/lib/xapian_database/segment1
remote 192.168.1.10:30000 chert /var/lib/xapian_database/segment2
remote 192.168.1.10:30000 chert /var/lib/xapian_database/segment3
etc.
I would then in my PHP program open
2018 Jul 19
0
[PATCH 1/3] [RFC V3] KVM: X86: Memory ROE documentation
Following up with my previous threads on KVM assisted Anti rootkit
protections.
The current version doesn't address the attacks involving pages
remapping. It is still design in progress, nevertheless, it will be in
my later patch sets.
Signed-off-by: Ahmed Abd El Mawgood <ahmedsoliman0x666 at gmail.com>
---
Documentation/virtual/kvm/hypercalls.txt | 14 ++++++++++++++
1 file changed,
2008 Feb 21
1
Skeletal relations
On Thu, Feb 21, 2008 at 9:00 PM, ogg.k.ogg.k@googlemail.com <
ogg.k.ogg.k@googlemail.com> wrote:
> > If you have an application-specific need for exact font data, then I
> think
> > the mechanism for retrieving this data should lie in your application,
> and
> > not in the media format that you're using for media data. I would have
> said
> > the same
2008 Feb 17
0
Skeletal relations
Ralph, Conrad,
Now that we have ROE as a means to describe a multi-track ogg file - i.e. a
means to author Skeleton - I assume this is supposed to describe how we map
ROE information into Skeleton through the use of fisbone message header
fields, right?
In this case I wonder if you have gone over all the current ROE spec and
made sure that all this information is either in ROE or easily
2009 Nov 27
3
problem with "dynformula" from "plm" package
Hello list,
I'm following the paper (http://www.jstatsoft.org/v27/i02/paper) on how to
use "plm" to run panel regressions, and am having trouble with what I
believe should be something very basic.
When I run the command (p.9 in the paper):
R>
dynformula(emp~wage+capital,log=list(capital=FALSE,TRUE),lag=list(emp=2,c(2,3)),diff=list(FALSE,capital=TRUE))
I see:
emp ~ wage +
2002 Dec 09
3
smbclient returns incorrect file size for large files
When I connect to a share on an NTFS drive on a Windows 2000 server using smbclient and obtain a directory listing using the 'ls' command, the file size of large files is shown as 259190784. This is not the size of the file according to the Windows GUI which gives 8,849,125,376 bytes (8.24 GB) as the file size.
I have not been able to determine exactly how big a file has to be for the
2018 Jul 19
8
Memory Read Only Enforcement: VMM assisted kernel rootkit mitigation for KVM
Hi,
This is my first set of patches that works as I would expect, and the
third revision I sent to mailing lists.
Following up with my previous discussions about kernel rootkit mitigation
via placing R/O protection on critical data structure, static data,
privileged registers with static content. These patches present the
first part where it is only possible to place these protections on
memory
2018 Jul 19
8
Memory Read Only Enforcement: VMM assisted kernel rootkit mitigation for KVM
Hi,
This is my first set of patches that works as I would expect, and the
third revision I sent to mailing lists.
Following up with my previous discussions about kernel rootkit mitigation
via placing R/O protection on critical data structure, static data,
privileged registers with static content. These patches present the
first part where it is only possible to place these protections on
memory
2007 Mar 18
6
[LLVMdev] Google SOC - Idea
Hi,
I noticed that LLVM had signed up as a mentoring organization for
Google's summer of code. LLVM looks like an exciting project that
overlaps some of my interests.
I would be interested in developing an additional front end for a
language it does not currently support (I'm open to what language). I
do not know much about what this entails in regards to what LLVM
requires from its
2006 May 27
5
Rails without cookies
Why does rails keep installing cookies on users machines, even if I am
not ussing th session variable for anything?
How do I stop this?
Thanks, Scott
--
Easily help charity when you shop: www.GiveTeam.org
I''m a member of the Give Team, are you?
2008 Feb 15
6
Skeletal relations
We have new drafts of CMML 4.0 as a text codec and ROE as an xml
stream abstract, subsuming the authoring support in CMML 3.1 and
earlier.
Another thing we talked about at LCA is a how to specify
relationships between the various streams in Ogg so that a server,
muxer or player can make intelligent decisions about the contained
tracks. The general idea is to use the (http-style) Message
2018 Jul 19
0
[PATCH 3/3] [RFC V3] KVM: X86: Adding skeleton for Memory ROE
This patch introduces a hypercall implemented for X86 that can assist
against subset of kernel rootkits, it works by place readonly protection in
shadow PTE. The end result protection is also kept in a bitmap for each
kvm_memory_slot and is used as reference when updating SPTEs. The whole
goal is to protect the guest kernel static data from modification if
attacker is running from guest ring 0,
2008 Feb 21
0
Skeletal relations
> If you have an application-specific need for exact font data, then I think
> the mechanism for retrieving this data should lie in your application, and
> not in the media format that you're using for media data. I would have said
> the same thing to Adobe if they'd asked me ;-)
We may or may not be talking about the same specific thing. My point was
not that there should be
2006 Jun 01
3
New rails site: AJAX Webbrowser
Heres my Ruby on Rails webbrowser:
https://palary.org
Sorry, but I just couldn''t resist.
Cheers,
Scott