Deploy in 115+ regions with the modern database for every enterprise.
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
Start Free
$300 Free Credits to Build on Google Cloud
New customers can spin up VMs, build with AI, and query data at no cost.
Put your $300 in credit toward real workloads, then keep building with free monthly usage for 20+ products. No commitment and no charge until you upgrade.
C++ library to parse time strings similar to the UNIX crontab format
Second Level Cron Timer (SLCT) is a C++ library that provides the ability to parse time strings very similar to the UNIX crontab format.
The primary difference between SLCT and cron is precision. The SLCT library includes a field for seconds, in addition to the minutes and hours normally available. This allows the timer to activate multiple times per minute, if nescessary.
Cross platform library using Qt API, to set your application to be started on system startup.
Windows: Registry
Linux: KDE4 autostart, GNOME autostrat, cron table
Mac: launchd, cron table
TODO:
- Cron table method is under development!
- Support run once
- Support Services/Daemons
- Add more method