search for: apnea

Displaying 7 results from an estimated 7 matches for "apnea".

Did you mean: apnoea
2010 Jun 18
10
Xen VNC Hang
When I try to create a PV domU, the VM starts up and I can access it through "xm console <id>", but when I try to connect to it through VNC, the port just hangs. I''ve tried using RealVNC and TightVNC, and also tried on Linux and Windows. All that happens on the client is that it says that the connection has established, and hangs there. I''ve tried running
2005 Apr 13
0
Data Mining in Europe, please advise
...NS: Data Mining for Epidemiological Research: Identifying Relationships That Cannot Be Identified In Any Other Way Shenghan Lai, Johns Hopkins Medical School Drug Discovery Clinical Trials and Random Forests at Novartis John Warner, Novartis Model Drift in a Predictive Model of Obstructive Sleep Apnea Brydon Grant, University of Buffalo Medical School Using MARS for the Prediction of the Apnea-Hypopnea Index Brydon Grant, University of Buffalo Medical School Using CART and TreeNet to Discern Models in Genetics: Alzheimer Disease, Alcoholism, Cocaine Addiction and Aging Marsha Wilcox, Boston U...
2010 Jun 11
24
[Xen-API] [XCP]: RC1 of XCP 0.5 available for testing
Hi everyone, The first release candidate of the Xen Cloud Platform (XCP) version 0.5 is now available for testing from: http://www.xen.org/products/cloud_source_0.5.html XCP-0.5 is intended to be a *stable* release, suitable for long-term production use. Please download this release candidate and give it a thorough workout! Cheers, Dave _______________________________________________ xen-api
2010 Jun 11
24
[Xen-API] [XCP]: RC1 of XCP 0.5 available for testing
Hi everyone, The first release candidate of the Xen Cloud Platform (XCP) version 0.5 is now available for testing from: http://www.xen.org/products/cloud_source_0.5.html XCP-0.5 is intended to be a *stable* release, suitable for long-term production use. Please download this release candidate and give it a thorough workout! Cheers, Dave _______________________________________________ xen-api
2012 Feb 03
1
rails memoize and reload class => error raised
Hi, That''s a bit off topic but since I use Spork + Rspec... Well, my classes are reloaded between each test wave so Rails'' "memoize" method raises an error (which is expected, see code: http://rubydoc.info/docs/rails/3.0.0/ActiveSupport/Memoizable:memoize) Anyone resolved this issue with an elegant solution?
2011 Apr 16
0
[announcement] Google Maps + Rails 3 = gmaps4rails
Just FYI I created a gem to easily integrate google maps within Rails3: - geocode - display styled markers, polylines, polygons, destinations... There is much configuration to fit your needs. It was presented here: http://rubyshow.com/episodes/157 The source is here: https://github.com/apneadiving/Google-Maps-for-Rails Wiki is here: https://github.com/apneadiving/Google-Maps-for-Rails/wiki And screencasts are available here: http://www.youtube.com/user/TheApneadiving May it be useful, Cheers -- You received this message because you are subscribed to the Google Groups "Ruby o...
2012 Feb 23
2
testing around_save
I''ve just upgraded to Rails 3.2.1 and I can''t get my specs checking whether or not around_save work anymore. I simply did something like: object.should_receive :around_filter_name object.save.should be_true (Actually, it was slightly more complex, it''s part of a state machine)