3 repositorios
Algorithms that calculate minimum execution time for tasks with cooldown periods between identical tasks.
Distinct from Task Scheduling: Distinct from Task Scheduling: focuses on cooldown constraints between identical tasks, not dependency graphs.
Explore 3 awesome GitHub repositories matching software engineering & architecture · Cooldown-Constrained Scheduling. Refine with filters or upvote what's useful.
AzurLaneAutoScript is a mobile game automation system designed to perform repetitive gameplay tasks unattended. It functions as a screenshot-driven bot that controls Android devices, emulators, and cloud phones via ADB and uiautomator2, using computer vision to make interaction decisions instead of fixed timers. The project distinguishes itself through an advanced computer vision suite that includes local optical character recognition and perspective-aware grid detection. These tools allow the bot to parse 3D game maps, compute vanishing points, and normalize grid-centered objects for precise
Coordinates gameplay routines using a centralized scheduler that manages task cooldowns and timing.
LeetCode-Swift is a collection of algorithm solutions written in Swift, designed for coding interview preparation. Each solution is implemented as a self-contained function with no external dependencies, making it easy to run and test. The repository organizes solutions by topic and company, and every file includes time and space complexity annotations, allowing quick evaluation of algorithmic efficiency. What sets this repository apart is its flat file structure and the way solutions are tagged with the companies that asked them in interviews, enabling targeted practice. All code resides in
Calculates minimum time to execute tasks with a cooldown period between identical tasks.
Android-PIN-Bruteforce es una herramienta de automatización basada en hardware diseñada para desbloquear pantallas de bloqueo de dispositivos Android mediante la simulación de entradas de PIN numérico. Funciona como un emulador de entrada USB HID que imita un teclado físico para enviar pulsaciones de teclas a un dispositivo objetivo sin requerir acceso root o ADB. La utilidad está diseñada específicamente para ejecutarse en dispositivos equipados con NetHunter para auditorías de seguridad física y desbloqueo de dispositivos. La herramienta gestiona los bloqueos del sistema implementando periodos de enfriamiento progresivos y retrasos configurables entre lotes de entrada. Utiliza un mapeo de hardware basado en configuración para ajustar las secuencias de teclas y los perfiles de tiempo para diferentes fabricantes de dispositivos e implementaciones de pantalla de bloqueo. El sistema admite el agotamiento numérico lineal y la generación de secuencias basadas en patrones utilizando máscaras de expresiones regulares para apuntar a rangos de PIN específicos. Incluye monitoreo de conexión para detectar el estado del dispositivo y activar automáticamente reintentos si un dispositivo se desconecta o se reinicia.
Injects progressive time delays between input batches to bypass Android system lockouts and security timers.