Displaying 4 results from an estimated 4 matches for "list_el".
Did you mean:
list_del
2011 Mar 08
3
A plot similar to violin plot
Dear R Users,
I would like to know is there any package to create a plot like this?
http://dl.dropbox.com/u/5409929/cs1160521f01.gif
X axis is categorical. And the positions of the points are
corresponding to the frequency. (similar to violinplot)
Thank you.
Regards,
CH
--
CH Chan
2011 Feb 04
3
[LLVMdev] Data layout of structs
...n the automated program analysis tool AProVE
(http://aprove.informatik.rwth-aachen.de/) and would like to use LLVM
for analysis of C programs.
I have the following example C program dealing with simple lists of
integers:
------------ start C example -------------
#include<stdlib.h>
struct list_el {
int val;
struct list_el * next;
};
typedef struct list_el item;
void test(int length) {
item * curr, * head;
int i;
head = NULL;
for(i=1;i<=length;i++) {
curr = (item *)malloc(sizeof(item));
curr->val = i;
curr->next = head;
head =...
2006 Jun 23
3
form_remote_tag is not passing form params
..."Update" />
<%= end_form_tag %>
My controller''s ajax_list_update method:
def ajax_list_update
@contact = Contact.find(params[:id])
logger.debug params.inspect
@contact.update_attributes(params["contact_" + @contact.id.to_s])
render :partial => "list_element"
end
When I click the submit button, the Ajax.Updater call correctly fires
(prototype is definitely being called in my view), and the
ajax_list_update method is being run. Inside the method, however, the
params[] hash has only the following values:
{"action"=>"ajax_...
2005 Sep 29
14
Draggables and overflow div''s revisited
I have two scrollable div''s (overflow:auto), one with
a list of elements (the source) and the other is the
drop target (dest).
I''ve enabled ghosting so that the drag element gets
out of the scrollable box (good).
Interesting, at least on Firefox, the ghosted drag
ends up going ''under'' the destination div when I drag
it. No amount of z-order fidding seems to