169 projects tagged "OS Independent"
Ansiprint is a utility for printing text files (or stdin) from remote terminals using ANSI telnet escape sequences. It was inspired by the ansiprt.c component of the University of Washington's excellent email package, PINE. However, since the author believed that ansiprt.c was released under "somewhat ridiculous terms", ansiprint has been completely re-written in C++, and includes a variety of new features.
CDSA stands for Common Data Security Architecture. It provides a security framework that includes cryptographically signed modules to present an abstracted unified API to the application developer to perform cryptographic and security related operations. It also includes hardware support for cryptographic tokens and biometric devices, such as thumbprint scanners. Intel has implemented the CDSA 2 specification and released it as open source.
IDS is a CGI written in Perl that generates a multi-gallery photo album Web site on the fly. All you need to provide are the images and (optionally) descriptions. Features include support for internationalization, user interface themes, thumbnail generation for JPEG, PNG, TIFF, and GIF images, and the display of whatever other file types you choose. If you allow them to do so, guests can leave comments and order prints. Your files are searchable by name and description, and can be managed via a Web-based administrative interface.
IRM is a Web-based asset tracking and help desk/work request system built for IT departments and help desks. It keeps detailed information about each computer, as well as a complete history of work requests. It keeps track of detailed computer information such as CPU type/speed, amount of RAM, Hard Drive Size, serial numbers, etc. The system includes the ability to track networking hardware and any type of software. Also included is support for email notification of both users and technicians, and some support for monitoring computer systems via SNMP.
Jigsaw is W3C's leading-edge Web server platform, providing a sample HTTP 1.1 implementation based on RFC2616 and a variety of other features on top of an advanced architecture implemented in Java. Jigsaw provides both client and server HTTP/1.1 implementations, is fast, easy to extend, flexible, and is also packaged as a ready-to-run HTTP/1.1 proxy-cache.
jwma is a Web mail implementation based on the JSP Model 2 architecture. It builds on standard Java APIs (Java Mail API, Java Server Pages, and Java Servlet API) and relies on some available open source technologies (Xerces, Castor, Jakarta-ORO). jwma is designed and implemented for use with an IMAP server. It allows complete control over the store (creating, deleting, and moving folders, mailboxes, and messages). It supports MIME messages, supports text/plain message processing (e.g. making plaintext URLs "clickable"), and supports automatic sent & read mail archiving. It features a trash mailbox, includes a small addressbook, allows simple configuration of its features, and can be used in parallel with other mail clients (like Pine or Eudora).
mod_dav enables Apache to understand the WebDAV protocol (extensions to HTTP). WebDAV stands for "Web-based Distributed Authoring and Versioning", and is defined by RFC 2518. WebDAV is intended to replace proprietary authoring protocols such as those used by Frontpage or NetObjects' Fusion, but is also a complete set of protocols for manipulating a webserver's files and directories, and their properties.