Generate secure, production-grade apps that connect to your business data. Not just prototypes, but tools your team can actually deploy.
Build internal software that meets enterprise security standards without waiting on engineering resources. Retool connects to your databases, APIs, and data sources while maintaining the permissions and controls you need. Create custom dashboards, admin tools, and workflows from natural language prompts—all deployed in your cloud with security baked in. Stop duct-taping operations together, start building in Retool.
Build an app in Retool
Find Hidden Risks in Windows Task Scheduler
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.
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"