Displaying 5 results from an estimated 5 matches for "nare".
Did you mean:
name
2008 May 19
4
REST urls and Authenticity Token
...and I
want to destroy one by using this link:
<%= link_to image_tag(''icons/folder_delete.png''), {:url =>
folder_path(folder.name) }, { :method => :delete, :title => ''Delete this
folder'', :confirm => "All files and subfolders will be deleted!\nAre you
sure?" } %>
How come the form generated for this link doesn''t contain a Authenticity
token? For all my other crud forms I also had to explicitly write the
<%= token_tag %>. This may be the right way, but I remember reading
something on this forum that the Authenticity to...
2011 Mar 15
2
(R) transitions in a Markov Chain
Dear experts,
I have to generate 1000 transitions of a discrete time Markov Chain and
then give and estimation of the equilibrium distribution.
I know the transition matrix.
0.3 0.7 0
0.2 0.5 0.3
0 0.4 0.6
Do you know how to do it with R?
Thanks a lot!
Estefania
[[alternative HTML version deleted]]
2010 Dec 28
4
Nested Class
Hi:
I have something like this:
class xinetd {
... some Puppet code ...
class xinetd::telnet {
... some Puppet code ...
}
}
node ''host1'' {
include xinetd::telnet
}
However, when running Puppet says it can''t find class xinetd::telnet.
I can include xinetd so I know my site.pp correctly includes all .pp
files.
I am running Puppet 2.6.0.
Thanks
2008 Jan 18
5
wz_tooltip and updating the DOM
Hi all,
I am using Prototype in conjunction with wz_tooltip and am having a
problem with the tool tips not being updated in time.
When a user mouses over a link, I am making an Ajax call to a CFM page
that sends back an HTML table and updates the contents of a div with
the returned content. I then call wz_tooltip and reference that div to
use as the tool tip. However, what is displayed in the
2005 Aug 15
16
swig_up
Tracing down some things to add in validators and I''ve run across
something that kinda bothers me...
In order to implement validators you have to override the clone method.
The directors seems to be set up to specifically handle this situation.
However, whenever C++ calls back to the object''s methods the swig_get_up
function is returning false. It seems like swig_up