41 projects tagged "Russian"
ExtraWatch is a real-time counter and live stats module for Joomla!, Wordpress, Drupal, Magento, and Prestashop. It allows you to view information about your visitors and bots in real-time from the administration back-end. It details IP addresses, countries of origin, geographical location, which pages they are viewing, and browser and operating system. It creates daily and all-time stats from these data plus unique, pageload, and total hits statistics. Furthermore, you can block harmful IP addresses, see blocked attempts, evaluate trend charts, and create goals based on many parameters. In the front-end, it displays top countries, and user and visit information for certain periods of time.
Collax Groupware Suite is a complete collaboration, e-mail, and messaging server with Outlook MAPI support. It offers enterprise email server functions, anti-spam and anti-virus filters, GUI management, a file server for SMB, NFS, FTP, and Apple shares, backup/restore server, IM server, and fax and SMS server. The groupware offers AJAX Web mail, calendar, team calendar, contacts, and tasks, and supports ActiveSync for mobile devices. It is free for private or commercial use of up to five users.
CMDBuild (Configuration and Management Data Base) is a fully configurable Web application for managing asset lifecycles. It includes workflow, report, dashboard, attachment archiving, and georeference functions. It supports the management of hardware devices (client and server computers, peripheral devices, network and phone equipment), software (basic, environment, application), services, and documents (contracts, manuals). However it can be used as a standard asset management system (real estate, inventory, maintenance process, etc). It is also a framework suitable for applications that manage office business using workflows.
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.
Nnmware CMF is a Django-based Content Management Framework. It provides a lightweight base for Follows, Actions, Tags, Docs, Images, User Notices, User Messages, Thread Comments, Thread Categories, Country, Region, City, Transaction, Currency, Exchange Rate, Profiles, Topics, Boards, Articles, OEmbed Video Parsing and Storage, and a Booking application base. It includes Social Authorization from django social-auth.
Chyrp is a blogging engine designed to be very lightweight while retaining functionality. It has powerful theme and extension engines, so you can personalize it however you want. The code is well-documented, and it has a very strong structure that's loosely based on the MVC design pattern. Chyrp allows importation from several different blogging engines and uses a system called "feathers", which are basically templates for custom posts.
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.