30 projects tagged "Italian"
phpMyAdmin is a tool intended to handle the administration of MySQL over the Web. It can create, rename, and drop databases, create/drop/alter tables, delete/edit/add fields, execute any SQL statement, manage keys on fields, create dumps of tables and databases, export/import CSV data, and administrate one single database and multiple MySQL servers.
DBeaver is a universal database manager and SQL Client. It supports MySQL, PostgreSQL, Oracle, DB2, MSSQL, Sybase, Mimer, HSQLDB, SQLite, Derby, and any database that has a JDBC driver. It is a GUI program that allows you to view the structure of a database, execute SQL queries and scripts, browse and export table data, handle BLOB/CLOB values, modify database meta objects, etc. It has a native UI (provided by the Eclipse SWT library), great performance, and relatively low memory consumption.
Lobotomy involves many sub-projects oriented to experimentation about new design for human-computer interaction and, more generally, a new way for home computing. It involves a relational filesystem, a window manager, and many libraries, tools, and daemons to automatically extract and handle metadata.
EPESI is a Web application for managing business information. It allows you to store, organize, process, link, and share records between people within a single company or organization. Standard features include a shared calendar, tasks, and address book, an integrated Roundcube e-mail client, an advanced permission system, easy form filling (Click2Fill), record change tracking (Watchdog), and full record history. Its modular design can be easily customized and modified to match your processes and workflow. The EPESI framework allows rapid development of custom modules and extension of the functionality of the basic CRM package into full ERP applications.
Jat (Java Application Template) is a Java framework that is easy to extend. It supplies modular and flexible basic functionalities to develop Web and standalone applications. It can improve application start-up time. Jat Portal is an enhanced version of Jat. It provides several pre-configured features to build a complete Web application.
TUTOS (The Ultimate Team Organization Software) is a groupware, ERP (Enterprise Resource Planing), CRM (Customer Relationship Management), and PLM (Project Lifecycle Management) suite that helps small to medium teams manage various things in one place. Its features include personal and group calendars, an address book, product and project management, bug tracking, installation management, test management, scrum management, a task list, notes, files, mailboxes, and useful links between all of the above.
MyJSQLView provides an easy-to-use Java based GUI frontend for viewing, adding, editing, or deleting data in the HSQL, MSAccess, MySQL, Oracle, PostgreSQL, and SQLite databases. A query tool allows the building of complex SQL statements. The application allows easy sorting, searching, and import/export of table data. A plug-in framework allows inclusion of tools to profile and plot data for analysis.
IMDbPY is a Python package useful to retrieve and manage the data of the IMDb movie database about movies, people, characters, and companies. It can retrieve data from both the IMDb's Web server and a local copy of the whole database. The IMDbPY package can be very easily used by programmers and developers to provide access to the IMDb's data to their programs. Some simple example scripts are included in the package.