🔍 Code Extractor

Search Components

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

Search Results for "backup"

Found 20 matching component(s)

  • function save_session_to_disk_v1

    Persists a chat session to disk by serializing session data to a JSON file, converting datetime objects to ISO format strings for storage.

    File: /tf/active/vicechatdev/docchat/blueprint.py

    persistence session-management file-io serialization json
  • class OpenAIResponsesLLM

    Adapter class for OpenAI's Responses API, specifically designed for GPT-5 family models with automatic fallback mechanisms to stable models when responses fail.

    File: /tf/active/vicechatdev/docchat/llm_factory.py

    openai llm gpt-5 responses-api adapter
  • class Config_v3

    Configuration manager class that loads, manages, and persists configuration settings for a contract validity analyzer application, supporting YAML files and environment variable overrides.

    File: /tf/active/vicechatdev/contract_validity_analyzer/config/config.py

    configuration config-management yaml environment-variables settings
  • function setup_logging

    Configures and initializes a Python logging system with both console and rotating file handlers, supporting customizable log levels, formats, and file rotation policies.

    File: /tf/active/vicechatdev/contract_validity_analyzer/utils/logging_utils.py

    logging configuration file-handling log-rotation console-output
  • class StatisticalAgent

    LLM-powered statistical analysis agent

    File: /tf/active/vicechatdev/vice_ai/statistical_agent.py

    class statisticalagent
  • class ControlledDocumentFlaskApp

    Main Flask application class for Controlled Document Management System.

    File: /tf/active/vicechatdev/CDocs/main_flask.py

    class controlleddocumentflaskapp
  • class ControlledDocumentApp

    Main application class for the Controlled Document Management System. This class initializes all components and provides the main Panel interface for the application. It is designed to be served via `panel serve` command and integrates with the existing datacapture application.

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

    class controlleddocumentapp
  • function get_system_configuration

    Retrieves system configuration settings from environment variables for display in an admin panel, including database connections, authentication settings, and operational parameters.

    File: /tf/active/vicechatdev/CDocs/controllers/admin_controller.py

    configuration environment-variables admin system-settings neo4j
  • class AdminPanel

    Admin configuration interface component

    File: /tf/active/vicechatdev/CDocs/ui/admin_panel.py

    class adminpanel
  • function sync_directory

    Recursively synchronizes a directory from a FileCloud remote server to a local filesystem, downloading new or modified files and creating directory structures as needed.

    File: /tf/active/vicechatdev/UQchat/download_uq_files.py

    file-sync directory-sync recursive file-download cloud-storage
  • class ControlledDocumentApp_v1

    Main application class for the Controlled Document Management System. This class initializes all components and provides the main Panel interface for the application. It is designed to be served via `panel serve` command and integrates with the existing datacapture application.

    File: /tf/active/vicechatdev/CDocs single class/main.py

    class controlleddocumentapp
  • class AdminPanel_v1

    Admin configuration interface component

    File: /tf/active/vicechatdev/CDocs single class/ui/admin_panel.py

    class adminpanel
  • function get_file_times

    Retrieves all available timestamps for a file, including modification time, access time, change time, and birth time (creation time) when available.

    File: /tf/active/vicechatdev/mailsearch/fix_file_dates.py

    file-system timestamps metadata file-info creation-time
  • function main_v99

    Main entry point function that authenticates with Microsoft Graph API, searches for emails from a specific sender containing a keyword, and downloads all attachments from matching messages to a local directory.

    File: /tf/active/vicechatdev/mailsearch/example_script.py

    email-automation microsoft-graph attachment-download msal oauth
  • class OneDriveClient

    A comprehensive Microsoft OneDrive client that uses the Microsoft Graph API to authenticate and perform file operations (upload, download, list, delete) on OneDrive storage.

    File: /tf/active/vicechatdev/e-ink-llm/onedrive_client.py

    onedrive microsoft-graph cloud-storage file-operations authentication
  • class RemarkableReplicaSync

    A class that synchronizes reMarkable cloud documents to a local replica directory, downloading and organizing folders and documents in a hierarchical structure.

    File: /tf/active/vicechatdev/e-ink-llm/cloudtest/sync_replica_new.py

    remarkable cloud-sync document-management file-synchronization pdf-extraction
  • class CorrectedRootDocSchemaRepair

    A repair tool that fixes corrupted size entries in reMarkable cloud's root.docSchema file by recalculating correct document sizes from their component schemas.

    File: /tf/active/vicechatdev/e-ink-llm/cloudtest/corrected_repair.py

    remarkable cloud-storage repair-tool data-integrity schema-validation
  • function test_complete_replica_build

    Tests the complete local replica build process for a reMarkable device by creating a local copy of all content including folders, documents, notebooks, and PDFs with comprehensive statistics and logging.

    File: /tf/active/vicechatdev/e-ink-llm/cloudtest/test_complete_suite.py

    testing reMarkable sync replica backup
  • class RootDocSchemaRepair

    A repair tool for fixing corrupted root.docSchema entries in reMarkable cloud storage by recalculating document sizes and rebuilding the schema.

    File: /tf/active/vicechatdev/e-ink-llm/cloudtest/fix_root_docschema.py

    remarkable cloud-sync repair schema-repair document-management
  • function load_database

    Loads a JSON database file from a replica directory and returns its contents as a dictionary, with error handling for missing files or parsing failures.

    File: /tf/active/vicechatdev/e-ink-llm/cloudtest/analyze_replica.py

    database json file-loading error-handling replica

Search Examples