5 مستودعات
Mechanisms for automatically loading external plugins or commands from specified directories.
Distinct from External Configuration Loading: None of the candidates cover the autoloading of functional plugins from a local directory for a debugger.
Explore 5 awesome GitHub repositories matching development tools & productivity · Plugin Autoloading. Refine with filters or upvote what's useful.
GEF is a Python-based extension for GDB that serves as a framework for binary analysis, exploit development, and low-level debugging. It functions as a dynamic analysis extension designed to assist in reverse engineering workflows and malware analysis by enhancing the debugger's ability to inspect process state and memory. The project is distinguished by its specialized heap analysis tools, which allow for the inspection of glibc heap arenas, bins, and chunks to detect memory corruption. It also provides a dedicated toolkit for exploit development, including cyclic pattern generation for offs
Automatically loads additional commands and functionality from specified external directories via a plugin system.
Laravel Tinker is an interactive shell that boots the full Laravel application context, allowing you to run PHP code, test models, and experiment with the framework in real time from the command line. It integrates PsySH as its underlying REPL engine, providing features like automatic namespace resolution, command history persistence, and on-demand class loading through Composer's autoloader. The tool handles the full lifecycle of a Laravel console command, from defining input signatures and prompting for missing arguments to executing commands programmatically and queuing them for background
Loads application classes and dependencies on demand during REPL sessions using Composer's autoloader.
CodeIgniter is a PHP web framework built on the Model-View-Controller pattern, designed for building full-stack web applications. It provides a lightweight toolkit with minimal configuration, organizing application logic into controllers, models, and views for clean separation of concerns. The framework includes a fluent query builder for constructing SQL statements programmatically, PSR-4 autoloading with namespace mapping, and a service-based dependency injection container for managing shared class instances. The framework distinguishes itself through its comprehensive set of built-in tools
Wraps reusable functionality into Composer packages for installation and autoloading in any project.
Emacs is an extensible real-time text editor that displays each character as it is typed across multiple windows and frames. It is fundamentally a scriptable editing environment, allowing users to write custom code that adds new commands or modifies behavior dynamically without restarting the editor. Beyond text editing, the editor includes an interactive help and manual browser that opens contextual documentation for any command or setting on demand, as well as a live configuration customization panel that applies adjustments to settings and themes instantly.
Defers loading of Lisp files until they are first referenced, reducing startup time and memory usage.
هذا المشروع هو إطار عمل تعريفي ولغة خاصة بالمجال لإدارة حزم Emacs Lisp. يعمل كمحسن لأداء بدء التشغيل من خلال تجميع تثبيت الحزمة، وإعدادات المتغيرات، وربط المفاتيح في كتل واحدة لتقليل وقت التمهيد الأولي. يتميز النظام من خلال إطار عمل تحميل مؤجل يؤخر تنفيذ الحزمة حتى يتم تشغيل مفاتيح أو خطافات أو أوضاع محددة. ويستخدم بناء جملة إعلان قائم على الماكرو لتنظيم التكوين وأتمتة توليد التحميل التلقائي، مما يضمن تحميل الحزم فقط عند الحاجة إليها فعلياً. يغطي المشروع مجالات قدرة واسعة بما في ذلك تثبيت الحزمة التلقائي من الأرشيفات البعيدة، وإدارة التبعية، والتحميل المشروط بناءً على نظام التشغيل أو البيئة. كما يوفر تعيين لوحة مفاتيح شامل للاختصارات والأوتار، بالإضافة إلى أدوات لتحليل إحصائيات التحميل وتعديل شاشات وضع الخط.
Implements a deferred-loading framework that generates autoloads to reduce initial editor boot time.