Displaying 3 results from an estimated 3 matches for "dragger".
Did you mean:
dragged
2008 Dec 06
9
jQuery Rails Functions
Hi,
I was wondering if anybody who used jQuery with rails could help me
out. I have a droppable that fires a simple function, shown below:
$("#list").droppable({
accept: ".item",
hoverClass: ''droppable-hover'',
drop: function(ev, ui) {
$(this).append("<br>Dropped!");
}
});
But how could I get this to fire a Rails funciton in the
2009 Mar 27
1
Six steps to better SIP security with Asterisk
In case any of you were wondering why there has been a fairly notable
upswing in the attacks happening on SIP endpoints, the answer is
"script kiddies." In the last few months, a number of new tools have
made it easy for knuckle-draggers to attack and defraud SIP endpoints,
Asterisk-based systems included. There are easily-available tools
that scan networks looking for SIP hosts, and then scan hosts looking
for valid extensions, and then scan valid extensions looking for
passwords. You can take steps, NOW, to eliminate m...
2017 Jun 14
3
about fitting a regression line
Thanks. I thought lm() function is for linear model, such as the
correlation below:
Y= aX + b
On Wed, Jun 14, 2017 at 5:25 PM, MacQueen, Don <macqueen1 at llnl.gov> wrote:
> Start with the lm() function; i.e., see
>
> ?lm
>
> -Don
>
> --
> Don MacQueen
>
> Lawrence Livermore National Laboratory
> 7000 East Ave., L-627
> Livermore, CA 94550
>