Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jmrozanec/cron-utils-examples
Usage examples for cron-utils libraries.
https://github.com/jmrozanec/cron-utils-examples
cron cron-utils hacktoberfest sisyphus
Last synced: 2 months ago
JSON representation
Usage examples for cron-utils libraries.
- Host: GitHub
- URL: https://github.com/jmrozanec/cron-utils-examples
- Owner: jmrozanec
- Created: 2016-07-14T15:25:54.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-11-17T08:26:19.000Z (about 3 years ago)
- Last Synced: 2024-04-16T18:19:25.720Z (9 months ago)
- Topics: cron, cron-utils, hacktoberfest, sisyphus
- Language: Java
- Size: 20.5 KB
- Stars: 34
- Watchers: 3
- Forks: 14
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [cron-utils](http://cronutils.com) examples
[![Gitter Chat](http://img.shields.io/badge/chat-online-brightgreen.svg)](https://gitter.im/jmrozanec/cron-utils)
[![Flattr this!](https://api.flattr.com/button/flattr-badge-large.png)](https://flattr.com/submit/auto?user_id=jmrozanec&url=https://github.com/jmrozanec/cron-utils)In this repository we share examples on how to use cron-utils libraries. We tag examples according to each release, so that you can find valid examples across all cron-utils releases. You can find them at github's [releases tab](https://github.com/jmrozanec/cron-utils-examples/releases).
Feel free to collaborate, provide examples of your own and even push examples of bugs you found: when we fix it, the example remains.
Support us donating once or by subscription through Flattr!
**[cron-utils](http://cronutils.com) projects**
You are welcome to visit and use the following cron-utils projects:
* [cron-utils](https://github.com/jmrozanec/cron-utils): Cron utils for parsing, validations and human readable descriptions as well as date/time interoperability.
* [htime](https://github.com/jmrozanec/htime): A Java library to make it easy for humans format a date. You no longer need to remember date time formatting chars: just write an example, and you will get the appropiate formatter.
* [cron-utils-spring](https://github.com/jmrozanec/cron-utils-spring): A Java library to describe cron expressions in human readable language at Spring framework, using cron-utils.
* [sisyphus](https://github.com/jmrozanec/cron-utils-sisyphus): Scala scheduler. As Sisyphus, will execute the task again and again, repeating the action for eternity.