Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Literature Clock | 474 | 8 days ago | 3 | other | R | |||||
Clock using time quotes from the literature, based on the work of Jaap Meijers | ||||||||||
Literary Screensaver | 43 | 4 years ago | 5 | mit | Swift | |||||
A macOS screensaver that displays the time in the form of literary quotes. Inspired by https://www.instructables.com/id/Literary-Clock-Made-From-E-reader/ | ||||||||||
Th Cas | 7 | 4 years ago | mit | Haskell | ||||||
Compile time CAS(Computer Algebra System) for Haskell | ||||||||||
Darwinexapis | 5 | 2 years ago | bsd-3-clause | Python | ||||||
Python package that enables access to the entire Darwinex Data Offering (DARWIN, FX, Stock, Commodity, Index and Cryptocurrency assets) from one Wrapper Library. | ||||||||||
Litclock | 3 | 6 months ago | Lua | |||||||
A Rainmeter skin to display time quotes on your Windows Desktop | ||||||||||
Swatchtime | 2 | 4 years ago | mit | Python | ||||||
A Python script that displays Swatch Internet Time in a formatted manner. | ||||||||||
Clock App | 2 | 2 years ago | 1 | SCSS | ||||||
Features data from several APIs which varies based on user location. Built with Javascript and SCSS. | ||||||||||
Time Quote | 2 | 4 years ago | 2 | gpl-3.0 | Haskell | |||||
Clock using time quotes from the literature, based on work and idea by Jaap Meijers (E-reader clock).
The working site is in the docs/ folder, and can be visited at http://literature-clock.jenevoldsen.com/. To run it locally you may need to serve docs/ with an HTTP server (e.g. python3 -m http.server
) ... or just open index.html in Firefox (thanks @gbear605).
ℹ️ NB: Some quotes are potentially NSFW. See issue #11. To filter out (most) NSFW quotes, use the
sfw
query parameter. E.g. https://literature-clock.jenevoldsen.com?sfw=true
Quotes are kept in litclock_annotated.csv
. These are converted into a .json
file for each minute with csv_to_json.R
. To run the R script, install R and use the package manager, {packrat}, to install the correct version of the packages: packrat::restore()
.