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

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

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

24 रिपॉजिटरी

Awesome GitHub RepositoriesDevelopment and Debugging

Tools for developers, file conversion, and system debugging.

Explore 24 awesome GitHub repositories matching part of an awesome list · Development and Debugging. Refine with filters or upvote what's useful.

Awesome Development and Debugging GitHub Repositories

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

    NVIDIA/warp

    6,233GitHub पर देखें↗

    Warp is a Python framework that JIT-compiles Python functions into CUDA kernels for GPU-accelerated parallel computation, with built-in automatic differentiation and multi-framework array interoperability. At its core, it provides a GPU kernel compilation system that enables writing and executing custom GPU kernels directly from Python, while supporting automatic gradient computation through those kernels for integration with machine learning pipelines. The framework also includes tile-based cooperative computing, where thread blocks partition into tiles for shared-memory and tensor-core opera

    Activates runtime checks for array access, CUDA errors, floating-point values, and gradient computation to catch correctness issues during development.

    Pythoncudadifferentiable-programminggpu
    GitHub पर देखें↗6,233
  • genkit-ai/genkitgenkit-ai का अवतार

    genkit-ai/genkit

    6,141GitHub पर देखें↗

    Genkit is an LLM application framework and generative AI developer toolkit designed for building production AI applications. It serves as an AI workflow orchestrator that coordinates model calls and agentic tool usage through type-safe execution flows. The project provides a unified model interface and plugin architecture to standardize access to diverse large language models, vector stores, and telemetry backends. It distinguishes itself with a dedicated observability suite for tracing execution steps and a developer toolkit for prompting, debugging, and evaluating AI logic via a local inter

    Offers local development interfaces for testing and debugging AI workflows before production deployment.

    TypeScript
    GitHub पर देखें↗6,141
  • firebase/genkitfirebase का अवतार

    firebase/genkit

    6,121GitHub पर देखें↗

    Genkit is an open-source framework for building AI-powered applications. It provides a unified interface for connecting to hundreds of generative AI models from multiple providers, enabling text, image, audio, and video generation through a single API. The framework structures multi-step AI interactions—including chat, retrieval-augmented generation, tool use, and agentic workflows—as composable, traceable flows with built-in streaming and state management. The framework distinguishes itself through a comprehensive developer toolkit that includes a command-line interface and a local developer

    Starts a local development interface to test and debug AI workflows before deploying them.

    TypeScript
    GitHub पर देखें↗6,121
  • eon01/dockercheatsheeteon01 का अवतार

    eon01/DockerCheatSheet

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

    यह प्रोजेक्ट Docker CLI के लिए एक व्यापक रेफरेंस गाइड और चीट शीट है। यह यूजर्स को कंटेनर लाइफसाइकिल प्रबंधित करने, इमेजेस बनाने और रजिस्ट्री को संभालने में मदद करने के लिए कमांड्स और डॉक्यूमेंटेशन का एक स्ट्रक्चर्ड संग्रह प्रदान करता है। यह डॉक्यूमेंटेशन विशेष रूप से Docker Compose का उपयोग करके मल्टी-कंटेनर एप्लिकेशन्स के ऑर्केस्ट्रेशन और Docker Swarm के माध्यम से कई नोड्स पर स्केलेबल सर्विसेज के प्रबंधन को कवर करता है। इसमें कंटेनर संचार को नियंत्रित करने के लिए वर्चुअल नेटवर्क्स, ब्रिजेस और पोर्ट्स को कॉन्फ़िगर करने के लिए विस्तृत गाइड भी शामिल हैं। रेफरेंस का दायरा कंटेनर इमेज एडमिनिस्ट्रेशन तक फैला हुआ है, जिसमें टैगिंग और डिस्ट्रीब्यूशन, और अप्रयुक्त वॉल्यूम्स व डैंगलिंग इमेजेस को साफ करके डिस्क स्पेस को पुनः प्राप्त करने के लिए रिसोर्स मेंटेनेंस शामिल है। यह कंटेनर मेटाडेटा का निरीक्षण करने और परफॉरमेंस की निगरानी करने के लिए निर्देश भी प्रदान करता है। यह कंटेंट वर्जन-कंट्रोल्ड रिपॉजिटरी में स्टेटिक फाइल्स के रूप में होस्ट किए गए मार्कडाउन-आधारित तकनीकी दस्तावेजों की एक श्रृंखला के रूप में वितरित किया जाता है।

    Provides commands for debugging and developing software within containerized environments.

    GitHub पर देखें↗3,938
  • symfony/error-handlersymfony का अवतार

    symfony/error-handler

    2,677GitHub पर देखें↗

    This library provides a structured framework for managing runtime failures and debugging within PHP applications. It functions by intercepting native language errors, warnings, and system signals, converting them into catchable, object-oriented exceptions to ensure consistent control flow throughout the application lifecycle. The project distinguishes itself by normalizing raw execution backtraces and providing a transformation layer that standardizes how system failures are reported. It includes specialized tools for monitoring the class loading process, ensuring that dependency resolution i

    Adjusts runtime settings to display comprehensive error information and stack traces during development.

    PHPcomponentphpsymfony
    GitHub पर देखें↗2,677
  • dcoles/flipperzero-rsdcoles का अवतार

    dcoles/flipperzero-rs

    682GitHub पर देखें↗

    Rust on the Flipper Zero

    Rust language bindings for device firmware.

    Rust
    GitHub पर देखें↗682
  • wh00hw/pyflipperwh00hw का अवतार

    wh00hw/pyFlipper

    435GitHub पर देखें↗

    Flipper Zero Python CLI Wrapper

    Python library for device communication.

    Python
    GitHub पर देखें↗435
  • jon4hz/fzteajon4hz का अवतार

    jon4hz/fztea

    398GitHub पर देखें↗

    🐬🧋 Remote control your flipper from the local terminal or over SSH

    Utility for device management.

    Gobubbleteaflipperflipper-zero
    GitHub पर देखें↗398
  • 0xz00n/flipmiibo0xz00n का अवतार

    0xz00n/FlipMiibo

    243GitHub पर देखें↗

    Convert BIN to Flipper Zero compatible NFC format

    Converter for Amiibo emulation files.

    Python
    GitHub पर देखें↗243
  • dakhnod/fzfsdakhnod का अवतार

    dakhnod/fzfs

    220GitHub पर देखें↗

    Flipper Zero filesystem driver

    Filesystem tools for the device.

    Python
    GitHub पर देखें↗220
  • droomone/flipperscriptsDroomOne का अवतार

    DroomOne/FlipperScripts

    209GitHub पर देखें↗

    Reads the DolphinStoreData struct from dolphin.state files.

    Collection of helper scripts.

    Python
    GitHub पर देखें↗209
  • lucaslhm/amiiboflipperconverterLucaslhm का अवतार

    Lucaslhm/AmiiboFlipperConverter

    200GitHub पर देखें↗

    Converts Amiibo .bins to a flipper compatible format

    Converts Amiibo data for device use.

    Python
    GitHub पर देखें↗200
  • equipter/classicconverterequipter का अवतार

    equipter/ClassicConverter

    121GitHub पर देखें↗

    Mifare Classic Binary -> NFC file converter

    Converts Mifare Classic data files.

    Pythonmifare-classicmifare1kmifare4k
    GitHub पर देखें↗121
  • maehw/serialhex2flipperzeroinfraredmaehw का अवतार

    maehw/SerialHex2FlipperZeroInfrared

    107GitHub पर देखें↗

    Convert infrared serial interface commands for Flipper Zero 🐬 🧱🤖

    Converts serial hex data to IR signals.

    Pythonflipper-zeroflipperzeroinfrared
    GitHub पर देखें↗107
  • lomalkin/flipperzero-cli-toolslomalkin का अवतार

    lomalkin/flipperzero-cli-tools

    97GitHub पर देखें↗

    CLI tools for better interact with Flipper zero.

    Command line tools for device interaction.

    Python
    GitHub पर देखें↗97
  • spexivus/csv2irSpexivus का अवतार

    Spexivus/csv2ir

    72GitHub पर देखें↗

    csv2ir is a script to convert ir .csv files to .ir files for the flipper.

    Converts CSV data to IR signal files.

    Pythonflipper-zeroflipperzeroir
    GitHub पर देखें↗72
  • hedger/flipperzero-sesprojecthedger का अवतार

    hedger/flipperzero-sesproject

    43GitHub पर देखें↗

    Segger Embedded Studio project for building & debugging Flipper Zero firmware.

    Development project for device firmware.

    Python
    GitHub पर देखें↗43
  • qqmajikpp/fbt-aarch64qqmajikpp का अवतार

    qqmajikpp/FBT-AARCH64

    22GitHub पर देखें↗

    This is a setup script that sets up the toolchain for ARM devices, allowing the use of FBT

    Build toolchain for AARCH64 architecture.

    Shell
    GitHub पर देखें↗22
  • white-gecko/musicxml2fmfwhite-gecko का अवतार

    white-gecko/musicxml2fmf

    16GitHub पर देखें↗

    Convert MusicXML to Flipper Music Format

    Converts MusicXML to device music format.

    Pythonconverterflipperflipper-zero
    GitHub पर देखें↗16
  • skeletonman03/vertprontoir2flipperirSkeletonMan03 का अवतार

    SkeletonMan03/VertProntoIR2FlipperIR

    12GitHub पर देखें↗

    This is a script for converting Vert Pronto IR codes to a format that the Flipper Zero can understand

    Converts IR signals between formats.

    Python
    GitHub पर देखें↗12
पिछला12अगला
  1. Home
  2. Part of an Awesome List
  3. Developer Tools
  4. Development and Debugging

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

  • AI Workflow Testing InterfacesLocal development interfaces for testing and debugging AI workflows before deployment. **Distinct from Development and Debugging:** Distinct from Development and Debugging: focuses specifically on testing AI workflows via a UI, not general development tools.
  • GPU Kernel Runtime ChecksActivates runtime checks for array access, CUDA errors, floating-point values, and gradient computation during GPU kernel execution. **Distinct from Development and Debugging:** Distinct from general Development and Debugging: focuses on runtime verification of GPU kernel correctness, not general-purpose debugging tools.