12 projects tagged "framework"
OpenBricks is an enterprise-grade embedded Linux framework that provides easy creation of custom distributions for industrial embedded devices. It features a complete embedded development kit for rapid deployment on x86, ARM, PowerPC, and MIPS systems with support for industry leaders. It is meant for individuals and companies that are looking for rapid board bring-up with fine-grain embedded Linux distribution setup with complete customization. It eliminates the need to care about BSP and toolchain.
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.
GUI Builder is a drag and drop interface for creating WebElement User Interface (WUI) templates that can be used as the foundation of a responsive Wep app. It simplifies the process of designing applications, and encourages separation of the logic and view. It is part of the WebBot Web development framework, which makes it possible to build Web apps in a similar fashion to Qt/KDE apps.
WebBot is a Web development toolset which is designed to sit nicely on top of your existing infrastructure. It is built with a collection of Open Source tools which together enable building Python Web applications the same way native ones are built and running these applications on top of the leading Python frameworks (such as Django and Google's App Engine). As a result, the WebBot framework encourages reuse, concise code, rapid development, and happy developers.
Dancer is a Perl framework for building Web applications with minimal effort. It started as a port of Ruby's Sinatra project, but has grown on its own path. A Dancer app can run as a standalone Web server or from any Web server using PSGI. It lets the user write an application with very few lines of code. It's powerful and flexible enough to knock up a simple Web site or Web service very quickly, and can scale to much larger projects. Building a Web application with Dancer is as easy as loading the library and defining route handlers. Dancer provides an elegant syntax for defining route handlers, can render views with a variety of template engines, supports static file serving, session support, and many more features.