awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 रिपॉजिटरी

Awesome GitHub RepositoriesPage Item Limit Controls

Mechanisms for defining and restricting the number of items returned per page.

Distinct from Search Paging Limits: None of the candidates address the specific logic of setting fixed or variable items-per-page limits for pagination.

Explore 3 awesome GitHub repositories matching data & databases · Page Item Limit Controls. Refine with filters or upvote what's useful.

Awesome Page Item Limit Controls GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • ddnexus/pagyddnexus का अवतार

    ddnexus/pagy

    4,973GitHub पर देखें↗

    Pagy is a framework-agnostic Ruby pagination library used to split large datasets into numbered pages. It provides multiple implementations for dividing data, including offset-based slicing for standard collections and high-performance keyset pagination for massive datasets. The library includes a pagination UI generator for rendering accessible HTML navigation bars and a dedicated tool for REST API pagination that produces RFC-compliant link headers and JSON metadata. It also features specialized systems for dividing results from search engines like Elasticsearch, Meilisearch, and Typesense,

    Provides control over the number of items per page, including fixed limits and client-requested variable limits.

    Ruby
    GitHub पर देखें↗4,973
  • picocms/picopicocms का अवतार

    picocms/Pico

    3,905GitHub पर देखें↗

    Pico एक हल्का PHP कंटेंट मैनेजर और Markdown वेबसाइट जनरेटर है जो एक फ्लैट-फ़ाइल CMS के रूप में कार्य करता है। यह URL रूटिंग के लिए सर्वर फ़ाइल सिस्टम का उपयोग करके Markdown फ़ाइलों को एक संरचित वेबसाइट में बदल देता है और सामग्री और मेटाडेटा को संग्रहीत करने के लिए रिलेशनल डेटाबेस के उपयोग से बचता है। सिस्टम बहुभाषी वेबसाइट परिनियोजन के लिए अपने समर्थन और एक स्टेटिक साइट कैश द्वारा प्रतिष्ठित है जो सर्वर लोड को कम करने के लिए रेंडर किए गए पेजों को HTML के रूप में सहेजता है। यह विभिन्न वातावरणों में अपडेट को सिंक्रोनाइज़ और परिनियोजित करने के लिए Git-आधारित सामग्री वर्कफ़्लो का उपयोग करता है। प्लेटफ़ॉर्म कस्टम वेबसाइट थीमिंग, सर्च इंजन ऑप्टिमाइज़ेशन और पासवर्ड-संरक्षित पेजों के साथ उपयोगकर्ता एक्सेस प्रबंधन सहित क्षमताओं की एक विस्तृत श्रृंखला को कवर करता है। यह श्रेणी फ़िल्टरिंग, टैगिंग और स्वचालित नेविगेशन मेनू निर्माण के माध्यम से सामग्री संगठन के लिए उपकरण भी प्रदान करता है। सॉफ़्टवेयर साइट-व्यापी कॉन्फ़िगरेशन और पेज-स्तरीय मेटाडेटा के लिए YAML का उपयोग करता है।

    Divides large sets of pages into smaller, numbered groups to limit the items displayed per page.

    PHP
    GitHub पर देखें↗3,905
  • textualize/rich-cliTextualize का अवतार

    Textualize/rich-cli

    3,686GitHub पर देखें↗

    rich-cli is a terminal rich text renderer and data visualizer that transforms raw text and structured data into styled console output. It functions as a command line markup processor, converting Markdown and custom markup into formatted text with clickable links and colors. The tool specializes in terminal content rendering for various formats, including syntax-highlighted source code, JSON data with consistent indentation, and CSV tables. It also supports the rendering of Jupyter notebooks and provides a terminal content pager for navigating long files and remote content via a scrollable int

    Provides a scrollable interface with keyboard navigation for reading long rendered content.

    Pythonmarkdownrichsyntax-highlighting
    GitHub पर देखें↗3,686
  1. Home
  2. Data & Databases
  3. Page Item Limit Controls

सब-टैग एक्सप्लोर करें

  • Content PaginationDivides large sets of content pages into smaller, numbered groups for display. **Distinct from Page Item Limit Controls:** Focuses on the user-facing pagination of content lists rather than API response limits or UI selector components.
  • Terminal Output PagingNavigation systems for scrolling through long terminal output using keys and scrollbars. **Distinct from Content Pagination:** Distinct from content pagination (dividing data into pages); this is about the interactive pager interface for a single stream.