242 projects tagged "OS Independent"
JStart gives the ability to start Java class files (or applets) by double clicking on them from the desktop like any executable program. You only have to assign *.class files to this program. It loads a class file, investigates it according to the Java Sun class file specification, extracts the full class name (including packages), and invokes the main method of that class.
kmamu is a shell script which installs X icons for xmame into a folder on your KDE1 or KDE2/3 desktop. (These icons can be downloaded from the homepage.) When installed, each icon has a long description name as provided by xmame -listgames, and when clicked it will launch xmame with the appropriate game. Although the install script is specific for KDE, the icons are stored in X pixmap format and can be used with any window manager.
Libxml2 is the XML C library developed for the Gnome project. The library code is portable (to Linux, Unix, Windows, embedded systems, etc.) and modular; most of the extensions can be compiled out. Libxml2 implements a number of existing standards related to markup languages, including the XML standard, Namespaces in XML, XML Base, Relax NG, RFC 2396, XPath, XPointer, HTML4, XInclude, SGML Catalogs, and XML Catalogs. In most cases, libxml tries to implement the specifications in a relatively strict way. To some extent, it provides support for the following specifications, but doesn't claim to implement them: DOM, FTP client, HTTP client, and SAX2. Support for W3C XML Schemas is in progress. It includes xmllint, a command line XML validator.