23 projects tagged "POSIX"
DAPL (Direct Access Provider Library) is a transport-independent, platform-independent, high-performance API for using the remote direct memory access (RDMA) capabilities of modern interconnect technologies such as InfiniBand, the Virtual Interface Architecture, and iWARP. This is the reference implementation of that specification by the DAT Collaborative who maintain the DAPL API.
METSlib is an object-oriented metaheuristics framework in C++ designed to make implementing or adapting models easy. The model is modular: all the implemented search algorithms can be applied to the same model. METSlib implements the basics of some metaheuristics algorithms, such as Random Restart Local Search, Variable Neighborhood Search, Iterated Local Search, Simulated Annealing, and Tabu Search. For each algorithm, you must implement an objective function, a neighborhood (move manager), and some moves. Tabu Search is one of the fastest ways to generate near-optimal solutions to a wide range of hard combinatorial optimization problems.
mojoPortal is a cross-platform object oriented Web site framework. It supports PostgreSQL, MySQL, Firebird, SQLite and MS SQL for the backend. It includes a content management system, forums, blogs, photo galleries, newsletter, polls, surveys, an event calendar, an RSS feed aggregator, and a skinnable design.
myPmps is an information system linking the PMI standard of project management to the world of open source. It contains a set of templates and a set of a scripts which initialize and customize these templates. The result of this automatic customization is set of project management documents which are demanded by the PMI standard. Moreover, it classifies existing open source software with respect to the standard project management knowledge areas and specifies which of them support which area of professional project management.
PINY_MD is a multipurpose, object-oriented molecular simulation package. PINY_MD is capable of performing a wide variety of molecular dynamics, electronic structure, and geometry optimization calculations. Such capabilities include force-field based ("classical") simulations on system ranging in complexity from simple molecular liquids (e.g., water, ammonia, liquid alkanes) and crystals (e.g., ice) to large biomolecular systems such as the HIV-1 protease in solution.
Nomad PIM is an extensible personal information manager. It allows you to keep track of your personal data and provides modules for notes, schedule, contacts, money, diary, and timetracking. It is implemented as an Eclipse RCP application. Like Eclipse, it provides extension points for extensions by additional plugins.
readline C++ wrapper simplifies usage of the readline and history libraries for C++ programmers. Not all of the readline features are wrapped; however, the most often used are covered, including: editing the input line based on the user preferences; command history; saving/loading the command history to/from specified files; custom completers via standard containers; and binding keys to boost::function calls.