Showing 98 open source projects for "timer 2"

View related business solutions
  • Build Agents and Models on One Platform Icon
    Build Agents and Models on One Platform

    Everything you need to build production-ready agents and models. Access 200+ Google and third-party AI models and tools.

    Gemini Enterprise Agent Platform is Google Cloud's comprehensive platform for developers to build, scale, govern, and optimize agents and models. Choose from Google's most advanced models and third-party models like Anthropic's Claude Model Family.
    Try It Free
  • 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.
    Try Free
  • 1
    HedgeCam 2

    HedgeCam 2

    Advanced camera app for Android

    Downloads: 83 This Week
    Last Update:
    See Project
  • 2
    GZdoom Speedrun Timer

    GZdoom Speedrun Timer

    An automatic speedrun stopwatch for GZdoom

    This program records speedrun times in GZDoom. It detects what level you've started and when it finishes and automatically starts and stops a timer and keeps records of your personal bests.
    Downloads: 7 This Week
    Last Update:
    See Project
  • 3
    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
  • 4
    K-Pomodoro

    K-Pomodoro

    Lightweight Pomodoro timer for Windows

    K-Pomodoro is a minimalist Pomodoro timer for Windows. Stay focused with timed work sessions and short breaks, all tracked through a clean, distraction-free interface. Features: - Configurable work cycles (2–8 sessions per day) - 25-minute work sessions with 5-minute breaks - Visual progress grid — see exactly where you are in your day - Work log — review completed sessions with notes and next-session hints - Dark, minimal UI that stays out of your way - No ads, no accounts, no internet connection required Perfect for students, developers, writers, and anyone who wants to build a focused daily work habit.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Go from Code to Production URL in Seconds Icon
    Go from Code to Production URL in Seconds

    Cloud Run deploys apps in any language instantly. Scales to zero. Pay only when code runs.

    Skip the Kubernetes configs. Cloud Run handles HTTPS, scaling, and infrastructure automatically. Two million requests free per month.
    Try it free
  • 5
    Mindwtr

    Mindwtr

    A complete Getting Things Done (GTD) productivity system for desktop a

    ...It runs completely offline—no accounts, no tracking, and no subscriptions. The Core GTD Workflow Capture: Instantly offload thoughts to your Inbox. Clarify: Process tasks rapidly with the built-in "2-Minute Rule" timer. Organize: Sort tasks by Contexts (@work, @home), Areas, and Projects. Reflect: Keep your system trustworthy with a guided Weekly Review. Engage: Filter Next Actions by energy level or time available. Powerful Features Local-First: Your data lives on your device (SQLite). You own it 100%. Flexible Sync: Sync privately via File System (Syncthing, iCloud) or WebDAV (Nextcloud). ...
    Leader badge
    Downloads: 15 This Week
    Last Update:
    See Project
  • 6
    Timesheet

    Timesheet

    A Log Software for Personal and Team Usage

    This software can installed on Personal Computer. This software also can be installed over Network Server. For Internet Scale, use Cloud Facilities to make it simple for Mobile Work. Installation 1. Install XAMPP with PHP 7.2.0. 2. Start the Server. 3. Install Grandtech Creation Timesheet file, Setup.exe path to C:\xampp\htdocs folder. 4. Create Database Called "timesheet". 5. Insert table using database.sql. 6. Open your browser, go to http://localhost/timesheet. 7. Click...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7
    zibaldone

    zibaldone

    c++/java library for thread support and other useful stuff

    Description zibaldone is a c++/java library for multithread programming. Currently zibaldone provides the following functionalities: => a class named "Thread" that (likewise what happens in Java) is to be inherited to create user thread. => event communications management between threads (design pattern observer) => socket support class (both PF_LOCAL and AF_INET on Linux, AF_INET on windows) => Serial port communication support class => Timer objects => Logging...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    OtoKeyboard - auto keyboard & macro

    OtoKeyboard - auto keyboard & macro

    OtoKeyboard: Stop typing manually. Get your free auto keyboard for Win

    OtoKeyboard is the premier auto keyboard and macro tool for Windows, designed to save you time and eliminate digital friction. Move beyond simple text replacement and turn any repetitive task into a single-keystroke action. It's the ultimate productivity companion for professionals, gamers, and developers alike. Automate customer support replies with interactive templates; execute complex in-game combos with perfectly timed macros; or launch your entire work environment with one...
    Downloads: 317 This Week
    Last Update:
    See Project
  • 9
    asynframe framework

    asynframe framework

    Development framework based on message driven provided

    This is an SDK development framework based on message driven (including asynchronous IO events) , which provides basic interfaces such as thread、pipeline、file and network. 1. It can be easily integrated into MFC、SoUI、DUI and Qt6.x other systems 2. Implement equipment chain and provide unified equipment operation interface (including file、pipe and socket etc.) 3. Implement the basic network protocol module: dns /udp/tcp/ssl/ftp/http/rtsp/proxy/websocket 4. Implement high-precision timer 5. Implement the application module: DTP supports TCP/UDP port multiplexing DNS supports TCP UDP/HTTP domain name resolution and include httpdns of Tencent cloud / Alibaba cloud Lua facilitates application product integration and business logic control Zip supports deflate / inflate data and zip multiple files Console realizes console,which is convenient for debugging and so on
    Downloads: 3 This Week
    Last Update:
    See Project
  • $300 Free Credits to Build on Google Cloud Icon
    $300 Free Credits to Build on Google Cloud

    New to Google Cloud? Get $300 in credits to explore Compute Engine, BigQuery, Cloud Run, Gemini Enterprise Agent Platform, and more.

    Start your next project with $300 in free Google Cloud credit. Spin up VMs, run containers, query petabytes in BigQuery, or build agents with Gemini Enterprise Agent Platform. Once your credits are used, keep building with 20+ always-free tier products including Compute Engine, Cloud Storage, GKE, and Cloud Run functions. No commitment required—just sign up and start building.
    Claim $300 Free
  • 10
    DavesMetronome
    DavesMetronome is a desktop metronome. It was written with Java and runs on systems which support Java Runtime Environment. The application is available as a jar file and requires JRE to be installed on your computer. JRE can be downloaded from https://www.java.com/en/download/manual.jsp. Version 2.0 adds programming capability. Program simple exercises to increase or decrease tempo after a specified number of beats or define complex rhythm patterns. See the 'Help' menu item in...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    CPS Test
    ...The app calculates your CPS score and shows it you after the test completes. It is the easiest way to practice fast clicking and increase your CPS. How to Use CPS Test Pro app? 1. Click the green button to start the CPS test. 2. Keep clicking the button until the timer on the screen ends. 3. Choose the timer modes by clicking the red buttons at the bottom. By default, the timer is set at 5 seconds. 4. After the timer ends, the app shows your CPS score along with your speed rank. 5. Use the restart button to take the test again as many times you want. ...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 12
    A simple timer program. Features in the new version: 1. You can switch it to the mini/full size mode by using the mini/full button. 2. You can choose the color of the main window by using the color button. 3. The program records the last time you ran.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Realfire
    Realfire application is a Windows application that runs on Windows Vista through windows 10. It support .netframework 4.5 and above. Features: (1) Internet data saving (2) Blocking of un-useful services and processes (3) WIFI password hide or show (4) Drivers backup and restore (5) Block only specified sites (6) Allow only specified sites (7) Increase system speed (8) Blocking of auto update services (9) Blocking and unblocking of web browsers (10) Blocking and unblocking of USB ports (11) Timer application. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    Seconds-Counter

    A Easy To Use Stopwatch

    HOW TO USE? >>Seconds-Counter Work's On Your Favourite Browser,Means It Does Not Have Much Specific GUI,At The Time When You Open Seconds-Counter.It Will Start Counting(1...2...3...4...5...!),To Restart The Timer,Just Refresh The Page,And It Will Again Start Counting!,But Keep In Mind You Must Turn On The Internet To Make Seconds-Counter Do Something.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    Terraria Rod of Discord Farm

    An AFK farm for the Rod of Discord

    Go east to the ice biome, and a little ways past the two houses that house the tinkerer and the mechanic, there will be a 2 block wide hole. Go through it, and you will find the farm. Inside the safe room there is a conveyor, switch, and timer. Turn the timer on the activate the traps. The switch toggles money burn on and off. If it's on, the money produced by the farm will be burned, making items last substantially longer before despawning.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    MultiPoolMiner

    MultiPoolMiner

    Multi-algo, multi-pool, multi-device controller

    Monitors crypto mining pools and coins in real-time and finds the most profitable for your machine. Simply edit a batch file with your Bitcoin address or username and start mining. You will start earning even during benchmarking! MultiPoolMiner is more profitable than Nicehash Miner 2 and Nicehash Miner Legacy as it uses direct pool mining. With less than 0.7% minimum fee. It supports a great number of mining pools, such as CryptoNight, Ethash, Equihash, Groestl, Keccak, Lyra2RE2, Lyra2z,...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 17
    ClckBotCreator

    ClckBotCreator

    Write bots without knowing programming languages

    This program was originally conceived as an autoclicker, but soon turned into a program to create bots for Windows. It has 4 commands(mouse clicking, setting cursor position, timer, keyboard clicking) with which you can automate any process. Also, there are a couple of tools in it that will help you comfortably write bots. Version of app is 0.2.1 App run as administrator. Syntax: 1.click: 'left' or 'right' mouse button 2.setc: x - mouse position y - mouse position 3.timer: milliseconds 4.print: C++ code of key (An example of using commands is in the first screenshot)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    jptimer

    Ferramenta que contabiliza o tempo de um processo ou uma janela

    Utilize para somar horas de trabalho em um determinado projeto utilizando a lista de processos do windows, ou uma janela/programa qualquer com determinada palavra chave no titulo ou simplesmente para verificar o tempo de um processo ou janela. JP timer verifica e faz uma lista de processos em um grid, para que seja selecionado e contabilizado. O monitoramento de processos acontece enquanto determinado processo esta ativo, o monitor de janelas somente quando a janela não esta minimizada....
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Pinewood Derby Race Track 2

    Pinewood Derby Race Track 2

    Pinewood Derby Race Management

    Race Track is a Pinewood Derby Race Management Application. This is Cub Scout Pinewood Derby Timer Gate software . This is a rewrite by Steve Powell to the original Race Track Written by Scott Lewis in sourceforge. It supports racer registration, heat scheduling, electronic timer integration, and sound effect playback. It is written in Java and runs on any Java enabled platform. It is written to support either Arduino, Micro Wizard or The Judge Electronic Gates. It also supports Race...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 20
    Taandav - The DJplayer 1.0.0

    Taandav - The DJplayer 1.0.0

    Dual audio player with auto controls and converter.

    Some time as user we feel some important function should be included in audio player.we have try to implement some unique function in this dual audio player. you can play two audio player at a time with different play list. this application has two different volume control with one master volume control. some function which needs to enable, once same enabled volume can synchronise between two players with advance control-playback. for simplify the player, two playlist provided for each player. user can use last played list or import new. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    LYZ Freeware (Stopwatch & Timer)

    LYZ Freeware (Stopwatch & Timer)

    LYZ Open Source Project for Windows ( 2 programs now)

    This project contains 2 programs. 1. Stopwatch & Timer 2. HTTP Header Viewer Browse All Files to find the correct program
    Downloads: 4 This Week
    Last Update:
    See Project
  • 22
    LEDseq

    LEDseq

    LEDseq is Arduino library for advanced state indication with LED(s).

    LEDseq is Arduino library for advanced state indication with LED(s).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    SportsTimer

    SportsTimer

    GUI tool to manage timer/round based sport events

    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Sudoku Game Solver Generator

    Sudoku Game Solver Generator

    Standalone Complete Sudoku puzzle Game Solver Generator for Windows

    ...As a result, the app can generate Sudoku fields in 7 difficulty levels from 'Yellow Belt' to 'Sudoku Game Jedi Master'. The application supports Quick Start mode, see features below [QS Step 1] and [QS Step 2] (buttons in an application window).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Personal Renamer - Easy file renaming

    Personal Renamer - Easy file renaming

    Portable Bulk File Renamer, Folder monitor. All in one.

    Renames files just about any way you like. Monitor folders for files and auto rename(Have program rename images when downloaded). Undo, Save settings, Imageview,Drag-drop, and more. File Management made easy. Very good for those pesky PDFs from customer firms that need cleaning. New features on their way, Anyone need a Folder renamer?
    Downloads: 4 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • Next