🔍 Code Extractor

Search Components

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

Search Results for "crc32c"

Found 16 matching component(s)

  • function calculate_crc32c

    Calculates a CRC32 checksum of input data and returns it as a base64-encoded string.

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

    checksum crc32 data-integrity base64 encoding
  • 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
  • function test_upload_endpoint

    A test function that validates the reMarkable Cloud API file upload endpoint by attempting to upload a test JSON file and verifying the GET endpoint functionality.

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

    testing api-testing file-upload remarkable-cloud diagnostic
  • 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
  • function move_documents_to_trash

    Moves specified reMarkable Cloud documents to trash by updating their metadata parent field to 'trash' and propagating changes through the document hierarchy.

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

    remarkable cloud-api document-management trash file-operations
  • class FixedUploadTest

    A test class that simulates document upload to reMarkable cloud with specific fixes applied to match the real reMarkable desktop app behavior.

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

    testing remarkable cloud-sync document-upload pdf
  • function move_document_to_trash

    Moves a reMarkable document to trash by updating its metadata parent field to 'trash', then propagating the changes through the document schema hierarchy and updating the root hash.

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

    remarkable cloud-sync document-management trash api-integration
  • function compute_crc32c_header

    Computes a CRC32C checksum for binary content and returns it as a base64-encoded string formatted for Google Cloud Storage x-goog-hash headers.

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

    checksum crc32c data-integrity google-cloud-storage hash
  • class DocumentRefresher

    A class that forces the reMarkable web app to refresh and display documents by programmatically moving them between folders, triggering synchronization.

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

    remarkable cloud-sync document-management api-client file-synchronization
  • class DocumentToTrashMover

    A class that moves reMarkable documents to the trash by updating their metadata parent field to 'trash' and synchronizing changes through the reMarkable cloud API.

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

    remarkable cloud-sync document-management trash file-operations
  • function generate_header_examples

    Prints formatted examples of HTTP headers required for different types of file uploads to a reMarkable cloud sync service, including PDFs, metadata, content, and schema files.

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

    documentation http-headers remarkable cloud-sync upload
  • class RootCleaner

    A class that completely clears the reMarkable cloud's root.docSchema file, removing all document references while maintaining the proper file structure and version.

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

    remarkable cloud-storage sync cleanup api-client
  • class PylontechMover

    Moves 'pylontech' document from 'Myfolder' to 'Otherfolder' using the working upload mechanism

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

    class pylontechmover
  • class DocumentMover

    Moves documents between folders using the working upload mechanism

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

    class documentmover
  • class RemarkableUploadManager

    Manages uploads to reMarkable cloud

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

    class remarkableuploadmanager
  • class RemarkableUploadManager_v1

    Manages uploads to reMarkable cloud

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

    class remarkableuploadmanager

Search Examples