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

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

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم 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

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

    NVIDIA/warp

    6,233عرض على GitHub↗

    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/genkitالصورة الرمزية لـ genkit-ai

    genkit-ai/genkit

    6,141عرض على GitHub↗

    Genkit هو إطار عمل لتطبيقات النماذج اللغوية الكبيرة (LLM) ومجموعة أدوات مطوري الذكاء الاصطناعي التوليدي المصممة لبناء تطبيقات ذكاء اصطناعي جاهزة للإنتاج. يعمل كمنسق لسير عمل الذكاء الاصطناعي الذي ينسق استدعاءات النماذج واستخدام الأدوات الوكيلة من خلال تدفقات تنفيذ آمنة من حيث النوع (type-safe). يوفر المشروع واجهة نموذج موحدة وبنية إضافات (plugin) لتوحيد الوصول إلى نماذج لغوية كبيرة متنوعة، ومخازن المتجهات، وخلفيات القياس عن بُعد. يتميز بمجموعة مراقبة مخصصة لتتبع خطوات التنفيذ ومجموعة أدوات للمطورين للتوجيه (prompting)، وتصحيح الأخطاء، وتقييم منطق الذكاء الاصطناعي عبر واجهة محلية. يغطي إطار العمل مساحة قدرات واسعة بما في ذلك تنسيق الوكلاء مع استدعاء الأدوات وتفويض الوكلاء الفرعيين، والتوليد المعزز بالاسترجاع (RAG) عبر تكامل قاعدة بيانات المتجهات، وتوليد المخرجات المهيكلة باستخدام التحقق القائم على المخطط (schema). كما يتضمن أنظمة لإدارة الجلسات ذات الحالة، وبث الاستجابات القائم على الأحداث، والقدرة على عرض تدفقات الذكاء الاصطناعي كنقاط نهاية HTTP قابلة للتوسع. يتم دعم التطوير بواسطة واجهة سطر أوامر لتشغيل الدوال وإدارة السجلات.

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

    TypeScript
    عرض على GitHub↗6,141
  • firebase/genkitالصورة الرمزية لـ firebase

    firebase/genkit

    6,121عرض على GitHub↗

    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/dockercheatsheetالصورة الرمزية لـ eon01

    eon01/DockerCheatSheet

    3,938عرض على GitHub↗

    This project is a comprehensive reference guide and cheat sheet for the Docker CLI. It provides a structured collection of commands and documentation to help users manage container lifecycles, build images, and handle registries. The documentation specifically covers the orchestration of multi-container applications using Docker Compose and the management of scalable services across multiple nodes via Docker Swarm. It also includes detailed guides for configuring virtual networks, bridges, and ports to control container communication. The reference surface extends to container image administ

    Provides commands for debugging and developing software within containerized environments.

    عرض على GitHub↗3,938
  • symfony/error-handlerالصورة الرمزية لـ symfony

    symfony/error-handler

    2,677عرض على GitHub↗

    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-rsالصورة الرمزية لـ dcoles

    dcoles/flipperzero-rs

    682عرض على GitHub↗

    Rust on the Flipper Zero

    Rust language bindings for device firmware.

    Rust
    عرض على GitHub↗682
  • wh00hw/pyflipperالصورة الرمزية لـ wh00hw

    wh00hw/pyFlipper

    435عرض على GitHub↗

    Flipper Zero Python CLI Wrapper

    Python library for device communication.

    Python
    عرض على GitHub↗435
  • jon4hz/fzteaالصورة الرمزية لـ jon4hz

    jon4hz/fztea

    398عرض على GitHub↗

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

    Utility for device management.

    Gobubbleteaflipperflipper-zero
    عرض على GitHub↗398
  • 0xz00n/flipmiiboالصورة الرمزية لـ 0xz00n

    0xz00n/FlipMiibo

    243عرض على GitHub↗

    Convert BIN to Flipper Zero compatible NFC format

    Converter for Amiibo emulation files.

    Python
    عرض على GitHub↗243
  • dakhnod/fzfsالصورة الرمزية لـ dakhnod

    dakhnod/fzfs

    220عرض على GitHub↗

    Flipper Zero filesystem driver

    Filesystem tools for the device.

    Python
    عرض على GitHub↗220
  • droomone/flipperscriptsالصورة الرمزية لـ DroomOne

    DroomOne/FlipperScripts

    209عرض على GitHub↗

    Reads the DolphinStoreData struct from dolphin.state files.

    Collection of helper scripts.

    Python
    عرض على GitHub↗209
  • lucaslhm/amiiboflipperconverterالصورة الرمزية لـ Lucaslhm

    Lucaslhm/AmiiboFlipperConverter

    200عرض على GitHub↗

    Converts Amiibo .bins to a flipper compatible format

    Converts Amiibo data for device use.

    Python
    عرض على GitHub↗200
  • equipter/classicconverterالصورة الرمزية لـ equipter

    equipter/ClassicConverter

    121عرض على GitHub↗

    Mifare Classic Binary -> NFC file converter

    Converts Mifare Classic data files.

    Pythonmifare-classicmifare1kmifare4k
    عرض على GitHub↗121
  • maehw/serialhex2flipperzeroinfraredالصورة الرمزية لـ maehw

    maehw/SerialHex2FlipperZeroInfrared

    107عرض على GitHub↗

    Convert infrared serial interface commands for Flipper Zero 🐬 🧱🤖

    Converts serial hex data to IR signals.

    Pythonflipper-zeroflipperzeroinfrared
    عرض على GitHub↗107
  • lomalkin/flipperzero-cli-toolsالصورة الرمزية لـ lomalkin

    lomalkin/flipperzero-cli-tools

    97عرض على GitHub↗

    CLI tools for better interact with Flipper zero.

    Command line tools for device interaction.

    Python
    عرض على GitHub↗97
  • spexivus/csv2irالصورة الرمزية لـ Spexivus

    Spexivus/csv2ir

    72عرض على GitHub↗

    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-sesprojectالصورة الرمزية لـ hedger

    hedger/flipperzero-sesproject

    43عرض على GitHub↗

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

    Development project for device firmware.

    Python
    عرض على GitHub↗43
  • qqmajikpp/fbt-aarch64الصورة الرمزية لـ qqmajikpp

    qqmajikpp/FBT-AARCH64

    22عرض على GitHub↗

    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/musicxml2fmfالصورة الرمزية لـ white-gecko

    white-gecko/musicxml2fmf

    16عرض على GitHub↗

    Convert MusicXML to Flipper Music Format

    Converts MusicXML to device music format.

    Pythonconverterflipperflipper-zero
    عرض على GitHub↗16
  • skeletonman03/vertprontoir2flipperirالصورة الرمزية لـ SkeletonMan03

    SkeletonMan03/VertProntoIR2FlipperIR

    12عرض على GitHub↗

    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.