Showing 16 open source projects for "interval timer"

View related business solutions
  • Demo Series - Small Business Backup By Veeam Icon
    Demo Series - Small Business Backup By Veeam

    Learn how to protect your Microsoft 365 data, with simple, actionable tips today.

    Watch this on-demand demo series and learn how to protect your Microsoft 365 data with clear, simple, actionable steps that are easy to implement for businesses of all sizes.
    Watch Demo Series
  • 99.99% Uptime for MySQL and PostgreSQL Databases Icon
    99.99% Uptime for MySQL and PostgreSQL Databases

    Sub-second maintenance. 2x read/write performance. Built-in vector search for AI apps.

    Cloud SQL Enterprise Plus delivers near-zero downtime with 35 days of point-in-time recovery. Supports MySQL, PostgreSQL, and SQL Server.
    Start Free
  • 1
    Usage: - run function blinkLED() every 2000 ms: timer.addEverytime(2000, blinkLED); - run function itWorks() two times with interval 2000 ms, wait 300 ms before first start: timer.addTask(2000, 2, 300, itWorks); Removing a task: removeEverytime(callback_function); removeTask(callback_function); Library can also be used in desktop C++ applications: #include <iostream> #include <string> #include <chrono> #include <thread> #include "RZtimer.h" int main() { RZTimer timer; timer.addEverytime(2000, [] (){ std::cout << "Hello! ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    Time Boxing FX

    TimeBoxing FX: Your productivity at your fingertips 🚀

    TimeBoxing is the ultimate app for optimizing your time management, developed with the robustness and fluidity of JavaFX. Focus on your tasks with the customizable TimeBoxing timer: easily set the number of rounds, work duration, and break duration. Distinctive sounds will alert you to the start and end of each interval, allowing you to maintain focus without distractions. But it doesn't stop there. TimeBoxing also includes an additional countdown and timer, both with audible alerts, to support your every timing need. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Penguin Subtitle Player

    Penguin Subtitle Player

    An open-source, cross-platform standalone subtitle player

    -- Update -- The slow timer problem has been fixed since v0.2.1 which is released on 19/08/2015. Please re-download it if you encounter the delay. --------------- Penguin Subtitle Player is an open-source, cross-platform standalone subtitle player, as an alternative to Greenfish Subtitle Player, SrtViewer (Mac), SRTPlayer, JustSubsPlayer and Free Subtitle Player. You download the subtitle file (.srt, .ssa, .ass, .vtt) file from any sites you like and load it into the subtitle player....
    Leader badge
    Downloads: 51 This Week
    Last Update:
    See Project
  • 4
    Able Interval Timer

    Able Interval Timer

    A user-programmable multi-interval timer with a guided breathing tool

    In this application you can create timer programs for exercise routine timers, breathing timers, sleep timers, etc. It includes visualizations that sync with the active timer. Requires .NET Framework 4.7.2
    Downloads: 0 This Week
    Last Update:
    See Project
  • $300 Free Credits to Build on Google Cloud Icon
    $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.
    Start Free
  • 5
    SportsTimer

    SportsTimer

    GUI tool to manage timer/round based sport events

    Downloads: 1 This Week
    Last Update:
    See Project
  • 6

    HIIT Timer

    High Intensity Interval Training timer

    A small application to manage HIIT exercise routines. Originally designed for personal use. It's still very simple, and is still growing as I am learning.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7

    Electronic Weather Station System

    Two companion weather stations with Wi-Fi upload/download

    ...The design files include the Fritzing CAD files, the etchable PDF PCB layout files, the Gerber files, parts listings, software listings (embedded software listings and Website scripts), and schematics of the circuit boards. There are two circuit boards which are the main controller board and the Timer/Regulator board. The Main controller board performs all the processing of the system. The timer/regulator board converts the 12vdc input voltage to the 3.3v and 5v DC voltages used by the main controller board. The timer/regulator board communicates with the main board via a serial communication cable. The timer/regulator board can be commanded by the main board to power the system down for a precise interval in order to conserve battery power. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8
    Greenscreen

    Greenscreen

    A digital signage solution using the Web and Chromecast devices

    Greenscreen is a lightweight “wallboard” app meant to turn a browser or kiosk into a live dashboard for teams. It focuses on displaying one or more web pages or widgets full-screen, cycling through them on a timer so an office TV can show build status, metrics, incident pages, or any internal site without manual tab juggling. Configuration is straightforward: define a playlist of URLs, the rotation interval, and a few presentation options, then point a dedicated device at it. Because it’s just the web at heart, it integrates easily with whatever monitoring or analytics tools you already use. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Silver07

    Silver07

    Runescape 2007 / oldschool client with many features.

    Silver 07 - Rs 2007 client made by quho Have you been looking for an RSoldschool client which takes little space and is fast? This is the thing you seek. Silver07 is tiny, fast, simple and clear and has tons of features, such as world select, autotalker, timer, fast hiscores window and autoscreenshotsaving(can be disabled). Doesn't have keyloggers, malware or anything like that. Open source - licenced under GNU GPLv3 http://www.gnu.org/licenses/gpl.html Disclaimer: Runescape...
    Downloads: 2 This Week
    Last Update:
    See Project
  • Train ML Models With SQL You Already Know Icon
    Train ML Models With SQL You Already Know

    BigQuery automates data prep, analysis, and predictions with built-in AI assistance.

    Build and deploy ML models using familiar SQL. Automate data prep with built-in Gemini. Query 1 TB and store 10 GB free monthly.
    Start Free
  • 10

    Mining Overlord

    Automated Bitcoin mining monitor and up-time enforcer

    ...This programs sole purpose it to maximize up-time for crypto coin mining operations. If it detects a non-response, it will restart the application automatically. It also features a configurable restart timer that automatically kills and relaunches the mining process at a set interval. This program is cross-platform compatible and has been tested on: Windows XP/Vista/7 Linux (Ubuntu 12.04 and Raspian) Mac OS 12.04 It requires that Python 2.7.3 or above be installed on the host to run. Currently, Mining Overlord only supports installations where one instance of the mining software is running.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    RandomTimer

    Timer with random interval countdown

    Excellent tool for time-management.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    microDispatch

    Microcontroller Task Scheduler

    Super lightweight task scheduler aimed at 8 bit AVR ATmega micro-controllers (perfect for Arduino), although it can easily be used on other hardware like Microchip PIC. It uses simple round-robin scheduling so no priority levels can be set. You choose the time interval by calling dispatchTick(), this is usually in a timer interrupt. Range for number of tasks: 0 to 255 tasks Range for delay: 0 to 65535 ticks Each task only uses 5 byte of RAM. The one task LED blink example only uses 5 bytes of RAM and 476 bytes of program memory for the whole program.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    cdclock

    cdclock

    Count up, count down timer and on screen clock

    I couldn't find free timer that will stay above presentation so I made one. CountDownClock can count up and down an time interval or show system clock. Some of features are: - transparent timer (Windows, Linux KDE, Gnome...) - font and colors can be changed - configuration can be saved and loaded - close on time up - some command line parameters - beep on time up (only Windows)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    TIC! Camera Timer
    This is an open-hardware one-button time-lapse camera timer initially developed for a Canon 400D Digital SLR camera. It can be used to take photographs at intervals from 1 second to 65535 seconds (approximately 18 hours). Uses a PIC microcontroller.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 15
    Tock is a very easy to use timer that only uses a tiny bit of your desktop space. It has three modes: stopwatch (with a log), event countdown and interval.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16
    Chat5 is a PHP/MySQL-based web chat system which exists to be the most easily customized program in its class. It supports multiple rooms, text styles, whispering, and a neat custom interval timer.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next