Average Ratings 0 Ratings
Average Ratings 0 Ratings
Description
Amphetamine is a utility for macOS that allows users to prevent their computers from going to sleep by bypassing the standard sleep and screen saver settings, thus empowering them to manage when their Mac remains active. It features a straightforward on/off toggle located in the menu bar, which enables users to initiate a βkeep-awakeβ period that can last indefinitely, for a predetermined time, until a specific moment, or while certain activities like downloads or app usage are ongoing. During these keep-awake sessions, users have the flexibility to stop the display from sleeping, turn off the screen saver, maintain system activity even with the laptop lid closed, or selectively allow display sleep while keeping the system operational. A standout aspect of Amphetamine is its robust automation capabilities, which utilize customizable triggers to enable or disable the app based on specific events, such as connecting to Wi-Fi, launching particular applications, attaching external peripherals, achieving certain battery percentages, or reaching defined CPU usage levels. This level of customization ensures that users can tailor their experience according to their unique needs and workflows. Overall, Amphetamine serves as an essential tool for anyone who requires their Mac to remain consistently active without interruptions.
Description
Waiting is a compact library designed to facilitate the process of waiting for specific conditions to be met. It fundamentally pauses execution until a designated function returns True, offering various operational modes. Additionally, Waiting is designed to work seamlessly with flux for simulating timelines. The simplest way to utilize it is by providing a function to monitor. Itβs straightforward to wait indefinitely; if your predicate yields a value, that value will be returned as the output of wait(). You can also set a timeout, and if this period lapses without the predicate being satisfied, an exception will occur. The library polls the predicate at a default interval of one second, which can be adjusted using the sleep_seconds parameter. When dealing with multiple predicates, Waiting offers two efficient methods for aggregation: any and all. These methods are similar to Python's built-in any() and all(), but they ensure that a predicate is not invoked more than necessary, which is particularly beneficial when working with predicates that are resource-intensive and time-consuming. By streamlining these functions, Waiting enhances both the efficiency and user experience of handling asynchronous operations.
API Access
Has API
API Access
Has API
Integrations
Flux
Python
Pricing Details
Free
Free Trial
Free Version
Pricing Details
Free
Free Trial
Free Version
Deployment
Web-Based
On-Premises
iPhone App
iPad App
Android App
Windows
Mac
Linux
Chromebook
Deployment
Web-Based
On-Premises
iPhone App
iPad App
Android App
Windows
Mac
Linux
Chromebook
Customer Support
Business Hours
Live Rep (24/7)
Online Support
Customer Support
Business Hours
Live Rep (24/7)
Online Support
Types of Training
Training Docs
Webinars
Live Training (Online)
In Person
Types of Training
Training Docs
Webinars
Live Training (Online)
In Person
Vendor Details
Company Name
Amphetamine
Country
United States
Website
apps.apple.com/us/app/amphetamine/id937984704
Vendor Details
Company Name
Python Software Foundation
Country
United States
Website
pypi.org/project/waiting/