[go: up one dir, main page]

Showing 290 open source projects for "timer"

View related business solutions
  • 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
  • La version gratuite d'Auth0 s'enrichit ! Icon
    La version gratuite d'Auth0 s'enrichit !

    Gratuit pour 25 000 utilisateurs avec intégration Okta illimitée : concentrez-vous sur le développement de vos applications.

    Vous l'avez demandé, nous l'avons fait ! Les versions gratuite et payante d'Auth0 incluent des options qui vous permettent de développer, déployer et faire évoluer vos applications en toute sécurité. Utilisez Auth0 dès maintenant pour découvrir tous ses avantages.
    Essayez Auth0 gratuitement
  • 1
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2
    MUN Timer

    MUN Timer

    A Customizable GUI timer designed for MUN.

    MUN Timer Pro: Ultimate Model United Nations App Streamline your Model UN sessions with MUN Timer Pro, a flexible timer app for chairs and delegates. Manage agendas and timelines effortlessly in an intuitive interface. Perfect for MUN conferences, debates, and simulations. Boost efficiency—download now!
    Downloads: 4 This Week
    Last Update:
    See Project
  • 3
    Glow OS

    Glow OS

    System Analysis Software

    Glow is an educational, hobbyist operating system written in C and Assembly, developed to help learners understand the internals of OS design and kernel development. Targeting x86_64 systems, Glow features its own kernel, bootloader, and minimal userland. With clear code structure and a simple design, it serves as a playground for experimenting with low-level systems programming, boot sequences, interrupt handling, and basic UI components like shells and text rendering.
    Downloads: 14 This Week
    Last Update:
    See Project
  • 4
    Nightingale OS

    Nightingale OS

    A small operating system where I experiment and learn osdev

    nightingale is a modern hobby operating system developed in Rust, focusing on safety, simplicity, and minimalism. It aims to be a clean platform for experimentation and learning, implementing a small kernel with core features like multitasking, memory protection, and a minimal filesystem. Its use of Rust provides strong guarantees around memory safety and eliminates common bugs found in low-level C-based systems. nightingale is ideal for those seeking to study OS development using a modern...
    Downloads: 6 This Week
    Last Update:
    See Project
  • 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
  • 5
    Allegro

    Allegro

    The official Allegro 5 git repository. Pull requests welcome

    Allegro 5 is the latest major revision of the Allegro library, designed to take advantage of modern hardware, including hardware acceleration using 3D cards.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 6
    reveal.js

    reveal.js

    The HTML Presentation Framework

    reveal.js is a framework for creating beautiful interactive presentations using HTML. It comes with a wide range of features, including nested slides, auto-sliding, touch navigation, Markdown support, PDF export, speaker notes, theming and more. It also comes with a JavaScript API that allows you to control various other options, and a list of plugins that can be used to extend reveal.js further. reveal.js currently offers full support for any recently released version of the following...
    Downloads: 6 This Week
    Last Update:
    See Project
  • 7
    Blade UI Kit

    Blade UI Kit

    A set of renderless components to utilise in your Laravel Blade views

    Blade UI Kit is a set of renderless components to utilize in your Laravel Blade views. In all essence, it's a collection of useful utilities, connect the dots between different parts of the TALL stack. It was made for Blade, Laravel's powerful templating engine.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 8
    Keybase client

    Keybase client

    Keybase Go library, client, service, OS X, iOS, Android, Electron

    Keybase is secure messaging and file-sharing. We use public key cryptography to ensure your messages stay private. Even we can’t read your chats. Keybase works for families, roommates, clubs, and groups of friends, too. Keybase connects to public identities, too. You can connect with communities from Twitter, Reddit, and elsewhere. Don’t live dangerously when it comes to documents. Keybase can store your group’s photos, videos, and documents with end-to-end encryption. You can set a timer...
    Downloads: 5 This Week
    Last Update:
    See Project
  • 9
    Toggl Track

    Toggl Track

    Toggl Track browser extension for Chrome and Firefox

    .... Microsoft Edge has support for Chromium extensions, so you can use the Toggl Track browser extension on Microsoft Edge by downloading it from the Chrome Store. Once you install the add-on, a Toggl Track icon will be added to the right of the address bar. Click on the Toggl Track browser extension to reveal the timer’s dropdown. Here you can check your current time entry, change settings, sync, log out or stop your timer.
    Downloads: 2 This Week
    Last Update:
    See Project
  • Easy-to-Use Website Accessibility Widget Icon
    Easy-to-Use Website Accessibility Widget

    An accessibility solution for quick website accessibility improvement.

    All in One Accessibility is an AI based accessibility tool that helps organizations to enhance the accessibility and usability of websites quickly.
    Learn More
  • 10
    EasyZSwoole

    EasyZSwoole

    swoole, easyswoole, swoole framework

    ...、 Many components such as the Memcached client, the co-process view engine, JWT, the co-process RPC, the co-process SMTP client, the co-process HTTP client, the co-process Actor, and the Crontab timer. Let developers write multi-process, step-by-step, and high-available application services with the lowest learning cost and effort.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 11
    retry

    retry

    Simple golang library for retry mechanism

    Simple library for retry mechanism. Context allow to set context of retry default are Background context. Return the direct last error that came from the retried function default is false (return wrapped errors with everything) WithTimer provides a way to swap out timer module implementations. This primarily is useful for mocking/testing, where you may not want to explicitly wait for a set duration for retries. DelayTypeFunc is called to return the next delay to wait after the retriable...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 12
    hhuOS

    hhuOS

    hhuOS - A small operating system

    hhuOS is an educational operating system project developed by students at Heinrich Heine University (HHU) in Düsseldorf, Germany. It is built from scratch in C and Assembly and intended as a teaching tool to help students grasp the foundations of kernel development, memory management, system calls, and multitasking. The project focuses on clarity, modularity, and hands-on experimentation with real OS components, making it suitable for OS development courses or personal exploration.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 13
    Onix OS
    onix is a minimalist educational operating system written in Rust, created to demonstrate low-level system design in a safe and modern language. It covers kernel essentials such as interrupts, memory management, and multitasking, and includes a tiny Unix-like shell for user interaction. onix is tailored for x86_64 systems and runs in QEMU, making it ideal for learning OS internals while benefiting from Rust’s type safety and concurrency guarantees. It’s a great project for students or...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 14
    libhv

    libhv

    Network library for developing TCP/UDP/SSL/HTTP/WebSocket/MQTT client

    Like libevent, libev, and libuv, libhv provides event loop with non-blocking IO and timer, but simpler api and richer protocols. Cross-platform (Linux, Windows, MacOS, BSD, Solaris, Android, iOS) High-performance EventLoop (IO, timer, idle, custom) TCP/UDP client/server/proxy. TCP supports heartbeat, reconnect, upstream, MultiThread-safe write and close, etc. Built-in common unpacking modes (FixedLength, Delimiter, LengthField) RUDP support: WITH_KCP. SSL/TLS support: (via WITH_OPENSSL...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 15
    Task Scheduler

    Task Scheduler

    Cooperative multitasking for Arduino, ESPx, STM32, nRF and more

    Cooperative multitasking for Arduino, ESPx, STM32 and other microcontrollers. A lightweight implementation of cooperative multitasking (task scheduling). An easier alternative to preemptive programming and frameworks like FreeRTOS. You mostly do not need to worry about pitfalls of concurrent processing (races, deadlocks, livelocks, resource sharing, etc.). The fact of cooperative processing takes care of such issues by design.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16
    PaaSTA

    PaaSTA

    An open, distributed platform as a service

    PaaSTA is a highly-available, distributed system for building, deploying, and running services using containers and Kubernetes. PaaSTA has been running production services at Yelp since 2016. It was originally designed to run on top of Apache Mesos but has subsequently been updated to use Kubernetes. Over time the features and functionality that PaaSTA provides have increased but the principal design remains the same. PaaSTA aims to take a declarative description of the services that teams...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 17
    SFML.Net

    SFML.Net

    Official binding of SFML for .Net languages

    SFML.Net is the official .NET binding for the Simple and Fast Multimedia Library (SFML), providing C# developers with access to a powerful multimedia and game development framework. It wraps SFML’s C++ API into a user-friendly .NET interface, making it easy to build 2D games, multimedia apps, and simulations with graphics, sound, windowing, and input support. SFML.Net keeps the design idiomatic to C#, maintaining SFML's performance and portability while providing seamless integration with...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Simple timer and stopwatch
    Simple timer and stopwatch with clean interface without unnecessary distractions. Suitable for everyone in need of a compact timer and stopwatch. • clean interface • simple clock without unnecessary distractions • timer with start, stop and reset buttons • relatively small widget, you can place it anywhere In case of any issues or bugs please contact me via : szpeto12@gmail.com
    Downloads: 5 This Week
    Last Update:
    See Project
  • 19
    Shutdown Timer

    Shutdown Timer

    Hẹn giờ tắt máy

    Shutdown Timer V2 là ứng dụng đơn giản nhưng mạnh mẽ giúp bạn hẹn giờ tắt máy, khởi động lại, hoặc ngủ đông máy tính Windows. Giao diện thân thiện và các tính năng thông minh giúp bạn dễ dàng quản lý thời gian sử dụng thiết bị.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    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...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    HTML Quiz Application With Timer & Point

    HTML Quiz Application With Timer & Point

    An Easy to Edit HTML, CSS & JAVASCRIPT QUIZ - For Students & Teachers

    Just Download & Extract the Above Zip File provided, then edit the script.js file with a good text / code editor like Sublime Text ( Check Google ) & then save the changes & then view the index.html file on the internet browser. That's all. This is a Browser Based, Cross Platform, Supporting all Operating Systems, Easy Application. If needed, you can change the value of the Timer from 15 seconds to any other value, by Searching & Replacing all occurences of 15 in index.html & script.js...
    Downloads: 8 This Week
    Last Update:
    See Project
  • 22
    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. Colour / font...
    Downloads: 27 This Week
    Last Update:
    See Project
  • 23
    EJE (Everyone's Java Editor)

    EJE (Everyone's Java Editor)

    Learn Java the easy way!

    EJE is a simple Java editor, perfect to learn Java, without learning a complex development tool. EJE is multi-platform (written in Java), light- weight, user-friendly and have several useful basic features. A good help to start with Java! Supports the study of the Java for Aliens book (www.javaforaliens.com), or other my books (Italian Language) like www.nuovojava.it. You don't need to install the JDK anymore (the runtime is embedded). See the video "How to create the "Hello World App in...
    Downloads: 23 This Week
    Last Update:
    See Project
  • 24
    The EdX51 Operating System

    The EdX51 Operating System

    A cooperative scheduler OS for the 8051 and its derivatives.

    ... preemption. A task runs until it blocks. Once it blocks, the scheduler hands the CPU to the first ready task it finds in the list of tasks. EdX51 provides a semaphore service, a message queue service and a watchdog timer service. These features can be easily removed if they are not required, thereby saving code and data memory. Version 1.2.3 has had small mistakes in the documentation corrected. No changes were made to the EdX51 code.
    Downloads: 13 This Week
    Last Update:
    See Project
  • 25
    NanoH5 (tsl2nano)

    NanoH5 (tsl2nano)

    java bean / database driven zero code application framework

    NanoH5 (or FullRelation) is a fullstack UI implementation framework providing a model driven design (MDA). Build a complete html5 application through a given class- or database-model without coding (coding APIs are available).
    Leader badge">
    Downloads: 14 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • 5
  • Next