Displaying 4 results from an estimated 4 matches for "scho".
Did you mean:
echo
2009 Jan 21
3
Nested serialization with to_json and to_xml with array and hash element
Title: Nested serialization with to_json and to_xml with array and
hash element
class Person < ActiveRecord::Base
has_one :address
has_one :job
def office()
return "Executive_Suite"
end
end
class Address < ActiveRecord::Base
belongs_to :person
end
class Job < ActiveRecord::Base
belongs_to :person
has_one :paygrade
def Title
return "Engineer"
end
end
2008 Dec 10
0
AST-2008-012: Remote crash vulnerability in IAX2
...|
|----------------------+-------------------------------------------------|
| Reported On | November 22, 2008 |
|----------------------+-------------------------------------------------|
| Reported By |Jon Leren Scho/pzinsky |
|----------------------+-------------------------------------------------|
| Posted On | |
|----------------------+-------------------------------------------------|
| Last Updated On | D...
2008 Dec 10
0
AST-2008-012: Remote crash vulnerability in IAX2
...|
|----------------------+-------------------------------------------------|
| Reported On | November 22, 2008 |
|----------------------+-------------------------------------------------|
| Reported By |Jon Leren Scho/pzinsky |
|----------------------+-------------------------------------------------|
| Posted On | |
|----------------------+-------------------------------------------------|
| Last Updated On | D...
2006 Jan 23
3
Easy, Robust and Stable GUI???
...in the near future. I thought this might be a good oppertunity to advocate for open source if an acceptable option is available. I have looked around a bit and R seems to be the most stable and mature (not to mention powerful) open source statistical program going. The only downfall is that the school has been using spss for years and would demand a similarly user friendly GUI based statistical program to replace it. I have looked at a few of the R guis and most of them look like they are just command line interfaces in pretty desktop windows and not really a gui like spss. If anyone knows o...