Works exactly like Ruby's standard Time object, but in test mode adds some nice methods for setting or manually advancing time.
A scheduler process to replace cron, using a more flexible Ruby syntax running as a single long-running process. Inspired by rufus-scheduler and resque-scheduler.
Run clockwork jobs in a test environment and assert jobs are run as expected
Ruby Gem for the Clockwork API. Send text messages with the easy to use SMS API from Mediaburst.
A web interface for Clockwork
Clock interface with support for UTC and local timezones, timezone coercion, and dependency substitution
Capistrano plugin to manage clockwork
This gem provides a monotonically increasing timer to permit safe measurement of time intervals. Using Time.now for measuring intervals is not reliable (and sometimes unsafe) because the system clock may be stepped forwards or backwards between the two measurements, or may be running slower or faster than real time in order to effect clock synchronization with UTC. The module uses OS-specific functions such as mach_absolute_time() and clock_gettime() to access the system tick counter. The time values returned by this module cannot be interpreted as real time clock values; they are only useful for comparison with another time value from this module.
A scheduler process to replace cron, using a more flexible Ruby syntax running as a single long-running process. Inspired by rufus-scheduler and resque-scheduler.
A job scheduler which runs jobs each in their own thread in a persistent process.
A tempo source that is capable of synchronizing with MIDI clocks.
Timepiece provides an accurate digital clock to your Rails applications, refreshed by a jQuery script.
UUIDs that are byte-ordered lamport clocks (timestamp, worker_id). Much simpler than type-1 UUID's crappy, weirdo layout.
This gem packages FlipClock.js (JS & CSS) for the Rails 3.1+ asset pipeline.
Simple database event model for clockwork
A clock-style timepicker for Bootstrap (or jQuery). http://weareoutman.github.io/clockpicker/
A clock for Linux VTE
Show world clock which you want to see.
Ruck uses continuations and a simple scheduler to ensure "shreds" (Ruck threads) are woken at precisely the right time according to its virtual clock. Schedulers can map virtual time to samples in a WAV file, real time, time in a MIDI file, or anything else by overriding "sim_to" in the Shreduler class. A small library of useful unit generators and plenty of examples are provided. See the README or the web page for details.
A sensible interface to the monotonic clock
Clockwork deployment scenario for mina.
Calculate durations from text input
Give Clocker some code to process, and it will run it and display how long it took to finish.
A scheduler process to replace cron, using a more flexible Ruby syntax running as a single long-running process. Inspired by rufus-scheduler and resque-scheduler.
VanaClock is a clock for Final Fantasy Online written in jruby and java swing. JRuby is required to run this clock.
Enables easy and DRY code timing capabilities.
Sidekiq::Clockwork is a simplistic implementation of a job scheduler based on Clockwork, but without having to run a separated process.
Sort of an extension to Git to support clocking hours worked on a project.
A clock-based scheduler that runs inside your Rails app.
Clock active window. Time tracker by window name.
A Ruby class to imitate the basic functionality of the cool FuzzyClock application
A simple ball clock in ruby. Input a number of balls to start with and optionally a run time.
WxVanaClock is a clock for Final Fantasy Online written using wxWidgets.
A clock/bulletin board with a STDIN interface. It's up to the user to wrap `gtk2clockapp` to provide additional functionality besides the clock. It assumes it'll get weather info, spot prices, and alerts... but one can put anything in those labels.
A clock class for use with time of day
clockwork provides a cron-like utility for ruby. This gem adds the possibility to create integration tests for these tasks
A simple console based clock in/clock out system.
Calculate the business time for a period of time.
Dejavu uses Sidkiq's internal scheduling so it doesn't need its own clock and integrates nicely with Sidekiq's native scheduled jobs.
...
A GTK Status indicator with the current time
Clockker aggregates and submits file system changes to the clockk.com web service.
Converts numbers to seven segment display digits, as in a digital clock, by adding a monkeypatch to Integer.
Observed Clockwork Integration
Given a datetime or an hour/minute value pair, this gem returns an angle (180 degrees or less) between the hour and minute hands on a clock if the time were to be modeled on an analog clock.
A forex week begins when the Wellington/Sydney forex markets open (Sun 5pm EST) and closes when the New York forex market closes (Fri 5pm EST). In order to calculate daily OHCL bars, the around the clock forex week can be split in 5 days. See documentation for details.
== Time.timestamp Defines <tt>Time::timestamp</tt> and <tt>Time::unix_timestamp</tt>. See the original discussion at {Ruby-Lang}[https://bugs.ruby-lang.org/issues/8096] :call-seq: Time::timestamp -> Integer Returns a nanosecond-precision timestamp from the system's monotonic clock. Note that the resolution of the measured time is system- dependent (i.e. while the value displayed is always an integer number of nanoseconds, the values may not necessarily change in increments of exactly one). This time value does not correlate to any absolute, real-world time system; it is only useful for measuring relative (or elapsed) times at a high granularity. For example, benchmark measurements. :call-seq: Time::unix_timestamp -> Integer Time::unix_time -> Integer Returns the current real-world time as a whole number of seconds since the Epoch (1-Jan-1970). :call-seq: Time::unix_microtime -> Float Returns the current real-world time as a floating-point number of seconds since the Epoch (1-Jan-1970).
Sensu plugins for clockworksms
A silly sinatra web app to demonstrate how create and publish a gem.
guard gem for clockwork