Displaying 20 results from an estimated 100000 matches similar to: "Java Script"
2010 Jul 14
1
[LLVMdev] LoopInterchange Pass
--- On Tue, 7/13/10, Satya Jandhayala <satya_jandhayala at yahoo.com> wrote:
From: Satya Jandhayala <satya_jandhayala at yahoo.com>
Subject: LoopInterchange Pass
To: llvmdev at cs.uiuc.edu
Date: Tuesday, July 13, 2010, 12:06 PM
Hi,
I developed a Loop Interchange pass. Please take a look.
I have not incorporate data dependence analysis check. I can insert it when the
2010 Jul 14
0
[LLVMdev] LoopInterchange Pass
Hi Satya,
On Tue, Jul 13, 2010 at 12:06 PM, Satya Jandhayala <
satya_jandhayala at yahoo.com> wrote:
> Hi,
>
> I developed a Loop Interchange pass. Please take a look.
> I have not incorporate data dependence analysis check. I can insert it when
> the LoopDependenceAnalysis is available.
>
Have you tried using include/llvm/Analysis/LoopDependenceAnalysis.h ?
Please
2010 Jan 18
7
Ruby Array to Java Script Array
Hi,
How can we use an array created in Ruby in Java script ?
Regards,
Prashant
--
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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To unsubscribe from this group, send email to
2010 Jul 13
4
[LLVMdev] LoopInterchange Pass
Hi,
I developed a Loop Interchange pass. Please take a look.
I have not incorporate data dependence analysis check. I can insert it when the LoopDependenceAnalysis is available.
Thank you
Satya
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100713/654d5fd5/attachment.html>
--------------
2006 Aug 01
6
Newbie: How to use text_field with Java Script
<input type="text" name="date1" id="dateField1"
onchange="magicDate(''dateField1'');" onfocus="if (this.className !=
''error'') this.select()" />
How could I generate above text filed using ruby?
I am not sure how to give the options such as onchange, onfocus, id and
so on?
could some one please help.
--
2006 Feb 13
2
how to find the helpers code ?
Hello,
i have the application set up on my radrails. I was looking at the view
generated by scaffold and i see a bunch of names, after looking up
internet i found that they are helpers and generate the HTML for us.
Now, i wanted to look at the helper code for start_form_tag, so that
based on that i could write some of my own helpers in my helper
classes... but i could not find the code
2008 Sep 26
6
Mapping hvm guest pages in Dom0
hello,
I would like to map (Read/Write) pages owned by a HVM guest from my Dom0
Linux kernel module. I have access to the "machine frame numbers" of these
pages.
1. What is the right interface to do this? kmap needs ''struct page'' ptrs
which I doubt exist for pages owned by a HVM guest. Is there a hypercall to
do this then?
2. Do I need to modify the HVM behavior in
2009 May 13
0
AGI scripts in Groovy, JavaScript, JRuby or PHP running on the Java Virtual Machine
Hi,
We've just finished adding support for writing AGI scripts in a variety
of popular scripting languages to Asterisk-Java.
The FastAGI server in Asterisk-Java allows you to move your AGI scripts
to a dedicated server and increases performance by eleminating the need
to start the language interpreter for each request.
Our current snapshot release includes an AGI demo in Groovy, JavaScript
2006 Feb 14
1
Firefox java script error in prototype.js
Hi,
I am usign two selects, a master and a slave:
<%= select("master", "id", @master) %>
<div id="slave_id_list">
<%= select("slave", "id", @slave) %>
</div>
<%= observe_field("master[id]",
:frequency => 0.25,
:update => "slave_id_list",
:url => {:action => :update_slave_select},
2007 May 17
3
Converting Full Virt to Para virt
Hi,
I am running xen-unstable , now i have a Full Virt DomU running
RHEL 3 update 5 wanted to know is there a way to convert this vm to
Paravirt .
regards
Satya
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users
2011 Mar 29
2
Scrap java scripts and styles from an html document
Hi,
I am working on developing a web crawler in R and I needed some help with
regard to removal of javascripts and style sheets from the html document of
a web page.
i tried using the xml package, hence the function xpathApply
library(XML)
txt =
xpathApply(html,"//body//text()[not(ancestor::script)][not(ancestor::style)]",
xmlValue)
The output comes out as text lines, without any html
2007 Oct 16
8
Xeno Linux never pins L1 tables ?
hi,
I''m developing my own 32-bit (no PAE) paravirtualized kernel for xen with
Mini-OS as a starting point. I am currently working on process page table
support (equivalent of arch/i386/mm/pgtable-xen.c) and mostly following
Linux for the moment. I noticed that linux-2.6.18-xen never pins an L1 table
(a pte), yet __pgd_pin() walks the page directory and gives up write access
on the kernel
2008 Apr 20
1
Java->R functions (or possibly C++ -> R)
Hello all,
I am trying to implement a simple Genetic Algorithm using some of the
functions of R (such as lm). I am a total newbie with regard to R, but
not programming or GAs.
I thought I would have to do this in R but now it seems there are ways
to call R functions from Java after all. (C++ would work for me too,
having a compiled language should speed up the program.)
Are there recommended
2016 Jul 19
3
A "Java Backend"
Hi,
David Chisnall via llvm-dev wrote:
> On 19 Jul 2016, at 04:06, Lorenzo Laneve via
llvm-dev<llvm-dev at lists.llvm.org> wrote:
>> My idea was to create a complete backend treating Java as a normal
platform, to enable LLVM to compile programs to Java Bytecode (.class)
and Java Archive files (.jar). This could be useful in situations where
we need to compile a program for a
2007 Oct 24
5
How can I hide a DIV with a success message inside?
I want to have something like Facebook has. In some cases when you
post something a success message shows up (on the same page, not a pop-
up), stays 2-3 seconds and then fades away.
How can I do that with Prototype?
Thanks.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group.
2010 Jun 08
8
rails, ajax, json, and script
Could someone please demonstrate the code to send both json (or xml) AND
javascript (to be executed) in a single Ajax request?
Is this even possible?
--
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
2005 Sep 21
3
ThinClients: Java Appletes and JavaScript
Has there been any Blogs or other discussions about Java Applets vs
JavaScript? If appears (and I stress "appears") that JavaScript is
getting the attention due to Googles use of AJAX and Java Applets do not
have the same popularity.
The reason I ask is that I have contemplated trying my hand at some
Applets for my client as well as using some inline Java in Web pages.
Any
2010 Dec 09
0
[LLVMdev] Info required
On Dec 9, 2010, at 5:38 AM, Satya Prakash Prasad wrote:
> Hi All,
>
> I am a new joiner in this group and would like to work on some projects. Can you please let me the process for the same?
http://llvm.org/docs/GettingStarted.html
http://llvm.org/OpenProjects.html
http://llvm.org/docs/CodingStandards.html
and other docs at http://llvm.org/docs/
-
Devang
-------------- next part
2008 Aug 24
11
link_to_function check javascript attribute
How could I check the value of an javascript object''s attribute?
<div id="new_item_details" style="display:none"></div>
<%= link_to_function("Show details...", nil, :id => "show_details") do
|page|
page.visual_effect(:toggle_blind, :new_item_details)
if (page[:new_item_details].style.visibility ==
2006 Apr 14
7
How to call a java function in rubyonrails method
Hi everyone,
I''m Italian and sorry for my english mistakes...
I''m developing a web-site using rubyonrails.
It''s REALLY COOL!
But I''m obliged to re-use some javascript functions.
Do you know where I can get the right documentation (and examples) in
order to integrate these two different environments?
Thanks,
Matteo.
--
Posted via http://www.ruby-forum.com/.