Displaying 6 results from an estimated 6 matches for "wronghead".
Did you mean:
wrongheaded
2010 Dec 22
8
Shoulda issue: no more "should have_instance_methods" ?
I''m using Shoulda.
After copying the code here....
.... http://joshuaclayton.github.com/code/2009/07/14/should-act-as-list.html....
into my test_helper file so I can test acts_as_list, I came across
issues. For one I realized I had to get rid of the _ between the
"should" and "have" in past cases, but here, I get this error when I
run my unit test:
2003 Jul 30
3
nested for() loops for returning a nearest point
...et is a neighbor.id of the appropriate length, but which
consists only of the same value repeated. Should I instead pass the
which.min(dist.geo) to a variable before exiting the inner (j) loop, and
reference that variable in place of which.min(dist.geo) in the last
line? Or is this whole approach wrongheaded?
This should be elementary, I know, so I appreciate everyone's
forbearance.
Steven Sullivan, Ph.D.
Senior Associate
The QED Group, LLC
1250 Eye St. NW, Suite 802
Washington, DC 20005
ssullivan@qedgroupllc.com
202.898.1910.x15 (v)
202.898.0887 (f)
202.421.8161 (m)
[[alte...
2010 Jan 21
1
correlation significance testing with multiple factor levels
...orrelations for all treatments in either set using
cor(). If I take the mean of these N pairwise correlations, I see that the
effects of treatments in set A are much more correlated than the effects of
treatments in set B. (Mean correlation for set A is 0.6, mean for set B is 0.1).
This is probably wrongheaded, but I'd like to be able to report whether this is
a significant difference. I know about cor.test(), but I don't know whether/how
I can adapt that for my use case.
Thanks in advance for your advice.
2004 May 27
5
FireFly doesn't work with 3rd party anymore
Just an FYI FireFly no longer works with anything but the FireFly network.
No more SIP, No more IAX. It was a damn good IAX client... too bad its crap
now.
bkw
2006 Sep 08
1
(Probably Easy) ActiveRecord help needed!
...thing like
puts "#{n.id} with name #{n.node_name}" # problem line 2
I get the same error! Thing is, if I substitute "problem line 2" with
say just an output message, it gets displayed 17 times, one per
record... so I KNOW the data is being loaded.
One [extremely ugly and wrongheaded IMHO] approach has been adding
accessing methods to the Node class:
def id
@attributes[''id'']
end
def node_name
@attributes[''node_name'']
end
And it works but for setters I have no luck and besides, this isn''t the
way it''s supposed t...
2011 Dec 06
57
[PATCH RFC 00/25] xen: ARMv7 with virtualization extensions
Hello everyone,
this is the very first version of the patch series that introduces ARMv7
with virtualization extensions support in Xen.
The series allows Xen and Dom0 to boot on a Cortex-A15 based Versatile
Express simulator.
See the following announce email for more informations about what we
are trying to achieve, as well as the original git history:
See