9382 projects tagged "OS Independent"
Evo Class Index is an annotation processor that at compile-time generates an index of classes implementing a given interface, classes annotated by given annotation, or placed in a common package. Its small run-time performance impact makes it an interesting alternative to any annotation scanning library like Reflections or Scannotations. The generated indexes are compatible with the ServiceLoader framework, so you will never need to create the files in META-INF/services by hand.
OrgApp is a Java library to handle and draw organizational charts (organigrams). The library also has an applet and a Swing Java client able to view an organizational chart read from a file, in different formats (one of them based upon XML). The applet supports charts with different layouts and boxes with hyperlinks, customizable colors, sizes, positions, etc., and it is easy to embed it in an HTML page.
MuLaNEO implements algorithms to design and provision resilient multi-layer networks, or hierarchies of technologies (IP/MPLS, Carrier Ethernet, SDH/SONET, etc.). It includes modelling of these technologies, visualizes their interrelations, and allows the dynamic provisioning of the resulting networks on the basis of path computation elements (PCE).
OpenSourceClassifieds is LAMP software for creating highly-scalable classified ad websites. It supports general ads or specialized ones through plugins (cars, jobs, real estate, dating, etc.), many languages, lots of options for customization, integration with TinyMCE for WYSIWYG editors for rich formatting, extensibility through plugins (Google Analytics, Google Maps, Time elapsed, etc.), an interchangeable look and feel with themes, search engine (SEO) features (Sitemap.xml generation, robots.txt, nice URLs), an integrated search engine with full text support, an unlimited number of categories and sub-categories, and out-of-the-box anti-spam facilities (Akismet, Re-captcha).
Erasm++, the Embedded Runtime Assembler in C++, is an Embedded Domain Specific Language (EDSL) in C++ for runtime code generation on Intel 64/IA-32 architectures. It supports complete compile-time syntax checking, and its code generators run very quickly because necessary data are computed statically. Also included are GenericDsm, a fast and generic instruction decoder library which supports "pattern matching" against the decoded instructions, and MetaPrelude, a Haskell-like lazy metaprogramming library that helps implementing EDSLs in C++.
DeltaQt is a cross-platform library of C++ classes and functions for parsing of DELTA (DEscription Language for TAxonomy) files, and is part of the Free DELTA initiative. Support for all major data-related DELTA directives is planned. Typesetting directives are beyond the scope of the project, and support for them is not planned. Support for RTF formatting within comments, notes, descriptions, etc. is planned. All data defined by supported DELTA directives (including comments and annotations) will be parsed into memory. Qt (core) is used extensively.