search for: datafeed

Displaying 3 results from an estimated 3 matches for "datafeed".

2006 Apr 04
1
integration tests - 1.1
...using the new 1.1 integration test facility? I?m trying to write a test that sees if a controller redirects to the correct place and preserves the query string. Here?s the code: class LoginRedirectTest < ActionController::IntegrationTest def test_non_admin_auth request_uri = "/datafeed/event/report?blah=blah" get(request_uri) follow_redirect! assert_response :success status = post("/login/authenticate", :login_info => {:user_name => "blah", :password => "blah"}) follow_redirect! assert_response :success...
2011 Jan 11
1
Interpolate xts
...NA with linear interpolated data. Can anyone please help. > str(zz) An ‘xts’ object from 2010-11-24 15:59:29 to 2010-11-24 16:00:00 containing: Data: num [1:23401, 1] 312 312 312 312 312 ... Indexed by objects of class: [POSIXct,POSIXt] TZ: xts Attributes: List of 2 $ src : chr "datafeed" $ updated: POSIXct[1:1], format: "2011-01-08 00:33:05" >zz 2010-11-24 15:59:29 315.0300 2010-11-24 15:59:30 NA 2010-11-24 15:59:31 NA 2010-11-24 15:59:32 NA 2010-11-24 15:59:33 NA 2010-11-24 16:00:00 314.7000 Rusty [[alternative HTML version deleted]...
2011 Apr 17
7
possibly an inter-process comm problem
I have been running a program with Wine for over a year. With its version 3 there has been basically no problem. Lately, the program is upgraded to version 4 and it crashes with Wine. I tried to print out debug messages but can't seem to get any clue about what is wrong. While I was testing with the debug messages, an interesting thing I found is that if I run it with the following debug