97 projects tagged "English"
Antivirus Live CD is a 4MLinux fork including the ClamAV scanner. It's designed for system admins who need a lightweight live CD with an antivirus scanner. Both Ethernet (including Wi-Fi) and dial-up (including fast USB modems) Internet connections are supported, to enable automatic updates of the virus signature database. All partitions are mounted automatically during boot so they can be scanned by ClamAV (the supported filesystems are: btrfs, ext2, ext3, ext4, FAT, HFS, HFS+, jfs, Minix, NTFS, ReiserFS, and XFS). Antivirus Live CD image is fully compatible with UNetbootin, which can be used to create an easy-to-use Antivirus Live USB.
documentr is a Web-based tool for editing and presenting software documentation. It allows you to easily maintain documentation for multiple products and product branches. Edits can easily be copied between branches, with merge conflicts being handled gracefully. It uses Markdown as its markup language, along with some extensions, and has a role-based permission system.
eBag is software project focused on company (factory) administration via PHP+MySQL solutions, on the local network, using browsers as terminals to access the company database. The server solution provides platform independence and collaborative work. PHP offers flexibility and the ability to change (or upgrade) the source code to personal needs, and MySQL innoDB provides transactional safe, recoverable tables. Using language files provides easy and quick translation to any language, and MVC with a CSS customizable user interface.
JHeatChart is a one class Java API for generating heat map charts that was created because very few charting APIs seem to contain the facility to create heat maps. It is not a full featured charting API and cannot be used to other charts. The generated charts are created as Java Image objects, which can be incorporated into a GUI or saved to a file.
Gnew is a simple content management system. It is fully customizable using a template system, and supports multiple languages. It features easy installation, a simple but complete administration section, multi-level categories, article management, news management with an advanced comments system, poll management, user management, a forum, search engine, RSS feed generation, BBCode and HTML support, emoticons, and more.
GANTTIC is a Web-based project management system for scheduling resources and projects. It provides a user-friendly graphical interface and interactive Gantt charts for real-time collaboration, and is intended as an alternative to MS Project. Most businesses use resource scheduling in their everyday life, but most common tools for it are still email, paper wall charts, notebooks, and spreadsheets. Specialized tools are expensive, complicated, and hard to implement. The software has a number of users from very different areas of life: design agencies, laboratories, churches, schools, manufacturers, service providers, equipment and car rentals, and construction and logistics companies scheduling their teams, equipment, and facilities on a daily basis.
chilon::parser provides an extended PEG-like language using C++0x template meta-programming. This PEG-based language has been extended to support AST building features directly embedded into the type system. chilon::parser uses the input PEG to create the AST type at compile time using tuples, vectors, variants, custom classes, ranges, and primitive types. The AST is populated by parsers generated from the same type description at run-time.