196 projects tagged "OS Independent"
AEditor is a programmer's editor for Windows, Unix, and Mac OS X that relies on the fox toolkit. It can do syntax coloring of Ruby and C++ files. It's easy to change the color theme. Most things are customizable. It is written in Ruby and is carefully unit-tested (it has 421 tests). It is written in only ~5500 lines of code, so it should be easy to grasp and extend.
ATG Dynamo integration for JBuilder is a JBuilder 5 plugin that makes it easy to deploy J2EE applications to the ATG Dynamo Application Server version 5.1 (DAS). It can be installed and run with the other JBuilder 5 plugins such as BEA WebLogicServer 5.1, BEA WLS 6, IBM WebSphere 3.5, Borland AS 4.5, etc.
AVL Array is an STL-like container for C++ that fills the gap between vector (or deque) and list, providing both fast random access and fast insertion/removal, all O(log n). This is not a map; in an avl_array, the "keys" always range from 0 to size-1, and they automatically change on insertion or removal. As a sequence container, like vector and list, it respects the order of elements.
Adie is an extremely fast and convenient programming text editor written using the FOX Toolkit. It also acts as a convenient file viewer, supporting several methods to move from one file to the next. For each visited file, it remembers where in that file you were last looking, and which special places in that file have been bookmarked, so you can quickly return to frequently visited places. Project browsing is made easy by optionally displaying a File/Directory browser side by side with the text, so files may be visited by means of a single click.
Asbru Web Content Editor is a cross-browser and cross-platform WYSIWYG HTML/XHTML Web content editor component for Web designers and programmers. It can be integrated into Web applications to give non-technical users access to create and update Web content. It can be used as a replacement for a simple TEXTAREA input field in contact forms, message boards, Web email systems, and Web content management systems. Features include CSS style sheet support, drag and drop editing, and advanced hyperlink and media managers.
The Asbru Website Manager is a ready-to-use cross-browser/cross-platform tool that enables non-technical users to edit, add, and delete HTML pages, images, and other files on their Web server through a Web browser. Users can browse their way to the Web pages they want to change and edit directly in a WYSIWYG HTML editor with a familiar word processor like user interface.
BHL is an Emacs mode which enables you to convert plain text files into HTML, LaTeX, Texinfo, SGML (Linuxdoc), and TXT files. The BHL mode handles three levels of sections, many sectioning styles, common font-styles, any kind of lists, tables, URLs, horizontal rules, and Wiki names. BHL handles a list of links (lol) and a table of contents (toc): you can browse the lol and the toc, insert them where you want, and update the sections' numbers with one keystroke.