KO
|
EN
gitlite โ search
Search
#automation
#python
#ai-agent
#agentic-ai
#genpark
#llm-tools
#mcp-server
#typescript
#llm
#claude-code
#ai-agents
#cli
cron-parser
โ 206
Open GitHub โ
Java Parser For Cron Expressions
Download README (.md)
Explore Similar Repositories
angularfire2-offline
:
๐ A simple wrapper for AngularFire2 to read and write to Firebase while offline, even after a complete refresh.
ndkale
:
Kale is a python task worker library that supports priority queues on Amazon SQS
jwks-rsa-java
:
No description available.
botkit-middleware
:
A middleware to connect Watson Conversation Service to different chat channels using Botkit
gunicorn_thrift
:
Thrift app and worker for gunicorn!
// repository documentation
Was this content helpful?
โ 0
(0 ratings)
Select Rating:
โ
โ
โ
โ
โ
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
cron-parser
?
Download (.md)
cron-parser =========== [](https://gitter.im/grahamar/cron-parser?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [](https://travis-ci.org/grahamar/cron-parser) [](https://waffle.io/grahamar/cron-parser) A Java library that converts cron expressions into human readable strings. Translated to Java from https://github.com/bradyholt/cron-expression-descriptor. Original Author & Credit: Brady Holt (http://www.geekytidbits.com) License: MIT **Features** * Supports all cron expression special characters including * / , - ? L W, #. * Supports 5, 6 (w/ seconds or year), or 7 (w/ seconds and year) part cron expressions. * Provides casing options (Sentence, Title, Lower, etc.). * Support for non-standard non-zero-based week day numbers. * Supports printing to locale specific human readable format (Italian, English, Spanish, Romanian, Dutch, French and Chineseใไธญๆใ so far...). **Download** cron-parser is available in the [maven central repository](http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22net.redhogs.cronparser%22), please select the latest version from there. **Usage Examples (Unit Tests)** See [CronExpressionDescriptorTest](/cron-parser-core/src/test/java/net/redhogs/cronparser/CronExpressionDescriptorTest.java)