80 projects tagged "English"
WAF-FLE is a console for ModSecurity. It allows modsec administrators to view and search events logged by mlogc or mlog2waffle. The dashboard shows a graphical view of events, and when combined with the powerful drill-down filter allows quick searching for relevant events. Events can be viewed in detail, whether sent by one or many sensors.
The YB.ORM library aims to simplify writing C++ code that has to deal with SQL databases. The goal is to provide a convenient interface like SQLAlchemy (Python) or Hibernate (Java). The library itself is cross-platform and supports a variety of SQL dialects: SQLite3, MySQL, Postgres, Oracle, and Firebird. Integration with Boost, Qt4, and wxWidgets is built-in. In a typical usage scenario, you would describe your database schema and table relationships in a simple XML-based format, generate SQL code to populate database schema with tables, generate C++ classes, add application-specific logic to the classes, and use these classes in cooperation with the Session object to query objects from the database, create new or modify/delete existing objects, or link and unlink objects using relations. Simple serialization to XML is supported along with connection pooling.
DBPersister (database persistent library) is a PHP library which helps you simply and clearly use your database, taking advantage of powerful object oriented programming. You can use DBPersister to manage data from your database to your application. You can do all the boring operations (like loading a single record, saving a single record (insert, update, replace), and deleting a single record) without writing SQL code.
DataStatix manages data of every kind, creates statistics and graphs, and exports data easily to the R environment. Its features include user management (create, delete, modify password) within the software, different levels of user data access (administrator, standard, read-only), user-defined templates (models) of data, the ability to create new databases easily, importation and exportation of data in CSV format, and synchronization of existing data from a CSV file created with DataStatix.
OpenSourceClassifieds is LAMP software for creating highly-scalable classified ad websites. It supports general ads or specialized ones through plugins (cars, jobs, real estate, dating, etc.), many languages, lots of options for customization, integration with TinyMCE for WYSIWYG editors for rich formatting, extensibility through plugins (Google Analytics, Google Maps, Time elapsed, etc.), an interchangeable look and feel with themes, search engine (SEO) features (Sitemap.xml generation, robots.txt, nice URLs), an integrated search engine with full text support, an unlimited number of categories and sub-categories, and out-of-the-box anti-spam facilities (Akismet, Re-captcha).
A tool that generates model classes from MySQL, PostgreSQL, and SQLite databases.