Showing 132 open source projects for "shutdown-timer"

View related business solutions
  • Gemini 3 and 200+ AI Models on One Platform Icon
    Gemini 3 and 200+ AI Models on One Platform

    Access Google's best plus Claude, Llama, and Gemma. Fine-tune and deploy from one console.

    Build generative AI apps with Vertex AI. Switch between models without switching platforms.
    Start 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
    Monero P2Pool

    Monero P2Pool

    Decentralized pool for Monero mining

    Decentralized pool for Monero mining. No central server that can be shutdown/blocked. P2Pool uses a separate blockchain to merge mine with Monero. Pool admin can't go rogue or be pressured to do an attack on the network because there is no pool admin.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 2
    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: 6 This Week
    Last Update:
    See Project
  • 3
    Marlin

    Marlin

    Optimized firmware for RepRap 3D printers based on Arduino platform

    Marlin is a popular open source firmware for the RepRap family of 3D printers. It is straightforward, reliable, extensible and adaptable, which is why it is used by many respected commercial 3D printer vendors as well as hobbyists. It runs on inexpensive 8-bit Atmel AVR micro-controllers, with added support for 32-bit and ARM-based boards. Marlin builds can be small enough for use on a headless printer with only modest hardware, and features can be enabled as-needed.
    Downloads: 28 This Week
    Last Update:
    See Project
  • 4
    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
  • 8 Monitoring Tools in One APM. Install in 5 Minutes. Icon
    8 Monitoring Tools in One APM. Install in 5 Minutes.

    Errors, performance, logs, uptime, hosts, anomalies, dashboards, and check-ins. One interface.

    AppSignal works out of the box for Ruby, Elixir, Node.js, Python, and more. 30-day free trial, no credit card required.
    Start Free
  • 5
    KShutdown

    KShutdown

    A graphical shutdown utility for Linux and Windows

    KShutdown is a graphical shutdown utility for Linux and Windows. It allows you to turn off or suspend a computer at a specified time. It features various time and delay options, command-line support, and notifications.
    Leader badge
    Downloads: 163 This Week
    Last Update:
    See Project
  • 6
    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! " << std::chrono::duration_cast<std::chrono::milliseconds >( std::chrono::system_clock::now().time_since_epoch() ).count() << "\n";}); while(1){ timer.run(); std::this_thread::sleep_for(std::chrono::milliseconds(100)); } }
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Pomodoro

    Pomodoro

    Simple to use Pomodoro timer.

    Simple to use Pomodoro timer with features like sound notification, tray icon and customizable timings. https://github.com/spikest3r/Pomodoro
    Downloads: 3 This Week
    Last Update:
    See Project
  • 8
    HotkeyP
    Keyboard/mouse/WinLIRC/joystick shortcuts for exe files, documents, folders, www pages and commands: shutdown, hibernate, desktop resolution, volume, process priority, eject CD, wallpaper, always on top, hide active window, kill process, paste text,
    Leader badge
    Downloads: 845 This Week
    Last Update:
    See Project
  • 9
    QPrompt

    QPrompt

    Personal teleprompter software for all video makers.

    Free teleprompter software for all video creators. Built with ease of use, fast performance, control accuracy, and cross-platform support in mind. QPrompt works with studio teleprompters and tablet teleprompters, cellphones, and webcams. It was also designed for use in video conferences.
    Leader badge
    Downloads: 1,419 This Week
    Last Update:
    See Project
  • Full-stack observability with actually useful AI | Grafana Cloud Icon
    Full-stack observability with actually useful AI | Grafana Cloud

    Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.

    Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
    Create free account
  • 10
    slim-fork

    slim-fork

    A fork of the SLiM "Simple Login Manager"

    SLiM (Simple Login Manager) is a graphical login manager for X11. It aims to be simple, fast and independent from the various desktop environments. SLiM was originally based on latest stable release of Login.app by Per Lidén. The SLiM project used to be hosted on Berlios.de with a mirror on SourceForge. Then the code got moved to Github. Then all the maintainers lost interest and it died. Nine years later, I'm still using it as I find it the most easily configurable, most lightweight...
    Downloads: 27 This Week
    Last Update:
    See Project
  • 11
    NetPing

    NetPing

    Ping de verificación de conexión | Ping check connection

    https://sourceforge.net/projects/netping/files/ English: Software to ping IPv4 addresses on the network and display results, with a timer to update at intervals. *Requires install Visual C++ of Microsoft* *Besed on console verisón of netHeartbeat + netping on github.com/ctuais/netping Español: Software para hacer ping a Direcciónes IPv4 en la red y mostrar resultados, con temporizador a intervalos para actualizarse. *Requiere instalar Visual C++ de Microsoft* *Basado en la versión de consola de netHeartbeat + netping en github.com/ctuais/netping
    Downloads: 2 This Week
    Last Update:
    See Project
  • 12
    Solitaire

    Solitaire

    Solitaire game with auto-save, undo, and custom seeds.

    Enjoy your favorite card game with quality-of-life upgrades that make the experience better, like auto-save, custom seeds, and fully customizable backgrounds. You can adjust each session to tailor your own style. Whether you want a relaxing break or plan the perfect run, your progress is always secure because of the built-in save/load system. This lets you continue your gameplay anytime, exactly where you left off. With regular updates and new features being developed, this project keeps...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 13
    Advanced Trigonometry Calculator

    Advanced Trigonometry Calculator

    Precision Trigonometry: Advanced Calculator for Complex Math

    Advanced Trigonometry Calculator is equipped with a user-friendly interface that allows for easy input of problems and instant computation. Professionals such as engineers who need to perform advanced trigonometric calculations in their work will find this tool extremely useful. ATC Online Alpha: https://advantrigoncalc.sourceforge.io/atc/ More info by clicking below: https://advantrigoncalc.sourceforge.io/ Advanced Trigonometry Calculator was only and always only developed by...
    Leader badge
    Downloads: 6 This Week
    Last Update:
    See Project
  • 14
    Calimero

    Calimero

    Take full control of your Windows Desktop background!

    Small, black, but powerful! Calimero is a high-performance Win32 (x86) console application designed to take full control of your Windows Desktop background (Windows 8 and up).
    Downloads: 5 This Week
    Last Update:
    See Project
  • 15

    Work Day Tracker

    A desktop application for tracking work hours

    ...Built with C++ and Qt6, this application helps you monitor your work time, track breaks, and visualize your productivity. - Time Tracking: Start, pause, resume, and stop your work timer - Workday Management: Set daily work hour goals and break requirements - Visual Feedback: Real-time display of elapsed time and remaining work time - Finish Time Estimation: Predicts when your workday will end based on current progress - Statistics: View your work patterns and productivity metrics - Data Visualization: Charts showing your daily work durations - System Tray Integration: Minimize to system tray and receive notifications - Persistent Storage: Automatically saves your work sessions and settings - Cross-platform: Works on Windows, macOS, and Linux
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    zibaldone

    zibaldone

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

    .... => 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 facilities With zibaldone you can easily: developing a c++ or java multithread application connecting a thread to a socket connecting a thread to a serial port triggering an event to a timeout on a thread Note: zibaldone offers an identical interface both for linux and windows. This way, source code that uses zibaldone can be recompiled with no modify for both systems. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    TorRefresher-proxy

    TorRefresher-proxy

    One-click Tor IP refresher with bridge support built-in

    ...Built to work with the official Tor Expert Bundle, it gives you full control over your Tor connection without needing to touch the command line. 🔄 Automatic IP Rotation – Refresh your Tor circuit on a timer of your choice 🖱 One-Click Manual Refresh – Instantly change your IP from the tray 🌍 Exit Node Info – See your current IP and country at a glance 🔒 Bridge Mode Support – Works in censored regions with custom bridges ⚡ Fast & Lightweight – Runs silently in the background Setup is simple: download the Tor Expert Bundle, point TorRefresher to your tor.exe, and you’re ready to go. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    asynframe framework

    asynframe framework

    Development framework based on message driven provided

    ...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: 0 This Week
    Last Update:
    See Project
  • 19

    Underdog -- Early and Late User Context

    mkinitramfs & mkinitrd replacement and (eventually) alternate /init

    Many complex storage environments running within GNL/Linux could benefit from increased disassembly and resource remediation during shutdown. Underdog an alternate /init to create a "late" user context to resume control during shutdown to park media and detach network devices. Currently there is a fully working initramfs (mkinitramfs/mkinitrd) replacement that is capable of building the early user context images both as separate files or built into the kernel image. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    HP41CX

    HP41CX

    HP-41cx Emulator

    An Qt based HP-41cx Emulator first based on Eric's NSIM-0.61 Project. Ported to C++ and extended by an graphical Qt-based User-interface. Since Oct.2014 I developed my own NUT-Core implementation which is quite different from Eric's one. I called it NewT in fact of the existing NewT NUT Hardware revival.
    Leader badge
    Downloads: 11 This Week
    Last Update:
    See Project
  • 21
    Toggl Desktop

    Toggl Desktop

    Toggl Desktop app for Windows, Mac and Linux

    Toggl Desktop is a Toggl time-tracking client with many helper functions that make tracking time more effortless and smooth. Features such as Idle detection, reminders to track, and Pomodoro Timer make this app a great companion when productivity and efficiency is the goal.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 22

    molcajete

    Arduino meets FreeRTOS

    ...Examples for the console and sketches are now provided. This port uses the standard malloc and free implementations for AVR when using dynamic tasks. The system tick is fixed at 1 millisecond after the AVR's T0 timer. Tickless and/or low-power modes have not been tested yet. For further details see the README.txt file.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    ...It supports a variety of formats: puz, xpf, jpz, and ipuz. Includes support for rebus puzzles, "trick" puzzles, diagramless puzzles, scrambled/locked puzzles, and a timer.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 24
    StateOS

    StateOS

    Free real-time operating system designed for microcontrollers

    Free, extremely simple, amazingly tiny and very fast real-time operating system (RTOS) designed for deeply embedded applications. Target: ARM Cortex-M, STM8. It was inspired by the concept of a state machine. Procedure executed by the task (task state) doesn't have to be noreturn-type. It will be executed into an infinite loop. There's a dedicated function for immediate change the task state.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    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
MongoDB Logo MongoDB