3 रिपॉजिटरी
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.
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.
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.
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.