🔍 Code Extractor

Browse Components

Showing 20 of 1484 components

  • function main_v54

    Entry point function that instantiates a FixedProjectVictoriaGenerator and executes its complete pipeline to generate fixed disclosure documents.

    File: /tf/active/vicechatdev/fixed_project_victoria_generator.py | Lines: 1624-1628

    entry-point pipeline disclosure-generation orchestration main-function
  • function main_v53

    Interactive setup script that configures a Python virtual environment for an email forwarder application, installs dependencies, and verifies the installation.

    File: /tf/active/vicechatdev/email-forwarder/setup_venv.py | Lines: 36-173

    setup installation virtual-environment venv dependency-management
  • function main_v52

    Performs a comprehensive status check of an email forwarder service, verifying process status, port availability, SMTP communication, and configuration settings.

    File: /tf/active/vicechatdev/email-forwarder/service_status.py | Lines: 44-101

    service-monitoring health-check smtp email-forwarder diagnostic
  • function main_v51

    Performs comprehensive exploratory data analysis on a broiler chicken performance dataset, analyzing the correlation between Eimeria infection and performance measures (weight gain, feed conversion ratio, mortality rate) across different treatments and challenge regimens.

    File: /tf/active/vicechatdev/vice_ai/smartstat_scripts/343f5578-64e0-4101-84bd-5824b3c15deb/project_1/analysis.py | Lines: 22-103

    data-analysis exploratory-data-analysis veterinary-research poultry-health correlation-analysis
  • function main_v50

    Entry point function that validates the working directory and starts an email forwarding service.

    File: /tf/active/vicechatdev/email-forwarder/run_service.py | Lines: 116-129

    entry-point main-function email-forwarder service-startup directory-validation
  • function main_v49

    A command-line interface (CLI) entry point that parses command-line arguments and dispatches to various development tool functions for managing browser cache, static files, and debug endpoints.

    File: /tf/active/vicechatdev/vice_ai/dev_tools.py | Lines: 84-102

    cli command-line development-tools menu dispatcher
  • function main_v48

    Command-line interface function that orchestrates a ChromaDB collection cleaning pipeline by removing duplicate and similar documents through hashing and similarity screening.

    File: /tf/active/vicechatdev/chromadb-cleanup/main copy.py | Lines: 18-67

    cli command-line data-cleaning deduplication chromadb
  • function main_v47

    Entry point function that demonstrates document processing workflow by creating an audited, watermarked, and protected PDF/A document from a DOCX file with audit trail data.

    File: /tf/active/vicechatdev/document_auditor/main.py | Lines: 23-114

    document-processing pdf-generation audit-trail watermarking pdf-a-compliance
  • function main_v46

    Entry point function that runs a SharePoint permission diagnostic tool, testing different authentication scopes and providing troubleshooting guidance.

    File: /tf/active/vicechatdev/SPFCsync/diagnose_permissions.py | Lines: 151-165

    sharepoint diagnostic authentication troubleshooting app-only-tokens
  • function main_v45

    Entry point function that orchestrates vendor enrichment testing by parsing command-line arguments, running setup validation, and executing a single vendor test against a ChromaDB collection.

    File: /tf/active/vicechatdev/find_email/test_enrichment.py | Lines: 137-163

    testing vendor-enrichment command-line argparse chromadb
  • function main_v44

    Orchestrates and executes a series of example demonstrations for the DocChat system, including document indexing, RAG queries, and conversation modes.

    File: /tf/active/vicechatdev/docchat/example_usage.py | Lines: 167-198

    demo examples orchestration RAG document-chat
  • function main_v43

    Diagnostic function that tests SharePoint tenant configuration by checking Microsoft Graph API access and provides recommendations based on the results.

    File: /tf/active/vicechatdev/SPFCsync/check_tenant_config.py | Lines: 219-245

    diagnostic sharepoint microsoft-graph authentication tenant-configuration
  • function main_v42

    Orchestrates a comprehensive SharePoint connection diagnostic tool that validates Azure AD authentication and SharePoint access by running multiple tests and reporting results.

    File: /tf/active/vicechatdev/SPFCsync/diagnose_sharepoint.py | Lines: 189-227

    diagnostics sharepoint azure-ad authentication testing
  • function main_v41

    Entry point function for a FileCloud ACL management test script that parses command-line arguments and initiates ACL testing.

    File: /tf/active/vicechatdev/test_acl_functions.py | Lines: 127-137

    cli command-line testing filecloud acl
  • function main_v40

    Entry point function that parses command-line arguments and orchestrates the FileCloud email processing workflow to find, download, and convert .msg files.

    File: /tf/active/vicechatdev/msg_to_eml.py | Lines: 1518-1535

    cli command-line entry-point filecloud email-processing
  • function test_send_email

    Interactive test function that prompts the user to send a test email through the O365Client to verify email sending functionality.

    File: /tf/active/vicechatdev/email-forwarder/test_service.py | Lines: 63-94

    testing email o365 microsoft-365 interactive
  • function test_email_handler

    A test function that initializes an EmailHandler instance and verifies it can retrieve statistics, printing success or failure messages.

    File: /tf/active/vicechatdev/email-forwarder/test_service.py | Lines: 49-61

    testing unit-test email handler initialization
  • function test_o365_connection

    Tests the connection to Microsoft Office 365 (O365) by attempting to obtain an authentication token through the O365Client.

    File: /tf/active/vicechatdev/email-forwarder/test_service.py | Lines: 30-47

    o365 office365 microsoft authentication connection-test
  • function test_configuration_v2

    A test function that validates configuration settings by calling settings.validate_config() and prints the result with success/failure indicators.

    File: /tf/active/vicechatdev/email-forwarder/test_service.py | Lines: 18-28

    testing configuration validation diagnostics setup
  • function check_file_exists

    Checks if a file exists at the specified filepath and prints a formatted status message with a description.

    File: /tf/active/vicechatdev/email-forwarder/setup_venv.py | Lines: 27-34

    file-validation file-system utility validation file-check