Displaying 2 results from an estimated 2 matches for "basicfunctions".
Did you mean:
basic_functions
2009 Apr 07
4
/lib daemon folder: how do i add a module into the daemon?
...k)
$running = true
Signal.trap("TERM") do
$running = false
end
while($running) do
# Replace this with your code
get_current_time
ActiveRecord::Base.logger.info "This daemons is still running at #
{@current_time}.\n"
sleep 5
end
contents of basic_functions
module BasicFunctions
def get_current_time
#@current_time = Time.now.beginning_of_month + 27.days
#@current_time = Time.now.beginning_of_month + 13.days
@current_time = Time.now
end
def get_time_period
get_current_time
@absmid = @current_time.beginning_of_month + 14.days
@midperiod = @absmid - 2.days...
2002 Jul 11
1
dyn.load tcl/tk (PR#1774)
...s text html latex example
predict.lqs text html latex example
>>> Building/Updating help pages for package `methods'
Formats: text html latex example
BasicClasses text html latex
BasicFunctions text html latex
Classes text html latex
EmptyMethodsList-class text html latex
EnvironmentClass text html latex
GenericFunctions text html latex
LanguageClasses...