10151 projects tagged "OS Independent"
This class is meant to execute a SELECT query on any database table and generate a XML document from the query results. The class can also take the resulting XML document and execute an INSERT or UPDATE SQL query to update any other table. This class requires the packages ADODB and EZXML that need to be downloaded separately.
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.
AFT (Almost Free Text) is a document preparation system. It is mostly free form, meaning that there is little intrusive markup; AFT source documents look a lot like plain old ASCII text. It has a few rules for structuring your document, more to do with formatting your text than embedding lots of commands, and it produces all types of output (HTML, XHTML, LaTeX, roll-your-own XML, etc.). All that needs to be done is to edit a rule file. You can even customize your own rule files for specialized output.
AI Talk is a MIDlet (a Java program for wireless devices) that allows a user to talk with an intelligent robot, called Anna. It takes input from the user and sends it to an Anna Web server. Anna will reply to the user, and the conversation will continue as long as the user does not exit the application.
AI::Prolog is a predicate logic engine implemented in pure Perl. In predicate logic, instead of telling the computer how to do something, you tell the computer what something is and let it figure out how to do it. Conceptually, this is similar to regular expressions. The AI::Prolog distribution contains a Prolog shell called aiprolog and two short adventure games, spider.pro and sleepy.pro.