- org-timeblock - interactive calendar for orgmode with ability to display scheduled tasks as timeblocks (as you might've seen in most modern digital calendars).
- timeblock.el - library for displaying time data in the form of interactive timeblocks rendered in SVG image. Most of the code was copied from org-timeblock and refactored
- hardtime.el - package for preventing overuse of specified commands. The common usage would be to prevent overuse of navigation commands such as `right-char`, `left-char`, `next-line`, `previous-line` (bound to arrow keys and C-npbf) to break the habit of navigation only via these commands. This is the default behaviour.