awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم MCPحولكيفية ترتيب النتائجالصحافة
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 مستودعات

Awesome GitHub RepositoriesInput-Output Parsers

Utilities for handling raw standard input and output streams in competitive programming.

Explore 4 awesome GitHub repositories matching development tools & productivity · Input-Output Parsers. Refine with filters or upvote what's useful.

Awesome Input-Output Parsers GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • labuladong/fucking-algorithmالصورة الرمزية لـ labuladong

    labuladong/fucking-algorithm

    134,160عرض على GitHub↗

    This project is a comprehensive educational platform designed to facilitate the mastery of computer science algorithms and data structures. It provides a structured learning curriculum, a library of practice problems, and an integrated toolkit that supports both academic study and competitive programming preparation. By combining theoretical roadmaps with practical implementation exercises, the system enables users to build a deep understanding of core computational concepts. The platform distinguishes itself through its focus on integrated learning and visual clarity. It offers AI-powered gu

    Handles raw input streams and output formatting requirements common in competitive programming environments.

    Markdownalgorithmscomputer-sciencedata-structures
    عرض على GitHub↗134,160
  • oi-wiki/oi-wikiالصورة الرمزية لـ OI-wiki

    OI-wiki/OI-wiki

    26,176عرض على GitHub↗

    This project is a comprehensive, community-maintained knowledge base and toolkit designed for competitive programming. It serves as a centralized repository for algorithmic theory, data structures, and mathematical techniques, providing a structured reference for informatics and collegiate programming competitions. The project distinguishes itself by integrating educational content with a robust suite of automation utilities. It provides a complete workflow for competitive programming, including tools for automated test case generation, solution verification, and direct interaction with onlin

    Compares participant output against standard solutions to determine correctness for automated judging.

    TypeScriptacm-icpcacm-icpc-handbookalgorithms
    عرض على GitHub↗26,176
  • mame/quine-relayالصورة الرمزية لـ mame

    mame/quine-relay

    14,425عرض على GitHub↗

    This project is a multi-language quine relay, a collection of source code files where each program outputs the source code for the next in a sequence until the original code is recreated. It serves as a technical demonstration of recursive program execution and polyglot code generation, verifying the integrity of multi-stage code cycles across diverse programming languages. The system distinguishes itself through automated relay orchestration, which triggers sequential compilation and execution steps to ensure the entire chain functions correctly. Each program contains the encoded logic requi

    Compares generated source code against original inputs to verify structural and functional equivalence.

    Rubyquine
    عرض على GitHub↗14,425
  • qingdaou/onlinejudgeالصورة الرمزية لـ QingdaoU

    QingdaoU/OnlineJudge

    6,499عرض على GitHub↗

    OnlineJudge is an automated platform for managing programming contests and evaluating submitted source code. It provides a complete online judge system that compiles, runs, and scores code submissions against predefined test cases within a sandboxed execution environment, ensuring the host system remains protected from untrusted user code. The platform supports both ACM-style penalty-based scoring and OI-style point-based scoring, with real-time leaderboard computation that dynamically updates participant rankings as submissions are judged. Contest organizers can create and schedule timed com

    Compiles and runs submitted source code in a sandboxed environment, then compares output against expected results.

    Pythondjangodjango-rest-frameworkonlinejudge
    عرض على GitHub↗6,499
  1. Home
  2. Development Tools & Productivity
  3. Terminal, Shell & CLI
  4. Competitive Programming Tools
  5. Input-Output Parsers

استكشف الوسوم الفرعية

  • Automated Judging ValidatorsTools for comparing participant output against standard solutions in automated judging systems. **Distinct from Input-Output Parsers:** Focuses on judging correctness, distinct from general input-output parsing.
  • Output Comparison UtilitiesTools for comparing program outputs against expected results to identify discrepancies. **Distinct from Input-Output Parsers:** Focuses on comparing two program outputs for competitive programming, distinct from general input-output parsing.