10 projects tagged "framework"
DFF (Digital Forensics Framework) is a simple but powerful tool with a flexible module system which will help you in your digital forensics works, including file recovery due to error or crash, evidence research and analysis, etc. DFF provides a robust architecture and some handy modules.
Ibid is a multi-protocol, general purpose, instant messaging chat bot written in Python. It aims for a naturalistic interface rather than strict-syntax commands. Ibid understands many protocols, including IRC, Jabber/XMPP/Google Talk, Campfire, NMDC, and SILC. It also interacts over SMTP, HTTP, and various RPC protocols. Ibid aims to make plugins as easy as possible to write. It ships with a large collection of plugins for looking up information, performing conversions, storing factoids, delivering messages, and much more.
Kalisko is an application framework. Its modular architecture allows applications to easily be built from several individual components. The current development focuses on the implementation of an IRC client, though other kinds of software are possible in the future. Features (already implemented modules) include: a small core application with a simple but powerful module system that runs on Windows and Linux; a simple IRC client using GTK+ for visualization; scripting support in Python, PHP, and Lua; a Lua console; a PHP console (Linux only); a powerful serializable data structure that can be stored in memory or written to files; a cross calling interface (xcall) that allows functions to be called and defined in and from any language; and many more.
PHP On Pie is a PHP framework that combines the best ideas from PHP projects like Drupal, CodeIgniter, Kohana, and ZendFramework. It has very few core concepts: classes, models, events, slots, and tools. It lets you repackage completed apps into plugins that you or others can use later. Its smart database classes allow you to implement vertical and horizontal partitioning (sharding) easily to handle millions of users.
The PHP7 Framework provides a hybrid API for easier Web application security. It adds an exceptional filter feature on the superglobal input variables, which can be used, for example, as '$_GET->filtered->text["easily"]'. The simplistic db() implementation adds easier parameterized SQL atop PDO. phunction is used as a bootstrapping framework, and LiveUser is included as a permission backend.
nioReactor is a framework for quickly building scalable event-driven network applications. It is built on top of the Reactor design pattern using NIO sockets. This provides high performance and allows for a complete separation from the application specific code. The goal of the project is to provide a simple set of APIs that allow users to build scalable servers without needing to deal with with the cumbersome and sometimes temperamental peaces of the NIO package.