Free diagnostic script reveals configuration issues, error patterns, and security risks. Instant HTML report.
Windows Task Scheduler might be hiding critical failures. Download the free JAMS diagnostic tool to uncover problems before they impact production—get a color-coded risk report with clear remediation steps in minutes.
Download Free Tool
Vibes don’t ship, Retool does
Start from a prompt and build production-ready apps on your data—with security, permissions, and compliance built in.
Vibe coding tools create cool demos, but Retool helps you build software your company can actually use. Generate internal apps that connect directly to your data—deployed in your cloud with enterprise security from day one. Build dashboards, admin panels, and workflows with granular permissions already in place. Stop prototyping and ship on a platform that actually passes security review.
Human-centric date and date range parser library for Java
Provides extremely flexible parsing of dates and date ranges. Uses an intuitive syntax where syntax is needed, and recognises partial dates.
Examples of date ranges supported are:
* 1/Nov/2012 to 30/Nov/2012 (start of 1st to end of 30th)
* Nov/2012 to Dec/2012 (start of 1/Nov to end of 31/Dec)
* 2012 to 2013 (start of 1/Jan/2012 to end of 31/Dec/2012)
* Nov (start of 1/Nov this year, to end of 30/Nov this year)
Now available on Maven Central.
Moved to GitHub https://github.com/fedups
Command-line argument compiler and parser. With just two lines of code you can start to set up a command-line interface to your Java programs. Many advanced features including "required", "positional", "multiple", and the most advanced - "group"