awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 dépôts

Awesome GitHub RepositoriesAction Trigger Disabling

Prevention of user interaction with actions via disabled triggers and optional feedback.

Distinct from Action Trigger Components: Focuses on the disabled state of action triggers, distinct from general trigger components.

Explore 4 awesome GitHub repositories matching user interface & experience · Action Trigger Disabling. Refine with filters or upvote what's useful.

Awesome Action Trigger Disabling GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • arendst/tasmotaAvatar de arendst

    arendst/Tasmota

    24,502Voir sur GitHub↗

    Tasmota is a universal firmware platform for ESP8266 and ESP32 microcontrollers, designed to provide local control and management of smart home hardware. It functions as an event-driven automation controller that replaces proprietary factory firmware, allowing users to manage relays, sensors, and lighting systems without relying on external cloud services. The system is built on a modular driver architecture that enables dynamic hardware configuration and peripheral support through a web-based management interface. The platform distinguishes itself through a template-driven hardware mapping s

    Ensures an automation action executes only once when a condition is met.

    Carduinoautomationesp32
    Voir sur GitHub↗24,502
  • hoffstadt/dearpyguiAvatar de hoffstadt

    hoffstadt/DearPyGui

    15,217Voir sur GitHub↗

    DearPyGui is a GPU-accelerated, immediate-mode graphical user interface framework for Python. It provides a high-performance toolkit for building interactive desktop applications by leveraging native hardware-accelerated rendering backends across multiple operating systems. By utilizing an immediate-mode execution model, the library offers direct control over the rendering loop and element state, enabling the creation of responsive, dynamic interfaces. The framework distinguishes itself through its ability to handle complex, high-frequency visual updates, making it suitable for real-time data

    Provides visual feedback and interaction prevention for disabled interface elements.

    C++cppcross-platformdearpygui
    Voir sur GitHub↗15,217
  • dimitri/pgloaderAvatar de dimitri

    dimitri/pgloader

    6,295Voir sur GitHub↗

    pgloader is a command-line tool that automates the migration of data and schema from various source databases and file formats into PostgreSQL. It combines schema discovery, parallel data pipelines, and type casting into a single, declarative workflow, using PostgreSQL's COPY protocol for high-throughput bulk loading. The tool distinguishes itself by compiling a dedicated command language into concurrent reader-writer pipelines that handle schema introspection, data transformation, and error-resilient batch processing. It supports migrating entire databases from MySQL, MS SQL, SQLite, and Pos

    Temporarily disables database triggers on target tables during bulk data loading.

    Common Lispclozure-clcommon-lispcsv
    Voir sur GitHub↗6,295
  • textualize/toolongAvatar de Textualize

    Textualize/toolong

    3,921Voir sur GitHub↗

    toolong est une visionneuse de logs de terminal et un gestionnaire de logs TUI conçu pour surveiller les flux de logs en direct et naviguer dans de grands fichiers de logs. Il fonctionne comme un agrégateur de logs et un formateur JSONL, capable de fusionner plusieurs fichiers de logs en une seule vue chronologique en détectant automatiquement les horodatages. L'application prend en charge la visualisation de données structurées en affichant joliment les fichiers JSONL et en appliquant une coloration syntaxique aux modèles de logs de serveurs web courants. Elle gère les données à grande échelle efficacement via des vues défilantes de taille virtuelle, permettant aux utilisateurs d'ouvrir des logs compressés ou des fichiers de toute taille sans charger l'intégralité du document en mémoire. Le système inclut des capacités pour suivre les flux de logs (tailing), effectuer une correspondance de texte floue (fuzzy matching) et gérer la navigation via un modèle d'écran basé sur une pile. Il fournit également une palette de commandes pour découvrir les fonctions de l'application et prend en charge des éléments interactifs comme des liens cliquables et des infobulles.

    Evaluates application state to disable or permit the execution of specific actions.

    Pythonjsonlrichterminal
    Voir sur GitHub↗3,921
  1. Home
  2. User Interface & Experience
  3. Action Trigger Components
  4. Action Trigger Disabling

Explorer les sous-tags

  • Database Trigger DisablingTemporarily disables database triggers on target tables before bulk data loading to improve performance. **Distinct from Action Trigger Disabling:** Distinct from Action Trigger Disabling: operates on database-level triggers for performance optimization, not UI interaction controls.
  • One-Shot Action TriggersMechanisms to ensure automation actions execute only once per condition. **Distinct from Action Trigger Disabling:** Distinct from general trigger disabling: focuses on the execution logic of one-shot events.