Displaying 8 results from an estimated 8 matches for "x314".
Did you mean:
314
2005 Oct 04
5
sorting
I just want to confirm that it''s *not* possible to sort <tr>s in
tables....
Jamie
2008 Oct 15
2
Help Help with sampling
...s 14 patients.
I need to use random sampling to make, 5 different samples from my data with
5 patients in each sample. i.e. using all 4 variables I need to make 5
different samples by changing patients(with 5 patients in each sample).
X8 X9 X10 X102 X110 X177 X283 X284 X286 X292 X297 X306 X308 X314
s1 0 1 0 0 0 1 0 0 0 0 0 0 0 0
s2 0 0 0 0 1 0 0 0 0 0 0 0 1 0
s3 0 1 0 0 0 0 0 0 0 0 0 0 1 0
s4 1 0 0 0 1 0 0 0 0 1 0 0 0 0
I used this code:
temp=l...
2006 Jan 11
2
Good OOP and JS books / tutorials? Looking to teach my team
...of examples and go through developing a JS-heavy
application with them, but I''m still not much of a teacher (I''m impatient :)
so I''d like to have alternate materials for them.
Thanks in advance!
Joe Potenza
Lead Developer
BigBuzz Internet Business Solutions
516.845.0702 x314
http://www.bigbuzz.com
_______________________________________________
Rails-spinoffs mailing list
Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org
http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs
2006 Feb 27
30
Calendar widget
Has anyone made, or does anyone know of, a nice calendar control based
on prototype/scriptaculous out there yet? Thanks in advance!
Sincerely,
Ryan Gahl
Design Engineer
Camtronics Medical Systems (an Emageon Company)
Ryan.gahl-nlycWCgr5/vuufBYgWm87A@public.gmane.org
262-369-3251
The information transmitted in this electronic mail is intended only for the
person or entity to which it
2005 Sep 07
0
droponempty doesn''t activate hoverclass?
...alendar with my
draggable items being table elements) and now I have no feedback when I am
hovering over a sortable. I can hack the dragdrop.js to make it work again,
but is there any particular reason why this was done?
Joe Potenza
Lead Developer
BigBuzz Internet Business Solutions
516.845.0702 x314
http://www.bigbuzz.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://wrath.rubyonrails.org/pipermail/rails-spinoffs/attachments/20050907/58fd090e/attachment.html
2005 Oct 17
11
a better question
I''m trying to call a click() event on an <a href> that has an
Observable registered for it. Something like:
<a href="#" id="toggle_1929">show</a>
...
Event.observe("toggle_1929", ''click'', function(event){ Element.toggle
("group_1929"); return false; });
...
$("toggle_1929").click(); //this throws
2008 Oct 16
2
saving result of a "for" loop
Hi everyone,
I have dataset which I take random samples of it 5 times. each time I get
the mean for rows for each sample.
at the end I need to calculate the Average of all means for each sample and
each row. to clear it up I give an example:
say this is my dataset.
X8 X9X10X12 X13 X14 X15 X16X17X18X19 X20 X21 X22
s1 0 1 0 0 0 1 0 0 0 0 0 0 0 0
s2 0 0 0
2008 Oct 17
2
function help
Hi everyone,
I have dataset which I make a sample of it couple of times and each time I
get the mean and standard deviation of each row for each sample. I have a
function for that, which takes the name of the file and number of times to
sample and then returns the mean and standard deviation for each row in each
sample.
Sample=function(name, n){