🔍 Code Extractor

Search Components

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

Search Results for "tablet"

Found 24 matching component(s)

  • class Folder

    Represents a folder item in a file system hierarchy, extending the Item base class with the ability to contain children and be uploaded as a ZIP archive.

    File: /tf/active/vicechatdev/rmcl/items.py

    folder directory file-system upload zip
  • function main_v103

    Asynchronous main entry point for a test suite that validates Mixed Cloud Processor functionality, including authentication, discovery, and dry-run operations for reMarkable and OneDrive integration.

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

    async testing cloud-integration remarkable onedrive
  • function test_remarkable_with_code

    Asynchronous test function that authenticates with reMarkable Cloud using a one-time code and provides detailed console feedback about the authentication process.

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

    async authentication remarkable cloud testing
  • function load_remarkable_config

    Loads reMarkable tablet configuration from a JSON file, returning an empty dictionary if the file doesn't exist or cannot be loaded.

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

    configuration file-loading json remarkable error-handling
  • class RemarkableRestFileWatcher

    A file watcher class that monitors a specific folder on a reMarkable tablet using the REST API, polling for new files at regular intervals and triggering callbacks when new files are detected.

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

    file-watcher polling async remarkable-tablet rest-api
  • function main_v21

    Asynchronous main function that runs a reMarkable tablet file watcher as a separate process, monitoring a specified folder for new documents, processing them, and uploading responses back to the reMarkable Cloud.

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

    async file-watcher remarkable-tablet cloud-sync document-processing
  • function simple_move_to_trash

    Moves all documents from the reMarkable tablet's root directory to trash by uploading an empty root.docSchema file and updating the roothash.

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

    remarkable cloud-sync document-management trash cleanup
  • class DryRunUploadComparison

    A diagnostic class that compares a custom PDF upload implementation against real reMarkable app behavior by analyzing captured network logs without making actual API calls.

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

    testing validation remarkable-tablet pdf-upload api-comparison
  • class RemarkableNode_v1

    A dataclass representing a node (file or folder) in the reMarkable tablet's file system hierarchy, storing metadata, hashes, and local file paths.

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

    dataclass remarkable file-system node tree-structure
  • class RemarkableNode_v1

    A dataclass representing a node (folder or document) in the reMarkable cloud storage system, storing metadata, hashes, and local file paths.

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

    dataclass reMarkable sync node file-system
  • function logged_request

    A method that intercepts and logs HTTP requests made to the reMarkable API, capturing request/response details including headers, body content, and response data for debugging purposes.

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

    http logging debugging requests api-monitoring
  • function main_v104

    A test function that uploads a PDF document to a reMarkable tablet folder using the folder's hash value as the parent identifier instead of its UUID, then verifies the upload through replica synchronization.

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

    remarkable tablet upload pdf cloud-sync
  • function main_v26

    Command-line test function that uploads a PDF document to a reMarkable device, with optional parent folder specification via command-line argument.

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

    reMarkable PDF upload test integration-test
  • class RemarkablePDFUploader

    A wrapper class that provides a simplified interface for uploading PDF documents to a reMarkable tablet using a temporary database session.

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

    remarkable pdf upload file-management cloud-sync
  • function main_v22

    Command-line entry point for a reMarkable PDF upload tool that handles argument parsing, folder listing, and PDF document uploads to a reMarkable device.

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

    cli command-line entry-point pdf-upload remarkable
  • function main_v6

    Integration test function that validates the fixed upload implementation for reMarkable cloud sync by creating a test PDF document, uploading it with corrected metadata patterns, and verifying its successful appearance in the reMarkable ecosystem.

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

    testing integration-test remarkable cloud-sync pdf-upload
  • function main_v85

    Diagnostic function that debugs visibility issues with the 'gpt_in' folder in a reMarkable tablet's file system by analyzing folder metadata, document contents, and sync status.

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

    debugging diagnostics remarkable-tablet folder-visibility file-system
  • function main_v65

    Entry point function that orchestrates a complete synchronization of a reMarkable tablet's content, displaying progress and summary statistics.

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

    entry-point synchronization remarkable-tablet cli-tool error-handling
  • class ImplementationFixer

    A utility class that automatically fixes implementation discrepancies between a custom reMarkable tablet upload implementation and the real reMarkable app behavior by modifying source files.

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

    code-fixer file-modification remarkable-tablet implementation-alignment automation
  • function analyze_file_types

    Analyzes file types within a replica database structure, counting different file categories and tracking file extensions.

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

    file-analysis data-processing statistics file-types replica
  • function print_database_analysis

    Prints a comprehensive, formatted analysis of a reMarkable tablet replica database, including statistics, hierarchy information, file types, and a content tree visualization.

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

    remarkable database-analysis reporting visualization console-output
  • function main_v66

    Main entry point function that analyzes a reMarkable tablet replica directory by loading its database, printing analysis results, and displaying sync information.

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

    cli entry-point file-system analysis remarkable-tablet
  • function test_root_finding

    A test function that analyzes a reMarkable tablet replica database JSON file to identify and list all root-level entries (folders and documents without parent nodes).

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

    testing debugging file-system remarkable-tablet json-parsing
  • function test_quick_upload_v1

    A test function that performs a quick upload of a PDF document to a reMarkable tablet without performing a full synchronization.

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

    testing pdf-upload remarkable integration-test file-upload

Search Examples