7 projects tagged "Microsoft Windows"
Xapian is a search engine library, scalable to collections containing hundreds of millions of documents. It's written in C++ with bindings for Perl, Python, PHP, Java, Tcl, C#, Ruby, and Lua. It is a highly adaptable toolkit that allows developers to easily add advanced indexing and search facilities to their own applications. It supports the Probabilistic Information Retrieval model and also a rich set of boolean query operators. Omega is a Web search application built upon the Xapian library. It can index a Web server's document tree (including HTML, PDF, OpenOffice, MS Word/Excel/Powerpoint/Works, WordPerfect, RTF, PS, etc.), or data exported from arbitrary sources (e.g. SQL databases).
OSGET is a mobile game engine template based on the EMO framework, which uses the Squirrel scripting language to support Android and iOS. The template includes common gaming features such as an introductory splash page, changing between level scenes, integrated player control, physical behaviors such as velocity against gravitational force, object collision detection and handling, background scrolling, playing of different audio channels, event triggering at timeout intervals, level missions, final level missions with bosses, and score submission through HTTP. It is based on the MVC pattern.
seaLISP is a Lisp interpreter with as many bells and whistles as possible but with absolutely no dependencies apart from the C++ standard library. The garbage collector, the computer algebra library, and all other components are written from scratch to be portable. It also has a PSP port with some primitives for graphics.