A simple library with time-related classes.
Vector clock functions for synchronizing distributed states & processes
Fake JavaScript timers
An analog clock for your React app.
Timing Events tied to @colyseus/clock
Timestamps, time math, timer service API definition
Get the current time in microseconds
Timing Events tied to @gamestdio/clock
A simple clock/ticker implementation to track elapsed/delta time.
React Live Clock
A 3D animated countdown component for React.
Does this JS environment support the `name` property on functions?
Exponentially Weighted Moving Average
A simple clock/ticker implementation to track elapsed/delta time.
a mock clock for tests involving timing
Helper function to replace certain member expressions with function calls
Compile ES2015 arrow functions to ES5
Turn async generator functions into ES2015 generators
Babel plugin to ensure function declarations at the block level are block scoped
Jest plugin to mock dates, times, and datetimes.
Add the power of events to your (TypeScript) projects!
Yjs encoding protocols
Add the power of Simple Events to your projects. Every event has an argument with its data.
JS SDK to interact with Supabase Functions.
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 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.
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.