search for: start_minute

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

2004 Apr 02
2
Futzing with TaskScheduler
...inX" versus "StartX". I''m just going to use "start". So for now I''m looking at something like this: t = Trigger.new(task_name,some_host) t.trigger = { :start_year => 2004 :start_month => 4 :start_day => 25 :start_hour => 23 :start_minute => 5 :trigger_type => DAILY :week => FIRST | LAST :dow => MONDAY | TUESDAY | WEDNESDAY :months => JANUARY | FEBRUARY | MARCH } How''s that look? Dan _________________________________________________________________ MSN Toolbar provides one-click access to Hotma...
2006 Mar 21
5
Use select_date for my model?
Hi all I have a model "party" that has a time field "starts_at". I have created a form to add new instances of this model. <%= select_date Date.today, :prefix => ''party'' %> Sadly I get the error: NoMethodError in Parties#add undefined method `month='' for #<Party:0x256a600> How can I fix this problem? I remember that I saw in
2004 Jul 31
3
Bug in new_work_item
...ogram termination Here''s test.rb: require "win32/taskscheduler" include Win32 p TaskScheduler::VERSION trigger = { "start_year" => 2009, "start_month" => 4, "start_day" => 11, "start_hour" => 7, "start_minute" => 14, "trigger_type" => TaskScheduler::DAILY, "type" => { "days_interval" => 1 } } ts = TaskScheduler.new ts.new_work_item("foo",trigger) I did find two things that I thought might solve the problem but didn''t seem to he...
2005 Sep 04
1
Fwd: Win32 Utils TaskScheduler
Note: forwarded message attached. __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com -------------- next part -------------- An embedded message was scrubbed... From: Scott Harper <sharperct@gmail.com> Subject: Win32 Utils TaskScheduler Date: Sun, 4 Sep 2005 17:04:24 -0400 Size: 4971 Url:
2008 Jan 12
2
win32-taskscheduler and TaskScheduler#account_information
Hi, This library has needed some work for a while, so I''m finally getting around to it. I''ve made some changes and updates in CVS, so grab the latest source to test the issue below. The first issue I''d like to tackle is why the TaskScheduler#account_information (GetAccountInformation) method fails if there''s no user associated with a given task. The docs
2017 Jul 05
0
Please help(urgent) - How to simulate transactional data for reliability/survival analysis
Mark, Below is the sampled simulated granular data format for pumps for trial period of 3 months that I need to transform for survival analysis: 3 months = (60*24*90) minutes i.e 129600 minutes pump_id timings events vibration temprature flow pump1 01-07-2017 00:00 0 3.443 69.6 139.806 pump1 01-07-2017 00:10 1 0.501 45.27 140.028
2017 Jul 05
3
Please help(urgent) - How to simulate transactional data for reliability/survival analysis
A small example data set that illustrates your question will be of great value to those trying to help. This appears to be a transformation that you are wanting to do (timestamp to units of time) so a data representing what you have (dput() is handy for this) and one representing what you want to have with any guidance regarding how to use the other columns in you data set (e.g., the event(0/1)).