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

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

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

Open-source alternatives to Laravel View Xray

30 open-source projects similar to beyondcode/laravel-view-xray, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Laravel View Xray alternative.

  • spyder-ide/spyderالصورة الرمزية لـ spyder-ide

    spyder-ide/spyder

    9,240عرض على GitHub↗

    Spyder is a scientific integrated development environment designed for scientific computing and interactive Python programming. It functions as a static analysis code editor and an interactive Python console, providing a specialized environment for writing and analyzing code for science and engineering. The platform distinguishes itself as an extensible development tool, utilizing a modular plugin architecture that allows for the addition of custom features or the embedding of core components into other software. It features a dedicated debugger and profiler for tracing code execution and mea

    Python
    عرض على GitHub↗9,240
  • pytorch/executorchالصورة الرمزية لـ pytorch

    pytorch/executorch

    4,296عرض على GitHub↗

    ExecuTorch is a lightweight C++ runtime for deploying PyTorch models on mobile, embedded, and edge hardware. It provides an ahead-of-time compilation pipeline that exports, quantizes, and lowers model graphs into compact serialized programs, then executes them through a minimal runtime with hardware acceleration and on-device large language model inference capabilities. The project distinguishes itself through a hardware accelerator delegate system that partitions model subgraphs and offloads computation to specialized backends including NPUs, GPUs, and DSPs from Apple, Arm, Intel, MediaTek,

    Pythondeep-learningembeddedgpu
    عرض على GitHub↗4,296
  • ncsoft/unreal.jsالصورة الرمزية لـ ncsoft

    ncsoft/Unreal.js

    3,754عرض على GitHub↗

    Unreal.js is a JavaScript runtime and scripting layer for Unreal Engine that embeds the V8 engine to implement game logic and manage application state. It provides a bridge for writing high-level application behavior and actor control without modifying the core engine source code, as well as a framework for extending the Unreal Engine editor with custom interface elements. The project distinguishes itself through a V8-based integration that supports real-time code reloading and live iteration, allowing scripts to be updated without restarting the application. It includes a bidirectional commu

    javascriptpluginscripting
    عرض على GitHub↗3,754

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Find more with AI search
  • alecthomas/reprA

    alecthomas/repr

    0عرض على GitHub↗
    عرض على GitHub↗0
  • andersmandersen/laravel-debugwindowA

    andersmandersen/laravel-debugwindow

    0عرض على GitHub↗
    عرض على GitHub↗0
  • andrerds/ngx-debug-consoleالصورة الرمزية لـ andrerds

    andrerds/ngx-debug-console

    1عرض على GitHub↗

    Captures console.log/info/warn/error output and HTTP traffic in a collapsible panel — inspect runtime behavior without opening browser DevTools.

    TypeScript
    عرض على GitHub↗1
  • amadeusitgroup/ngrx-devtoolالصورة الرمزية لـ AmadeusITGroup

    AmadeusITGroup/ngrx-devtool

    41عرض على GitHub↗

    Debug NgRx with confidence

    TypeScript
    عرض على GitHub↗41
  • appsilon/shiny.benchmarkالصورة الرمزية لـ Appsilon

    Appsilon/shiny.benchmark

    33عرض على GitHub↗

    shiny.benchmark is a tool aimed to measure and compare the performance of different versions of a shiny application. Based on a list of different application versions, accessible by a git repo by its refs (commit hash or branch name), the user can write instructions to be executed using Cypress…

    R
    عرض على GitHub↗33
  • appsilon/shiny.infoالصورة الرمزية لـ Appsilon

    Appsilon/shiny.info

    63عرض على GitHub↗

    status](https://www.r-pkg.org/badges/version/shiny.info)](https://cran.r-project.org/package=shiny.info) status](https://github.com/Appsilon/shiny.info/workflows/R-CMD-check/badge.svg)](https://github.com/Appsilon/shiny.info/actions?workflow=R-CMD-check)…

    R
    عرض على GitHub↗63
  • appsilon/shiny.tictocA

    Appsilon/shiny.tictoc

    0عرض على GitHub↗

    {shiny.tictoc} allows you to measure:

    عرض على GitHub↗0
  • appstract/laravel-tracerA

    appstract/laravel-tracer

    0عرض على GitHub↗

    Tracer shows the paths of all the Blade files that are loaded into your templates. This could be very convenient for a number of reasons: If you're working on a large project with alot of views/partials New to a project and want to get a quick overview of the structure of pages If you're…

    عرض على GitHub↗0
  • arl/statsvizالصورة الرمزية لـ arl

    arl/statsviz

    3,638عرض على GitHub↗

    Visualise Go runtime metrics in real time

    Gogarbage-collectorgogolang
    عرض على GitHub↗3,638
  • barbushin/php-consoleالصورة الرمزية لـ barbushin

    barbushin/php-console

    1,336عرض على GitHub↗

    Handle PHP errors, dump variables, execute PHP code remotely in Google Chrome

    PHP
    عرض على GitHub↗1,336
  • barbushin/php-console-laravelB

    barbushin/php-console-laravel

    0عرض على GitHub↗

    PHP Console allows you to handle PHP errors & exceptions, dump variables, execute PHP code remotely and many other things using Google Chrome extension PHP Console and PhpConsole server library.

    عرض على GitHub↗0
  • barryvdh/laravel-ide-helperالصورة الرمزية لـ barryvdh

    barryvdh/laravel-ide-helper

    14,847عرض على GitHub↗

    This tool functions as a generator that maps dynamic framework methods and database model properties to static files, ensuring integrated development environments recognize runtime features. It acts as a static analysis helper by inspecting framework structures to provide accurate type hinting and autocompletion for core classes and container-bound objects. The project distinguishes itself by its ability to interrogate the dependency injection registry and scan runtime method registrations to document dynamically added functionality. It further differentiates by performing reflection-based in

    PHPautocompletionhacktoberfestlaravel
    عرض على GitHub↗14,847
  • barryvdh/laravel-debugbarالصورة الرمزية لـ barryvdh

    barryvdh/laravel-debugbar

    19,242عرض على GitHub↗

    Laravel Debugbar is a web-based debugging toolbar and application profiler for Laravel. It provides a visual interface to inspect database queries, logs, and performance metrics in real time to identify and resolve bugs during development. The tool features a database query monitor to capture SQL statements and timings, as well as a request inspector for analyzing route metadata, loaded views, and HTTP request data. It includes a profiler for measuring execution time and memory usage to identify bottlenecks in the request lifecycle. Its observability capabilities cover exception capture, app

    PHP
    عرض على GitHub↗19,242
  • bcicen/grmonالصورة الرمزية لـ bcicen

    bcicen/grmon

    1,895عرض على GitHub↗

    Command line monitoring for goroutines

    Goclicommand-linedeveloper-tools
    عرض على GitHub↗1,895
  • beberlei/metricsالصورة الرمزية لـ beberlei

    beberlei/metrics

    321عرض على GitHub↗

    Simple library that abstracts different metrics collectors. I find this necessary to have a consistent and simple metrics (functional) API that doesn't cause vendor lock-in.

    PHP
    عرض على GitHub↗321
  • benfred/py-spyالصورة الرمزية لـ benfred

    benfred/py-spy

    15,272عرض على GitHub↗

    py-spy is a sampling profiler and process debugger for Python. It allows for the analysis of running processes to identify performance bottlenecks and diagnose hanging programs without requiring code changes or restarts. The tool operates by reading the memory of a running process from the outside, which enables non-invasive sampling and state collection without pausing execution. It can resolve binary symbols to capture performance data from native extensions written in compiled languages and generate visual flame graphs for both native extensions and subprocesses. The project provides capa

    Rustperformance-analysisprofilerprofiling
    عرض على GitHub↗15,272
  • buggregator/trapالصورة الرمزية لـ buggregator

    buggregator/trap

    270عرض على GitHub↗

    A local debug server and utilities set for PHP projects

    PHP
    عرض على GitHub↗270
  • bugphix/bugphix-laravelالصورة الرمزية لـ bugphix

    bugphix/bugphix-laravel

    117عرض على GitHub↗

    Capture and monitor detailed error logs with nice dashboard and UI

    HTML
    عرض على GitHub↗117
  • cafxx/gcnotifierC

    CAFxX/gcnotifier

    0عرض على GitHub↗
    عرض على GitHub↗0
  • davecgh/go-spewالصورة الرمزية لـ davecgh

    davecgh/go-spew

    6,393عرض على GitHub↗

    go-spew is a deep inspection library and debugging utility for Go. It functions as a data structure pretty printer that renders complex, nested types into human-readable strings with indentation and type information. The library provides specialized capabilities for visualizing internal program states, including the ability to dump data structures with pointer addresses and map keys. It includes a configuration system to adjust printing behavior, such as limiting recursion depth and setting indentation. The tool uses reflection-based type inspection and recursive tree traversal to handle nes

    Go
    عرض على GitHub↗6,393
  • davecheney/gcvisالصورة الرمزية لـ davecheney

    davecheney/gcvis

    1,095عرض على GitHub↗

    Visualise Go program GC trace data in real time

    Go
    عرض على GitHub↗1,095
  • davidmarkclements/0xالصورة الرمزية لـ davidmarkclements

    davidmarkclements/0x

    3,547عرض على GitHub↗

    🔥 single-command flamegraph profiling 🔥

    JavaScript
    عرض على GitHub↗3,547
  • debug-js/debugالصورة الرمزية لـ debug-js

    debug-js/debug

    11,444عرض على GitHub↗

    This project is a JavaScript logging utility and namespace-based debugger used for printing formatted, color-coded debug messages to the console in Node.js, web browsers, and Deno. It serves as a console output formatter and execution time profiler to help identify bugs and track program flow. The system manages debug visibility through named namespaces, allowing specific groups of messages to be enabled or disabled via environment variables. It distinguishes different modules in the output stream by assigning specific colors to these namespaces. The utility includes capabilities for measuri

    JavaScriptbrowserdebugdebugging
    عرض على GitHub↗11,444
  • didi/rdebugالصورة الرمزية لـ didi

    didi/rdebug

    1,157عرض على GitHub↗

    Rdebug — Real Debugger

    PHP
    عرض على GitHub↗1,157
  • django-commons/django-debug-toolbarالصورة الرمزية لـ django-commons

    django-commons/django-debug-toolbar

    8,373عرض على GitHub↗

    django-debug-toolbar is a developer tool that provides a browser-based set of diagnostic panels for inspecting HTTP requests and responses within a Django web application. It serves as a server-side diagnostics tool and web framework development suite, allowing developers to profile and inspect request-response cycles. The tool focuses on Django application troubleshooting, database optimization, and general web development. It enables the analysis of SQL queries and database performance to identify slow calls and reduce the number of requests per page. The software includes capabilities for

    Python
    عرض على GitHub↗8,373
  • edisonaugusthy/angular-render-scanالصورة الرمزية لـ edisonaugusthy

    edisonaugusthy/angular-render-scan

    5عرض على GitHub↗

    Angular Render Scan is a visual debugging overlay for Angular change detection.

    TypeScript
    عرض على GitHub↗5
  • andywer/leakageالصورة الرمزية لـ andywer

    andywer/leakage

    1,593عرض على GitHub↗

    🐛 Memory leak testing for node.

    JavaScript
    عرض على GitHub↗1,593