C++ Scheduling Software

View 359 business solutions

Browse free open source C++ Scheduling Software and projects below. Use the toggles on the left to filter open source C++ Scheduling Software by OS, license, language, programming language, and project status.

  • Custom VMs From 1 to 96 vCPUs With 99.95% Uptime Icon
    Custom VMs From 1 to 96 vCPUs With 99.95% Uptime

    General-purpose, compute-optimized, or GPU/TPU-accelerated. Built to your exact specs.

    Live migration and automatic failover keep workloads online through maintenance. One free e2-micro VM every month.
    Try Free
  • $300 in Free Credit Towards Top Cloud Services Icon
    $300 in Free Credit Towards Top Cloud Services

    Build VMs, containers, AI, databases, storage—all in one place.

    Start your project in minutes. After credits run out, 20+ products include free monthly usage. Only pay when you're ready to scale.
    Get Started
  • 1
    BTOP++

    BTOP++

    BTOP++ for Windows

    BTOP++ is the Windows port of btop++, bringing the same modern, graphical terminal resource monitor experience to Windows systems. It shows detailed and live statistics for processor usage, memory consumption, disk activity, network traffic, and both processes and services, all in an interactive terminal UI. The project is implemented as a native Windows build of the C++ btop++ continuation of bashtop and bpytop, optimized for Windows consoles. It relies on ANSI escape sequences for its rich graphical interface; as a result, it needs at least Windows 10 version 1607 for proper support in the standard CMD terminal or a custom terminal emulator with ANSI support. The README highlights practical notes such as recommended fonts that include braille symbols (for nicer graphs) and suggests Windows Terminal for users who want the best experience on older versions.
    Downloads: 34 This Week
    Last Update:
    See Project
  • 2
    FET- Free timetabling software
    FET is free timetabling software for schools, high-schools and universities. Scheduling is done automatically. Please visit the project web site https://lalescu.ro/liviu/fet/ to be sure you always have the latest version
    Leader badge
    Downloads: 154 This Week
    Last Update:
    See Project
  • 3
    RemoteCalendars is a COM-.NET Add-in for Outlook 2003/2007, written in C#. After installing this plugin, every Outlook user should be able to subscribe, reload and delete a generic remote iCalendar (RFC 2445) from Outlook 2003/2007.
    Downloads: 53 This Week
    Last Update:
    See Project
  • 4
    Open Workbench is a desktop application for project management and scheduling in which you can define a work breakdown structure, set dependencies and resource constraints, assign resources to tasks, auto schedule and then monitor progress.
    Downloads: 77 This Week
    Last Update:
    See Project
  • AI-generated apps that pass security review Icon
    AI-generated apps that pass security review

    Stop waiting on engineering. Build production-ready internal tools with AI—on your company data, in your cloud.

    Retool lets you generate dashboards, admin panels, and workflows directly on your data. Type something like “Build me a revenue dashboard on my Stripe data” and get a working app with security, permissions, and compliance built in from day one. Whether on our cloud or self-hosted, create the internal software your team needs without compromising enterprise standards or control.
    Try Retool free
  • 5
    JobScheduler

    JobScheduler

    JobScheduler workload automation to execute jobs and workflows

    JS7 JobScheduler runs executables, scripts and database procedures and can be operated with e.g. MySQL, PostgreSQL, SQL Server, Oracle databases. JS7 JobScheduler provides workflow patterns such as sequential and parallel task execution, forking, synchronization, cross-platform scheduling, job load sharing, fail-over and a real REST API. JS7 includes the components: * JOC Cockpit (user interface for inventory management and control) * Controller (orchestration of Agents) * Agents: platform independent Agents for job execution Product Knowledge Base at https://kb.sos-berlin.com/display/JS7 Change Management System at https://change.sos-berlin.com Release Archive at: https://www.sos-berlin.com/jobscheduler-release-archive
    Downloads: 29 This Week
    Last Update:
    See Project
  • 6
    openjardin

    openjardin

    A software for the management of a permaculture oriented garden.

    Une nouvelle version quickjardinV6 est disponible pour mac jusque macos10.15 et linux .deb validé sur Kunbutu 22.04 . elle utilse QML pour plus de rapidité. Openjardin is a free software GNU gpl 3.0 for the management of a permaculture oriented garden. (Français-Italiano-English) It allows interactive management of crop plots, with annual planning and crop rotation . Le logiciel Open jardin est destiné à la gestion des cultures d'un jardin à partir d'un plan avec la représentation de parcelles, de fiches de cultures, d'un tableau du planning annuel par parcelle, et d'un tableau des rotations de cultures sur 5 ans pour chaque parcelle avec la visualisation des cultures précédentes colorées selon la famille botanique.
    Downloads: 21 This Week
    Last Update:
    See Project
  • 7
    qOrganizer is a general organizer that includes a calendar with schedule,reminders,journal/notes for every day, to-do list.But provides features useful for students such as:timetable and a booklet for marks and absences.It's designed to be easy to use.
    Leader badge
    Downloads: 9 This Week
    Last Update:
    See Project
  • 8
    An Open source Microsoft Outlook ( MAPI ) Connector. This project provides free software that enables Microsoft Outlook users to connection to various Microsoft Exchange Groupware server alternatives.
    Downloads: 18 This Week
    Last Update:
    See Project
  • 9
    e-Bridge Hotel

    e-Bridge Hotel

    Hotel Property Management with OTA channel support.

    e-Bridge Hotel is a property management software. Supports Open Travel Alliance (OTA) specification. OOB support for OTP login and MEPR500 passport scanner. Subscription available for Expedia or Agoda Channel, OBE, Houskeeping, Mifare. Line & Telegram IM Referral program $$ for Cloud and Lite subscriptions. e-Bridge Hotel - PMS, OBE , Guest web pages Housekpping app https://play.google.com/store/apps/details?id=com.e_bridgedirect.www.housekeeping Web server requires: * SourceGuardian 15 or above * PHP 7.2 to 8.0 * SSL certificate required for Cloud e-Bridge Hotel Lite / Cloud -base PMS has no registration, no signup. Just install and go. https://www.e-bridge.co See INSTALL.txt for setup. Default account = root/password e-Bridge Hotel Premium demo http://demo.e-bridgedirect.com/hotel/hotelmis/ Account: demo/demo Our software incorporates proprietary algorithms from various providers under agreement, so is closed source.
    Downloads: 7 This Week
    Last Update:
    See Project
  • AI-powered service management for IT and enterprise teams Icon
    AI-powered service management for IT and enterprise teams

    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity. Maximize operational efficiency with refreshingly simple, AI-powered Freshservice.
    Try it Free
  • 10
    Lifeograph

    Lifeograph

    Advanced personal note taking application

    Lifeograph is a diary program to take personal notes on life. It has all essential functionality expected in a diary program and strives to have a clean and streamlined user interface.
    Leader badge
    Downloads: 24 This Week
    Last Update:
    See Project
  • 11
    Marl

    Marl

    A hybrid thread / fiber task scheduler written in C++ 11

    marl is a lightweight C++ job system that schedules tasks on a pool of worker threads and runs them using cooperative fibers for high throughput. By decoupling “tasks” from OS threads, it minimizes context switches and lets workloads with fine-grained synchronization scale efficiently. The API is intentionally small—post tasks, wait on fences, and express dependencies—so you can retrofit it into existing engines without adopting a heavyweight framework. Under the hood, fibers allow tasks to yield while waiting, keeping cores busy without blocking threads. The runtime is portable across platforms and integrates cleanly with real-time systems that must minimize latency jitter. Graphics, simulation, and media pipelines use marl to turn long serial phases into parallel stages without rewriting everything around coroutines.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12
    APP automatically calculates a project plan based on effort estimations and expected end dates. Tasks can be assigned to one or more staff members. Vacations, predecessors, weekly work hours and other parameters are considered in calculation
    Downloads: 5 This Week
    Last Update:
    See Project
  • 13
    BirthdayHint

    BirthdayHint

    Birthdays and other events reminder

    BirthdayHint - программа для Windows, напоминалка о днях рождениях, именинах и любых других датах. Когда день рождения у тёти? Сколько лет исполнится бабушке? Ой, вчера у Васи была днюха, забыл поздравить! Знакомые ситуации? Тогда вам поможет программа BirthdayHint! Установите её, и она будет висеть в трее и напоминать о ближайших событиях.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 14
    Reminder

    Reminder

    The Reminder is a simple tool to quickly create reminders.

    The Reminder is a simple tool to quickly create reminders based on date and time. The user can create new reminders with name and a description, set the date and time and the tool will ring an alarm when the time comes. It works in background and when the user wants to create new reminders he can click with right mouse button on the system tray menu and open the software. Windows installer and source code to download.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 15
    Zaval Advanced TV Guide (also known as ATV) is a small and nifty program that allows TV schedule viewing with your PDA, so you will be always informed on what's on TV. With our product you can do TV programs tracking and much more!
    Downloads: 3 This Week
    Last Update:
    See Project
  • 16
    Calizo is a calendar with a zoomable timeline. Unlimited zooming allows to manage historic, genealogical, biographic data, everyday tasks, projects or life plans - for scheduling, genealogy, project management, todo lists, link- and file- organizatio
    Downloads: 1 This Week
    Last Update:
    See Project
  • 17
    Clock

    Clock

    Clock is a portable simple program GDI

    Clock is a portable and simple program. You can create another improvements/Unicode/Scheduling/Tasks in this program. Github: https://github.com/satheeshsoft/Clock Web: https://softcleaner.in/open-source System requirement: Windows 8/10/11/Server, 32/64. Windows 7 Ultimate 64 SP1-IE11(Latest Service Pack .NET). Also you can speed up every computers automated: https://softcleaner.in/speed-up-your-computer You can analyze your computer users login with our Y2K38 technology discovery: https://softcleaner.in/y2k38-logintimer-computer-system-login
    Downloads: 2 This Week
    Last Update:
    See Project
  • 18
    ZSRep (Zaurus Synchronization Repository) is a project whose main goal is to provide a professional cross-platform solution for synchronizing one's Sharp Zaurus with any Desktop PIM software on the Linux or Mac OS X operating system.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 19
    HandyTimer

    HandyTimer

    HandyTimer is a timekeeping / alarm / stopwatch tool

    Handy Timer contains following modules: Clock / Date module , Multi alarms module , Stop watch module, Minute watch module. It was developed using QtCreator 2.0.1. Currently available only for windows.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20
    InfoMate monitors various tasks like email, stock quotes, weather reports, etc. and transmits information about the tasks to a wireless end device, which can be art (like an Ambient Orb), a robot, or an appliance.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 21
    Scheduling program for travel agencies and tour operators, for flights, hotels, carrentals and with flexibility to change / add / remove later.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 22
    5ShiftScheduler
    5 Shift Scheduler makes scheduling work easy. Developed in Qt4. Changelog: https://docs.google.com/document/edit?id=1bYNumFs5wJnQgkByXwlQi5QY0gvvGSgyb_KmLATbeXU&hl=en_GB Git repo: https://gitorious.org/5shiftscheduler
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    ASDClock
    A Windows Alarm Clock utility. It's super customizable and flexible, can replace the standard Windows Systray Clock,has Atomic Clock functionality and even an alarm synchronization system between more installations,can shut down computer or programs
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Development of Timetable for Agenda VR3 A timetable mainly to be used in schools. Allows easy undoing of temporary changes using a layered approach.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Agender
    With Agender you can associate notes with some date or with no date in particular, you simply start it and it will create a task-bar icon and stay in the background, without annoying you, it can run on login. Visit the website to see more.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • 5
  • Next
MongoDB Logo MongoDB