🔍 Code Extractor

Search Components

Full-Text: Fast keyword matching | Semantic: AI-powered understanding of intent (finds similar concepts)

Search Results for "SIGINT"

Found 5 matching component(s)

  • function signal_handler

    A signal handler function that gracefully handles SIGINT (Ctrl+C) interrupts by logging a shutdown message and exiting the program cleanly.

    File: /tf/active/vicechatdev/SPFCsync/main.py

    signal-handling interrupt-handling graceful-shutdown SIGINT Ctrl+C
  • function main_v11

    Main entry point for a SharePoint to FileCloud synchronization application that handles command-line arguments, connection testing, and orchestrates single or continuous sync operations.

    File: /tf/active/vicechatdev/SPFCsync/main.py

    cli entry-point synchronization sharepoint filecloud
  • function main_v9

    Asynchronous main entry point function that initializes and runs an email forwarding SMTP server with logging, configuration validation, and graceful shutdown handling.

    File: /tf/active/vicechatdev/email-forwarder/src/main.py

    async smtp email server entry-point
  • class SMTPServer

    SMTPServer is a class that manages an SMTP server for receiving emails, handling their forwarding, and providing server statistics.

    File: /tf/active/vicechatdev/email-forwarder/src/forwarder/smtp_server.py

    smtp email server async networking
  • function get_server

    Creates and configures a Bokeh Server instance to serve Panel applications with support for OAuth authentication, static file serving, and session management.

    File: /tf/active/vicechatdev/patches/server.py

    server web-server bokeh panel deployment

Search Examples