awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टMCP सर्वरहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेस
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 रिपॉजिटरी

Awesome GitHub RepositoriesFilesystem Polling

Periodic querying of filesystem metadata to detect changes when native events are unavailable.

Distinct from Polling-Based Input Models: Specifically targets filesystem modification timestamps rather than peripheral device status or network health.

Explore 4 awesome GitHub repositories matching software engineering & architecture · Filesystem Polling. Refine with filters or upvote what's useful.

Awesome Filesystem Polling GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • gorakhargosh/watchdoggorakhargosh का अवतार

    gorakhargosh/watchdog

    7,370GitHub पर देखें↗

    Watchdog is a Python library and set of shell utilities for monitoring filesystem events. It provides a framework for tracking real-time changes to files and directories, mapping those events to configurable automation handlers, and executing system actions based on file creation, modification, or deletion. The project includes an event-driven shell utility for triggering custom scripts and commands automatically. It utilizes a configurable handler framework that allows users to associate specific filesystem events with specialized plugin logic defined in configuration files. The system moni

    Provides a polling-based fallback mechanism that checks file timestamps to detect changes when OS events are unavailable.

    Python
    GitHub पर देखें↗7,370
  • actuallymentor/batteryactuallymentor का अवतार

    actuallymentor/battery

    6,676GitHub पर देखें↗

    Battery is a command-line and graphical utility for macOS that manages battery charging behavior to prolong battery lifespan. It functions as a charge limiter, allowing users to set a maximum charge threshold—typically 80%—and maintain that limit across reboots and even when the application is closed. The tool also includes a battery sensor calibration feature that discharges the battery to a low level and then fully recharges it to restore accurate capacity reporting. The project distinguishes itself by offering both a CLI and a GUI for controlling charging behavior, supporting custom percen

    Periodically reads battery percentage from the sysfs filesystem to detect charge level changes.

    Shell
    GitHub पर देखें↗6,676
  • tensorflow/servingtensorflow का अवतार

    tensorflow/serving

    6,351GitHub पर देखें↗

    TensorFlow Serving is a high-performance machine learning inference server designed to deploy TensorFlow models to production environments. It functions as a complete serving system that executes predictions on input data through a graph executor, providing network endpoints that eliminate the need for a separate runtime environment for client applications. The system is distinguished by its model version manager, which organizes and selects specific model versions within a directory hierarchy. It uses a filesystem watcher to detect new model versions and trigger automatic updates without int

    Automatically detects new model versions in the filesystem to trigger updates without interrupting live traffic.

    C++
    GitHub पर देखें↗6,351
  • fiorix/freegeoipfiorix का अवतार

    fiorix/freegeoip

    4,932GitHub पर देखें↗

    freegeoip एक सेल्फ-होस्टेड जियोलोकेशन सर्विस और API सर्वर है जो IP एड्रेस और होस्टनेम को भौगोलिक स्थानों पर मैप करता है। यह एक MaxMind डेटाबेस रीडर के रूप में कार्य करता है, जो REST इंटरफेस के माध्यम से स्थान डेटा प्रदान करने के लिए बाइनरी जियोलोकेशन डेटाबेस को पार्स करता है। यह प्रोजेक्ट क्लाउड जियोलोकेशन प्रदाताओं के लिए एक निजी विकल्प प्रदान करके, स्थानीय डेटाबेस फ़ाइलों का प्रबंधन करके और आवधिक अपडेट को स्वचालित करके खुद को अलग बनाता है। इसमें प्रॉक्सी हेडर से मूल क्लाइंट एड्रेस निकालने के लिए एक रिवर्स प्रॉक्सी IP रिज़ॉल्वर शामिल है, जो लोड बैलेंसर्स के पीछे सटीक मैपिंग सुनिश्चित करता है। यह सेवा प्रति क्लाइंट अनुरोध सीमाओं को लागू करने के लिए एक कोटा प्रबंधन प्रणाली को शामिल करती है और TLS एन्क्रिप्शन और CORS नीतियों का उपयोग करके अपने एंडपॉइंट्स को सुरक्षित करती है। इसमें चेकसम-आधारित वर्ज़न सत्यापन के साथ स्वचालित डेटाबेस सिंक्रोनाइज़ेशन और लुकअप करने के लिए एक वैकल्पिक सार्वजनिक-सामना करने वाला वेब फ्रंटएंड भी शामिल है।

    Monitors the local filesystem to automatically reload geolocation data files without interrupting server operation.

    Gofreegeoipgeolocationgo
    GitHub पर देखें↗4,932
  1. Home
  2. Software Engineering & Architecture
  3. Polling-Based Input Models
  4. Filesystem Polling

सब-टैग एक्सप्लोर करें

  • Model Version WatchersFilesystem watchers that monitor directory hierarchies to detect and automatically load new model versions. **Distinct from Filesystem Polling:** Specifically tracks model version directories rather than generic filesystem metadata changes