Displaying 20 results from an estimated 5000 matches similar to: "idea against hacks - help to IDS of a new generation"
2011 Jul 19
2
[LLVMdev] Heap memory allocation
I'm implementing a lazy functional language and I need to allocate nodes on
the heap. From what I've read LLVM supports only the 'alloca' instruction
which allows to allocate memory on the stack. Is this true and and if so,
what is the preferred way to solve my problem?
--
Piotr Kaleta
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2011 Jul 25
2
[LLVMdev] Stack implementation
I'm translating the source of stack-based virtual machine into LLVM IR and
my plan is to implement the stack in LLVM IR (using alloca/load/store) in
order to emulate the VM's stack and then use the optimization phase
"mem2reg". Therefore I'm going to have a stack pointer that points to the
top of my stack. I'm curious whether I will have to implement that in a
2011 Jul 25
0
[LLVMdev] Stack implementation
Piotr Kaleta <piotrek.kaleta at gmail.com> writes:
> I'm translating the source of stack-based virtual machine into LLVM IR and
> my plan is to implement the stack in LLVM IR (using alloca/load/store) in
> order to emulate the VM's stack and then use the optimization phase
> "mem2reg". Therefore I'm going to have a stack pointer that points to the
> top
2017 Dec 16
2
Strange dots on monitor
I forgot to write that the dots start to appear only inside "Desktop
Environment" (in my case Gnome), not for example in grub/bios. Today I
tried to install ubuntu 16.04 and the green dots appeared there too (in
Unity).
On Sun, Dec 17, 2017 at 12:50 AM, vychytraly . <vychytraly at gmail.com> wrote:
> Hello friends,
>
> about 2 days ago, unexpected strange green dots
2011 Jul 12
1
Quantitative Analyst/Quantitative Developer
Hello,
I would like to post the below position on your site.
Thanks,
Quantitative Analyst/Quantitative Developer
MSIM Global Risk & Analysis, Quantitative Research & Model Review group
Morgan Stanley Investment Management (MSIM), together with its investment advisory affiliates, has more than 680 investment professionals around the world and approximately $279 billion in assets under
2018 Sep 02
0
Fwd: Certificates
Mobile email
Begin forwarded message:
> From: John Stanley <john.stanley at elslc.com>
> Date: September 2, 2018 at 1:20:05 PM CDT
> To: campbell at accelinc.com
> Subject: Re: [CentOS] Certificates
>
>> On Sat, 2018-09-01 at 13:03 -0500, Chuck Campbell wrote:
>>> On 8/31/2018 2:14 PM, John Stanley wrote:
>>>> On Fri, 2018-08-31 at 12:47 -0500,
2007 Sep 24
1
hypothesis testing
This was sent to me by someone on the R-list ( I don't know her ) but I
don't have time to look at this right now so I told her I would send
it to the R-list because she said it keeps getting bounced when she
sends it.
#=======================================================================
====================================================================
I am a bit confused with
2012 Mar 28
2
patch for OSX
Attached is a patch to make sshd work on OSX when using plain ol' Kerberos authentication as opposed to opendirectory authentication.
Cheers,
Nick
--------------------------------------------------------------------------
NOTICE: Morgan Stanley is not acting as a municipal advisor and the opinions or views contained herein are not intended to be, and do not constitute, advice within the
2004 Aug 06
0
need help/ideas please, oh and answers
Jeremiah Stanley <miah@miah.org> writes:
> Exactaly, I would recommend the mod_mp3 project for something like that.
>
> http://media.tangent.org/
>
> They are doing almost exactaly what sound like you are looking for. There
> is also the project 'ampache' that takes this one step further and adds a
> MySQL database backend to a PHP front.
Thank you for these
2004 Aug 06
0
need help/ideas please, oh and answers
Jeremiah Stanley <miah@miah.org> writes:
> It is my understanding that you have the highest bitrate stored and you
> just want to re-encode the files on the fly over a stream. You do this
> rather than just store all the different enc rates.
Basically yes. The material I have available is currently over 30gb
and growing. If I stored all the various combinations of bit rates
the
2004 Nov 01
1
case-insensitive ZIP
A development note:
In the function "install.packages", it would be helpful to those of us
who have atypical installations and install manually from ZIP files to
have
pkgnames <- sub("\\.zip$", "", pkgnames)
replaced with
pkgnames <- sub("\\.zip$", "", pkgnames, ignore.case = TRUE)
because the contributed zipfiles are ZIPfiles. The
2004 Nov 01
1
case-insensitive ZIP
A development note:
In the function "install.packages", it would be helpful to those of us
who have atypical installations and install manually from ZIP files to
have
pkgnames <- sub("\\.zip$", "", pkgnames)
replaced with
pkgnames <- sub("\\.zip$", "", pkgnames, ignore.case = TRUE)
because the contributed zipfiles are ZIPfiles. The
2006 Oct 09
1
read.zoo question
I have comma delimited asci data with each row being in the format :
2006-01-24 02:41:24.00011,1.22930000,5,1.22950000,7
.
.
.
.
and i'm trying to use read.zoo ( which is similar to read.table ) to
read in the data. the data goes all the way out to milliseconds and i
can't figure out what to put for the format field. if i put nothing,
then read.zoo gets rid of the the whole time and
2006 Oct 18
2
not understanding a do.call
I did a ?do.call but i don't think i understand it.
if a, b,c,d are numeric vectors then could someone explain the
difference between
do.call("cbind",list(a,b,c,d))
and cbind(a,b,c,d).
or point to an archive on it.
the return value of cbind is a matrix or dataframe depending on what is
sent in but i don't
understand wheen it would be useful to use do.call. i realize it
2006 Oct 17
1
looking for a cleaner way to do something
I have two numeric vectors each of length 17 and each is named the exact
same way.
so
obsnum ppppp ppppm pppmp . dot dot dot......
temp1 is 1417 52 63 85
obsnum ppppp ppppm pppmp . dot dot dot......
temp2 is 1213 41 50 97
what i want to have is a resultant matrix with 2 rows and 16 columns
where the 16
2017 Nov 17
3
[PATCH] virto_net: remove empty file 'virtio_net.'
Looks like this was mistakenly added to the tree as part of
commit 186b3c998c50 ("virtio-net: support XDP_REDIRECT").
Signed-off-by: Joel Stanley <joel at jms.id.au>
---
drivers/net/virtio_net. | 0
1 file changed, 0 insertions(+), 0 deletions(-)
delete mode 100644 drivers/net/virtio_net.
diff --git a/drivers/net/virtio_net. b/drivers/net/virtio_net.
deleted file mode 100644
2017 Nov 17
3
[PATCH] virto_net: remove empty file 'virtio_net.'
Looks like this was mistakenly added to the tree as part of
commit 186b3c998c50 ("virtio-net: support XDP_REDIRECT").
Signed-off-by: Joel Stanley <joel at jms.id.au>
---
drivers/net/virtio_net. | 0
1 file changed, 0 insertions(+), 0 deletions(-)
delete mode 100644 drivers/net/virtio_net.
diff --git a/drivers/net/virtio_net. b/drivers/net/virtio_net.
deleted file mode 100644
2014 Feb 11
0
[PATCH 0/3] tools/virtio: build fixes for virtio_test
On Tue, Feb 11, 2014 at 04:58:17PM +1030, Joel Stanley wrote:
> Recent changes to drivers/virtio broke compilation for the tests in
> tools/virtio. The following patches are build fixes for those changes, as well
> as a fix for a typo that would have never built.
>
> The changes were tested on my amd64 system against 3.14-rc2.
Ah, thanks a lot for posting this.
I had this fixed in
2017 Nov 17
0
[PATCH] virto_net: remove empty file 'virtio_net.'
On 2017?11?17? 10:46, Joel Stanley wrote:
> Looks like this was mistakenly added to the tree as part of
> commit 186b3c998c50 ("virtio-net: support XDP_REDIRECT").
>
> Signed-off-by: Joel Stanley <joel at jms.id.au>
> ---
> drivers/net/virtio_net. | 0
> 1 file changed, 0 insertions(+), 0 deletions(-)
> delete mode 100644 drivers/net/virtio_net.
>
2017 Nov 17
0
[PATCH] virto_net: remove empty file 'virtio_net.'
On Fri, Nov 17, 2017 at 01:16:36PM +1030, Joel Stanley wrote:
> Looks like this was mistakenly added to the tree as part of
> commit 186b3c998c50 ("virtio-net: support XDP_REDIRECT").
>
> Signed-off-by: Joel Stanley <joel at jms.id.au>
Acked-by: Michael S. Tsirkin <mst at redhat.com>
> ---
> drivers/net/virtio_net. | 0
> 1 file changed, 0