8 projects tagged "C++"
Fresh Memory is an application that helps you to learn large amounts of any material with Spaced Repetition method. The most important subject is learning foreign words, but Fresh Memory can also e used to learn anything else. Other examples are country's capitals and flags, chemical elements, mathematical formulas, and technical terms. The learning data is stored as flash cards and dictionaries: sets of cards. The flash cards may have several fields, and the user controls what combination of fields to learn. The flash cards can have formatted text and images. The look of flash cards and studying parameters are can be flexibly adjusted.
XmlPlus xsd2cpp is a tool that compiles an XML schema into C++ data bindings. When invoked on an input XSD file, it generates the C++ sources (implementation/headers) for the supplied XML schema, a main.cpp template to demonstrate how generated sources can be consumed, and the automake/autoconf files for building the generated source.
The Dynamic Router Lite II project is a router project by the Dutch national police agency that allows Web-based client-control over the next-hop router for the client. A Dynamic Router Lite II system is placed as a default gateway between one or more client networks and a router network with multiple gateway-routers on it. The Dynamic Router Lite II system does policy-based routing with policy-based DNS to match the routing policy. By default a client will have no active gateway, and any attempted HTTP traffic to any domain will lead the user to the router's Web interface, where the user can then pick an appropriate next-hop router. Once picked, all traffic for the client including DNS will be forwarded to the next-hop router the user picked.
GenFoo is a general Fokker-Planck solver for models of arbitrary dimensionality. It contains three backend solvers, a delta-f Monte Carlo, a standard Monte Carlo, and a Finite Element solver. The key property of the GenFoo package is that physics are separated from numerics by runtime loading of the Fokker-Planck coefficients, which enable solutions of a large class of Fokker-Planck models.
Build Gear is a lightweight build tool for building embedded firmware. Its primary focus is to make it easy to create and maintain fully-customized embedded firmware. This is reflected in a straightforward commandline interface and support for easy-to-understand build files. The secondary focus is build performance and build integrity. Build Gear is easy to use and well-suited for rapid prototyping and product development of GNU/Linux firmware to be deployed in small-to-medium-sized embedded systems.
An object-oriented, type safe, multi-threaded approach to computer algebra.