Showing 80 open source projects for "suspend"

View related business solutions
  • Try Google Cloud Risk-Free With $300 in Credit Icon
    Try Google Cloud Risk-Free With $300 in Credit

    No hidden charges. No surprise bills. Cancel anytime.

    Use your credit across every product. Compute, storage, AI, analytics. When it runs out, 20+ products stay free. You only pay when you choose to.
    Start Free
  • Build Securely on Azure with Proven Frameworks Icon
    Build Securely on Azure with Proven Frameworks

    Lay a foundation for success with Tested Reference Architectures developed by Fortinet’s experts. Learn more in this white paper.

    Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
    Download Now
  • 1
    Integrant

    Integrant

    Micro-framework for data-driven architecture

    Integrant is a minimalistic micro-framework for building applications following a data-driven architecture. It lets you define system components declaratively as configuration data and handles lifecycle actions (init, halt, resume) in dependency order, serving as a modern alternative to Component or Mount. Integrant was built as a reaction to fix some perceived weaknesses with Component. In Component, systems are created programmatically. Constructor functions are used to build records,...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    kotlinx.coroutines

    kotlinx.coroutines

    Library support for Kotlin coroutines

    Library support for Kotlin coroutines with multiplatform support. Kotlin, as a language, provides only minimal low-level APIs in its standard library to enable various other libraries to utilize coroutines. Unlike many other languages with similar capabilities, async and await are not keywords in Kotlin and are not even part of its standard library. Moreover, Kotlin's concept of suspending function provides a safer and less error-prone abstraction for asynchronous operations than futures and...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    EitherNet

    EitherNet

    A pluggable sealed API result type for modeling Retrofit responses

    A pluggable sealed API result type for modeling Retrofit responses. By default, Retrofit uses exceptions to propagate any errors. This library leverages Kotlin sealed types to better model these responses with a type-safe single point of return and no exception handling needed. ApiResult has two sealed subtypes: Success and Failure. Success is typed to T with no error type and Failure is typed to E with no success type. Failure in turn is represented by four sealed subtypes of its own:...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    noti

    noti

    Monitor a process and trigger a notification

    ...If you already started a command, but forgot to use noti, then you can do this to get notified when that process' PID disappears. You can also press ctrl+z after you started a process. This will temporarily suspend the process, but you can resume it with noti.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • 5
    KMP NativeCoroutines

    KMP NativeCoroutines

    Library to use Kotlin Coroutines from Swift code in KMP apps

    A library to use Kotlin Coroutines from Swift code in KMP apps. Both KMP and Kotlin Coroutines are amazing, but together they have some limitations. The most important limitation is cancellation support. Kotlin suspend functions are exposed to Swift as functions with a completion handler. This allows you to easily use them from your Swift code, but it doesn't support cancellation. Besides cancellation support, ObjC doesn't support generics on protocols. The library consists of a Kotlin and Swift part which you'll need to add to your project.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Arrow

    Arrow

    Functional companion to Kotlin's Standard Library

    ...Some applications of the effect system reduce boilerplate and enable direct syntax including monad comprehensions and computation expressions. Arrow Fx is a next-generation Typed FP Effects Library that makes tracked effectful programming first class in Kotlin built on top of Kotlin’s suspend system and KotlinX Coroutines Arrow Fx is a functional companion to KotlinX Coroutines augmenting its api with well known functional operators making it easier to compose async and concurrent programs. The library brings purity, referential transparency, and direct imperative syntax to typed FP in Kotlin, and is a fun and easy tool for creating Typed Pure Functional Programs.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7
    Arthas

    Arthas

    Alibaba Java Diagnostic Tool

    ...If issues are encountered in production systems, it is impossible to use IDEs to debug the application remotely. More importantly, debugging in production environment is unacceptable, as it will suspend all the threads, resulting in the suspension of business services. Developers could always try to reproduce the same issue on the test/staging environment. However, this is tricky as some issues cannot be reproduced easily on a different environment, or even disappear once restarted. And if you're thinking of adding some logs to your code to help troubleshoot the issue, you will have to go through the following lifecycle; test, staging, and then to production. ...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 8
    Batch + powershell script to suspend EventLog service threads without stopping the service (which would break other windows stuff) Has the option to set it as a scheduled task on startup. Help on launch, auto elevate to administrator. This project is a part of bigger win optimization here: https://sourceforge.net/projects/optimwin-batch/ Usage: Immediate suspend eventLog threads: EvtLogStop /stop create scheduled task: EvtLogStop /task
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    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: 124 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
  • 10
    Wapiti

    Wapiti

    Wapiti is a web-application vulnerability scanner

    Wapiti is a vulnerability scanner for web applications. It currently search vulnerabilities like XSS, SQL and XPath injections, file inclusions, command execution, XXE injections, CRLF injections, Server Side Request Forgery, Open Redirects... It use the Python 3 programming language.
    Leader badge
    Downloads: 17 This Week
    Last Update:
    See Project
  • 11

    WorkCounter

    WorkCounter counts the time spent for working

    ...When the day changes the overtime is calculated as the sum of previously calculated overtime plus work time from a given day minus working day as you define it. Suspend, hibernate, screen save and time change events are handled asynchronously. IPv4 address change is recognized and work is counted only when the IP address is from the provided range. The program may keep track of applications active in the foreground. Every 5min there is a check which is the foreground window. Weekly or monthly stats are available (including foreground application stats). ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12

    loadavgd

    Monitor CPU load and terminal activity, execute command when idle

    ...If the load is below a certain treshold and there is no input at any (pseudo-) terminal for a given amount of time, an action is issued. This action might be, for instance, "suspend". The D-Bus API of systemd-logind is called to invoke an action. The daemon is configured via a configuration file.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    Kobo XCSoar Launcher

    a customizable boot menu for your Kobo Mini

    Mainly this project aims at easing startup and use of XCSoar (see xcsoar.org) on Kobo Mini. But the scope of use should not be limited solely to XCSoar. The Launcher should be small in code size, reuse most of the original libraries, provide flexible configuration to any application that might be ported to the Kobo Mini. It supports customizable fonts, toolbox-pages, buttons (also graphical), labels, autostart and sleep timers.
    Downloads: 19 This Week
    Last Update:
    See Project
  • 14

    OptimWin Batch

    Batch to Speedup Windows (XP-11) settings and utilities collection

    https://sourceforge.net/p/optimwin-batch/ OptimWin by isidrococo at gmail This has a collection of utilities and mainly a big batch to automatically optimize and disable a huge amount of settings (Scheduled Tasks, LOGs, Services, delete Temp/Caches, etc) for Windows XP or later. Also includes a bunch of utilities, all decompressed at C:\UT Install: Decompress to a folder: 7.exe, 7z.dll, OptimWinInst.BAT, UT1.ZIP and [UT2.7z] Execute OptimWinInst.bat (some browsers deletes ".bat"...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Kisekae UltraKiss

    Kisekae UltraKiss

    Kisekae UltraKiss is a full featured integrated development environmen

    UltraKiss is a computer program that implements the Kisekae Set system, KiSS, a Japanese graphics system originally developed to facilitate costume changes on virtual dolls. UltraKiss was developed to help artists build their KiSS sets. It is a full featured viewer for all KiSS dolls, games, and visual applications. It is also a complete graphical development environment for creating KiSS applications. It fully implements the FKiSS event driven programming language up to and including...
    Downloads: 6 This Week
    Last Update:
    See Project
  • 16
    Advanced Power Manager for Synology NAS
    A powerful power management application subsuming Synology Diskstation's integrated one and enabling the administrator to perform automatic on-demand power up and shut down of the Diskstation, based on simple rules. It also enables to derogate to a program, typically by allowing hibernation to occur (typically used when leaving home for the vacations), suspend the current schedule until told you (typically used when performing administration tasks), but also shut down the Diskstation conditionally, typically once network or disk activity are below a given threshold (typically used when streaming videos or music to a TV or performing a backup to an external disk). You may install this software using DSM's Package Center (3rd Party provider http://www.cphub.net/).
    Downloads: 10 This Week
    Last Update:
    See Project
  • 17
    yubikey-agent

    yubikey-agent

    yubikey-agent is a seamless ssh-agent for YubiKeys

    ...It aims to replace the standard SSH agent with a version tailored for these security devices; the key is generated on the hardware token (so it can’t be extracted), every session requires a PIN and a physical touch, and the agent is resilient to unplugging, sleep/suspend, and restarts. Setup is simple, one command and one environment variable, and then the agent just runs in the background. Because it uses pure Go and leverages libraries like go-piv/piv-go and golang it works across platforms and integrates cleanly into SSH workflows. For developers or administrators who prioritize hardware-based SSH key security, this tool lowers the friction of using secure tokens in day-to-day SSH workflows. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    DPlayer

    DPlayer

    An HTML5 danmaku video player

    ...Video events supported include abort, canplay, canplaythrough, durationchange, emptied, ended, error, loadeddata, loadedmetadata, loadstart, mozaudioavailable, pause, play, playing, progress, ratechange, seeked, seeking, stalled, suspend, timeupdate, volumechange, and waiting. Player events include screenshot, thumbnails_show, thumbnails_hide, danmaku_show, danmaku_hide, danmaku_clear, danmaku_loaded, danmaku_send, danmaku_opacity, contextmenu_show, contextmenu_hide, notice_show, notice_hide, quality_start, quality_end, destroy, resize, fullscreen, fullscreen_cancel, webfullscreen, webfullscreen_cancel, subtitle_show, subtitle_hide, and subtitle_change.
    Downloads: 12 This Week
    Last Update:
    See Project
  • 19
    Xone

    Xone

    Linux kernel driver for Xbox One and Xbox Series X|S accessories

    xone is a Linux kernel driver for Xbox One and Xbox Series X|S accessories. It serves as a modern replacement for Xpad, aiming to be compatible with Microsoft's Game Input Protocol (GIP). Installing Xone will disable the Xpad kernel driver. If you are still using Xbox or Xbox 360 peripherals, you will have to install xpad-noone as a replacement for Xpad.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 20
    VisuBrowser

    VisuBrowser

    Simple full screen browser to display a webpage

    The programmes intention is to provide a full screen web browser to show a (e.g.) home automation visualisation. Therefore, the browser provides some features to support this purpose, e.g. - Go back to start page after resuming from suspend - Go back to start after a certain time of inactivity - Indication of page loading status - Interpreting Gira HomeServer status (e.g. timeout, user kidnapped) Config–Page is accessed by swiping the webpage to the left.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    wmhelper

    A multi-purposes tool for window managers.

    wmhelper is a multi-purposes tool dedicated to window managers like fluxbox or windowmaker, which allows to : * Get the class name of a selected window * Take a screenshot of the full screen (with/without timeout) * Take a screenshot of a selected window * Take a screenshot of a rectangular region * Displays an information/warning/error message in a dialog-box * Ask a yes-no question * Displays a calendar dialog * Displays a color selection dialog * Displays a logout confirmation dialog * Suspend the system (with/without confirmation) * Hibernate the system (with/without confirmation) * Reboot the system (with/without confirmation) * Shutdown the system (with/without confirmation)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    giwth

    Implement tests using nested Given, When, Then

    ...Given|GIVEN can wrap Given|GIVEN, When|WHEN; or Then|THEN issues. When|WHEN can wrap When|WHEN or Then|THEN issues. Then|THEN can only wrap Then|THEN issues. The Kotlin implementation supports 'suspend' functions: for any issue, there are two ("suspendable" and "nonsuspendable") kinds, that can be toggled between, while in the same foremost issue. Each issue can be labelled, and return values from corresponding code blocks can be referred to (or addressed, by nesting level), and searched using labels; wildcard matching is available too. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    The fax4j project has moved to github at: https://github.com/sagiegurari/fax4j Latest release is no longer hosted here, instead go to: https://github.com/sagiegurari/fax4j/releases/latest
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    PowerKit

    PowerKit

    Desktop Independent Power Manager

    powerkit is an lightweight desktop independent full featured power manager, originally created for Slackware (but will work on any Linux/FreeBSD distro) for use with alternative desktop environments and window managers, like Fluxbox, Blackbox, FVWM, WindowMaker, Openbox, Lumina and others.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 25

    ProcessThrottle

    slow down a process by periodically suspending it

    Specify a process name and a throttle level. When a matching process is found, the ProcessThrottle will attach to the process and periodically suspend it. This tool is helpful in reproducing bugs that only appear on slow machines.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • Next
MongoDB Logo MongoDB