Showing 315 open source projects for "time clock"

View related business solutions
  • 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
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    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
  • 1
    Relative-Time Element

    Relative-Time Element

    Web component extensions to the standard <time> element

    Formats a timestamp as a localized string or as relative text that auto-updates in the user's browser. This allows the server to cache HTML fragments containing dates and lets the browser choose how to localize the displayed time according to the user's preferences. Every visitor is served the same markup from the server's cache. When it reaches the browser, the custom relative-time JavaScript localizes the element's text into the local timezone and formatting. Dates are displayed before months, and a 24-hour clock is used, according to the user's browser settings. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Time_limit

    Time_limit

    A windowed/full-screen countdown timer.

    A windowed / full-screen countdown timer. Colour and font size changes are used as warnings. Progress-bar gives a glance at the time stream. Three different modes are available: - time left; - time passed; - ordinary clock. When the time is over several possibilities are available: - to show the defined message; - to continue count the time; - to launch another application; - to close the count-down timer. Useful for speech, lecture or presentation timing. ...
    Downloads: 25 This Week
    Last Update:
    See Project
  • 3
    LibreHardwareMonitor

    LibreHardwareMonitor

    Monitor temperature sensors, fan speed, voltage, load & clock speeds

    Libre Hardware Monitor is a free, open-source system monitoring tool that provides detailed insights into your computer’s hardware health and performance. It tracks real-time metrics such as temperatures, fan speeds, voltages, clock speeds, and load across a wide range of components. The project includes both a Windows Forms application for visual monitoring and a reusable library for developers who want to integrate hardware monitoring into their own software. LibreHardwareMonitor supports modern Intel and AMD CPUs, major GPU vendors, storage devices, and network adapters. ...
    Downloads: 222 This Week
    Last Update:
    See Project
  • 4
    AWTRIX 3

    AWTRIX 3

    Custom firmware for the Ulanzi Smart Pixel clock or self made awtrix

    AWTRIX 3 is an open-source custom firmware designed for the Ulanzi Smart Pixel clock (TC001) or other DIY matrix clocks. It serves as a versatile smart home companion, integrating seamlessly with platforms like HomeAssistant, IOBroker, and NodeRed. AWTRIX 3 comes pre-installed with apps that display time, date, temperature, and humidity, but advanced users can expand its functionality by creating custom apps and sending notifications via MQTT or HTTP protocols.
    Downloads: 16 This Week
    Last Update:
    See Project
  • $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
  • 5

    Universal Clock

    simple universal clock

    a simple Windows software called Kara Universal Clock. Using this program, you can see the current date and time of that city by typing the first letters of the desired city and selecting that city from the list. This software can be used for those who work with foreign clients, work in international companies, or for any reason need to know the exact time of a city anywhere in the world.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6
    OpenHardwareMonitor

    OpenHardwareMonitor

    Free open source tool for real-time PC hardware sensor monitoring

    Open Hardware Monitor is a free and open source hardware monitoring application designed primarily for personal computers. It provides real-time insights into key system metrics such as temperatures, fan speeds, voltages, load percentages, and clock speeds by reading directly from sensors embedded in CPUs, GPUs, motherboards, and storage devices. The tool supports a wide range of sensor hardware found on modern systems, including Intel and AMD processors, NVIDIA and AMD graphics cards, SMART temperature sensors on storage drives, and many motherboard monitoring chips. ...
    Downloads: 46 This Week
    Last Update:
    See Project
  • 7
    GPU Hot

    GPU Hot

    Real-time NVIDIA GPU dashboard

    GPU Hot is an open-source, lightweight monitoring dashboard designed to provide real-time visibility into NVIDIA GPU performance across single machines or entire clusters. The project offers a self-hosted web interface that streams hardware metrics directly from GPU servers, enabling developers, ML engineers, and system administrators to observe GPU utilization and system behavior in real time through a browser. The dashboard collects and displays a wide range of performance metrics including temperature, memory usage, power consumption, clock speeds, fan speed, and active processes. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Digital Clock 4

    Digital Clock 4

    beautiful customizable clock with plugins

    Very customizable beautiful clock. There are 2 versions exist (they may co-exist): - Digital Clock 4 - discontinued, not recommended - Digital Clock 5 - current version, replacement for Digital Clock 4 Digital Clock 4 final version is 4.7.9 Digital Clock 5 current version is 5.2.0 Nothing special is required to start using this clock. Just launch it and enjoy! When it starts, apart from the clock itself, a small tray icon appears. This tray icon can be used to call the clock...
    Leader badge
    Downloads: 1,896 This Week
    Last Update:
    See Project
  • 9
    openHAB client for Android

    openHAB client for Android

    openHAB client for Android

    This app is a native client for openHAB which allows easy access to your sitemaps. Control your openHAB server and/or openHAB Cloud instance, e.g., an account with myopenHAB.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 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
  • 10
    Midnight Clock

    Midnight Clock

    Midnight Clock

    A modern, feature-rich, dark-themed clock application for Linux desktops, built with Python and PyQt6. Designed to be both beautiful and functional, it provides all the essential time-keeping tools in one place. The application remains active in the system tray when closed, ensuring your alarms and timers are never missed.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    fgprof

    fgprof

    fgprof is a sampling Go profiler that allows you to analyze On-CPU

    fgprof is a sampling Go profiler that allows you to analyze On-CPU as well as Off-CPU (e.g. I/O) time together. Go's builtin sampling CPU profiler can only show On-CPU time, but it's better than fgprof at that. Go also includes tracing profilers that can analyze I/O, but they can't be combined with the CPU profiler. fgprof is designed for analyzing applications with mixed I/O and CPU workloads. This kind of profiling is also known as wall-clock profiling.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12
    ThingPulse ESP8266 Weather Station

    ThingPulse ESP8266 Weather Station

    ESP8266 Weather Station library supporting OpenWeatherMap

    ...The simple class uses the header date and time to set the clock. NTP-based time class written by Fabrice Weinberg. We fixed many bugs and improved performance and changed the API a little bit. Either compare your code to the updated WeatherStationDemo or read through the upgrade guide.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 13
    JWT

    JWT

    A simple library to work with JSON Web Token and JSON Web Signature

    ...Once the library has been installed, you are able to issue and parse JWTs. To reduce the chance of having flaky tests on your test suite, the facade supports the usage of a clock object. That allows passing an implementation that always returns the same point in time.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 14
    SameBoy

    SameBoy

    Game Boy and Game Boy Color emulator written in C

    SameBoy is a user friendly, powerful and open source Game Boy, Game Boy Color and Super Game Boy emulator for macOS, Windows and Unix-like platforms. SameBoy is extremely accurate and includes a wide range of both powerful debugging features and user-facing features, making it ideal for both casual players and developers. Of course, SameBoy also has every feature one would expect from an emulator – from save states to scaling filters. Supports Game Boy (DMG), Game Boy Pocket and Light (MGB),...
    Downloads: 11 This Week
    Last Update:
    See Project
  • 15
    Google Authenticator PAM Library

    Google Authenticator PAM Library

    Example PAM module demonstrating two-factor authentication

    google-authenticator-libpam is a Pluggable Authentication Module (PAM) that adds one-time passcodes to Unix and Linux logins using open OATH standards. It plugs into PAM stacks for services like SSH, su, or desktop display managers, prompting users for a time-based (TOTP) or counter-based (HOTP) code after their password. A lightweight enrollment program bootstraps each account by generating a secret, printing a QR code, and writing per-user configuration with safe file permissions. Because...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16
    Watchy

    Watchy

    An open source E-ink smartwatch

    ...Ultra-low-power e-paper 1.54″ display with 200 x 200 resolution and wide viewing angle. Wi-Fi & Bluetooth LE connectivity. 3-axis accelerometer with gesture detection. Real-time clock for accurate timekeeping with calendar and alarm functions. Built-in USB-to-serial adapter for programming on the go. Watchy comes with comprehensive documentation and Arduino code examples that demonstrate every hardware feature. New watch faces and examples are regularly added.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 17
    Shairport Sync

    Shairport Sync

    AirPlay audio player

    Shairport Sync adds multi-room capability with audio synchronization. Shairport Sync is an AirPlay 1 audio player. Switch to the development branch for a version with limited AirPlay 2 functionality. Shairport Sync plays audio streamed from iTunes, iOS, Apple TV and macOS devices and AirPlay sources such as Quicktime Player and OwnTone, among others. Audio played by a Shairport Sync-powered device stays synchronized with the source and hence with similar devices playing the same source. In...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 18
    Investor`s Clock

    Investor`s Clock

    The Investor's Clock shows the time in different time zones.

    The Investor's Clock shows the time in different time zones. This program was designed for Wall Street traders and investors. Inspired by the traditional trading hall setup where few clocks on the wall, each clock face shows current time in the investing center of certain region. My program is useful for persons, trading stocks from home or small office.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 19
    Clock0doro

    Clock0doro

    An efficient simplistic pomodoro timer

    A simple yet efficient pomodoro timer.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    I used these three scripts to bulk-rename .wav files produced by an Olympus VN-960PC digital voice recorder (DVR). These scripts read the filenames imported into Digital Wave Player software in Windows, and rename those files to indicate date and time of file creation. Example: DW_A4423.wav becomes 2025-12-15 14.42 01 Dictation.wav. Components of that filename: date and 24-hour time when the recording was made; 01 indicates that it is the first recording created in that minute (eliminating duplicate filenames if more than one recording was created in that clock minute). For more information, see https://raywoodcockslatest.wordpress.com/2026/03/21/vn-960pc-capture/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    MediaUhr

    Desktop Clock (Uhr) for Linux & Windows with Weather

    MediaUhr ========= MediaUhr ist eine Desktop-Uhr (Digitaluhr) für Linux und Windows. Die Anwendung zeigt eine anpassbare Uhr mit Datum, Wochentag, Mondphase sowie Sonnenauf- und -untergangszeiten. Optional kann das aktuelle Wetter über einen OpenWeather API-Key angezeigt werden. 1. Uhr mit Wetter (nach Eingabe von einem OpenWeater Api-Key = kostenlos) 2. Mondphasen und Sonnenauf-/untergangszeiten 3. Datum + Wochentage (Sonntage werden rot angezeigt) 4. Alarm, Timer, Shutdown 5....
    Downloads: 1 This Week
    Last Update:
    See Project
  • 22
    kmi950clock

    kmi950clock

    kmi950clock: Speed Precision Upgrade for the EMT 950

    kmi950clock: Speed Precision Upgrade for the EMT 950 In order to improve the speed precision of the EMT 950, the open-hardware project kmi950clock provides a phase-locked speed regulation which is based on a special speed PLL with a precise reference clock, e.g. from a Quartz oscillator, a Rubidium clock, a GPS disciplined oscillator, or a studio reference master clock. An extremely precise platter speed with the possibility of external synchronization is required for example in areas of application where fundamental pitch and time deviations have to be minimized, for example for the accurate digitalization of records. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    ZZALOG

    ZZALOG

    Ham Radio Logging Software

    ZZALOG is a logging application that provides the following functionality: Records QSOs in a logging database. Allows the database to be searched. Allows the real-time and off-line entry of QSO records. Connects to most rigs using hamlib. Allows the user to monitor "worked-before" status in real-time. Exchanges data with QSL web-sites such as eQSL.cc and Logbook of the World. Tracks the status of electronic and paper QSL cards and displaying images of received cards. Includes: a shack clock; weather report and band plan view. ...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 24
    Arrow OS

    Arrow OS

    It is an AOSP based project with an aim of keeping things clean!

    ArrowOS is an AOSP based open source project started with the aim of keeping things simple, clean and neat, both for the Android system and users. We understand the pain of unnecessary and sometimes rarely used mods/features being shipped with custom roms nowadays which may end up causing battery drains and/or memory leaks. This is being strictly avoided on our side keeping everything to a bare minimum, delivering the stable performance all the time without destroying the AOSP interface....
    Leader badge
    Downloads: 817 This Week
    Last Update:
    See Project
  • 25
    Program suite for model railroaders, mainly to support operation on modular railroad setups, features model time clock, computer based train dispatching and more
    Downloads: 7 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • 5
  • Next
MongoDB Logo MongoDB